# _InsuranceOcrResult

Model ID: `_InsuranceOcrResult`

Fields extracted from a health insurance card by vision OCR.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `EffectiveDate` | `string` | Yes |  |  |  | No | Coverage effective date as printed, or empty string if not present. |
| `FirstName` | `string` | Yes |  |  |  | No | Cardholder's first name, or empty string if not legible. |
| `GroupNumber` | `string` | Yes |  |  |  | No | Group number, or empty string if not present. |
| `InsurerName` | `string` | Yes |  |  |  | No | Issuing carrier name, or empty string if not legible. |
| `LastName` | `string` | Yes |  |  |  | No | Cardholder's last name, or empty string if not legible. |
| `MemberID` | `string` | Yes |  |  |  | No | Member/subscriber ID, or empty string if not legible. |
| `PlanName` | `string` | Yes |  |  |  | No | Plan or product name, or empty string if not present. |
| `RxBIN` | `string` | Yes |  |  |  | No | 6-digit Rx BIN, or empty string if not present. |
| `RxGRP` | `string` | Yes |  |  |  | No | Rx group, or empty string if not present. |
| `RxPCN` | `string` | Yes |  |  |  | No | Rx PCN, or empty string if not present. |

## Example

None declared in canonical OpenAPI.
