# ListDiagnosticsResponse

Model ID: `diagnostics.ListDiagnosticsResponse`

Response for GET /patients/{patient_id}/diagnostics. Scoped to the
tenant resolved from the Bearer JWT.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `observations` | array of [`diagnostics.LabObservation`](./diagnostics.LabObservation.md) | Yes |  |  |  | No | Lab Observations for this patient. |
| `total` | `integer` | Yes |  |  |  | No | Number of observations in this response. |

## Example

None declared in canonical OpenAPI.
