---
title: "View insurance coverage"
method: GET
path: "/insurance_coverages/{id}"
tags: ["Insurance"]
---

# View insurance coverage

`GET /insurance_coverages/{id}`

This endpoint returns a single insurance coverage by its NexHealth id, including details of the subscriber who holds the coverage. Responds with a 404 when no coverage with this id exists for the institution.

## Path parameters

- `id` integer, required

## Query parameters

- `subdomain` string, required

## Headers

- `Nex-Api-Version` string, required

## Response `200`

Successful

- APIV20240412EntitiesInsurancePatientCoverageDetailedResponse — API_V20240412_Entities_Insurance_PatientCoverageDetailed_Response model
  - `code` boolean — Indicates the success or failure of the request
  - `description` string — Additional context on the request to help with debugging.
  - `error` string[] — Any errors that occur during the execution of the request.
  - `data` APIV20240412EntitiesInsurancePatientCoverageDetailed
    - `id` integer — Coverage id
    - `subscription_relation` 'self' | 'spouse' | 'child' | 'employee' | 'handicap_dep' | 'signif_other' | 'injured_plaintiff' | 'life_partner' | 'dependent' | 'other' — The relationship of this patient to the subscriber
    - `patient_id` integer, nullable — The ID of the covered patient
    - `priority` integer, nullable — The relative priority of this insurance coverage where the lowest value is the patient's primary insurance and higher values represent secondary and tertiary policies
    - `plan_id` integer, nullable — The ID of the insurance plan this coverage subscribes to
    - `subscriber_num` string, nullable — The subscriber's identification number for the plan
    - `effective_date` string, date, nullable — The date the coverage takes effect
    - `expiration_date` string, date, nullable — The date the coverage expires
    - `insurance_type` 'dental' | 'medical' | 'vision', nullable — The type of the insurance plan
    - `updated_at` string, date-time — Insurance Coverage update date in UTC. This is the most recent of the coverage and its subscription update dates, since the entity also exposes subscription fields
    - `active` boolean, nullable — Whether the insurance coverage is currently active
    - `subscriber` APIV2EntitiesInsuranceSubscriber
      - `id` integer — The subscriber's id
      - `name` string — The subscriber's full name
      - `date_of_birth` string, nullable — The subscriber's date of birth in YYYY-MM-DD format
  - `count` integer — Number of total objects, in case of collection.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/nexhealth/apis/nexhealth-api.md) · [All operations](https://skmtc.net/nexhealth/apis/nexhealth-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nexhealth/nexhealth-api/revisions/a180e830b672/schema)
