# EncounterListResponse

Model ID: `ehr.ListEncountersResponse`

Response for GET /patients/{patient_id}/encounters. Contains serialized Encounter domain models.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `encounters` | `array` | Yes |  |  |  | No | Encounter resources matching the optional ?status= filter, in serialized domain-model format. |
| `patient_id` | `string` | Yes |  |  |  | No | Echoes the {patient_id} path parameter. |
| `total` | `integer` | Yes |  |  |  | No | Number of encounters in this response. |

## Example

None declared in canonical OpenAPI.
