PackagesCanonicalsLogsProblems
    Packages
    rs/dguv.enla@0.0.2-Kommentierung
    http://fhir.dguv.de/ENLA/Observation/DGUV-ENLA-PR-Behandlungsverlauf
description: Behandlungsverlauf, inkl. Besonderheiten, die während der Behandlung aufgetreten sind
package_name: rs/dguv.enla
derivation: constraint
name: DGUV_ENLA_PR_Behandlungsverlauf
type: Observation
elements:
  id: {mustSupport: true, index: 0}
  extension:
    mustSupport: true
    index: 1
    slicing:
      slices:
        BesonderheitenBehandlungsverlauf:
          match: {}
          schema:
            type: Extension
            short: Besonderheiten im Behandlungsverlauf
            isModifier: false
            mustSupport: true
            url: http://fhir.dguv.de/ENLA/Extension/DGUV-ENLA-EX-Besonderheiten
            index: 2
            elements:
              value:
                mustSupport: true
                choices: []
                index: 4
  status:
    pattern: {type: code, value: final}
    mustSupport: true
    type: code
    index: 5
  code:
    short: ENLA-Teilberichtsinhalt
    mustSupport: true
    index: 6
    elements:
      coding:
        mustSupport: true
        index: 7
        elements:
          system:
            short: CodeSystem für ENLA-Teilberichtsinhalte
            pattern: {type: uri, value: 'http://fhir.dguv.de/ENLA/CodeSystem/DGUV-ENLA-CS-Teilberichtsinhalt'}
            mustSupport: true
            type: uri
            index: 8
          code:
            pattern: {type: code, value: BV}
            mustSupport: true
            type: code
            index: 9
          display:
            pattern: {type: string, value: Behandlungsverlauf}
            mustSupport: true
            type: string
            index: 10
        required: [code, display, system]
    required: [coding]
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://fhir.dguv.de/ENLA/Patient/DGUV-ENLA-PR-VersichertePerson']
    index: 11
    elements:
      reference: {mustSupport: true, index: 12}
    required: [reference]
  value:
    short: Beschreibung Behandlungsverlauf
    mustSupport: true
    choices: [valueString]
    index: 14
  valueString: {type: string, short: Beschreibung Behandlungsverlauf, mustSupport: true, choiceOf: value, index: 15}
  derivedFrom:
    type: Reference
    short: Referenz auf OP-Bericht
    mustSupport: true
    refers: ['http://fhir.dguv.de/ENLA/DocumentReference/DGUV-ENLA-PR-DokumentenReferenz']
    index: 16
    elements:
      reference: {mustSupport: true, index: 17}
    required: [reference]
package_version: 0.0.2-Kommentierung
extensions:
  BesonderheitenBehandlungsverlauf:
    url: http://fhir.dguv.de/ENLA/Extension/DGUV-ENLA-EX-Besonderheiten
    type: Extension
    short: Besonderheiten im Behandlungsverlauf
    isModifier: false
    mustSupport: true
    index: 2
    elements:
      value:
        mustSupport: true
        choices: []
        index: 4
class: profile
kind: resource
url: http://fhir.dguv.de/ENLA/Observation/DGUV-ENLA-PR-Behandlungsverlauf
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 0.0.2
required: [subject, value, valueString]