PackagesCanonicalsLogsProblems
    Packages
    dguv.enla@0.0.2-Kommentierung
    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}
  identifier:
    type: Identifier
    short: Identifier bildet die Fallnummer ab
    mustSupport: true
    index: 1
    elements:
      type:
        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:
            - {display: Kontonummer, version: v2}
        type: CodeableConcept
        index: 2
        elements:
          coding:
            mustSupport: true
            index: 3
            elements:
              system: {mustSupport: true, index: 4}
              code: {mustSupport: true, index: 5}
              display: {mustSupport: true, index: 6}
      system: {mustSupport: true, index: 7}
      value: {mustSupport: true, index: 8}
  status:
    pattern: {type: code, value: finished}
    type: code
    index: 9
  class:
    mustSupport: true
    index: 10
    elements:
      system: {mustSupport: true, index: 11}
      code:
        pattern: {type: code, value: IMP}
        mustSupport: true
        type: code
        index: 12
      display:
        pattern: {type: string, value: inpatient encounter}
        mustSupport: true
        type: string
        index: 13
  subject:
    type: Reference
    short: Verweis auf die versicherte Person
    mustSupport: true
    refers: ['http://fhir.dguv.de/ENLA/Patient/DGUV-ENLA-PR-VersichertePerson']
    index: 14
    elements:
      reference: {mustSupport: true, index: 15}
    required: [reference]
  period:
    mustSupport: true
    index: 16
    elements:
      start: {mustSupport: true, index: 17}
      end: {mustSupport: true, index: 18}
    required: [end, start]
  hospitalization:
    mustSupport: true
    index: 19
    elements:
      admitSource:
        mustSupport: true
        index: 20
        extensions:
          GrundFolgebehandlung: {url: 'http://fhir.dguv.de/ENLA/Extension/DGUV-ENLA-EX-GrundFolgebehandlung', type: Extension, isModifier: false, index: 21}
        elements:
          extension:
            type: Extension
            isModifier: false
            url: http://fhir.dguv.de/ENLA/Extension/DGUV-ENLA-EX-GrundFolgebehandlung
            index: 21
            slicing:
              slices:
                GrundFolgebehandlung:
                  match: {}
                  schema: {type: Extension, isModifier: false, url: 'http://fhir.dguv.de/ENLA/Extension/DGUV-ENLA-EX-GrundFolgebehandlung', index: 21}
          coding:
            binding: {strength: required, valueSet: 'http://fhir.dguv.de/ENLA/ValueSet/DGUV-ENLA-VS-Aufnahmeart'}
            mustSupport: true
            index: 22
            elements:
              system:
                pattern: {type: uri, value: 'http://fhir.dguv.de/ENLA/CodeSystem/DGUV-ENLA-CS-Aufnahmeart'}
                mustSupport: true
                type: uri
                index: 23
              code: {mustSupport: true, index: 24}
              display: {mustSupport: true, index: 25}
            required: [code, display, system]
          text: {mustSupport: true, index: 26}
      dischargeDisposition:
        short: Beschreibung des Entlassungs- oder Verlegungsgrunds
        mustSupport: true
        index: 27
        elements:
          coding:
            short: Codes zur Beschreibung von Entlassungsgrund
            binding: {strength: required, valueSet: 'http://fhir.dguv.de/ENLA/ValueSet/DGUV-ENLA-VS-EntlassungsVerlegungsgrund'}
            mustSupport: true
            index: 28
            elements:
              system:
                pattern: {type: uri, value: 'http://fhir.dguv.de/ENLA/CodeSystem/DGUV-ENLA-CS-EntlassungsVerlegungsgrund'}
                mustSupport: true
                type: uri
                index: 29
              code: {short: Numerisches Kürzel für den Entlassungs- oder Verlegungsgrund, mustSupport: true, index: 30}
              display: {mustSupport: true, index: 31}
            required: [code, display, system]
          text: {mustSupport: true, index: 32}
        required: [coding]
    required: [admitSource, dischargeDisposition]
package_version: 0.0.2-Kommentierung
class: profile
kind: resource
url: http://fhir.dguv.de/ENLA/Encounter/DGUV-ENLA-PR-Aufenthaltsinformationen
base: http://hl7.org/fhir/StructureDefinition/Encounter
version: 0.0.2
required: [hospitalization, period, subject]