PackagesCanonicalsLogsProblems
    Packages
    dguv.enla@0.0.2-Kommentierung
    http://fhir.dguv.de/ENLA/Observation/DGUV-ENLA-PR-BesondereMassnahmen
description: Dieses Profil beschreibt die Erfordernis von weiteren Maßnahmen für die versicherte Person im Kontext des Heilverfahrens (außer Reha-Maßnahmen oder Heil-/Hilfsmittel) zum Zeitpunkt der Entlassung aus der stationären Behandlung.
package_name: dguv.enla
derivation: constraint
name: DGUV_ENLA_PR_BesondereMassnahmen
type: Observation
elements:
  value:
    short: Angaben über notwendige Besondere Maßnahmen
    mustSupport: true
    choices: [valueString]
    index: 19
  valueString: {type: string, short: Angaben über notwendige Besondere Maßnahmen, mustSupport: true, choiceOf: value, index: 20}
  effective[x]:
    elements:
      code:
        short: Direkt | Festzul | Azpkt |
        binding: {strength: required, valueSet: 'http://fhir.dguv.de/ENLA/ValueSet/DGUV-ENLA-VS-MassnahmenZeitpunkt'}
        mustSupport: true
        index: 12
        elements:
          coding:
            mustSupport: true
            index: 13
            elements:
              system: {mustSupport: true, index: 14}
              code: {mustSupport: true, index: 15}
              display: {mustSupport: true, index: 16}
            required: [code, display, system]
          text: {mustSupport: true, index: 17}
        required: [coding]
    required: [code]
  status:
    pattern: {type: code, value: final}
    mustSupport: true
    type: code
    index: 1
  effective:
    short: Beginn der besonderen Maßnahme
    mustSupport: true
    choices: [effectiveTiming]
    index: 10
  id: {mustSupport: true, index: 0}
  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 Besondere Maßnahmen
            pattern: {type: code, value: BM}
            mustSupport: true
            type: code
            index: 5
          display:
            short: Bezeichnung für Teilberichtsinhalt Besondere Maßnahmen
            pattern: {type: string, value: BesondereMaßnahmen}
            mustSupport: true
            type: string
            index: 6
        required: [code, display, system]
    required: [coding]
  effectiveTiming: {type: Timing, short: Beginn der besonderen Maßnahme, mustSupport: true, choiceOf: effective, index: 11}
  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}
    required: [reference]
package_version: 0.0.2-Kommentierung
class: profile
kind: resource
url: http://fhir.dguv.de/ENLA/Observation/DGUV-ENLA-PR-BesondereMassnahmen
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 0.0.2
required: [effective, effectiveTiming, subject, value, valueString]