# GetLatestEncounterResponse

Model ID: `GetLatestEncounterResponse`

Response for GET /patients/{patient_id}/encounters/latest.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `encounter` | [`patient.Encounter`](./patient.Encounter.md) | No |  |  |  | Yes | The patient's latest open encounter, or null if none is currently open. |

## Example

None declared in canonical OpenAPI.
