The Coverage resource represents a patient's membership details with a health fund
Coverage refers to the high-level identifiers and descriptors of a health fund plan, such as the patient's details on their health fund membership card.
Coverage examples may include:
- Medicare card details
- NDIS participant details
- Private health insurance membership details
Note: Coverage pertains only to the patient's membership details, and does not include eligibility.
ContextIn Halaxy, Coverage is referred to as claim details added to the patient's claim for a specific funder. You can find this in the patient profile under the Funding tab.
Endpoints
| Endpoint | Operation | Description |
|---|---|---|
GET /main/Coverage | List Coverage | Return a collection of claim details |
GET /main/Coverage/{id} | Get Coverage | Return an individual record of claim details |
POST /main/Coverage/ | Create Coverage | Create claim details |
PATCH /main/Coverage/{id} | Update Coverage | Update specific fields in existing patient claim details |
Schema
| Property | Description |
|---|---|
| id | stringThe identifier of this coverage record |
| beneficiary |
In Halaxy, if there is noclaimant, the patient is the default beneficiary. See article about Medicare claimants. See also: Patient |
| subscriber |
See also: Patient |
| subscriberID | stringThe patient's claim details (e.g. membership number, card number, reference number) |
| dependent | stringAn individual reference number (IRN) on the membership card, typically a single digit number before the cardholder's name |
| period |
start: |
| status |
|
| payor |
See also: Patient, Organization |
| coverage patient anonymous |
If |
| coverage payer |
code / display Note: In Halaxy, this refers to the Payer field in the Funder settings. See article:Guide to funders |
| coverage organisation |
See also: Organization |
| attachments | File attachments to the referral ( contentType data required title |
Schema (Medicare / DVA)
| Property | Description |
|---|---|
| identifier | The business identifier of the health fund that the coverage is under. This is used for globally-recognized health systems. Medicare DVA |
