PackagesCanonicalsLogsProblems
    Packages
    ndhm.in@5.0.0
    https://nrces.in/ndhm/fhir/r4/StructureDefinition/ClaimResponseBundle
description: The profile is based on a Bundle of type collection, where adjudicated response to a Claim, Predetermination or Preauthorization related  information is carried. Multiple entries included in a bundle carries the information and provides application level adjudication results.
package_name: ndhm.in
derivation: constraint
name: ClaimResponseBundle
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:
        ClaimResponse:
          match: {}
          schema:
            short: Response to a claim predetermination or preauthorization
            _required: true
            index: 2
            elements:
              resource: {type: ClaimResponse, index: 3}
package_version: 5.0.0
class: profile
kind: resource
url: https://nrces.in/ndhm/fhir/r4/StructureDefinition/ClaimResponseBundle
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 5.0.0
required: [entry]