# GetInsuranceResponse

Model ID: `GetInsuranceResponse`

Response for GET /patients/insurance.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `insurances` | array of [`Insurance`](./Insurance.md) | Yes |  |  |  | No | The patient's insurance coverages. |
| `patient_id` | `string|null` | Yes |  |  |  | Yes | FHIR Patient resource ID the coverages belong to. |
| `total` | `integer` | Yes |  |  |  | No | Number of coverages in this response. |

## Example

None declared in canonical OpenAPI.
