> ## Documentation Index
> Fetch the complete documentation index at: https://docs.metriport.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Coverage

> Schema documentation for the Coverage table in the Metriport data model

Financial instrument which may be used to reimburse or pay for health care products and services. Includes both insurance and self-payment.

**Reference Table:**

The `coverage_references` table contains normalized references from the coverage to other entities. It supports the following reference properties:

* **beneficiary** (required): links to the patient who is the beneficiary of the coverage
* **payor**: links to the organization or patient responsible for payment
* **policyHolder**: links to the owner of the insurance policy
* **subscriber**: links to the subscriber to the insurance policy

For detailed information about reference table structure and indexing, see the [Reference Tables documentation](/medical-api/handling-data/schema-v000/reference-tables).

**Coverage Table:**

**Primary Keys:**

* coverage\_id

**Foreign Keys:**

* patient\_id

| Column                 | Data Type | Description                                                                                                                                                                                                                                                                                                   |
| ---------------------- | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| coverage\_id           | varchar   | Unique identifier for the coverage                                                                                                                                                                                                                                                                            |
| patient\_id            | varchar   | Unique identifier for the patient (beneficiary)                                                                                                                                                                                                                                                               |
| status                 | varchar   | Status of the coverage. Possible values:<br />– <code>active</code>: The coverage is currently in effect.<br />– <code>cancelled</code>: The coverage has been cancelled.<br />– <code>draft</code>: The coverage is in draft state.<br />– <code>entered-in-error</code>: The coverage was entered in error. |
| period\_start          | date      | Start date of the coverage period                                                                                                                                                                                                                                                                             |
| period\_end            | date      | End date of the coverage period                                                                                                                                                                                                                                                                               |
| type\_code             | varchar   | Code for coverage type                                                                                                                                                                                                                                                                                        |
| type\_display          | varchar   | Human-readable description of coverage type                                                                                                                                                                                                                                                                   |
| type\_system           | varchar   | Coding system for coverage type                                                                                                                                                                                                                                                                               |
| subscriber\_member\_id | varchar   | Subscriber member identifier                                                                                                                                                                                                                                                                                  |
| dependent              | varchar   | Dependent number                                                                                                                                                                                                                                                                                              |
| relationship\_code     | varchar   | Code for relationship                                                                                                                                                                                                                                                                                         |
| relationship\_display  | varchar   | Human-readable description of relationship                                                                                                                                                                                                                                                                    |
| relationship\_system   | varchar   | Coding system for relationship                                                                                                                                                                                                                                                                                |
| class\_group\_code     | varchar   | Group class code                                                                                                                                                                                                                                                                                              |
| class\_group\_display  | varchar   | Human-readable description of group class                                                                                                                                                                                                                                                                     |
| class\_group\_system   | varchar   | Coding system for group class                                                                                                                                                                                                                                                                                 |
| class\_plan\_code      | varchar   | Plan class code                                                                                                                                                                                                                                                                                               |
| class\_plan\_display   | varchar   | Human-readable description of plan class                                                                                                                                                                                                                                                                      |
| class\_plan\_system    | varchar   | Coding system for plan class                                                                                                                                                                                                                                                                                  |
| meta\_source           | varchar   | Source document filename from FHIR meta.source                                                                                                                                                                                                                                                                |
| data\_source           | varchar   | **Deprecated.** Use `meta_source` instead.                                                                                                                                                                                                                                                                    |
| data\_source\_ext      | varchar   | Integration source of the data, derived from FHIR extension                                                                                                                                                                                                                                                   |
