PackagesCanonicalsLogsProblems
    Packages
    rs/ndhm.in@6.0.0
    https://nrces.in/ndhm/fhir/r4/StructureDefinition/TaskBundle
description: This profile is based on a Bundle of type collection, incorporating the Task resource to convey the information related to payments, status checks during claim adjudication, reprocessing claims, and facilitating the request or transmission of any supporting documentation as needed.
package_name: rs/ndhm.in
derivation: constraint
name: TaskBundle
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:
        Task:
          match: {}
          schema:
            short: A task to be performed.
            _required: true
            index: 2
            elements:
              resource: {type: Task, index: 3}
package_version: 6.0.0
class: profile
kind: resource
url: https://nrces.in/ndhm/fhir/r4/StructureDefinition/TaskBundle
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 6.0.0
required: [entry]