PackagesCanonicalsLogsProblems
    Packages
    rki.demis.common@1.0.3
    https://demis.rki.de/fhir/StructureDefinition/ReceiptBundle
description: Quittungs-Bundle
package_name: rki.demis.common
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'}
        index: 1
    required: [profile]
  type:
    pattern: {type: Code, value: collection}
    mustSupport: true
    index: 2
  entry:
    index: 3
    slicing:
      rules: open
      discriminator:
      - {path: resource, type: type}
      min: null
      slices:
        notificationReceipt:
          match: {}
          schema:
            mustSupport: true
            _required: true
            index: 4
            elements:
              resource: {type: Composition, mustSupport: true, index: 5}
            required: [resource]
package_version: 1.0.3
class: profile
kind: resource
url: https://demis.rki.de/fhir/StructureDefinition/ReceiptBundle
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 1.2.0
required: [meta]