# AnalyzeIdentityDocumentRequest

Model ID: `AnalyzeIdentityDocumentRequest`

Request body for POST /patients/identity-document.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `document_data` | `string|null` | No |  |  | `null` | Yes | Base64-encoded identity document image data. |
| `verify_against_demographics` | `boolean` | No |  |  | `false` | No | When true, extracted name/DOB are compared against the caller's FHIR patient record. |

## Example

None declared in canonical OpenAPI.
