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.",
  "_filename": "DGUV_ENLA_PR_Aufenthaltsinformationen.json",
  "package_name": "dguv.enla",
  "date": null,
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "DGUV_ENLA_PR_Aufenthaltsinformationen",
  "abstract": false,
  "type": "Encounter",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Aufenthaltsinformationen",
  "package_version": "1.0.0",
  "status": "draft",
  "id": "441b3140-e810-4098-8fee-5f39c8011ec2",
  "kind": "resource",
  "url": "http://fhir.dguv.de/ENLA/Encounter/DGUV-ENLA-PR-Aufenthaltsinformationen",
  "version": "1.0",
  "differential": {
    "element": [ {
      "id": "Encounter",
      "path": "Encounter",
      "short": "Falldaten (Aufenhaltszeitraum, Entlassungsgrund und Aufnahmegrund)",
      "constraint": [ {
        "key": "dguv-hospital-2",
        "human": "Wenn es sich nicht um eine Folgebehandlung handelt, darf  das Textfeld  keinen Text enthalten!",
        "severity": "error",
        "expression": "(hospitalization.admitSource.exists() and hospitalization.admitSource.coding.all(code = 'FB')) implies hospitalization.admitSource.text.exists().not()"
      } ],
      "definition": "Dieses Profil enthält Informationen zum Aufenthaltszeitraum sowie Gründe für Aufnahme und Entlassung."
    }, {
      "id": "Encounter.id",
      "path": "Encounter.id",
      "mustSupport": true
    }, {
      "id": "Encounter.meta",
      "min": 1,
      "path": "Encounter.meta",
      "mustSupport": true
    }, {
      "id": "Encounter.meta.profile",
      "max": "1",
      "min": 1,
      "path": "Encounter.meta.profile",
      "mustSupport": true,
      "fixedCanonical": "http://fhir.dguv.de/ENLA/Encounter/DGUV-ENLA-PR-Aufenthaltsinformationen"
    }, {
      "id": "Encounter.identifier",
      "max": "1",
      "path": "Encounter.identifier",
      "type": [ {
        "code": "Identifier",
        "profile": [ "http://fhir.de/StructureDefinition/identifier-abrechnungsnummer" ]
      } ],
      "short": "Identifier bildet Fallnummer ab",
      "mustSupport": true
    }, {
      "id": "Encounter.identifier.type",
      "path": "Encounter.identifier.type",
      "short": "Typ des Identifiers",
      "binding": {
        "strength": "extensible",
        "valueSet": "http://hl7.org/fhir/ValueSet/identifier-type"
      },
      "mustSupport": true,
      "patternCodeableConcept": {
        "text": "An identifier that is unique to an account.",
        "coding": [ {
          "code": "VN"
        } ]
      }
    }, {
      "id": "Encounter.identifier.type.coding",
      "min": 1,
      "path": "Encounter.identifier.type.coding",
      "short": "Typ des Identifiers in kodierter Form",
      "mustSupport": true,
      "patternCoding": {
        "code": "VN",
        "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
      }
    }, {
      "id": "Encounter.identifier.type.coding.system",
      "min": 1,
      "path": "Encounter.identifier.type.coding.system",
      "short": "Werteraum des Identifier-Typs",
      "patternUri": "http://terminology.hl7.org/CodeSystem/v2-0203",
      "mustSupport": true
    }, {
      "id": "Encounter.identifier.type.coding.code",
      "min": 1,
      "path": "Encounter.identifier.type.coding.code",
      "short": "Kürzel des Identifier-Typs",
      "mustSupport": true,
      "patternCode": "VN"
    }, {
      "id": "Encounter.identifier.system",
      "path": "Encounter.identifier.system",
      "short": "Wertebereich für die Fallnummern",
      "mustSupport": true
    }, {
      "id": "Encounter.identifier.value",
      "path": "Encounter.identifier.value",
      "short": "Konkrete eindeutige Fallnummer",
      "mustSupport": true
    }, {
      "id": "Encounter.status",
      "path": "Encounter.status",
      "short": "Status des stationären Aufenthalts eines Patienten",
      "comment": "Wenn ein Entlassbericht ausgestellt wird, dann muss der stationäre Aufenthalt des Patienten beendet sein.",
      "fixedCode": "finished",
      "definition": "planned | arrived | triaged | in-progress | onleave | finished | cancelled +",
      "mustSupport": true
    }, {
      "id": "Encounter.class",
      "path": "Encounter.class",
      "short": "Art des Aufenthalts eines Patienten",
      "mustSupport": true
    }, {
      "id": "Encounter.class.system",
      "min": 1,
      "path": "Encounter.class.system",
      "short": "CodeSystem für die Art des Aufenthalts eines Patienten",
      "fixedUri": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
      "mustSupport": true
    }, {
      "id": "Encounter.class.code",
      "min": 1,
      "path": "Encounter.class.code",
      "short": "Kürzel für einen stationären Krankenhausaufenthalt",
      "fixedCode": "IMP",
      "mustSupport": true
    }, {
      "id": "Encounter.class.display",
      "min": 1,
      "path": "Encounter.class.display",
      "short": "Bezeichnung als stationärer Krankenhausaufenthalt",
      "fixedString": "inpatient encounter",
      "mustSupport": true
    }, {
      "id": "Encounter.subject",
      "min": 1,
      "path": "Encounter.subject",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://fhir.dguv.de/ENLA/Patient/DGUV-ENLA-PR-VersichertePerson" ]
      } ],
      "short": "Verweis auf die versicherte Person",
      "mustSupport": true
    }, {
      "id": "Encounter.subject.reference",
      "min": 1,
      "path": "Encounter.subject.reference",
      "short": "Konkreter Verweis auf versicherte Person",
      "mustSupport": true
    }, {
      "id": "Encounter.period",
      "min": 1,
      "path": "Encounter.period",
      "short": "Zeitraum des stationären Aufenthalts",
      "comment": "Im Fall der Ausstellung eines Entlassberichts muss der Aufenthalt beendet sein. Deshalb darf \"end\" nicht leer sein.",
      "mustSupport": true
    }, {
      "id": "Encounter.period.start",
      "min": 1,
      "path": "Encounter.period.start",
      "short": "Erster Tag des stationären Aufenthalts (inkl.)",
      "mustSupport": true
    }, {
      "id": "Encounter.period.end",
      "min": 1,
      "path": "Encounter.period.end",
      "short": "Letzter Tag des stationären Aufenthalts (inkl.)",
      "mustSupport": true
    }, {
      "id": "Encounter.hospitalization",
      "min": 1,
      "path": "Encounter.hospitalization",
      "short": "Details zum stationären Aufenthalt",
      "mustSupport": true
    }, {
      "id": "Encounter.hospitalization.admitSource",
      "min": 1,
      "path": "Encounter.hospitalization.admitSource",
      "short": "Aufnahmeart",
      "mustSupport": true
    }, {
      "id": "Encounter.hospitalization.admitSource.coding",
      "max": "1",
      "min": 1,
      "path": "Encounter.hospitalization.admitSource.coding",
      "short": "Aufnahmeart in kodierter Form",
      "binding": {
        "strength": "required",
        "valueSet": "http://fhir.dguv.de/ENLA/ValueSet/DGUV-ENLA-VS-Aufnahmeart",
        "description": "Werteraum der Aufnahmeart (Erstbehandlung (EB), Folgebehandlung (FB))"
      },
      "mustSupport": true
    }, {
      "id": "Encounter.hospitalization.admitSource.coding.system",
      "min": 1,
      "path": "Encounter.hospitalization.admitSource.coding.system",
      "short": "Werteraum für die Aufnahmeart",
      "fixedUri": "http://fhir.dguv.de/ENLA/CodeSystem/DGUV-ENLA-CS-Aufnahmeart",
      "mustSupport": true
    }, {
      "id": "Encounter.hospitalization.admitSource.coding.code",
      "min": 1,
      "path": "Encounter.hospitalization.admitSource.coding.code",
      "short": "Kürzel für die Aufnahmeart",
      "mustSupport": true
    }, {
      "id": "Encounter.hospitalization.admitSource.coding.display",
      "min": 1,
      "path": "Encounter.hospitalization.admitSource.coding.display",
      "short": "Bezeichnung der Aufnahmeart",
      "mustSupport": true
    }, {
      "id": "Encounter.hospitalization.admitSource.text",
      "path": "Encounter.hospitalization.admitSource.text",
      "short": "Gründe für Folgebehandlung als Freitext",
      "comment": "Soweit ein Grund für die stationäre Folgebehandlung bekannt ist, soll dieser hier angegeben werden.",
      "mustSupport": true
    }, {
      "id": "Encounter.hospitalization.dischargeDisposition",
      "min": 1,
      "path": "Encounter.hospitalization.dischargeDisposition",
      "short": "Entlassungs- oder Verlegungsgrund",
      "definition": "Entlassungs- oder Verlegungsgrund (nach Hause, in andere Rehabilitationsinstitution, etc.)",
      "mustSupport": true
    }, {
      "id": "Encounter.hospitalization.dischargeDisposition.coding",
      "max": "1",
      "min": 1,
      "path": "Encounter.hospitalization.dischargeDisposition.coding",
      "short": "Entlassungs- oder Verlegungsgrund in kodierter Form",
      "binding": {
        "strength": "required",
        "valueSet": "http://fhir.dguv.de/ENLA/ValueSet/DGUV-ENLA-VS-EntlassungsVerlegungsgrund",
        "description": "Werteraum der Entlassungs- und Verlegungsgründe"
      },
      "definition": "Beschreibung von Entlassungs- oder Verlegungsgründen (nach Hause, in andere Rehabilitationsinstitution, etc.) in kodierter Form",
      "mustSupport": true
    }, {
      "id": "Encounter.hospitalization.dischargeDisposition.coding.system",
      "min": 1,
      "path": "Encounter.hospitalization.dischargeDisposition.coding.system",
      "short": "Werteraum der Entlassungs- und Verlegungsgründe",
      "fixedUri": "http://fhir.dguv.de/ENLA/CodeSystem/DGUV-ENLA-CS-EntlassungsVerlegungsgrund",
      "mustSupport": true
    }, {
      "id": "Encounter.hospitalization.dischargeDisposition.coding.code",
      "min": 1,
      "path": "Encounter.hospitalization.dischargeDisposition.coding.code",
      "short": "Numerisches Kürzel für den Entlassungs- oder Verlegungsgrund",
      "mustSupport": true
    }, {
      "id": "Encounter.hospitalization.dischargeDisposition.coding.display",
      "min": 1,
      "path": "Encounter.hospitalization.dischargeDisposition.coding.display",
      "short": "Beschreibung des Entlassungs- oder Verlegungsgrundes",
      "mustSupport": true
    }, {
      "id": "Encounter.hospitalization.dischargeDisposition.text",
      "path": "Encounter.hospitalization.dischargeDisposition.text",
      "short": "Entlassungs- oder Verlegungsgrund als Freitext",
      "comment": "Entlassungs- oder Verlegungsgrund als Freitext, falls es kodiert nicht geht oder Ergänzungen nötig sind",
      "mustSupport": true
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Encounter"
}