FHIR CI-Build

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

8.36 Resource InsuranceProduct - Content

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

Details of a Health Insurance product provided by an organization.

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.

InsuranceProduct 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.

TBD.

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. InsuranceProduct TU DomainResource Details of a Health Insurance product provided by an organization
+ Rule: The organization SHALL at least have a name or an identifier, and possibly more than one

Elements defined in Ancestors: id, meta, implicitRules, language, text, contained, extension, modifierExtension
... identifier ΣC 0..* Identifier Business Identifier for Product

... status ?!Σ 0..1 code draft | active | retired | unknown
Binding: PublicationStatus (Required)
... type Σ 0..* CodeableConcept Kind of product
Binding: Insurance Plan Type (Example)

... alias 0..* string Alternate names

... period 0..1 Period When the product is available
... ownedBy Σ 0..1 Reference(Organization) Product issuer
... administeredBy Σ 0..1 Reference(Organization) Product administrator
... coverageArea Σ 0..* Reference(Location) Where product applies

... contact 0..* ExtendedContactDetail Official contact details relevant to the health insurance product

... endpoint 0..* Reference(Endpoint) Technical endpoint

... network 0..* Reference(Organization) What networks are Included

... coverage 0..* BackboneElement Coverage details

.... type 1..1 CodeableConcept Classification of Coverage
.... network 0..* Reference(Organization) What networks provide coverage

.... benefit 1..* BackboneElement List of benefits

..... type 1..1 CodeableConcept Classification of benefit provided
..... requirement 0..1 string Referral requirements
..... limit 0..* BackboneElement Limits on the provided benefits

...... value 0..1 Quantity Maximum value allowed
...... code 0..1 CodeableConcept Benefit limit details
... related 0..* BackboneElement Associated insurance product

.... product 0..1 Reference(InsuranceProduct) Related Product reference
.... relationship 0..1 CodeableConcept Relationship of this product to the related product
.... period 0..1 Period Period that this Relationship is valid

doco Documentation for this format icon

See the Extensions for this resource

 

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
InsuranceProduct.status PublicationStatus Required

The lifecycle status of an artifact.

InsuranceProduct.type InsurancePlanType Example

This example value set defines a set of codes that can be used to indicate a type of insurance plan.

UniqueKeyLevelLocationDescriptionExpression
img ipn-1Rule (base)The organization SHALL at least have a name or an identifier, and possibly more than one(identifier.count() + name.count()) > 0

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
administered-by reference Product administrator InsuranceProduct.administeredBy
(Organization)
contact-address string A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text InsuranceProduct.contact.address
contact-address-city string A city specified in an address InsuranceProduct.contact.address.city
contact-address-country string A country specified in an address InsuranceProduct.contact.address.country
contact-address-postalcode string A postal code specified in an address InsuranceProduct.contact.address.postalCode
contact-address-state string A state specified in an address InsuranceProduct.contact.address.state
contact-address-use token A use code specified in an address InsuranceProduct.contact.address.use
endpoint reference The endpoint(s) applicable to this product InsuranceProduct.endpoint
(Endpoint)
identifier token Any identifier for the product (not the accreditation issuer's identifier) InsuranceProduct.identifier
name string A portion of the insurance product's name or alias InsuranceProduct.name | InsuranceProduct.alias
owned-by reference The issuer of the insurance product InsuranceProduct.ownedBy
(Organization)
phonetic string A portion of the product's name using some kind of phonetic matching algorithm InsuranceProduct.name
status token Is the Product record active InsuranceProduct.status
type token A code for the type of insurance product InsuranceProduct.type