# UpdateMedicationResponse

Model ID: `UpdateMedicationResponse`

Response for PUT /patients/medications/{med_id}.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `fhir_id` | `string|null` | Yes |  |  |  | Yes | FHIR resource ID of the updated medication. |
| `updated` | `boolean` | Yes |  |  |  | No | Always `true` when the update succeeded. |

## Example

None declared in canonical OpenAPI.
