PackagesCanonicalsLogsProblems
    Packages
    ndhm.in@5.0.0
    https://nrces.in/ndhm/fhir/r4/StructureDefinition/ClaimBundle
description: The profile is based on a Bundle of type collection, where all the supporting information required for processing claim can be shared. Multiple entries can be added in a bundle to provide information like financial, clinical, provision of health care services with payors and for reporting to regulatory bodies and firms which provide data analytics. The bundle can be generated depending on the nature of the request defined by 'use' element in a claim resource, like preauthorization, predetermination and claim and can be shared over NHCX ecosystem.
package_name: ndhm.in
derivation: constraint
name: ClaimBundle
type: Bundle
elements:
  type:
    pattern: {type: Code, value: collection}
    index: 0
  entry:
    index: 1
    slicing:
      rules: open
      description: Slice different resources included in the bundle
      discriminator:
      - {path: resource, type: type}
      min: 1
      slices:
        Claim:
          match: {}
          schema:
            short: Claim, Pre-determination or Pre-authorization
            _required: true
            index: 2
            elements:
              resource: {type: Claim, index: 3}
package_version: 5.0.0
class: profile
kind: resource
url: https://nrces.in/ndhm/fhir/r4/StructureDefinition/ClaimBundle
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 5.0.0
required: [entry]