This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Financial Management ![]() | Maturity Level: 4 | Trial Use | Security Category: Patient | Compartments: Patient, RelatedPerson |
Financial instrument which may be used to reimburse or pay for health care products and services. Includes both insurance and self-payment.
The Coverage resource is intended to provide the high-level identifiers and descriptors of an insurance plan, typically the information which would appear on an insurance card, which may be used to pay, in part or in whole, for the provision of health care products and services.
This resource may also be used to register 'SelfPay' where an individual or organization other than an insurer is taking responsibility for payment for a portion of the health care costs. Selfpay should not be confused with being a guarantor of the patient's account.
The Coverage resource is a "event" resource from a FHIR workflow perspective - see Workflow Request.
The eClaim domain includes a number of related insurance resources
Coverage | The Coverage resource is intended to provide the high-level identifiers and descriptors of a specific insurance plan for a specific individual - essentially the insurance card information. This may alternately provide the individual or organization, selfpay, which will pay for products and services rendered. |
Contract | A Contract resource holds the references to parties who have entered into an agreement of some type, the parties who may sign or witness such an agreement, descriptors of the type of agreement and even the actual text or executable copy of the agreement. The agreement may be of a variety of types including service contracts, insurance contracts, directives, etc. The contract may be either definitional or actual instances. |
InsurancePlan | The InsurancePlan resource holds the definition of an insurance plan which an insurer may offer to potential clients through
insurance brokers or an online insurance marketplace. This is only the plan definition and does not contain or reference
a list of individuals who have purchased the plan. TODO: Do we need to reference the InsuranceProduct here instead? |
Additional definitions: Master Definition XML + JSON, XML Schema/Schematron + JSON Schema, ShEx (for Turtle) + see the extensions, the spreadsheet version & the dependency analysis
Path | ValueSet | Type | Documentation |
---|---|---|---|
Coverage.status | FinancialResourceStatusCodes | Required | This value set includes Status codes. |
Coverage.kind | Kind | Required | The kind of coverage: insurance, selfpay or other. |
Coverage.type | CoverageTypeAndSelfPayCodes | Preferred | This value set includes Coverage Type codes. |
Coverage.relationship | SubscriberRelationshipCodes (a valid code from SubscriberPolicyholder Relationship Codes ![]() |
Extensible | This value set includes codes for the relationship between the Subscriber and the Beneficiary (insured/covered party/patient). |
Coverage.class.type | CoverageClassCodes | Extensible | This value set includes Coverage Class codes. |
Coverage.costToBeneficiary.type | CoverageCopayTypeCodes | Extensible | This value set includes sample Coverage Copayment Type codes. |
Coverage.costToBeneficiary.category | BenefitCategoryCodes | Example | This value set includes examples of Benefit Category codes. |
Coverage.costToBeneficiary.network | NetworkTypeCodes | Example | This value set includes a smattering of Network type codes. |
Coverage.costToBeneficiary.unit | UnitTypeCodes | Example | This value set includes a smattering of Unit type codes. |
Coverage.costToBeneficiary.term | BenefitTermCodes | Example | This value set includes a smattering of Benefit Term codes. |
Coverage.costToBeneficiary.exception.type | ExampleCoverageFinancialExceptionCodes | Example | This value set includes Example Coverage Financial Exception Codes. |
Search parameters for this resource. See also the full list of search parameters for this resource, and check the Extensions registry for search parameters on extensions related to this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.
Name | Type | Description | Expression | In Common |
beneficiary | reference | Covered party | Coverage.beneficiary (Patient) |
|
class-type | token | Coverage class (e.g. plan, group) | Coverage.class.type | |
class-value | token | Value of the class (e.g. Plan number, group number) | Coverage.class.value | |
dependent | string | Dependent number | Coverage.dependent | |
identifier | token | The primary identifier of the insured and the coverage | Coverage.identifier | 65 Resources |
insurer | reference | The identity of the insurer | Coverage.insurer (Organization) |
|
patient | reference | Retrieve coverages for a patient | Coverage.beneficiary (Patient) |
65 Resources |
paymentby-party | reference | Parties who will pay for services | Coverage.paymentBy.party (Organization, Patient, RelatedPerson) |
|
policy-holder | reference | Reference to the policyholder | Coverage.policyHolder (Organization, Patient, RelatedPerson) |
|
status | token | The status of the Coverage | Coverage.status | |
subscriber | reference | Reference to the subscriber | Coverage.subscriber (Patient, RelatedPerson) |
|
subscriberid | token | Identifier of the subscriber | Coverage.subscriberId | |
type | token | The kind of coverage (health plan, auto, Workers Compensation) | Coverage.type | 11 Resources |