National Directory of Healthcare Providers & Services (NDH) Implementation Guide, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-us-ndh/ and changes regularly. See the Directory of published versions
Official URL: http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-InsurancePlan | Version: 1.0.0 | |||
Standards status: Trial-use | Computable Name: NdhInsurancePlan | |||
Copyright/Legal: HL7 International |
An InsurancePlan 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 covered benefits. A plan pairs a product’s covered benefits with the particular cost sharing structure offered to a consumer. A given product may comprise multiple plans (i.e. each plan offers different cost sharing requirements for the same set of covered benefits). InsurancePlan 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.
Each insurancePlan has a type which describe the product. An insurancePlan may offer its coverage benefits under a particular network. If an insurancePlan does not have a network, each plan of the insurancePlan must define a distinct plan type (InsurancePlace.plan.type).
InsurancePlan describes a health insurance offering comprised of a list of covered benefits (i.e. the product), costs associated with those benefits (i.e. the insurance plan), and additional information about the offering, such as who own it, who administer it, coverage area, contact information, etc.
To change a network in an insurance plan, adjust the insurancePlan.period and genderate a fresh new insurance plan.
Usage:
Description of Profiles, Differentials, Snapshots and how the different presentations work.
Other representations of profile: CSV, Excel, Schematron
SearchParameter Name | Type | Example |
---|---|---|
coverage-area | reference | GET [base]/InsurancePlan?coverage-area.contains=41.809006\|-71.41177 |
coverage-benefit-type | token | GET [base]/InsurancePlan?coverage-benefit-type=pcpov |
coverage-type | token | GET [base]/InsurancePlan?coverage-type=medical |
coverage-network | reference | GET [base]/InsurancePlan?coverage-network.type=ntwk&coverage-network.address-state=CT |
network | reference | GET [base]/InsurancePlan?network.type=ntwk&network.address-state=CT |
plan-network | reference | `GET [base]/InsurancePlan?plan-network.type=ntwk&plan-network.address-state=CT |
plan-type | token | `GET [base]/InsurancePlan?plan-type=gold |
verification-status | token | GET [base]/InsurancePlan?verification-status=complete |
Since there is no direct individual url for each Search Parameter defined by FHIR Serach Parameter Registry, we have provided the following links for you to access more information about them.
SearchParameter Name | Type | Example |
---|---|---|
address | string | GET [base]/InsurancePlan?address=456 Main Street |
address-city | string | GET [base]/InsurancePlan?address-city=Norwalk |
address-country | string | GET [base]/InsurancePlan?address-country=USA |
address-postalcode | string | GET [base]/InsurancePlan?address-postalcode=34997 |
address-state | string | GET [base]/InsurancePlan?address-state=FL |
administered-by | reference | GET [base]/InsurancePlan?administered-by.name=HOPE INC |
endpoint | reference | GET [base]/InsurancePlan?endpoint.connection-type=hl7-fhir-rest |
identifier | token | GET [base]/InsurancePlan?identifier=12345 |
name | string | GET [base]/InsurancePlan?name=Florida Blue |
owned-by | reference | GET [base]/InsurancePlan?owned-by.name=Florida Blue |
status | token | GET [base]/InsurancePlan?status=active |
type | token | GET [base]/InsurancePlan?type=commppo |
_include | Example |
---|---|
InsurancePlan:administered-by | GET [base]/InsurancePlan?_include=InsurancePlan:administered-by |
InsurancePlan:endpoint | GET [base]/InsurancePlan?_include=InsurancePlan:endpoint |
InsurancePlan:owned-by | GET [base]/InsurancePlan?_include=InsurancePlan:owned-by |
InsurancePlan:coverage-area | GET [base]/InsurancePlan?_include=InsurancePlan:coverage-area |
InsurancePlan:coverage-network | GET [base]/InsurancePlan?_include=InsurancePlan:coverage-network |
InsurancePlan:plan-network | GET [base]/InsurancePlan?_include=InsurancePlan:plan-network |
InsurancePlan:network | GET [base]/InsurancePlan?_include=InsurancePlan:network |
If you only want to search for networks associated with an InsurancePlan, you can use the following approach: The primary resource in this context is the Organization, while the InsurancePlan resources serve as references to it. To accomplish this, the _revinclude feature is utilized. As the Network resource profile is derived from the Organization resource, the type=ntwk parameter must be included in your search.
GET [base]/Organization?type=ntwk&_revinclude=InsurancePlan:network
The relationship between InsurancePlans and Networks is many-to-many. A plan may be associated with multipe networks. The NDH model is having InsurancePlan reference networks.
The search parameters outlined above are straightforward for basic scenarios but have limitations in handling complex combination queries. To enhance these capabilities, employing the special search parameters _filter is recommended.
The Insurance Plan resource defines three levels of networks: the base level network, the coverage level network, and the plan level network. The base level network is intended to apply to all coverage and plans when appropriate. For example, if dental services are included in the base level network and are covered at the coverage level, they would apply. Networks at the coverage level are specific to that coverage and are in addition to the base level network. Networks at the plan level are specific to the particular plan and incorporate any networks defined at both the base level and the coverage level. For instance, in a Platinum plan, the network may include more expensive venues that are not covered in lower-priced plans.
A payer’s products typically differ by network type and/or covered benefits. A insurance plan pairs a product’s covered benefits with the particular cost sharing structure offered to a consumer. A given payer’s product may comprise multiple insurance plans (i.e. each insurance plan offers different cost sharing requirements for the same set of covered benefits).