# FunctionalStatusListResponse

Model ID: `ListFunctionalStatusResponse`

Response for GET /patients/{patient_id}/functional-status. Contains raw FHIR Observation resources.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `functional_status` | `array` | Yes |  |  |  | No | Raw FHIR Observation resources with category survey or functional-status. |
| `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.
