FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions icon

Patient Administration icon Work GroupMaturity Level: 1 Trial UseSecurity Category: Business Compartments: No defined compartments

Detailed Descriptions for the elements in the InsurancePlan resource.

InsurancePlan
Element Id InsurancePlan
Definition

Details about an insurance plan.

Short Display Plan details
Cardinality 0..*
Type DomainResource
Summary false
InsurancePlan.identifier
Element Id InsurancePlan.identifier
Definition

Identifiers, such as the plan ID and/or group ID associated with the insurance plan.

Short Display Business Identifier for Plan
Note This is a business identifier, not a resource identifier (see discussion)
Cardinality 0..*
Type Identifier
Summary true
Comments

In some markets, the combination of a plan ID and a group ID are needed to uniquely identify an InsurancePlan. For example, if a single plan (Bronze) is offered to two employer groups (Boilermakers and Aviation), you would represent that using two InsurancePlan resources, as shown below:

InsurancePlan.identifier  0..*  (Boilermakers)   InsurancePlan/bm
     [0].value = 1234   (bronze plan)
     [0].type = Plan
     [0].system = https://insurance-payer.com/plan-numbers

     [1].value = Boilermakers
     [1].type = Group
     [1].system = https:// insurance-payer.com /group-numbers
InsurancePlan.identifier  0..*  (Aviation)   InsurancePlan/av
     [0].value = 1234  (bronze plan)
     [0].type = Plan
     [0].system = https:// insurance-payer.com /plan-numbers

     [1].value = Aviation
     [1].type = Group
     [1].system = https:// insurance-payer.com /group-numbers
InsurancePlan.type
Element Id InsurancePlan.type
Definition

Type of plan. For example, "Platinum" or "High Deductable".

Short Display Classification of Plan
Cardinality 0..1
Type CodeableConcept
Summary false
InsurancePlan.product
Element Id InsurancePlan.product
Definition

The product that this plan is available under.

Short Display The product that this plan is available under
Cardinality 0..1
Type Reference(InsuranceProduct)
Summary true
InsurancePlan.coverageArea
Element Id InsurancePlan.coverageArea
Definition

The geographic region in which a health insurance plan's benefits apply.

Short Display Where product-plan applies
Cardinality 0..*
Type Reference(Location)
Summary true
InsurancePlan.network
Element Id InsurancePlan.network
Definition

Reference to the network that providing the type of coverage.

Short Display What networks provide coverage
Cardinality 0..*
Type Reference(Organization)
Summary false
Comments

Networks are represented as a hierarchy of organization resources.

InsurancePlan.generalCost
Element Id InsurancePlan.generalCost
Definition

Overall costs associated with the plan.

Short Display Overall costs
Cardinality 0..*
Summary false
InsurancePlan.generalCost.type
Element Id InsurancePlan.generalCost.type
Definition

Type of cost.

Short Display Classification of specific cost
Cardinality 0..1
Type CodeableConcept
Summary false
InsurancePlan.generalCost.groupSize
Element Id InsurancePlan.generalCost.groupSize
Definition

Number of participants enrolled in the plan.

Short Display Number of enrollees
Cardinality 0..1
Type positiveInt
Summary false
InsurancePlan.generalCost.cost
Element Id InsurancePlan.generalCost.cost
Definition

Value of the cost.

Short Display Cost value
Cardinality 0..1
Type Money
Summary false
InsurancePlan.generalCost.comment
Element Id InsurancePlan.generalCost.comment
Definition

Additional information about the general costs associated with this plan.

Short Display Additional cost information
Cardinality 0..1
Type string
Summary false
InsurancePlan.specificCost
Element Id InsurancePlan.specificCost
Definition

Costs associated with the coverage provided by the product-plan.

Short Display Individual cost elements
Cardinality 0..*
Summary false
InsurancePlan.specificCost.category
Element Id InsurancePlan.specificCost.category
Definition

General category of benefit (Medical; Dental; Vision; Drug; Mental Health; Substance Abuse; Hospice, Home Health).

Short Display General category of benefit
Cardinality 1..1
Type CodeableConcept
Summary false
InsurancePlan.specificCost.benefit
Element Id InsurancePlan.specificCost.benefit
Definition

List of the specific benefits under this category of benefit.

Short Display Benefits list
Cardinality 0..*
Summary false
InsurancePlan.specificCost.benefit.type
Element Id InsurancePlan.specificCost.benefit.type
Definition

Type of specific benefit (preventative; primary care office visit; speciality office visit; hospitalization; emergency room; urgent care).

Short Display Classification of benefit provided
Cardinality 1..1
Type CodeableConcept
Summary false
InsurancePlan.specificCost.benefit.cost
Element Id InsurancePlan.specificCost.benefit.cost
Definition

List of the costs associated with a specific benefit.

Short Display List of the costs
Cardinality 0..*
Summary false
InsurancePlan.specificCost.benefit.cost.type
Element Id InsurancePlan.specificCost.benefit.cost.type
Definition

Type of cost (copay; individual cap; family cap; coinsurance; deductible).

Short Display Classification of specific cost
Cardinality 1..1
Type CodeableConcept
Summary false
InsurancePlan.specificCost.benefit.cost.applicability
Element Id InsurancePlan.specificCost.benefit.cost.applicability
Definition

Whether the cost applies to in-network or out-of-network providers (in-network; out-of-network; other).

Short Display in-network | out-of-network | other
Cardinality 0..1
Terminology Binding Benefit Cost Applicability (Required)
Type CodeableConcept
Summary false
InsurancePlan.specificCost.benefit.cost.qualifier
Element Id InsurancePlan.specificCost.benefit.cost.qualifier
Definition

Additional information about the cost, such as information about funding sources (e.g. HSA, HRA, FSA, RRA).

Short Display Additional information about the cost
Cardinality 0..*
Type CodeableConcept
Summary false
InsurancePlan.specificCost.benefit.cost.value
Element Id InsurancePlan.specificCost.benefit.cost.value
Definition

The actual cost value. (some of the costs may be represented as percentages rather than currency, e.g. 10% coinsurance).

Short Display The actual cost value
Cardinality 0..1
Type Quantity
Summary false