PackagesCanonicalsLogsProblems
    Packages
    ndhm.in@5.0.0
    https://nrces.in/ndhm/fhir/r4/StructureDefinition/InsurancePlanBundle
description: This profile is based on a Bundle of type collection, providing a description of a health insurance package that consists of a comprehensive list of covered benefits (referred to as the product), associated costs (known as the plan), and supplementary details regarding the offering, such as ownership and administration, coverage area, contact information, and more.
package_name: ndhm.in
derivation: constraint
name: InsurancePlanBundle
type: Bundle
elements:
  type:
    short: collection
    pattern: {type: Code, value: collection}
    index: 0
  entry:
    index: 1
    slicing:
      rules: open
      discriminator:
      - {path: resource, type: type}
      min: 1
      slices:
        InsurancePlan:
          match: {}
          schema:
            _required: true
            index: 2
            elements:
              resource: {type: InsurancePlan, index: 3}
package_version: 5.0.0
class: profile
kind: resource
url: https://nrces.in/ndhm/fhir/r4/StructureDefinition/InsurancePlanBundle
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 5.0.0
required: [entry]