PackagesCanonicalsLogsProblems
    Packages
    dguv.enla@0.0.2-Kommentierung
    http://fhir.dguv.de/ENLA/Observation/DGUV-ENLA-PR-Therapieempfehlung
description: Dieses Profil bildet die Empfehlungen für weitere therapeutische und diagnostische Maßnahmen wie regelmäßige Wundkontrolle, kardiologische Kontrolle, Konsiliaruntersuchungen etc. ab.
package_name: dguv.enla
derivation: constraint
name: DGUV_ENLA_PR_Therapieempfehlung
type: Observation
elements:
  id: {mustSupport: true, index: 0}
  status:
    pattern: {type: code, value: final}
    mustSupport: true
    type: code
    index: 1
  code:
    short: Kennzeichnung des ENLA-Teilberichtsinhalts
    mustSupport: true
    index: 2
    elements:
      coding:
        mustSupport: true
        index: 3
        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: 4
          code:
            short: Kürzel für ENLA-Teilberichtsinhalt Therapieempfehlung
            pattern: {type: code, value: THE}
            mustSupport: true
            type: code
            index: 5
          display:
            short: Bezeichnung für Teilberichtsinhalt Therapieempfehlung
            pattern: {type: string, value: Therapieempfehlung}
            mustSupport: true
            type: string
            index: 6
        required: [code, display, system]
    required: [coding]
  subject:
    type: Reference
    short: Verweis auf betroffene versicherte Person
    mustSupport: true
    refers: ['http://fhir.dguv.de/ENLA/Patient/DGUV-ENLA-PR-VersichertePerson']
    index: 7
    elements:
      reference: {mustSupport: true, index: 8}
      identifier: {index: 9}
    required: [reference]
  value:
    short: Freitext für Empfehlungen für weitere therapeutische und diagnostische Maßnahmen
    mustSupport: true
    choices: [valueString]
    index: 11
  valueString: {type: string, short: Freitext für Empfehlungen für weitere therapeutische und diagnostische Maßnahmen, mustSupport: true, choiceOf: value, index: 12}
package_version: 0.0.2-Kommentierung
class: profile
kind: resource
url: http://fhir.dguv.de/ENLA/Observation/DGUV-ENLA-PR-Therapieempfehlung
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 0.0.2
required: [subject, value, valueString]