# DemographicsMatch

Model ID: `DemographicsMatch`

Per-field comparison between OCR-extracted and stored patient demographics.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `date_of_birth` | `boolean` | Yes |  |  |  | No | Whether the extracted date of birth matches the patient record. |
| `name` | `boolean` | Yes |  |  |  | No | Whether the extracted first/last name match the patient record (case-insensitive). |

## Example

None declared in canonical OpenAPI.
