PackagesCanonicalsLogsProblems
    Packages
    dguv.enla@1.0.0
    http://fhir.dguv.de/ENLA/Encounter/DGUV-ENLA-PR-Aufenthaltsinformationen
description: Dieses Profil bildet die allgemeinen Daten zum stationären Aufenthalt ab.
package_name: dguv.enla
derivation: constraint
name: DGUV_ENLA_PR_Aufenthaltsinformationen
type: Encounter
elements:
  id: {mustSupport: true, index: 0}
  meta:
    mustSupport: true
    index: 1
    elements:
      profile:
        mustSupport: true
        pattern: {type: Canonical, value: 'http://fhir.dguv.de/ENLA/Encounter/DGUV-ENLA-PR-Aufenthaltsinformationen'}
        index: 2
    required: [profile]
  identifier:
    type: Identifier
    short: Identifier bildet Fallnummer ab
    mustSupport: true
    index: 3
    elements:
      type:
        short: Typ des Identifiers
        binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/identifier-type'}
        mustSupport: true
        pattern:
          type: CodeableConcept
          value:
            text: An identifier that is unique to an account.
            coding:
            - {code: VN}
        index: 4
        elements:
          coding:
            short: Typ des Identifiers in kodierter Form
            mustSupport: true
            pattern:
              type: Coding
              value: {code: VN, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
            index: 5
            elements:
              system:
                short: Werteraum des Identifier-Typs
                pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
                mustSupport: true
                index: 6
              code:
                short: Kürzel des Identifier-Typs
                mustSupport: true
                pattern: {type: Code, value: VN}
                index: 7
            required: [system, code]
        required: [coding]
      system: {short: Wertebereich für die Fallnummern, mustSupport: true, index: 8}
      value: {short: Konkrete eindeutige Fallnummer, mustSupport: true, index: 9}
  status:
    short: Status des stationären Aufenthalts eines Patienten
    pattern: {type: Code, value: finished}
    mustSupport: true
    index: 10
  class:
    short: Art des Aufenthalts eines Patienten
    mustSupport: true
    index: 11
    elements:
      system:
        short: CodeSystem für die Art des Aufenthalts eines Patienten
        pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/v3-ActCode'}
        mustSupport: true
        index: 12
      code:
        short: Kürzel für einen stationären Krankenhausaufenthalt
        pattern: {type: Code, value: IMP}
        mustSupport: true
        index: 13
      display:
        short: Bezeichnung als stationärer Krankenhausaufenthalt
        pattern: {type: String, value: inpatient encounter}
        mustSupport: true
        index: 14
    required: [display, system, code]
  subject:
    type: Reference
    short: Verweis auf die versicherte Person
    mustSupport: true
    refers: ['http://fhir.dguv.de/ENLA/Patient/DGUV-ENLA-PR-VersichertePerson']
    index: 15
    elements:
      reference: {short: Konkreter Verweis auf versicherte Person, mustSupport: true, index: 16}
    required: [reference]
  period:
    short: Zeitraum des stationären Aufenthalts
    mustSupport: true
    index: 17
    elements:
      start: {short: Erster Tag des stationären Aufenthalts (inkl.), mustSupport: true, index: 18}
      end: {short: Letzter Tag des stationären Aufenthalts (inkl.), mustSupport: true, index: 19}
    required: [start, end]
  hospitalization:
    short: Details zum stationären Aufenthalt
    mustSupport: true
    index: 20
    elements:
      admitSource:
        short: Aufnahmeart
        mustSupport: true
        index: 21
        elements:
          coding:
            short: Aufnahmeart in kodierter Form
            binding: {strength: required, valueSet: 'http://fhir.dguv.de/ENLA/ValueSet/DGUV-ENLA-VS-Aufnahmeart'}
            mustSupport: true
            index: 22
            elements:
              system:
                short: Werteraum für die Aufnahmeart
                pattern: {type: Uri, value: 'http://fhir.dguv.de/ENLA/CodeSystem/DGUV-ENLA-CS-Aufnahmeart'}
                mustSupport: true
                index: 23
              code: {short: Kürzel für die Aufnahmeart, mustSupport: true, index: 24}
              display: {short: Bezeichnung der Aufnahmeart, mustSupport: true, index: 25}
            required: [display, system, code]
          text: {short: Gründe für Folgebehandlung als Freitext, mustSupport: true, index: 26}
        required: [coding]
      dischargeDisposition:
        short: Entlassungs- oder Verlegungsgrund
        mustSupport: true
        index: 27
        elements:
          coding:
            short: Entlassungs- oder Verlegungsgrund in kodierter Form
            binding: {strength: required, valueSet: 'http://fhir.dguv.de/ENLA/ValueSet/DGUV-ENLA-VS-EntlassungsVerlegungsgrund'}
            mustSupport: true
            index: 28
            elements:
              system:
                short: Werteraum der Entlassungs- und Verlegungsgründe
                pattern: {type: Uri, value: 'http://fhir.dguv.de/ENLA/CodeSystem/DGUV-ENLA-CS-EntlassungsVerlegungsgrund'}
                mustSupport: true
                index: 29
              code: {short: Numerisches Kürzel für den Entlassungs- oder Verlegungsgrund, mustSupport: true, index: 30}
              display: {short: Beschreibung des Entlassungs- oder Verlegungsgrundes, mustSupport: true, index: 31}
            required: [display, system, code]
          text: {short: Entlassungs- oder Verlegungsgrund als Freitext, mustSupport: true, index: 32}
        required: [coding]
    required: [admitSource, dischargeDisposition]
package_version: 1.0.0
class: profile
kind: resource
url: http://fhir.dguv.de/ENLA/Encounter/DGUV-ENLA-PR-Aufenthaltsinformationen
base: http://hl7.org/fhir/StructureDefinition/Encounter
version: '1.0'
required: [hospitalization, subject, meta, period]