PackagesCanonicalsLogsProblems
    Packages
    rki.demis.common.strict@3.0.0-rc.1
    https://demis.rki.de/fhir/StructureDefinition/ReceiptBundle
description: Quittungs-Bundle
package_name: rki.demis.common.strict
derivation: constraint
name: ReceiptBundle
type: Bundle
elements:
  meta:
    mustSupport: true
    index: 0
    elements:
      profile:
        mustSupport: true
        pattern: {type: canonical, value: 'https://demis.rki.de/fhir/StructureDefinition/ReceiptBundle'}
        type: canonical
        index: 1
    required: [profile]
  identifier: {index: 2}
  type:
    pattern: {type: code, value: collection}
    mustSupport: true
    type: code
    index: 3
  total: {index: 4}
  link: {index: 5}
  entry:
    index: 6
    slicing:
      rules: open
      discriminator:
      - {path: resource, type: type}
      min: null
      slices:
        notificationReceipt:
          match: {}
          schema:
            mustSupport: true
            _required: true
            index: 7
            elements:
              resource: {type: Composition, mustSupport: true, index: 8}
              search: {index: 9}
              request: {index: 10}
              response: {index: 11}
            required: [resource]
  signature: {index: 12}
package_version: 3.0.0-rc.1
class: profile
kind: resource
url: https://demis.rki.de/fhir/StructureDefinition/ReceiptBundle
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 1.3.0
required: [meta]