# MedicationListResponse

Model ID: `ehr.ListMedicationsResponse`

Response for GET /patients/{patient_id}/medications. Contains serialized Medication domain models.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `medications` | `array` | Yes |  |  |  | No | Medication resources matching the ?resource_type= filter (defaults to MedicationRequest), in serialized domain-model format. |
| `patient_id` | `string` | Yes |  |  |  | No | Echoes the {patient_id} path parameter. |
| `total` | `integer` | Yes |  |  |  | No | Number of medications in this response. |

## Example

None declared in canonical OpenAPI.
