Coverage REST Endpoints
Description
This topic describes information for the Coverage resource.
Overview
The Coverage resource provides high-level information about an insurance plan for a specific person or patient or an encounter. Identifying coverage information would appear on an insurance card and can be used to pay for health care services. The resource can also be used for self-pay where an individual takes responsibility for the cost of healthcare services, rather than a company or organization.
This resource supports the US Core Coverage Profile from HL7 FHIR US Core Implementation Guide STU 6.1.0.
The following fields are returned if valued:
-
Extensions including encounter (for more information, see the Extensions section of this topic)
Terminology Bindings
-
Description: Indicates the beneficiary relationship to the subscriber.
-
Details: Subscriber Relationship
System:
http://terminology.hl7.org/CodeSystem/subscriber-relationship
-
Details: For more information, see Code Set 40 Person Relationships under the List of Code Sets section in Proprietary Codes and Systems.
System:
https://fhir.cerner.com/<EHR_source_id>/codeSet/40
-
Extensions
Table - Extensions
ID | Value[x} Type | Description |
---|---|---|
coverage-encounter |
Reference |
A reference to an encounter. |
- Create a coverage
- Method: postPath:
/Coverage
- Delete a coverage
- Method: deletePath:
/Coverage/{ID}
- Get a coverage by ID
- Method: getPath:
/Coverage/{ID}
- Get a list of coverages
- Method: getPath:
/Coverage
- Patch a coverage
- Method: patchPath:
/Coverage/{ID}