# DiagnosticsListResponse

Model ID: `ehr.ListDiagnosticsResponse`

Response for GET /patients/{patient_id}/diagnostics. Contains serialized lab/diagnostic Observation domain models.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `diagnostics` | `array` | Yes |  |  |  | No | Lab/diagnostic Observations matching the optional ?code= (LOINC) filter, in serialized domain-model format. |
| `patient_id` | `string` | Yes |  |  |  | No | Echoes the {patient_id} path parameter. |
| `total` | `integer` | Yes |  |  |  | No | Number of diagnostics in this response. |

## Example

None declared in canonical OpenAPI.
