PackagesCanonicalsLogsProblems
    Packages
    rs/ndhm.in@3.0.1
    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: rs/ndhm.in
derivation: constraint
name: InsurancePlanBundle
type: Bundle
elements:
  type:
    short: collection
    pattern: {type: code, value: collection}
    type: code
    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: Resource, index: 3}
package_version: 3.0.1
class: profile
kind: resource
url: https://nrces.in/ndhm/fhir/r4/StructureDefinition/InsurancePlanBundle
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 3.0.1
required: [entry]