# ProviderPhotoUploadResponse

Model ID: `provider.UploadPhotoResponse`

Response for POST /practitioners/{practitioner_id}/photo (201).

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `binary_id` | `string|null` | Yes |  |  |  | Yes | FHIR Binary resource ID the photo was stored under; pass as ?binary_id= on a later GET, or omit it — it is auto-discovered from the practitioner's stored extension. |
| `content_type` | `string` | Yes |  |  |  | No | MIME type the photo was stored with. |

## Example

None declared in canonical OpenAPI.
