PackagesCanonicalsLogsProblems
    Packages
    rs/dguv.enla@0.0.2-Kommentierung
    http://fhir.dguv.de/ENLA/Observation/DGUV-ENLA-PR-Konsiliarbefunde
description: Dieses Profil bildet Konsiliarbefunde ab.
package_name: rs/dguv.enla
derivation: constraint
name: DGUV_ENLA_PR_Konsiliarbefunde
type: Observation
elements:
  id: {mustSupport: true, index: 0}
  status:
    pattern: {type: code, value: final}
    mustSupport: true
    type: code
    index: 1
  category:
    short: Klassifikation des Befundtyps
    mustSupport: true
    index: 2
    elements:
      coding:
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/observation-category'}
        mustSupport: true
        index: 3
        elements:
          system:
            short: Klassifikation des Befundtyps
            pattern: {type: uri, value: 'http://fhir.dguv.de/ENLA/CodeSystem/DGUV-ENLA-CS-BefundKategorie'}
            mustSupport: true
            type: uri
            index: 4
          code: {mustSupport: true, index: 5}
          display: {mustSupport: true, index: 6}
        required: [code, display, system]
    required: [coding]
  code:
    short: ENLA-Teilberichtsinhalt
    mustSupport: true
    index: 7
    elements:
      coding:
        mustSupport: true
        index: 8
        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: 9
          code:
            pattern: {type: code, value: Konsiliar}
            mustSupport: true
            type: code
            index: 10
          display:
            pattern: {type: string, value: Konsiliarbefund}
            mustSupport: true
            type: string
            index: 11
        required: [code, display, system]
    required: [coding]
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://fhir.dguv.de/ENLA/Patient/DGUV-ENLA-PR-VersichertePerson']
    index: 12
    elements:
      reference: {mustSupport: true, index: 13}
    required: [reference]
  value:
    short: Befundergebnis Narrativ
    mustSupport: true
    choices: [valueString]
    index: 15
  valueString: {type: string, short: Befundergebnis Narrativ, mustSupport: true, choiceOf: value, index: 16}
  derivedFrom:
    type: Reference
    mustSupport: true
    refers: ['http://fhir.dguv.de/ENLA/DocumentReference/DGUV-ENLA-PR-DokumentenReferenz']
    index: 17
    elements:
      reference: {mustSupport: true, index: 18}
    required: [reference]
package_version: 0.0.2-Kommentierung
class: profile
kind: resource
url: http://fhir.dguv.de/ENLA/Observation/DGUV-ENLA-PR-Konsiliarbefunde
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 0.0.2
required: [category, subject, value, valueString]