# HealthPlanSummary

Model ID: `HealthPlanSummary`

Summarised health plan record returned from search.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `issuer` | `string|null` | No |  |  |  | Yes | Insurance issuer name, optional. |
| `name` | `string` | Yes |  |  |  | No | Plan display name. |
| `network` | `string|null` | No |  |  |  | Yes | Network display name, optional. |
| `network_id` | `string|null` | No |  |  |  | Yes | Network identifier, optional. |
| `plan_id` | `string` | Yes |  |  |  | No | Unique health plan identifier. |
| `plan_type` | `string|null` | No |  |  |  | Yes | e.g. HMO, PPO, EPO |
| `score` | `number|null` | No |  |  |  | Yes | Search relevance score |
| `state` | `string|null` | No |  |  |  | Yes | State the plan is offered in, optional. |

## Example

None declared in canonical OpenAPI.
