This page is part of the Validated Healthcare Directory FHIR IG (v0.1.0: STU 1 Draft) based on FHIR v3.2.0. . For a full list of available versions, see the Directory of published versions
This profile sets minimum expectations for searching for and fetching information associated with a health insurance product/plan. It identifies which core elements, extensions, vocabularies and value sets SHALL be present in the productPlan resource when using this profile.
Background & Scope
A product is a discrete package of health insurance coverage benefits that are offered under a particular network type. A given payer’s products typically differ by network type and/or coverage benefits. A plan pairs the health insurance coverage benefits under a product with the particular cost sharing structure offered to a consumer. A given product may comprise multiple plans.
ProductPlan describes a health insurance offering comprised of a list of covered benefits (i.e. the product), costs associated with those benefits (i.e. the plan), and additional information about the offering, such as who it is owned and administered by, a coverage area, contact information, etc.
We propose to create a new productPlan resource as part of the base FHIR specification.
Examples:
The following are example uses for the vhdir-productPlan profile:
Mandatory Data Elements
The following data-elements are mandatory (i.e data MUST be present). These are presented below in a simple human-readable explanation. The Formal Profile Definition below provides the formal summary, definitions, and terminology requirements.
Each productPlan resource must have:
productPlan.productCoverage
. This attribute consists of a number of other mandatory attributes:
productPlan.productCoverage.coverageType
productPlan.productCoverage.benefits
productPlan.productCoverage.benefits.type
productPlan.productCoverage.benefits.benefitList
productPlan.productCoverage.benefits.benefitList.description
productPlan.plan
.
productPlan.benefitCategory.benefit.costs
, one type in productPlan.benefitCategory.benefit.costs.type
Profile specific implementation guidance:
Extensions:
Terminology
TBD
The official URL for this profile is:
http://hl7.org/fhir/ig/vhdir/StructureDefinition/vhdir-productPlan
The details of a health insurance product/plan
This profile builds on ProductPlan.
This profile was published on Wed Dec 06 04:38:42 AEDT 2017 as a draft by null.
Description of Profiles, Differentials, Snapshots, and how the XML and JSON presentations work.
productPlan.productCoverage
. This attribute consists of a number of other mandatory attributes:
productPlan.productCoverage.coverageType
productPlan.productCoverage.benefits
productPlan.productCoverage.benefits.type
productPlan.productCoverage.benefits.benefitList
productPlan.productCoverage.benefits.benefitList.description
productPlan.plan
.
productPlan.benefitCategory.benefit.costs
, one type in productPlan.benefitCategory.benefit.costs.type
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
ProductPlan | I | 0..* | Details of a Health Insurance product/plan provided by an organization | |
id | SΣ | 0..1 | id | Logical id of this artifact |
meta | SΣ | 0..1 | Meta | Metadata about the resource |
implicitRules | ?!Σ | 0..1 | uri | A set of rules under which this content was created |
language | 0..1 | code | Language of the resource content Binding: Common Languages (extensible) | |
text | SI | 0..1 | Narrative | Text summary of the resource, for human interpretation |
contained | 0..* | Resource | Contained, inline Resources | |
extension | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?! | 0..* | Extension | Extensions that cannot be ignored |
identifier | ΣI | 0..* | Identifier | Identifies this product/plan across multiple systems |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
identifier-status | 0..1 | code | Extension URL: http://hl7.org/fhir/ig/vhdir/StructureDefinition/identifier-status | |
use | ?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required) |
type | Σ | 0..1 | CodeableConcept | Description of identifier Binding: Identifier Type Codes (extensible) |
system | Σ | 0..1 | uri | The namespace for the identifier value Example General': http://www.acme.com/identifiers/patient or urn:ietf:rfc:3986 if the Identifier.value itself is a full uri |
value | Σ | 0..1 | string | The value that is unique Example General': 123456 |
period | Σ | 0..1 | Period | Time period when id is/was valid for use |
assigner | Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) |
status | ?!Σ | 0..1 | code | Whether the organization's record is still in active use Binding: PublicationStatus (required) |
type | Σ | 0..* | CodeableConcept | Kind of product/plan Binding: ProductPlanType (example) |
name | ΣI | 0..1 | string | Official name |
alias | 0..* | string | A list of alternate names that the product/plan is known as, or was known as in the past | |
period | 0..1 | Period | The time period the product/plan is available | |
ownedBy | Σ | 0..1 | Reference(Organization) | Owner of the product/plan |
administeredBy | Σ | 0..1 | Reference(Organization) | Administrator of the product/plan |
address | I | 0..* | Address | An address for the organization ppn-2: An address of an organization can never be of use 'home' |
coverageArea | Σ | 0..1 | Reference(Location) | The geographic region in which this product/plan is available |
contact | I | 0..* | BackboneElement | Contact for the product/plan for a certain purpose |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
extension | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored |
purpose | 0..1 | CodeableConcept | The type of contact Binding: ContactEntityType (extensible) | |
name | 0..1 | HumanName | A name associated with the contact | |
telecom | 0..* | ContactPoint | Contact details (telephone, email, etc.) for a contact | |
address | 0..1 | Address | Visiting or postal addresses for the contact | |
coverage | I | 0..* | BackboneElement | Details about the coverage offered by the insurance product |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
extension | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored |
type | 1..1 | CodeableConcept | Type of coverage | |
benefit | I | 1..* | BackboneElement | Specific benefits under this type of coverage |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
extension | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored |
type | 1..1 | CodeableConcept | Type of benefit | |
item | I | 1..* | BackboneElement | Specific benefit and related value |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
extension | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored |
code | 1..1 | CodeableConcept | Coded Details of the specific benefit (days; visits) | |
benefitValue | 0..1 | Quantity | Value of the specific benefit | |
plan | I | 0..* | BackboneElement | Details about an insurance plan |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
extension | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored |
type | 0..1 | CodeableConcept | Type of plan | |
description | 0..1 | string | Additional descriptive content about the plan | |
premium | 0..1 | Money | Plan premium | |
category | I | 0..* | BackboneElement | List of the costs associated with plan benefits |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
extension | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored |
code | 0..1 | CodeableConcept | General category of benefit (Medical; Dental; Vision; Drug; Mental Health; Substance Abuse; Hospice, Home Health) | |
benefit | I | 0..* | BackboneElement | List of the specific benefits under this category of benefit |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
extension | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored |
type | 1..1 | CodeableConcept | Type of specific benefit (preventative; primary care office visit; speciality office visit; hospitalization; emergency room; urgent care) | |
cost | I | 0..* | BackboneElement | List of the costs associated with a specific benefit |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
extension | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored |
type | 1..1 | CodeableConcept | Type of cost (copay; individual cap; family cap; coinsurance; deductible) | |
applicability | 0..* | Coding | Whether the cost applies to in-network or out-of-network providers (in-network; out-of-network; other) | |
qualifiers | 0..* | string | Additional information about the cost, such as information about funding sources (e.g. HSA, HRA, FSA, RRA) | |
value | 0..1 | Quantity | The actual cost value | |
endpoint | 0..* | Reference(Endpoint) | Technical endpoints providing access to services operated for the organization | |
Documentation for this format |
productPlan.productCoverage
. This attribute consists of a number of other mandatory attributes:
productPlan.productCoverage.coverageType
productPlan.productCoverage.benefits
productPlan.productCoverage.benefits.type
productPlan.productCoverage.benefits.benefitList
productPlan.productCoverage.benefits.benefitList.description
productPlan.plan
.
productPlan.benefitCategory.benefit.costs
, one type in productPlan.benefitCategory.benefit.costs.type
Differential View
Snapshot View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
ProductPlan | I | 0..* | Details of a Health Insurance product/plan provided by an organization | |
id | SΣ | 0..1 | id | Logical id of this artifact |
meta | SΣ | 0..1 | Meta | Metadata about the resource |
implicitRules | ?!Σ | 0..1 | uri | A set of rules under which this content was created |
language | 0..1 | code | Language of the resource content Binding: Common Languages (extensible) | |
text | SI | 0..1 | Narrative | Text summary of the resource, for human interpretation |
contained | 0..* | Resource | Contained, inline Resources | |
extension | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?! | 0..* | Extension | Extensions that cannot be ignored |
identifier | ΣI | 0..* | Identifier | Identifies this product/plan across multiple systems |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
identifier-status | 0..1 | code | Extension URL: http://hl7.org/fhir/ig/vhdir/StructureDefinition/identifier-status | |
use | ?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required) |
type | Σ | 0..1 | CodeableConcept | Description of identifier Binding: Identifier Type Codes (extensible) |
system | Σ | 0..1 | uri | The namespace for the identifier value Example General': http://www.acme.com/identifiers/patient or urn:ietf:rfc:3986 if the Identifier.value itself is a full uri |
value | Σ | 0..1 | string | The value that is unique Example General': 123456 |
period | Σ | 0..1 | Period | Time period when id is/was valid for use |
assigner | Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) |
status | ?!Σ | 0..1 | code | Whether the organization's record is still in active use Binding: PublicationStatus (required) |
type | Σ | 0..* | CodeableConcept | Kind of product/plan Binding: ProductPlanType (example) |
name | ΣI | 0..1 | string | Official name |
alias | 0..* | string | A list of alternate names that the product/plan is known as, or was known as in the past | |
period | 0..1 | Period | The time period the product/plan is available | |
ownedBy | Σ | 0..1 | Reference(Organization) | Owner of the product/plan |
administeredBy | Σ | 0..1 | Reference(Organization) | Administrator of the product/plan |
address | I | 0..* | Address | An address for the organization ppn-2: An address of an organization can never be of use 'home' |
coverageArea | Σ | 0..1 | Reference(Location) | The geographic region in which this product/plan is available |
contact | I | 0..* | BackboneElement | Contact for the product/plan for a certain purpose |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
extension | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored |
purpose | 0..1 | CodeableConcept | The type of contact Binding: ContactEntityType (extensible) | |
name | 0..1 | HumanName | A name associated with the contact | |
telecom | 0..* | ContactPoint | Contact details (telephone, email, etc.) for a contact | |
address | 0..1 | Address | Visiting or postal addresses for the contact | |
coverage | I | 0..* | BackboneElement | Details about the coverage offered by the insurance product |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
extension | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored |
type | 1..1 | CodeableConcept | Type of coverage | |
benefit | I | 1..* | BackboneElement | Specific benefits under this type of coverage |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
extension | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored |
type | 1..1 | CodeableConcept | Type of benefit | |
item | I | 1..* | BackboneElement | Specific benefit and related value |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
extension | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored |
code | 1..1 | CodeableConcept | Coded Details of the specific benefit (days; visits) | |
benefitValue | 0..1 | Quantity | Value of the specific benefit | |
plan | I | 0..* | BackboneElement | Details about an insurance plan |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
extension | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored |
type | 0..1 | CodeableConcept | Type of plan | |
description | 0..1 | string | Additional descriptive content about the plan | |
premium | 0..1 | Money | Plan premium | |
category | I | 0..* | BackboneElement | List of the costs associated with plan benefits |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
extension | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored |
code | 0..1 | CodeableConcept | General category of benefit (Medical; Dental; Vision; Drug; Mental Health; Substance Abuse; Hospice, Home Health) | |
benefit | I | 0..* | BackboneElement | List of the specific benefits under this category of benefit |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
extension | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored |
type | 1..1 | CodeableConcept | Type of specific benefit (preventative; primary care office visit; speciality office visit; hospitalization; emergency room; urgent care) | |
cost | I | 0..* | BackboneElement | List of the costs associated with a specific benefit |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
extension | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored |
type | 1..1 | CodeableConcept | Type of cost (copay; individual cap; family cap; coinsurance; deductible) | |
applicability | 0..* | Coding | Whether the cost applies to in-network or out-of-network providers (in-network; out-of-network; other) | |
qualifiers | 0..* | string | Additional information about the cost, such as information about funding sources (e.g. HSA, HRA, FSA, RRA) | |
value | 0..1 | Quantity | The actual cost value | |
endpoint | 0..* | Reference(Endpoint) | Technical endpoints providing access to services operated for the organization | |
Documentation for this format |
Downloads: StructureDefinition: (XML, JSON, CSV), Schema: XML Schematron
Below is an overview of the required search and read operations for this profile. See the Conformance requirements for the US Core Server for a complete list of supported RESTful operations and search parameters for this IG.
TBD