# ObservationListResponse

Model ID: `ListObservationsResponse`

Response for GET /patients/{patient_id}/observations. Contains raw FHIR Observation resources.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `observations` | `array` | Yes |  |  |  | No | Raw FHIR Observation resources matching the optional ?category= filter. |
| `patient_id` | `string` | Yes |  |  |  | No | Echoes the {patient_id} path parameter. |
| `total` | `integer` | Yes |  |  |  | No | Number of observations in this response. |

## Example

None declared in canonical OpenAPI.
