FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source1
{
"resourceType": "StructureDefinition",
"url": "http://fhir.dguv.de/ENLA/Encounter/DGUV-ENLA-PR-Aufenthaltsinformationen",
"version": "1.0",
"name": "DGUV_ENLA_PR_Aufenthaltsinformationen",
"title": "Aufenthaltsinformationen",
"status": "draft",
"description": "Dieses Profil bildet die allgemeinen Daten zum stationären Aufenthalt ab.",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Encounter",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Encounter",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Encounter",
"path": "Encounter",
"short": "Falldaten (Aufenhaltszeitraum, Entlassungsgrund und Aufnahmegrund)",
"definition": "Dieses Profil enthält Informationen zum Aufenthaltszeitraum sowie Gründe für Aufnahme und Entlassung.",
"constraint": [
{
"key": "dguv-hospital-2",
"severity": "error",
"human": "Wenn es sich nicht um eine Folgebehandlung handelt, darf das Textfeld keinen Text enthalten!",
"expression": "(hospitalization.admitSource.exists() and hospitalization.admitSource.coding.all(code = 'FB')) implies hospitalization.admitSource.text.exists().not()"
}
]
},
{
"id": "Encounter.id",
"path": "Encounter.id",
"mustSupport": true
},
{
"id": "Encounter.meta",
"path": "Encounter.meta",
"min": 1,
"mustSupport": true
},
{
"id": "Encounter.meta.profile",
"path": "Encounter.meta.profile",
"min": 1,
"max": "1",
"fixedCanonical": "http://fhir.dguv.de/ENLA/Encounter/DGUV-ENLA-PR-Aufenthaltsinformationen",
"mustSupport": true
},
{
"id": "Encounter.identifier",
"path": "Encounter.identifier",
"short": "Identifier bildet Fallnummer ab",
"max": "1",
"type": [
{
"code": "Identifier",
"profile": [
"http://fhir.de/StructureDefinition/identifier-abrechnungsnummer"
]
}
],
"mustSupport": true
},
{
"id": "Encounter.identifier.type",
"path": "Encounter.identifier.type",
"short": "Typ des Identifiers",
"patternCodeableConcept": {
"coding": [
{
"code": "VN"
}
],
"text": "An identifier that is unique to an account."
},
"mustSupport": true,
"binding": {
"strength": "extensible",
"valueSet": "http://hl7.org/fhir/ValueSet/identifier-type"
}
},
{
"id": "Encounter.identifier.type.coding",
"path": "Encounter.identifier.type.coding",
"short": "Typ des Identifiers in kodierter Form",
"min": 1,
"patternCoding": {
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "VN"
},
"mustSupport": true
},
{
"id": "Encounter.identifier.type.coding.system",
"path": "Encounter.identifier.type.coding.system",
"short": "Werteraum des Identifier-Typs",
"min": 1,
"patternUri": "http://terminology.hl7.org/CodeSystem/v2-0203",
"mustSupport": true
},
{
"id": "Encounter.identifier.type.coding.code",
"path": "Encounter.identifier.type.coding.code",
"short": "Kürzel des Identifier-Typs",
"min": 1,
"patternCode": "VN",
"mustSupport": true
},
{
"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",
"definition": "planned | arrived | triaged | in-progress | onleave | finished | cancelled +",
"comment": "Wenn ein Entlassbericht ausgestellt wird, dann muss der stationäre Aufenthalt des Patienten beendet sein.",
"fixedCode": "finished",
"mustSupport": true
},
{
"id": "Encounter.class",
"path": "Encounter.class",
"short": "Art des Aufenthalts eines Patienten",
"mustSupport": true
},
{
"id": "Encounter.class.system",
"path": "Encounter.class.system",
"short": "CodeSystem für die Art des Aufenthalts eines Patienten",
"min": 1,
"fixedUri": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"mustSupport": true
},
{
"id": "Encounter.class.code",
"path": "Encounter.class.code",
"short": "Kürzel für einen stationären Krankenhausaufenthalt",
"min": 1,
"fixedCode": "IMP",
"mustSupport": true
},
{
"id": "Encounter.class.display",
"path": "Encounter.class.display",
"short": "Bezeichnung als stationärer Krankenhausaufenthalt",
"min": 1,
"fixedString": "inpatient encounter",
"mustSupport": true
},
{
"id": "Encounter.subject",
"path": "Encounter.subject",
"short": "Verweis auf die versicherte Person",
"min": 1,
"type": [
{
"code": "Reference",
"targetProfile": [
"http://fhir.dguv.de/ENLA/Patient/DGUV-ENLA-PR-VersichertePerson"
]
}
],
"mustSupport": true
},
{
"id": "Encounter.subject.reference",
"path": "Encounter.subject.reference",
"short": "Konkreter Verweis auf versicherte Person",
"min": 1,
"mustSupport": true
},
{
"id": "Encounter.period",
"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.",
"min": 1,
"mustSupport": true
},
{
"id": "Encounter.period.start",
"path": "Encounter.period.start",
"short": "Erster Tag des stationären Aufenthalts (inkl.)",
"min": 1,
"mustSupport": true
},
{
"id": "Encounter.period.end",
"path": "Encounter.period.end",
"short": "Letzter Tag des stationären Aufenthalts (inkl.)",
"min": 1,
"mustSupport": true
},
{
"id": "Encounter.hospitalization",
"path": "Encounter.hospitalization",
"short": "Details zum stationären Aufenthalt",
"min": 1,
"mustSupport": true
},
{
"id": "Encounter.hospitalization.admitSource",
"path": "Encounter.hospitalization.admitSource",
"short": "Aufnahmeart",
"min": 1,
"mustSupport": true
},
{
"id": "Encounter.hospitalization.admitSource.coding",
"path": "Encounter.hospitalization.admitSource.coding",
"short": "Aufnahmeart in kodierter Form",
"min": 1,
"max": "1",
"mustSupport": true,
"binding": {
"strength": "required",
"description": "Werteraum der Aufnahmeart (Erstbehandlung (EB), Folgebehandlung (FB))",
"valueSet": "http://fhir.dguv.de/ENLA/ValueSet/DGUV-ENLA-VS-Aufnahmeart"
}
},
{
"id": "Encounter.hospitalization.admitSource.coding.system",
"path": "Encounter.hospitalization.admitSource.coding.system",
"short": "Werteraum für die Aufnahmeart",
"min": 1,
"fixedUri": "http://fhir.dguv.de/ENLA/CodeSystem/DGUV-ENLA-CS-Aufnahmeart",
"mustSupport": true
},
{
"id": "Encounter.hospitalization.admitSource.coding.code",
"path": "Encounter.hospitalization.admitSource.coding.code",
"short": "Kürzel für die Aufnahmeart",
"min": 1,
"mustSupport": true
},
{
"id": "Encounter.hospitalization.admitSource.coding.display",
"path": "Encounter.hospitalization.admitSource.coding.display",
"short": "Bezeichnung der Aufnahmeart",
"min": 1,
"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",
"path": "Encounter.hospitalization.dischargeDisposition",
"short": "Entlassungs- oder Verlegungsgrund",
"definition": "Entlassungs- oder Verlegungsgrund (nach Hause, in andere Rehabilitationsinstitution, etc.)",
"min": 1,
"mustSupport": true
},
{
"id": "Encounter.hospitalization.dischargeDisposition.coding",
"path": "Encounter.hospitalization.dischargeDisposition.coding",
"short": "Entlassungs- oder Verlegungsgrund in kodierter Form",
"definition": "Beschreibung von Entlassungs- oder Verlegungsgründen (nach Hause, in andere Rehabilitationsinstitution, etc.) in kodierter Form",
"min": 1,
"max": "1",
"mustSupport": true,
"binding": {
"strength": "required",
"description": "Werteraum der Entlassungs- und Verlegungsgründe",
"valueSet": "http://fhir.dguv.de/ENLA/ValueSet/DGUV-ENLA-VS-EntlassungsVerlegungsgrund"
}
},
{
"id": "Encounter.hospitalization.dischargeDisposition.coding.system",
"path": "Encounter.hospitalization.dischargeDisposition.coding.system",
"short": "Werteraum der Entlassungs- und Verlegungsgründe",
"min": 1,
"fixedUri": "http://fhir.dguv.de/ENLA/CodeSystem/DGUV-ENLA-CS-EntlassungsVerlegungsgrund",
"mustSupport": true
},
{
"id": "Encounter.hospitalization.dischargeDisposition.coding.code",
"path": "Encounter.hospitalization.dischargeDisposition.coding.code",
"short": "Numerisches Kürzel für den Entlassungs- oder Verlegungsgrund",
"min": 1,
"mustSupport": true
},
{
"id": "Encounter.hospitalization.dischargeDisposition.coding.display",
"path": "Encounter.hospitalization.dischargeDisposition.coding.display",
"short": "Beschreibung des Entlassungs- oder Verlegungsgrundes",
"min": 1,
"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
}
]
}
}