# ListEncountersResponse

Model ID: `patient.ListEncountersResponse`

Response for GET /encounters.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `encounters` | array of [`patient.Encounter`](./patient.Encounter.md) | Yes |  |  |  | No | Encounters matching the caller's authorized patient and optional filters. |
| `total` | `integer` | Yes |  |  |  | No | Number of encounters in this response. |

## Example

None declared in canonical OpenAPI.
