PackagesCanonicalsLogsProblems
    Packages
    dguv.enla@1.0.0
    http://fhir.dguv.de/ENLA/Observation/DGUV-ENLA-PR-Therapie
description: Dieses Profil bildet die operative und konservative Therapie während der stationären Behandlung ab.
package_name: dguv.enla
derivation: constraint
name: DGUV_ENLA_PR_Therapie
type: Observation
elements:
  id: {mustSupport: true, index: 0}
  meta:
    mustSupport: true
    index: 1
    elements:
      profile:
        mustSupport: true
        pattern: {type: Canonical, value: 'http://fhir.dguv.de/ENLA/Observation/DGUV-ENLA-PR-Therapie'}
        index: 2
    required: [profile]
  status:
    pattern: {type: Code, value: final}
    mustSupport: true
    index: 3
  code:
    short: Kennzeichnung des ENLA-Teilberichtsinhalts
    mustSupport: true
    index: 4
    elements:
      coding:
        mustSupport: true
        index: 5
        elements:
          system:
            short: CodeSystem für ENLA-Teilberichtsinhalte
            pattern: {type: Uri, value: 'http://fhir.dguv.de/ENLA/CodeSystem/DGUV-ENLA-CS-Teilberichtsinhalt'}
            mustSupport: true
            index: 6
          code:
            short: Kürzel für ENLA-Teilberichtsinhalt Therapie
            pattern: {type: Code, value: TH}
            mustSupport: true
            index: 7
          display:
            short: Bezeichnung für Teilberichtsinhalt Therapie
            pattern: {type: String, value: Therapie}
            mustSupport: true
            index: 8
        required: [display, system, code]
    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: 9
    elements:
      reference: {short: Konkreter Verweis auf versicherte Person, mustSupport: true, index: 10}
    required: [reference]
  value:
    extensions: {}
    elements:
      extension:
        elements:
          value:
            mustSupport: true
            choices: []
            index: 17
        required: [value]
  valueString: {type: string, short: Freitext für operative und konservative Therapie, mustSupport: true, choiceOf: value, index: 13}
  value[x]:
    extensions: {}
    elements:
      extension:
        elements:
          value[x]:
            elements:
              coding:
                mustSupport: true
                index: 18
                elements:
                  system:
                    short: Wertebereich möglicher OPS-Codes
                    pattern: {type: Uri, value: 'http://fhir.de/CodeSystem/bfarm/ops'}
                    mustSupport: true
                    index: 19
                  code: {short: Konkreter OPS-Code, mustSupport: true, index: 20}
                  display: {short: Konkrete Bezeichnung eines OPS-Codes, mustSupport: true, index: 21}
                required: [display, system, code]
            required: [coding]
package_version: 1.0.0
class: profile
kind: resource
url: http://fhir.dguv.de/ENLA/Observation/DGUV-ENLA-PR-Therapie
base: http://hl7.org/fhir/StructureDefinition/Observation
version: '1.0'
required: [valueString, value, subject, meta]