# PatientSidebar

Model ID: `PatientSidebar`

Compact patient summary used to render the app sidebar.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `patient` | [`PatientDemographics`](./PatientDemographics.md) | Yes |  |  |  | No | The authenticated patient's demographics. |
| `recent_encounters` | array of [`patient.Encounter`](./patient.Encounter.md) | Yes |  |  |  | No | The patient's FHIR Encounters, most recent first. |

## Example

None declared in canonical OpenAPI.
