PackagesCanonicalsLogsProblems
    Packages
    de.gematik.erezept-workflow.r4@1.5.0-beta4
    https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Bundle
description: A document style representation of the receipt (complete, self-contained, signed)
package_name: de.gematik.erezept-workflow.r4
derivation: constraint
name: GEM_ERP_PR_Bundle
type: Bundle
elements:
  id: {index: 0}
  meta:
    index: 1
    elements:
      profile:
        pattern: {type: Canonical, value: 'https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Bundle|1.5'}
        index: 2
    required: [profile]
  identifier: {type: Identifier, short: identifier of ePrescription, mustSupport: true, index: 3}
  type:
    pattern: {type: Code, value: document}
    mustSupport: true
    index: 4
  timestamp: {index: 5}
  entry:
    array: true
    min: 3
    index: 6
    slicing:
      rules: closed
      discriminator:
      - {path: resource, type: type}
      min: 3
      slices:
        DocumentInformation:
          match: {}
          schema:
            mustSupport: true
            _required: true
            index: 7
            elements:
              link: {index: 8}
              fullUrl: {index: 9}
              resource: {type: Composition, index: 10}
              search: {index: 11}
              request: {index: 12}
              response: {index: 13}
            required: [resource, fullUrl]
        SigningDevice:
          match: {}
          schema:
            mustSupport: true
            _required: true
            index: 14
            elements:
              link: {index: 15}
              fullUrl: {index: 16}
              resource: {type: Device, index: 17}
              search: {index: 18}
              request: {index: 19}
              response: {index: 20}
            required: [resource, fullUrl]
        PrescriptionDigest:
          match: {}
          schema:
            mustSupport: true
            _required: true
            index: 21
            elements:
              link: {index: 22}
              fullUrl: {index: 23}
              resource: {type: Binary, index: 24}
              search: {index: 25}
              request: {index: 26}
              response: {index: 27}
            required: [resource, fullUrl]
  signature: {type: Signature, short: Enveloping signature applied to the receipt, mustSupport: true, index: 28}
package_version: 1.5.0-beta4
class: profile
kind: resource
url: https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Bundle
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: '1.5'
required: [id, timestamp, identifier, meta]