# ListPatientAppointmentsResponse

Model ID: `ListPatientAppointmentsResponse`

Response for GET /patients/{patient_id}/appointments.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `appointments` | array of [`Appointment`](./Appointment.md) | No |  |  |  | No | Appointments matching the patient and optional status filter. |
| `patient_id` | `string` | Yes |  |  |  | No | FHIR Patient resource ID used for the lookup. |
| `total` | `integer` | No |  |  | `0` | No | Number of appointments in this response. |

## Example

None declared in canonical OpenAPI.
