http://hl7.org/fhir/StructureDefinition/InsurancePlan|4.0.1

Details of a Health Insurance product/plan provided by an organization.
description: Details of a Health Insurance product/plan provided by an organization.
derivation: specialization
name: InsurancePlan
type: InsurancePlan
elements:
  coverageArea: {short: Where product applies, array: true, isSummary: true, index: 8}
  name: {short: Official name, isSummary: true, index: 3}
  coverage:
    short: Coverage details
    array: true
    index: 16
    elements:
      type: {short: Type of coverage, index: 17}
      network: {short: What networks provide coverage, array: true, index: 18}
      benefit:
        min: 1
        short: List of benefits
        array: true
        index: 19
        elements:
          type: {short: Type of benefit, index: 20}
          requirement: {short: Referral requirements, index: 21}
          limit:
            short: Benefit limits
            array: true
            index: 22
            elements:
              value: {short: Maximum value allowed, index: 23}
              code: {short: Benefit limit details, index: 24}
        required: [type]
    required: [type, benefit]
  type:
    short: Kind of product
    array: true
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/insuranceplan-type'}
    isSummary: true
    index: 2
  alias: {short: Alternate names, array: true, index: 4}
  status:
    isModifier: true
    short: draft | active | retired | unknown
    meaningWhenMissing: Default interpretation is active.
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/publication-status|4.0.1'}
    isModifierReason: This element is labeled as a modifier because it is a status element that contains codes which means that the resource should not be treated as valid
    isSummary: true
    index: 1
  identifier: {short: Business Identifier for Product, array: true, isSummary: true, index: 0}
  administeredBy: {short: Product administrator, isSummary: true, index: 7}
  ownedBy: {short: Plan issuer, isSummary: true, index: 6}
  network: {short: What networks are Included, array: true, index: 15}
  period: {short: When the product is available, index: 5}
  plan:
    short: Plan details
    array: true
    index: 25
    elements:
      identifier: {short: Business Identifier for Product, array: true, isSummary: true, index: 26}
      type: {short: Type of plan, index: 27}
      coverageArea: {short: Where product applies, array: true, isSummary: true, index: 28}
      network: {short: What networks provide coverage, array: true, index: 29}
      generalCost:
        short: Overall costs
        array: true
        index: 30
        elements:
          type: {short: Type of cost, index: 31}
          groupSize: {short: Number of enrollees, index: 32}
          cost: {short: Cost value, index: 33}
          comment: {short: Additional cost information, index: 34}
      specificCost:
        short: Specific costs
        array: true
        index: 35
        elements:
          category: {short: General category of benefit, index: 36}
          benefit:
            short: Benefits list
            array: true
            index: 37
            elements:
              type: {short: Type of specific benefit, index: 38}
              cost:
                short: List of the costs
                array: true
                index: 39
                elements:
                  type: {short: Type of cost, index: 40}
                  applicability:
                    short: in-network | out-of-network | other
                    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/insuranceplan-applicability|4.0.1'}
                    index: 41
                  qualifiers: {short: Additional information about the cost, array: true, index: 42}
                  value: {short: The actual cost value, index: 43}
                required: [type]
            required: [type]
        required: [category]
  endpoint: {short: Technical endpoint, array: true, index: 14}
  contact:
    short: Contact for the product
    array: true
    index: 9
    elements:
      purpose:
        short: The type of contact
        binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/contactentity-type'}
        index: 10
      name: {short: A name associated with the contact, index: 11}
      telecom: {short: 'Contact details (telephone, email, etc.)  for a contact', array: true, index: 12}
      address: {short: Visiting or postal addresses for the contact, index: 13}
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/InsurancePlan
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 4.0.1