# PatientPhotoResponse

Model ID: `patient.GetPhotoResponse`

No description.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `binary_id` | `string` | Yes |  |  |  | No | FHIR Binary resource ID of the returned photo. |
| `content_type` | `string|null` | No |  |  |  | Yes | Image MIME type, e.g. 'image/png'. |
| `data` | `string|null` | No |  |  |  | Yes | Base64-encoded image bytes (FHIR Binary.data). |

## Example

None declared in canonical OpenAPI.
