PackagesCanonicalsLogsProblems
    Packages
    dguv.oper@0.1.0-Kommentierung
    http://fhir.dguv.de/OPER/Bundle/DGUV-OPER-PR-Bundle
description: Dieses Profil spezifiziert den strukturierten Aufbau des stationären DGUV‑Operationsberichts
package_name: dguv.oper
derivation: constraint
name: DGUV_OPER_PR_Bundle
type: Bundle
elements:
  id: {mustSupport: true, index: 0}
  meta:
    mustSupport: true
    index: 1
    elements:
      profile:
        mustSupport: true
        pattern: {type: Canonical, value: 'http://fhir.dguv.de/OPER/Bundle/DGUV-OPER-PR-Bundle'}
        index: 2
    required: [profile]
  identifier:
    mustSupport: true
    index: 3
    elements:
      system:
        pattern: {type: Uri, value: 'http://fhir.dguv.de/OPER/NamingSystem/DGUV-OPER-NS-Nachrichtenkennung'}
        mustSupport: true
        index: 4
      value: {short: Eindeutiger Identifier für den Operationsbericht, mustSupport: true, index: 5}
    required: [value, system]
  type:
    pattern: {type: Code, value: document}
    mustSupport: true
    index: 6
  timestamp: {short: Zeitpunkt der Erstellung des Bundles, mustSupport: true, index: 7}
  entry:
    mustSupport: true
    index: 8
    slicing:
      rules: open
      discriminator:
      - {path: resource.meta.profile, type: value}
      min: 1
      slices:
        Composition:
          match:
            resource:
              meta: {profile: null}
          schema:
            mustSupport: true
            _required: true
            index: 9
            elements:
              resource:
                type: Resource
                mustSupport: true
                index: 10
                elements:
                  section: {array: true, min: 6, max: 6, index: 11}
            required: [resource]
        VersichertePerson:
          match:
            resource:
              meta: {profile: null}
          schema:
            _required: true
            index: 12
            elements:
              resource: {type: Resource, index: 13}
            required: [resource]
        Autor:
          match:
            resource:
              meta: {profile: null}
          schema:
            _required: true
            index: 14
            elements:
              resource: {type: Resource, index: 15}
            required: [resource]
package_version: 0.1.0-Kommentierung
class: profile
kind: resource
url: http://fhir.dguv.de/OPER/Bundle/DGUV-OPER-PR-Bundle
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: '0.1'
required: [entry, timestamp, identifier, meta]