# FieldAgentPatientPhotoResponse

Model ID: `GetPatientPhotoResponse`

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

Type: `object`

## Fields

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

## Example

None declared in canonical OpenAPI.
