# DocumentSummary

Model ID: `DocumentSummary`

Summarised document record returned from search.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `doc_id` | `string` | Yes |  |  |  | No | Unique document identifier. |
| `doc_type` | `string` | Yes |  |  |  | No | Document type, e.g. medical_guideline or medical_policy. |
| `published_date` | `string|null` | No |  |  |  | Yes | ISO 8601 publication date, optional. |
| `score` | `number|null` | No |  |  |  | Yes | Search relevance score |
| `source_url` | `string|null` | No |  |  |  | Yes | URL of the original source document, optional. |
| `summary` | `string|null` | No |  |  |  | Yes | Short summary of the document content, optional. |
| `title` | `string` | Yes |  |  |  | No | Document title. |

## Example

None declared in canonical OpenAPI.
