Moderne Patient:innenabrechnung und Datenkommunikation on FHIR (MOPED)
0.1.0 - ci-build
Moderne Patient:innenabrechnung und Datenkommunikation on FHIR (MOPED) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Diese Seite beschreibt die technische Umsetzung der in MOPED abgebildeten Prozesse rund um die Abwicklung eines MOPED-Falls – von der Aufnahme über die Versorgung bis hin zu Abrechnung und Meldung. Ziel ist es, die Abläufe transparent und nachvollziehbar darzustellen sowie aufzuzeigen, wie einzelne Teilprozesse modular zusammengesetzt werden können, um unterschiedliche Szenarien des MOPED-Falls abzubilden.
Die Übersichtsgrafik unten veranschaulicht den generellen Ablauf eines MOPED-Falls. Darauf aufbauend werden die spezifischen Prozesse im stationären, ambulanten und selbstzahlenden Bereich im Standardablauf erläutert. Jeder dieser Standardabläufe wird in weiterer Folge in klar definierte Teilprozesse zerlegt, die mit ihren jeweiligen Vor- und Nachbedingungen beschrieben sind.
Dieses Vorgehen erlaubt eine flexible Modellierung realer Prozessvarianten: Die Teilprozesse können – je nach Fallkonstellation – „puzzleartig“ miteinander kombiniert werden. So wird ersichtlich, an welchen Stellen innerhalb des Gesamtprozesses bestimmte Abläufe greifen und welche Abhängigkeiten zwischen ihnen bestehen.
Die folgenden Prozesse in ihrem Standardablauf werden im Detail beschrieben:
Die einzelnen Schritte dieser Standardabläufe sowie mögliche Abweichungen werden als „puzzleartig“ zusammensetzbare Teilprozesse beschrieben – jeweils mit ihren jeweiligen Vor- und Nachbedingungen. Dadurch wird nachvollziehbar, an welchen Stellen innerhalb des Gesamtprozesses die einzelnen Teilprozesse zur Anwendung kommen können.
Eine Übersicht aller Teilprozesse findet sich hier.
| Akteur | |
|---|---|
| KH (Krankenhaus) | ✅ |
| LGF (Landesgesundheitsfonds) | ✅ |
| SV (Sozialversicherung) | ✅ |
| Bund | ✅ |
| Behandlungsart | |
|---|---|
| Ambulant | ✅ |
| Stationär | ✅ |
Die Patientin Susi Sonnenschein wird stationär aufgenommen. Im Verlauf ihres Aufenthalts wird sie verlegt, der zuständige Versicherer wird festgelegt und angefragt und Diagnosen sowie Leistungen werden dokumentiert. Nach Entlassung erfolgt die Abrechnung und Freigabe der Fallakte zur Einsicht durch den Bund sowie die Meldung der Kosteninformation an die SV.
Die SV möchte benachrichtigt werden, wenn ein neuer VAERequest für sie bereitgestellt wurde. Das zugehörige SubscriptionTopic wurde in diesem Beispiel definiert.
Das KH möchte benachrichtigt werden, wenn ein VAERequest abgelehnt wurde. Das zugehörige SubscriptionTopic wurde in diesem Beispiel definiert.
| Titel | Beschreibung | Trigger Ressource | Interaktion | Auslöser | Empfänger | Beschreibung zusätzlicher Bedingungen | Relevantes Feld | Bedingung |
|---|---|---|---|---|---|---|---|---|
| neue VAE wurde angefragt | Die SV möchte benachrichtigt werden, wenn ein neuer VAERequest für sie bereitgestellt wurde. | VAERequest | create | KH | SV | / | / | / |
| VAE wurde abgelehnt | Das KH möchte benachrichtigt werden, wenn ein VAERequest abgelehnt wurde. | VAEResponse | create | SV | KH | Negative VAE | VAEResponse.decision | != #00 AND != #19 |
| Akteur | |
|---|---|
| KH (Krankenhaus) | ✅ |
| LGF (Landesgesundheitsfonds) | ✅ |
| SV (Sozialversicherung) | ✅ |
| Bund | ✅ |
| Behandlungsart | |
|---|---|
| Ambulant | ✅ |
| Stationär | ❌ |
Ein Patient kommt in die Ambulanz und wird behandelt. Ambulanter Besuch (LKF Behandlungsart Ambulant) wird analog der stationären Aufnahme administriert. Es wird aber keine Entlassung erstellt. Da es die Möglichkeit einer Mehrfachversicherung gibt, kann es im ambulanten Bereich zu einem Versicherungsträgerwechsel kommen. Die Vergabe der Aufnahmezahl im ambulanten Bereich dient der Administration im KH und beschreibt nicht zwingend einen medizinischen Fall. Ein medizinischer Fall kann daher mehrere Aufnahmezahlen beinhalten und umgekehrt.
Ein Patient kommt mit einem gebrochenen Arm in das KH, wird dort behandelt (Röntgen, Gips, etc.) und kann nach ein paar Stunden wieder nach Hause gehen.
Aufnehmen Operation ausführen und alle bereits vorhandenen Informationen zu Coverage, Aufnahmediagnose, Patient,... mitgeben.
[base]/$aufnehmen
{
"resourceType" : "Encounter",
"id" : "PJ1Encounter",
"meta" : {
"profile" : [
🔗 "https://elga.moped.at/StructureDefinition/MopedEncounter"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter PJ1Encounter</b></p><a name=\"PJ1Encounter\"> </a><a name=\"hcPJ1Encounter\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MopedEncounter.html\">MOPED Encounter</a></p></div><p><b>identifier</b>: Visit number/1024000028, Anonymous identifier/V8321382402233647600</p><p><b>status</b>: Discharged</p><p><b>class</b>: <span title=\"Codes:{https://elga.moped.at/CodeSystem/BehandlungsartCS S}\">Stationär</span>, <span title=\"Codes:{https://elga.moped.at/CodeSystem/Aufnahmeart2CS P}\">geplante stationäre Aufnahme/geplanter ambulanter Besuch (mit vorhergehender Terminvereinbarung, Richtwert: mindestens 24 Stunden)</span></p><p><b>type</b>: <span title=\"Codes:{https://elga.moped.at/CodeSystem/MopedEncounterTypesCS ENC}\">Moped Encounter</span></p><p><b>subject</b>: <a href=\"Patient-PJ1Patient.html\">Sonnenschein Susi (official) Female, DoB: 1969-04-21 ( Social Security Number: 9994210469)</a></p><p><b>serviceProvider</b>: <a href=\"Organization-OrganizationHerzJesuKrankenhaus.html\">Organization Herz Jesu-Krankenhaus</a></p><p><b>actualPeriod</b>: 2024-02-22 19:33:00+0200 --> 2024-02-23 07:38:00+0200</p><blockquote><p><b>reason</b></p><p><b>use</b>: <span title=\"Codes:{http://hl7.org/fhir/encounter-reason-use RV}\">Reason for Visit</span></p><h3>Values</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://elga.moped.at/CodeSystem/UrsacheCS 00}\">Überweisung</span></td></tr></table></blockquote><blockquote><p><b>diagnosis</b></p><h3>Conditions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://termgit.elga.gv.at/CodeSystem/icd-10-bmsgpk-2025 G47.3}\">Sleep Apnea</span></td></tr></table></blockquote><h3>Admissions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Origin</b></td><td><b>DischargeDisposition</b></td></tr><tr><td style=\"display: none\">*</td><td/><td><a href=\"Organization-OrganizationUeberweisendeOrganization2.html\">Organization HJK Interne Ambulanz</a></td><td><span title=\"Codes:{https://elga.moped.at/CodeSystem/EntlassungsartCS E}\">Entlassung aus dem Krankenhaus</span></td></tr></table></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "VN"
}
]
},
"system" : "urn:oid:1.3.6.1.4.1.36124.5.914",
"value" : "1024000028",
"assigner" : {
🔗 "reference" : "Organization/OrganizationHerzJesuKrankenhaus"
}
},
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "ANON"
}
]
},
"system" : "urn:oid:1.3.6.1.4.1.36124.5.914",
"value" : "V8321382402233647600"
}
],
"status" : "discharged",
"class" : [
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/BehandlungsartCS",
"code" : "S"
}
]
},
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/Aufnahmeart2CS",
"code" : "P"
}
]
}
],
"type" : [
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/MopedEncounterTypesCS",
"code" : "ENC"
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/PJ1Patient"
},
"serviceProvider" : {
🔗 "reference" : "Organization/OrganizationHerzJesuKrankenhaus"
},
"actualPeriod" : {
"start" : "2024-02-22T19:33:00+02:00",
"end" : "2024-02-23T07:38:00+02:00"
},
"reason" : [
{
"use" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/encounter-reason-use",
"code" : "RV"
}
]
}
],
"value" : [
{
"concept" : {
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/UrsacheCS",
"code" : "00"
}
]
}
}
]
}
],
"diagnosis" : [
{
"condition" : [
{
"concept" : {
"coding" : [
{
"system" : "https://termgit.elga.gv.at/CodeSystem/icd-10-bmsgpk-2025",
"code" : "G47.3",
"display" : "Sleep Apnea"
}
]
}
}
]
}
],
"admission" : {
"extension" : [
{
"url" : "https://elga.moped.at/StructureDefinition/moped-ext-aufnahmeart",
"valueCoding" : {
"system" : "https://elga.moped.at/CodeSystem/AufnahmeartCS",
"code" : "A"
}
}
],
"origin" : {
🔗 "reference" : "Organization/OrganizationUeberweisendeOrganization2"
},
"dischargeDisposition" : {
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/EntlassungsartCS",
"code" : "E"
}
]
}
}
}
VAE Anfrage an die SV stellen mit $anfragen
[base]/Composition/{id}/_history/{version}/$anfragen
{
"resourceType" : "Encounter",
"id" : "PJ1Encounter",
"meta" : {
"profile" : [
🔗 "https://elga.moped.at/StructureDefinition/MopedEncounter"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter PJ1Encounter</b></p><a name=\"PJ1Encounter\"> </a><a name=\"hcPJ1Encounter\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MopedEncounter.html\">MOPED Encounter</a></p></div><p><b>identifier</b>: Visit number/1024000028, Anonymous identifier/V8321382402233647600</p><p><b>status</b>: Discharged</p><p><b>class</b>: <span title=\"Codes:{https://elga.moped.at/CodeSystem/BehandlungsartCS S}\">Stationär</span>, <span title=\"Codes:{https://elga.moped.at/CodeSystem/Aufnahmeart2CS P}\">geplante stationäre Aufnahme/geplanter ambulanter Besuch (mit vorhergehender Terminvereinbarung, Richtwert: mindestens 24 Stunden)</span></p><p><b>type</b>: <span title=\"Codes:{https://elga.moped.at/CodeSystem/MopedEncounterTypesCS ENC}\">Moped Encounter</span></p><p><b>subject</b>: <a href=\"Patient-PJ1Patient.html\">Sonnenschein Susi (official) Female, DoB: 1969-04-21 ( Social Security Number: 9994210469)</a></p><p><b>serviceProvider</b>: <a href=\"Organization-OrganizationHerzJesuKrankenhaus.html\">Organization Herz Jesu-Krankenhaus</a></p><p><b>actualPeriod</b>: 2024-02-22 19:33:00+0200 --> 2024-02-23 07:38:00+0200</p><blockquote><p><b>reason</b></p><p><b>use</b>: <span title=\"Codes:{http://hl7.org/fhir/encounter-reason-use RV}\">Reason for Visit</span></p><h3>Values</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://elga.moped.at/CodeSystem/UrsacheCS 00}\">Überweisung</span></td></tr></table></blockquote><blockquote><p><b>diagnosis</b></p><h3>Conditions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://termgit.elga.gv.at/CodeSystem/icd-10-bmsgpk-2025 G47.3}\">Sleep Apnea</span></td></tr></table></blockquote><h3>Admissions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Origin</b></td><td><b>DischargeDisposition</b></td></tr><tr><td style=\"display: none\">*</td><td/><td><a href=\"Organization-OrganizationUeberweisendeOrganization2.html\">Organization HJK Interne Ambulanz</a></td><td><span title=\"Codes:{https://elga.moped.at/CodeSystem/EntlassungsartCS E}\">Entlassung aus dem Krankenhaus</span></td></tr></table></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "VN"
}
]
},
"system" : "urn:oid:1.3.6.1.4.1.36124.5.914",
"value" : "1024000028",
"assigner" : {
🔗 "reference" : "Organization/OrganizationHerzJesuKrankenhaus"
}
},
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "ANON"
}
]
},
"system" : "urn:oid:1.3.6.1.4.1.36124.5.914",
"value" : "V8321382402233647600"
}
],
"status" : "discharged",
"class" : [
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/BehandlungsartCS",
"code" : "S"
}
]
},
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/Aufnahmeart2CS",
"code" : "P"
}
]
}
],
"type" : [
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/MopedEncounterTypesCS",
"code" : "ENC"
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/PJ1Patient"
},
"serviceProvider" : {
🔗 "reference" : "Organization/OrganizationHerzJesuKrankenhaus"
},
"actualPeriod" : {
"start" : "2024-02-22T19:33:00+02:00",
"end" : "2024-02-23T07:38:00+02:00"
},
"reason" : [
{
"use" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/encounter-reason-use",
"code" : "RV"
}
]
}
],
"value" : [
{
"concept" : {
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/UrsacheCS",
"code" : "00"
}
]
}
}
]
}
],
"diagnosis" : [
{
"condition" : [
{
"concept" : {
"coding" : [
{
"system" : "https://termgit.elga.gv.at/CodeSystem/icd-10-bmsgpk-2025",
"code" : "G47.3",
"display" : "Sleep Apnea"
}
]
}
}
]
}
],
"admission" : {
"extension" : [
{
"url" : "https://elga.moped.at/StructureDefinition/moped-ext-aufnahmeart",
"valueCoding" : {
"system" : "https://elga.moped.at/CodeSystem/AufnahmeartCS",
"code" : "A"
}
}
],
"origin" : {
🔗 "reference" : "Organization/OrganizationUeberweisendeOrganization2"
},
"dischargeDisposition" : {
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/EntlassungsartCS",
"code" : "E"
}
]
}
}
}
offene VAEs vom Server abrufen
[base]/Claim?status=active&use=preauthorization&_has:ClaimResponse:request:status:not=active
{
"resourceType" : "Encounter",
"id" : "PJ1Encounter",
"meta" : {
"profile" : [
🔗 "https://elga.moped.at/StructureDefinition/MopedEncounter"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter PJ1Encounter</b></p><a name=\"PJ1Encounter\"> </a><a name=\"hcPJ1Encounter\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MopedEncounter.html\">MOPED Encounter</a></p></div><p><b>identifier</b>: Visit number/1024000028, Anonymous identifier/V8321382402233647600</p><p><b>status</b>: Discharged</p><p><b>class</b>: <span title=\"Codes:{https://elga.moped.at/CodeSystem/BehandlungsartCS S}\">Stationär</span>, <span title=\"Codes:{https://elga.moped.at/CodeSystem/Aufnahmeart2CS P}\">geplante stationäre Aufnahme/geplanter ambulanter Besuch (mit vorhergehender Terminvereinbarung, Richtwert: mindestens 24 Stunden)</span></p><p><b>type</b>: <span title=\"Codes:{https://elga.moped.at/CodeSystem/MopedEncounterTypesCS ENC}\">Moped Encounter</span></p><p><b>subject</b>: <a href=\"Patient-PJ1Patient.html\">Sonnenschein Susi (official) Female, DoB: 1969-04-21 ( Social Security Number: 9994210469)</a></p><p><b>serviceProvider</b>: <a href=\"Organization-OrganizationHerzJesuKrankenhaus.html\">Organization Herz Jesu-Krankenhaus</a></p><p><b>actualPeriod</b>: 2024-02-22 19:33:00+0200 --> 2024-02-23 07:38:00+0200</p><blockquote><p><b>reason</b></p><p><b>use</b>: <span title=\"Codes:{http://hl7.org/fhir/encounter-reason-use RV}\">Reason for Visit</span></p><h3>Values</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://elga.moped.at/CodeSystem/UrsacheCS 00}\">Überweisung</span></td></tr></table></blockquote><blockquote><p><b>diagnosis</b></p><h3>Conditions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://termgit.elga.gv.at/CodeSystem/icd-10-bmsgpk-2025 G47.3}\">Sleep Apnea</span></td></tr></table></blockquote><h3>Admissions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Origin</b></td><td><b>DischargeDisposition</b></td></tr><tr><td style=\"display: none\">*</td><td/><td><a href=\"Organization-OrganizationUeberweisendeOrganization2.html\">Organization HJK Interne Ambulanz</a></td><td><span title=\"Codes:{https://elga.moped.at/CodeSystem/EntlassungsartCS E}\">Entlassung aus dem Krankenhaus</span></td></tr></table></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "VN"
}
]
},
"system" : "urn:oid:1.3.6.1.4.1.36124.5.914",
"value" : "1024000028",
"assigner" : {
🔗 "reference" : "Organization/OrganizationHerzJesuKrankenhaus"
}
},
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "ANON"
}
]
},
"system" : "urn:oid:1.3.6.1.4.1.36124.5.914",
"value" : "V8321382402233647600"
}
],
"status" : "discharged",
"class" : [
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/BehandlungsartCS",
"code" : "S"
}
]
},
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/Aufnahmeart2CS",
"code" : "P"
}
]
}
],
"type" : [
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/MopedEncounterTypesCS",
"code" : "ENC"
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/PJ1Patient"
},
"serviceProvider" : {
🔗 "reference" : "Organization/OrganizationHerzJesuKrankenhaus"
},
"actualPeriod" : {
"start" : "2024-02-22T19:33:00+02:00",
"end" : "2024-02-23T07:38:00+02:00"
},
"reason" : [
{
"use" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/encounter-reason-use",
"code" : "RV"
}
]
}
],
"value" : [
{
"concept" : {
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/UrsacheCS",
"code" : "00"
}
]
}
}
]
}
],
"diagnosis" : [
{
"condition" : [
{
"concept" : {
"coding" : [
{
"system" : "https://termgit.elga.gv.at/CodeSystem/icd-10-bmsgpk-2025",
"code" : "G47.3",
"display" : "Sleep Apnea"
}
]
}
}
]
}
],
"admission" : {
"extension" : [
{
"url" : "https://elga.moped.at/StructureDefinition/moped-ext-aufnahmeart",
"valueCoding" : {
"system" : "https://elga.moped.at/CodeSystem/AufnahmeartCS",
"code" : "A"
}
}
],
"origin" : {
🔗 "reference" : "Organization/OrganizationUeberweisendeOrganization2"
},
"dischargeDisposition" : {
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/EntlassungsartCS",
"code" : "E"
}
]
}
}
}
VAE mit positiver Antwort einbringen
[base]/Composition/{id}/_history/{version}/$antworten
{
"resourceType" : "Encounter",
"id" : "PJ1Encounter",
"meta" : {
"profile" : [
🔗 "https://elga.moped.at/StructureDefinition/MopedEncounter"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter PJ1Encounter</b></p><a name=\"PJ1Encounter\"> </a><a name=\"hcPJ1Encounter\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MopedEncounter.html\">MOPED Encounter</a></p></div><p><b>identifier</b>: Visit number/1024000028, Anonymous identifier/V8321382402233647600</p><p><b>status</b>: Discharged</p><p><b>class</b>: <span title=\"Codes:{https://elga.moped.at/CodeSystem/BehandlungsartCS S}\">Stationär</span>, <span title=\"Codes:{https://elga.moped.at/CodeSystem/Aufnahmeart2CS P}\">geplante stationäre Aufnahme/geplanter ambulanter Besuch (mit vorhergehender Terminvereinbarung, Richtwert: mindestens 24 Stunden)</span></p><p><b>type</b>: <span title=\"Codes:{https://elga.moped.at/CodeSystem/MopedEncounterTypesCS ENC}\">Moped Encounter</span></p><p><b>subject</b>: <a href=\"Patient-PJ1Patient.html\">Sonnenschein Susi (official) Female, DoB: 1969-04-21 ( Social Security Number: 9994210469)</a></p><p><b>serviceProvider</b>: <a href=\"Organization-OrganizationHerzJesuKrankenhaus.html\">Organization Herz Jesu-Krankenhaus</a></p><p><b>actualPeriod</b>: 2024-02-22 19:33:00+0200 --> 2024-02-23 07:38:00+0200</p><blockquote><p><b>reason</b></p><p><b>use</b>: <span title=\"Codes:{http://hl7.org/fhir/encounter-reason-use RV}\">Reason for Visit</span></p><h3>Values</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://elga.moped.at/CodeSystem/UrsacheCS 00}\">Überweisung</span></td></tr></table></blockquote><blockquote><p><b>diagnosis</b></p><h3>Conditions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://termgit.elga.gv.at/CodeSystem/icd-10-bmsgpk-2025 G47.3}\">Sleep Apnea</span></td></tr></table></blockquote><h3>Admissions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Origin</b></td><td><b>DischargeDisposition</b></td></tr><tr><td style=\"display: none\">*</td><td/><td><a href=\"Organization-OrganizationUeberweisendeOrganization2.html\">Organization HJK Interne Ambulanz</a></td><td><span title=\"Codes:{https://elga.moped.at/CodeSystem/EntlassungsartCS E}\">Entlassung aus dem Krankenhaus</span></td></tr></table></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "VN"
}
]
},
"system" : "urn:oid:1.3.6.1.4.1.36124.5.914",
"value" : "1024000028",
"assigner" : {
🔗 "reference" : "Organization/OrganizationHerzJesuKrankenhaus"
}
},
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "ANON"
}
]
},
"system" : "urn:oid:1.3.6.1.4.1.36124.5.914",
"value" : "V8321382402233647600"
}
],
"status" : "discharged",
"class" : [
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/BehandlungsartCS",
"code" : "S"
}
]
},
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/Aufnahmeart2CS",
"code" : "P"
}
]
}
],
"type" : [
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/MopedEncounterTypesCS",
"code" : "ENC"
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/PJ1Patient"
},
"serviceProvider" : {
🔗 "reference" : "Organization/OrganizationHerzJesuKrankenhaus"
},
"actualPeriod" : {
"start" : "2024-02-22T19:33:00+02:00",
"end" : "2024-02-23T07:38:00+02:00"
},
"reason" : [
{
"use" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/encounter-reason-use",
"code" : "RV"
}
]
}
],
"value" : [
{
"concept" : {
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/UrsacheCS",
"code" : "00"
}
]
}
}
]
}
],
"diagnosis" : [
{
"condition" : [
{
"concept" : {
"coding" : [
{
"system" : "https://termgit.elga.gv.at/CodeSystem/icd-10-bmsgpk-2025",
"code" : "G47.3",
"display" : "Sleep Apnea"
}
]
}
}
]
}
],
"admission" : {
"extension" : [
{
"url" : "https://elga.moped.at/StructureDefinition/moped-ext-aufnahmeart",
"valueCoding" : {
"system" : "https://elga.moped.at/CodeSystem/AufnahmeartCS",
"code" : "A"
}
}
],
"origin" : {
🔗 "reference" : "Organization/OrganizationUeberweisendeOrganization2"
},
"dischargeDisposition" : {
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/EntlassungsartCS",
"code" : "E"
}
]
}
}
}
Krankenanstalt ruft die aktuellen Falldaten ab (inklusive der neuen VAE Antwort)
[base]/Composition/{id}
{
"resourceType" : "Encounter",
"id" : "PJ1Encounter",
"meta" : {
"profile" : [
🔗 "https://elga.moped.at/StructureDefinition/MopedEncounter"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter PJ1Encounter</b></p><a name=\"PJ1Encounter\"> </a><a name=\"hcPJ1Encounter\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MopedEncounter.html\">MOPED Encounter</a></p></div><p><b>identifier</b>: Visit number/1024000028, Anonymous identifier/V8321382402233647600</p><p><b>status</b>: Discharged</p><p><b>class</b>: <span title=\"Codes:{https://elga.moped.at/CodeSystem/BehandlungsartCS S}\">Stationär</span>, <span title=\"Codes:{https://elga.moped.at/CodeSystem/Aufnahmeart2CS P}\">geplante stationäre Aufnahme/geplanter ambulanter Besuch (mit vorhergehender Terminvereinbarung, Richtwert: mindestens 24 Stunden)</span></p><p><b>type</b>: <span title=\"Codes:{https://elga.moped.at/CodeSystem/MopedEncounterTypesCS ENC}\">Moped Encounter</span></p><p><b>subject</b>: <a href=\"Patient-PJ1Patient.html\">Sonnenschein Susi (official) Female, DoB: 1969-04-21 ( Social Security Number: 9994210469)</a></p><p><b>serviceProvider</b>: <a href=\"Organization-OrganizationHerzJesuKrankenhaus.html\">Organization Herz Jesu-Krankenhaus</a></p><p><b>actualPeriod</b>: 2024-02-22 19:33:00+0200 --> 2024-02-23 07:38:00+0200</p><blockquote><p><b>reason</b></p><p><b>use</b>: <span title=\"Codes:{http://hl7.org/fhir/encounter-reason-use RV}\">Reason for Visit</span></p><h3>Values</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://elga.moped.at/CodeSystem/UrsacheCS 00}\">Überweisung</span></td></tr></table></blockquote><blockquote><p><b>diagnosis</b></p><h3>Conditions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://termgit.elga.gv.at/CodeSystem/icd-10-bmsgpk-2025 G47.3}\">Sleep Apnea</span></td></tr></table></blockquote><h3>Admissions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Origin</b></td><td><b>DischargeDisposition</b></td></tr><tr><td style=\"display: none\">*</td><td/><td><a href=\"Organization-OrganizationUeberweisendeOrganization2.html\">Organization HJK Interne Ambulanz</a></td><td><span title=\"Codes:{https://elga.moped.at/CodeSystem/EntlassungsartCS E}\">Entlassung aus dem Krankenhaus</span></td></tr></table></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "VN"
}
]
},
"system" : "urn:oid:1.3.6.1.4.1.36124.5.914",
"value" : "1024000028",
"assigner" : {
🔗 "reference" : "Organization/OrganizationHerzJesuKrankenhaus"
}
},
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "ANON"
}
]
},
"system" : "urn:oid:1.3.6.1.4.1.36124.5.914",
"value" : "V8321382402233647600"
}
],
"status" : "discharged",
"class" : [
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/BehandlungsartCS",
"code" : "S"
}
]
},
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/Aufnahmeart2CS",
"code" : "P"
}
]
}
],
"type" : [
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/MopedEncounterTypesCS",
"code" : "ENC"
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/PJ1Patient"
},
"serviceProvider" : {
🔗 "reference" : "Organization/OrganizationHerzJesuKrankenhaus"
},
"actualPeriod" : {
"start" : "2024-02-22T19:33:00+02:00",
"end" : "2024-02-23T07:38:00+02:00"
},
"reason" : [
{
"use" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/encounter-reason-use",
"code" : "RV"
}
]
}
],
"value" : [
{
"concept" : {
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/UrsacheCS",
"code" : "00"
}
]
}
}
]
}
],
"diagnosis" : [
{
"condition" : [
{
"concept" : {
"coding" : [
{
"system" : "https://termgit.elga.gv.at/CodeSystem/icd-10-bmsgpk-2025",
"code" : "G47.3",
"display" : "Sleep Apnea"
}
]
}
}
]
}
],
"admission" : {
"extension" : [
{
"url" : "https://elga.moped.at/StructureDefinition/moped-ext-aufnahmeart",
"valueCoding" : {
"system" : "https://elga.moped.at/CodeSystem/AufnahmeartCS",
"code" : "A"
}
}
],
"origin" : {
🔗 "reference" : "Organization/OrganizationUeberweisendeOrganization2"
},
"dischargeDisposition" : {
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/EntlassungsartCS",
"code" : "E"
}
]
}
}
}
Daten zum Kontakt mit der Abteilung für Radiologie ergänzen
[base]/Composition/{id}/_history/{version}/$update
{
"resourceType" : "Encounter",
"id" : "PJ1Encounter",
"meta" : {
"profile" : [
🔗 "https://elga.moped.at/StructureDefinition/MopedEncounter"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter PJ1Encounter</b></p><a name=\"PJ1Encounter\"> </a><a name=\"hcPJ1Encounter\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MopedEncounter.html\">MOPED Encounter</a></p></div><p><b>identifier</b>: Visit number/1024000028, Anonymous identifier/V8321382402233647600</p><p><b>status</b>: Discharged</p><p><b>class</b>: <span title=\"Codes:{https://elga.moped.at/CodeSystem/BehandlungsartCS S}\">Stationär</span>, <span title=\"Codes:{https://elga.moped.at/CodeSystem/Aufnahmeart2CS P}\">geplante stationäre Aufnahme/geplanter ambulanter Besuch (mit vorhergehender Terminvereinbarung, Richtwert: mindestens 24 Stunden)</span></p><p><b>type</b>: <span title=\"Codes:{https://elga.moped.at/CodeSystem/MopedEncounterTypesCS ENC}\">Moped Encounter</span></p><p><b>subject</b>: <a href=\"Patient-PJ1Patient.html\">Sonnenschein Susi (official) Female, DoB: 1969-04-21 ( Social Security Number: 9994210469)</a></p><p><b>serviceProvider</b>: <a href=\"Organization-OrganizationHerzJesuKrankenhaus.html\">Organization Herz Jesu-Krankenhaus</a></p><p><b>actualPeriod</b>: 2024-02-22 19:33:00+0200 --> 2024-02-23 07:38:00+0200</p><blockquote><p><b>reason</b></p><p><b>use</b>: <span title=\"Codes:{http://hl7.org/fhir/encounter-reason-use RV}\">Reason for Visit</span></p><h3>Values</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://elga.moped.at/CodeSystem/UrsacheCS 00}\">Überweisung</span></td></tr></table></blockquote><blockquote><p><b>diagnosis</b></p><h3>Conditions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://termgit.elga.gv.at/CodeSystem/icd-10-bmsgpk-2025 G47.3}\">Sleep Apnea</span></td></tr></table></blockquote><h3>Admissions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Origin</b></td><td><b>DischargeDisposition</b></td></tr><tr><td style=\"display: none\">*</td><td/><td><a href=\"Organization-OrganizationUeberweisendeOrganization2.html\">Organization HJK Interne Ambulanz</a></td><td><span title=\"Codes:{https://elga.moped.at/CodeSystem/EntlassungsartCS E}\">Entlassung aus dem Krankenhaus</span></td></tr></table></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "VN"
}
]
},
"system" : "urn:oid:1.3.6.1.4.1.36124.5.914",
"value" : "1024000028",
"assigner" : {
🔗 "reference" : "Organization/OrganizationHerzJesuKrankenhaus"
}
},
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "ANON"
}
]
},
"system" : "urn:oid:1.3.6.1.4.1.36124.5.914",
"value" : "V8321382402233647600"
}
],
"status" : "discharged",
"class" : [
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/BehandlungsartCS",
"code" : "S"
}
]
},
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/Aufnahmeart2CS",
"code" : "P"
}
]
}
],
"type" : [
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/MopedEncounterTypesCS",
"code" : "ENC"
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/PJ1Patient"
},
"serviceProvider" : {
🔗 "reference" : "Organization/OrganizationHerzJesuKrankenhaus"
},
"actualPeriod" : {
"start" : "2024-02-22T19:33:00+02:00",
"end" : "2024-02-23T07:38:00+02:00"
},
"reason" : [
{
"use" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/encounter-reason-use",
"code" : "RV"
}
]
}
],
"value" : [
{
"concept" : {
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/UrsacheCS",
"code" : "00"
}
]
}
}
]
}
],
"diagnosis" : [
{
"condition" : [
{
"concept" : {
"coding" : [
{
"system" : "https://termgit.elga.gv.at/CodeSystem/icd-10-bmsgpk-2025",
"code" : "G47.3",
"display" : "Sleep Apnea"
}
]
}
}
]
}
],
"admission" : {
"extension" : [
{
"url" : "https://elga.moped.at/StructureDefinition/moped-ext-aufnahmeart",
"valueCoding" : {
"system" : "https://elga.moped.at/CodeSystem/AufnahmeartCS",
"code" : "A"
}
}
],
"origin" : {
🔗 "reference" : "Organization/OrganizationUeberweisendeOrganization2"
},
"dischargeDisposition" : {
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/EntlassungsartCS",
"code" : "E"
}
]
}
}
}
Diagnosen und Leistungen zum Fall ergänzen
[base]/Composition/{id}/_history/{version}/$update
{
"resourceType" : "Encounter",
"id" : "PJ1Encounter",
"meta" : {
"profile" : [
🔗 "https://elga.moped.at/StructureDefinition/MopedEncounter"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter PJ1Encounter</b></p><a name=\"PJ1Encounter\"> </a><a name=\"hcPJ1Encounter\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MopedEncounter.html\">MOPED Encounter</a></p></div><p><b>identifier</b>: Visit number/1024000028, Anonymous identifier/V8321382402233647600</p><p><b>status</b>: Discharged</p><p><b>class</b>: <span title=\"Codes:{https://elga.moped.at/CodeSystem/BehandlungsartCS S}\">Stationär</span>, <span title=\"Codes:{https://elga.moped.at/CodeSystem/Aufnahmeart2CS P}\">geplante stationäre Aufnahme/geplanter ambulanter Besuch (mit vorhergehender Terminvereinbarung, Richtwert: mindestens 24 Stunden)</span></p><p><b>type</b>: <span title=\"Codes:{https://elga.moped.at/CodeSystem/MopedEncounterTypesCS ENC}\">Moped Encounter</span></p><p><b>subject</b>: <a href=\"Patient-PJ1Patient.html\">Sonnenschein Susi (official) Female, DoB: 1969-04-21 ( Social Security Number: 9994210469)</a></p><p><b>serviceProvider</b>: <a href=\"Organization-OrganizationHerzJesuKrankenhaus.html\">Organization Herz Jesu-Krankenhaus</a></p><p><b>actualPeriod</b>: 2024-02-22 19:33:00+0200 --> 2024-02-23 07:38:00+0200</p><blockquote><p><b>reason</b></p><p><b>use</b>: <span title=\"Codes:{http://hl7.org/fhir/encounter-reason-use RV}\">Reason for Visit</span></p><h3>Values</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://elga.moped.at/CodeSystem/UrsacheCS 00}\">Überweisung</span></td></tr></table></blockquote><blockquote><p><b>diagnosis</b></p><h3>Conditions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://termgit.elga.gv.at/CodeSystem/icd-10-bmsgpk-2025 G47.3}\">Sleep Apnea</span></td></tr></table></blockquote><h3>Admissions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Origin</b></td><td><b>DischargeDisposition</b></td></tr><tr><td style=\"display: none\">*</td><td/><td><a href=\"Organization-OrganizationUeberweisendeOrganization2.html\">Organization HJK Interne Ambulanz</a></td><td><span title=\"Codes:{https://elga.moped.at/CodeSystem/EntlassungsartCS E}\">Entlassung aus dem Krankenhaus</span></td></tr></table></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "VN"
}
]
},
"system" : "urn:oid:1.3.6.1.4.1.36124.5.914",
"value" : "1024000028",
"assigner" : {
🔗 "reference" : "Organization/OrganizationHerzJesuKrankenhaus"
}
},
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "ANON"
}
]
},
"system" : "urn:oid:1.3.6.1.4.1.36124.5.914",
"value" : "V8321382402233647600"
}
],
"status" : "discharged",
"class" : [
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/BehandlungsartCS",
"code" : "S"
}
]
},
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/Aufnahmeart2CS",
"code" : "P"
}
]
}
],
"type" : [
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/MopedEncounterTypesCS",
"code" : "ENC"
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/PJ1Patient"
},
"serviceProvider" : {
🔗 "reference" : "Organization/OrganizationHerzJesuKrankenhaus"
},
"actualPeriod" : {
"start" : "2024-02-22T19:33:00+02:00",
"end" : "2024-02-23T07:38:00+02:00"
},
"reason" : [
{
"use" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/encounter-reason-use",
"code" : "RV"
}
]
}
],
"value" : [
{
"concept" : {
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/UrsacheCS",
"code" : "00"
}
]
}
}
]
}
],
"diagnosis" : [
{
"condition" : [
{
"concept" : {
"coding" : [
{
"system" : "https://termgit.elga.gv.at/CodeSystem/icd-10-bmsgpk-2025",
"code" : "G47.3",
"display" : "Sleep Apnea"
}
]
}
}
]
}
],
"admission" : {
"extension" : [
{
"url" : "https://elga.moped.at/StructureDefinition/moped-ext-aufnahmeart",
"valueCoding" : {
"system" : "https://elga.moped.at/CodeSystem/AufnahmeartCS",
"code" : "A"
}
}
],
"origin" : {
🔗 "reference" : "Organization/OrganizationUeberweisendeOrganization2"
},
"dischargeDisposition" : {
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/EntlassungsartCS",
"code" : "E"
}
]
}
}
}
Restliche Falldaten für Amanda Ambulant ergänzen
[base]/Composition/{id}/_history/{version}/$update
{
"resourceType" : "Encounter",
"id" : "PJ1Encounter",
"meta" : {
"profile" : [
🔗 "https://elga.moped.at/StructureDefinition/MopedEncounter"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter PJ1Encounter</b></p><a name=\"PJ1Encounter\"> </a><a name=\"hcPJ1Encounter\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MopedEncounter.html\">MOPED Encounter</a></p></div><p><b>identifier</b>: Visit number/1024000028, Anonymous identifier/V8321382402233647600</p><p><b>status</b>: Discharged</p><p><b>class</b>: <span title=\"Codes:{https://elga.moped.at/CodeSystem/BehandlungsartCS S}\">Stationär</span>, <span title=\"Codes:{https://elga.moped.at/CodeSystem/Aufnahmeart2CS P}\">geplante stationäre Aufnahme/geplanter ambulanter Besuch (mit vorhergehender Terminvereinbarung, Richtwert: mindestens 24 Stunden)</span></p><p><b>type</b>: <span title=\"Codes:{https://elga.moped.at/CodeSystem/MopedEncounterTypesCS ENC}\">Moped Encounter</span></p><p><b>subject</b>: <a href=\"Patient-PJ1Patient.html\">Sonnenschein Susi (official) Female, DoB: 1969-04-21 ( Social Security Number: 9994210469)</a></p><p><b>serviceProvider</b>: <a href=\"Organization-OrganizationHerzJesuKrankenhaus.html\">Organization Herz Jesu-Krankenhaus</a></p><p><b>actualPeriod</b>: 2024-02-22 19:33:00+0200 --> 2024-02-23 07:38:00+0200</p><blockquote><p><b>reason</b></p><p><b>use</b>: <span title=\"Codes:{http://hl7.org/fhir/encounter-reason-use RV}\">Reason for Visit</span></p><h3>Values</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://elga.moped.at/CodeSystem/UrsacheCS 00}\">Überweisung</span></td></tr></table></blockquote><blockquote><p><b>diagnosis</b></p><h3>Conditions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://termgit.elga.gv.at/CodeSystem/icd-10-bmsgpk-2025 G47.3}\">Sleep Apnea</span></td></tr></table></blockquote><h3>Admissions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Origin</b></td><td><b>DischargeDisposition</b></td></tr><tr><td style=\"display: none\">*</td><td/><td><a href=\"Organization-OrganizationUeberweisendeOrganization2.html\">Organization HJK Interne Ambulanz</a></td><td><span title=\"Codes:{https://elga.moped.at/CodeSystem/EntlassungsartCS E}\">Entlassung aus dem Krankenhaus</span></td></tr></table></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "VN"
}
]
},
"system" : "urn:oid:1.3.6.1.4.1.36124.5.914",
"value" : "1024000028",
"assigner" : {
🔗 "reference" : "Organization/OrganizationHerzJesuKrankenhaus"
}
},
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "ANON"
}
]
},
"system" : "urn:oid:1.3.6.1.4.1.36124.5.914",
"value" : "V8321382402233647600"
}
],
"status" : "discharged",
"class" : [
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/BehandlungsartCS",
"code" : "S"
}
]
},
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/Aufnahmeart2CS",
"code" : "P"
}
]
}
],
"type" : [
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/MopedEncounterTypesCS",
"code" : "ENC"
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/PJ1Patient"
},
"serviceProvider" : {
🔗 "reference" : "Organization/OrganizationHerzJesuKrankenhaus"
},
"actualPeriod" : {
"start" : "2024-02-22T19:33:00+02:00",
"end" : "2024-02-23T07:38:00+02:00"
},
"reason" : [
{
"use" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/encounter-reason-use",
"code" : "RV"
}
]
}
],
"value" : [
{
"concept" : {
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/UrsacheCS",
"code" : "00"
}
]
}
}
]
}
],
"diagnosis" : [
{
"condition" : [
{
"concept" : {
"coding" : [
{
"system" : "https://termgit.elga.gv.at/CodeSystem/icd-10-bmsgpk-2025",
"code" : "G47.3",
"display" : "Sleep Apnea"
}
]
}
}
]
}
],
"admission" : {
"extension" : [
{
"url" : "https://elga.moped.at/StructureDefinition/moped-ext-aufnahmeart",
"valueCoding" : {
"system" : "https://elga.moped.at/CodeSystem/AufnahmeartCS",
"code" : "A"
}
}
],
"origin" : {
🔗 "reference" : "Organization/OrganizationUeberweisendeOrganization2"
},
"dischargeDisposition" : {
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/EntlassungsartCS",
"code" : "E"
}
]
}
}
}
Die Daten zur Abrechnung werden eingebracht und dem LGF als vorläufige Abrechnung zur Verfügung gestellt.
[base]/Composition/{id}/_history/{version}/$abrechnen
{
"resourceType" : "Encounter",
"id" : "PJ1Encounter",
"meta" : {
"profile" : [
🔗 "https://elga.moped.at/StructureDefinition/MopedEncounter"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter PJ1Encounter</b></p><a name=\"PJ1Encounter\"> </a><a name=\"hcPJ1Encounter\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MopedEncounter.html\">MOPED Encounter</a></p></div><p><b>identifier</b>: Visit number/1024000028, Anonymous identifier/V8321382402233647600</p><p><b>status</b>: Discharged</p><p><b>class</b>: <span title=\"Codes:{https://elga.moped.at/CodeSystem/BehandlungsartCS S}\">Stationär</span>, <span title=\"Codes:{https://elga.moped.at/CodeSystem/Aufnahmeart2CS P}\">geplante stationäre Aufnahme/geplanter ambulanter Besuch (mit vorhergehender Terminvereinbarung, Richtwert: mindestens 24 Stunden)</span></p><p><b>type</b>: <span title=\"Codes:{https://elga.moped.at/CodeSystem/MopedEncounterTypesCS ENC}\">Moped Encounter</span></p><p><b>subject</b>: <a href=\"Patient-PJ1Patient.html\">Sonnenschein Susi (official) Female, DoB: 1969-04-21 ( Social Security Number: 9994210469)</a></p><p><b>serviceProvider</b>: <a href=\"Organization-OrganizationHerzJesuKrankenhaus.html\">Organization Herz Jesu-Krankenhaus</a></p><p><b>actualPeriod</b>: 2024-02-22 19:33:00+0200 --> 2024-02-23 07:38:00+0200</p><blockquote><p><b>reason</b></p><p><b>use</b>: <span title=\"Codes:{http://hl7.org/fhir/encounter-reason-use RV}\">Reason for Visit</span></p><h3>Values</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://elga.moped.at/CodeSystem/UrsacheCS 00}\">Überweisung</span></td></tr></table></blockquote><blockquote><p><b>diagnosis</b></p><h3>Conditions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://termgit.elga.gv.at/CodeSystem/icd-10-bmsgpk-2025 G47.3}\">Sleep Apnea</span></td></tr></table></blockquote><h3>Admissions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Origin</b></td><td><b>DischargeDisposition</b></td></tr><tr><td style=\"display: none\">*</td><td/><td><a href=\"Organization-OrganizationUeberweisendeOrganization2.html\">Organization HJK Interne Ambulanz</a></td><td><span title=\"Codes:{https://elga.moped.at/CodeSystem/EntlassungsartCS E}\">Entlassung aus dem Krankenhaus</span></td></tr></table></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "VN"
}
]
},
"system" : "urn:oid:1.3.6.1.4.1.36124.5.914",
"value" : "1024000028",
"assigner" : {
🔗 "reference" : "Organization/OrganizationHerzJesuKrankenhaus"
}
},
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "ANON"
}
]
},
"system" : "urn:oid:1.3.6.1.4.1.36124.5.914",
"value" : "V8321382402233647600"
}
],
"status" : "discharged",
"class" : [
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/BehandlungsartCS",
"code" : "S"
}
]
},
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/Aufnahmeart2CS",
"code" : "P"
}
]
}
],
"type" : [
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/MopedEncounterTypesCS",
"code" : "ENC"
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/PJ1Patient"
},
"serviceProvider" : {
🔗 "reference" : "Organization/OrganizationHerzJesuKrankenhaus"
},
"actualPeriod" : {
"start" : "2024-02-22T19:33:00+02:00",
"end" : "2024-02-23T07:38:00+02:00"
},
"reason" : [
{
"use" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/encounter-reason-use",
"code" : "RV"
}
]
}
],
"value" : [
{
"concept" : {
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/UrsacheCS",
"code" : "00"
}
]
}
}
]
}
],
"diagnosis" : [
{
"condition" : [
{
"concept" : {
"coding" : [
{
"system" : "https://termgit.elga.gv.at/CodeSystem/icd-10-bmsgpk-2025",
"code" : "G47.3",
"display" : "Sleep Apnea"
}
]
}
}
]
}
],
"admission" : {
"extension" : [
{
"url" : "https://elga.moped.at/StructureDefinition/moped-ext-aufnahmeart",
"valueCoding" : {
"system" : "https://elga.moped.at/CodeSystem/AufnahmeartCS",
"code" : "A"
}
}
],
"origin" : {
🔗 "reference" : "Organization/OrganizationUeberweisendeOrganization2"
},
"dischargeDisposition" : {
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/EntlassungsartCS",
"code" : "E"
}
]
}
}
}
offene Abrechnungen abfragen, für welche noch keine Antwort (Genehmigung/Ablehnung) eingebracht wurde
[base]/Claim?status=active&use=claim&_has:ClaimResponse:request:status:not=active
{
"resourceType" : "Encounter",
"id" : "PJ1Encounter",
"meta" : {
"profile" : [
🔗 "https://elga.moped.at/StructureDefinition/MopedEncounter"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter PJ1Encounter</b></p><a name=\"PJ1Encounter\"> </a><a name=\"hcPJ1Encounter\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MopedEncounter.html\">MOPED Encounter</a></p></div><p><b>identifier</b>: Visit number/1024000028, Anonymous identifier/V8321382402233647600</p><p><b>status</b>: Discharged</p><p><b>class</b>: <span title=\"Codes:{https://elga.moped.at/CodeSystem/BehandlungsartCS S}\">Stationär</span>, <span title=\"Codes:{https://elga.moped.at/CodeSystem/Aufnahmeart2CS P}\">geplante stationäre Aufnahme/geplanter ambulanter Besuch (mit vorhergehender Terminvereinbarung, Richtwert: mindestens 24 Stunden)</span></p><p><b>type</b>: <span title=\"Codes:{https://elga.moped.at/CodeSystem/MopedEncounterTypesCS ENC}\">Moped Encounter</span></p><p><b>subject</b>: <a href=\"Patient-PJ1Patient.html\">Sonnenschein Susi (official) Female, DoB: 1969-04-21 ( Social Security Number: 9994210469)</a></p><p><b>serviceProvider</b>: <a href=\"Organization-OrganizationHerzJesuKrankenhaus.html\">Organization Herz Jesu-Krankenhaus</a></p><p><b>actualPeriod</b>: 2024-02-22 19:33:00+0200 --> 2024-02-23 07:38:00+0200</p><blockquote><p><b>reason</b></p><p><b>use</b>: <span title=\"Codes:{http://hl7.org/fhir/encounter-reason-use RV}\">Reason for Visit</span></p><h3>Values</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://elga.moped.at/CodeSystem/UrsacheCS 00}\">Überweisung</span></td></tr></table></blockquote><blockquote><p><b>diagnosis</b></p><h3>Conditions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://termgit.elga.gv.at/CodeSystem/icd-10-bmsgpk-2025 G47.3}\">Sleep Apnea</span></td></tr></table></blockquote><h3>Admissions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Origin</b></td><td><b>DischargeDisposition</b></td></tr><tr><td style=\"display: none\">*</td><td/><td><a href=\"Organization-OrganizationUeberweisendeOrganization2.html\">Organization HJK Interne Ambulanz</a></td><td><span title=\"Codes:{https://elga.moped.at/CodeSystem/EntlassungsartCS E}\">Entlassung aus dem Krankenhaus</span></td></tr></table></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "VN"
}
]
},
"system" : "urn:oid:1.3.6.1.4.1.36124.5.914",
"value" : "1024000028",
"assigner" : {
🔗 "reference" : "Organization/OrganizationHerzJesuKrankenhaus"
}
},
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "ANON"
}
]
},
"system" : "urn:oid:1.3.6.1.4.1.36124.5.914",
"value" : "V8321382402233647600"
}
],
"status" : "discharged",
"class" : [
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/BehandlungsartCS",
"code" : "S"
}
]
},
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/Aufnahmeart2CS",
"code" : "P"
}
]
}
],
"type" : [
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/MopedEncounterTypesCS",
"code" : "ENC"
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/PJ1Patient"
},
"serviceProvider" : {
🔗 "reference" : "Organization/OrganizationHerzJesuKrankenhaus"
},
"actualPeriod" : {
"start" : "2024-02-22T19:33:00+02:00",
"end" : "2024-02-23T07:38:00+02:00"
},
"reason" : [
{
"use" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/encounter-reason-use",
"code" : "RV"
}
]
}
],
"value" : [
{
"concept" : {
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/UrsacheCS",
"code" : "00"
}
]
}
}
]
}
],
"diagnosis" : [
{
"condition" : [
{
"concept" : {
"coding" : [
{
"system" : "https://termgit.elga.gv.at/CodeSystem/icd-10-bmsgpk-2025",
"code" : "G47.3",
"display" : "Sleep Apnea"
}
]
}
}
]
}
],
"admission" : {
"extension" : [
{
"url" : "https://elga.moped.at/StructureDefinition/moped-ext-aufnahmeart",
"valueCoding" : {
"system" : "https://elga.moped.at/CodeSystem/AufnahmeartCS",
"code" : "A"
}
}
],
"origin" : {
🔗 "reference" : "Organization/OrganizationUeberweisendeOrganization2"
},
"dischargeDisposition" : {
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/EntlassungsartCS",
"code" : "E"
}
]
}
}
}
vorläufige Genehmigung (inkl. Bestätigung der Punkte einbringen)
[base]/Composition/{id}/_history/{version}/$genehmigen
{
"resourceType" : "Encounter",
"id" : "PJ1Encounter",
"meta" : {
"profile" : [
🔗 "https://elga.moped.at/StructureDefinition/MopedEncounter"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter PJ1Encounter</b></p><a name=\"PJ1Encounter\"> </a><a name=\"hcPJ1Encounter\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MopedEncounter.html\">MOPED Encounter</a></p></div><p><b>identifier</b>: Visit number/1024000028, Anonymous identifier/V8321382402233647600</p><p><b>status</b>: Discharged</p><p><b>class</b>: <span title=\"Codes:{https://elga.moped.at/CodeSystem/BehandlungsartCS S}\">Stationär</span>, <span title=\"Codes:{https://elga.moped.at/CodeSystem/Aufnahmeart2CS P}\">geplante stationäre Aufnahme/geplanter ambulanter Besuch (mit vorhergehender Terminvereinbarung, Richtwert: mindestens 24 Stunden)</span></p><p><b>type</b>: <span title=\"Codes:{https://elga.moped.at/CodeSystem/MopedEncounterTypesCS ENC}\">Moped Encounter</span></p><p><b>subject</b>: <a href=\"Patient-PJ1Patient.html\">Sonnenschein Susi (official) Female, DoB: 1969-04-21 ( Social Security Number: 9994210469)</a></p><p><b>serviceProvider</b>: <a href=\"Organization-OrganizationHerzJesuKrankenhaus.html\">Organization Herz Jesu-Krankenhaus</a></p><p><b>actualPeriod</b>: 2024-02-22 19:33:00+0200 --> 2024-02-23 07:38:00+0200</p><blockquote><p><b>reason</b></p><p><b>use</b>: <span title=\"Codes:{http://hl7.org/fhir/encounter-reason-use RV}\">Reason for Visit</span></p><h3>Values</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://elga.moped.at/CodeSystem/UrsacheCS 00}\">Überweisung</span></td></tr></table></blockquote><blockquote><p><b>diagnosis</b></p><h3>Conditions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://termgit.elga.gv.at/CodeSystem/icd-10-bmsgpk-2025 G47.3}\">Sleep Apnea</span></td></tr></table></blockquote><h3>Admissions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Origin</b></td><td><b>DischargeDisposition</b></td></tr><tr><td style=\"display: none\">*</td><td/><td><a href=\"Organization-OrganizationUeberweisendeOrganization2.html\">Organization HJK Interne Ambulanz</a></td><td><span title=\"Codes:{https://elga.moped.at/CodeSystem/EntlassungsartCS E}\">Entlassung aus dem Krankenhaus</span></td></tr></table></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "VN"
}
]
},
"system" : "urn:oid:1.3.6.1.4.1.36124.5.914",
"value" : "1024000028",
"assigner" : {
🔗 "reference" : "Organization/OrganizationHerzJesuKrankenhaus"
}
},
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "ANON"
}
]
},
"system" : "urn:oid:1.3.6.1.4.1.36124.5.914",
"value" : "V8321382402233647600"
}
],
"status" : "discharged",
"class" : [
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/BehandlungsartCS",
"code" : "S"
}
]
},
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/Aufnahmeart2CS",
"code" : "P"
}
]
}
],
"type" : [
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/MopedEncounterTypesCS",
"code" : "ENC"
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/PJ1Patient"
},
"serviceProvider" : {
🔗 "reference" : "Organization/OrganizationHerzJesuKrankenhaus"
},
"actualPeriod" : {
"start" : "2024-02-22T19:33:00+02:00",
"end" : "2024-02-23T07:38:00+02:00"
},
"reason" : [
{
"use" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/encounter-reason-use",
"code" : "RV"
}
]
}
],
"value" : [
{
"concept" : {
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/UrsacheCS",
"code" : "00"
}
]
}
}
]
}
],
"diagnosis" : [
{
"condition" : [
{
"concept" : {
"coding" : [
{
"system" : "https://termgit.elga.gv.at/CodeSystem/icd-10-bmsgpk-2025",
"code" : "G47.3",
"display" : "Sleep Apnea"
}
]
}
}
]
}
],
"admission" : {
"extension" : [
{
"url" : "https://elga.moped.at/StructureDefinition/moped-ext-aufnahmeart",
"valueCoding" : {
"system" : "https://elga.moped.at/CodeSystem/AufnahmeartCS",
"code" : "A"
}
}
],
"origin" : {
🔗 "reference" : "Organization/OrganizationUeberweisendeOrganization2"
},
"dischargeDisposition" : {
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/EntlassungsartCS",
"code" : "E"
}
]
}
}
}
Krankenanstalt ruft die aktuellen Falldaten ab (inklusive der neuen bestätigten Punkte)
[base]/Composition/{id}
{
"resourceType" : "Encounter",
"id" : "PJ1Encounter",
"meta" : {
"profile" : [
🔗 "https://elga.moped.at/StructureDefinition/MopedEncounter"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter PJ1Encounter</b></p><a name=\"PJ1Encounter\"> </a><a name=\"hcPJ1Encounter\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MopedEncounter.html\">MOPED Encounter</a></p></div><p><b>identifier</b>: Visit number/1024000028, Anonymous identifier/V8321382402233647600</p><p><b>status</b>: Discharged</p><p><b>class</b>: <span title=\"Codes:{https://elga.moped.at/CodeSystem/BehandlungsartCS S}\">Stationär</span>, <span title=\"Codes:{https://elga.moped.at/CodeSystem/Aufnahmeart2CS P}\">geplante stationäre Aufnahme/geplanter ambulanter Besuch (mit vorhergehender Terminvereinbarung, Richtwert: mindestens 24 Stunden)</span></p><p><b>type</b>: <span title=\"Codes:{https://elga.moped.at/CodeSystem/MopedEncounterTypesCS ENC}\">Moped Encounter</span></p><p><b>subject</b>: <a href=\"Patient-PJ1Patient.html\">Sonnenschein Susi (official) Female, DoB: 1969-04-21 ( Social Security Number: 9994210469)</a></p><p><b>serviceProvider</b>: <a href=\"Organization-OrganizationHerzJesuKrankenhaus.html\">Organization Herz Jesu-Krankenhaus</a></p><p><b>actualPeriod</b>: 2024-02-22 19:33:00+0200 --> 2024-02-23 07:38:00+0200</p><blockquote><p><b>reason</b></p><p><b>use</b>: <span title=\"Codes:{http://hl7.org/fhir/encounter-reason-use RV}\">Reason for Visit</span></p><h3>Values</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://elga.moped.at/CodeSystem/UrsacheCS 00}\">Überweisung</span></td></tr></table></blockquote><blockquote><p><b>diagnosis</b></p><h3>Conditions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://termgit.elga.gv.at/CodeSystem/icd-10-bmsgpk-2025 G47.3}\">Sleep Apnea</span></td></tr></table></blockquote><h3>Admissions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Origin</b></td><td><b>DischargeDisposition</b></td></tr><tr><td style=\"display: none\">*</td><td/><td><a href=\"Organization-OrganizationUeberweisendeOrganization2.html\">Organization HJK Interne Ambulanz</a></td><td><span title=\"Codes:{https://elga.moped.at/CodeSystem/EntlassungsartCS E}\">Entlassung aus dem Krankenhaus</span></td></tr></table></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "VN"
}
]
},
"system" : "urn:oid:1.3.6.1.4.1.36124.5.914",
"value" : "1024000028",
"assigner" : {
🔗 "reference" : "Organization/OrganizationHerzJesuKrankenhaus"
}
},
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "ANON"
}
]
},
"system" : "urn:oid:1.3.6.1.4.1.36124.5.914",
"value" : "V8321382402233647600"
}
],
"status" : "discharged",
"class" : [
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/BehandlungsartCS",
"code" : "S"
}
]
},
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/Aufnahmeart2CS",
"code" : "P"
}
]
}
],
"type" : [
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/MopedEncounterTypesCS",
"code" : "ENC"
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/PJ1Patient"
},
"serviceProvider" : {
🔗 "reference" : "Organization/OrganizationHerzJesuKrankenhaus"
},
"actualPeriod" : {
"start" : "2024-02-22T19:33:00+02:00",
"end" : "2024-02-23T07:38:00+02:00"
},
"reason" : [
{
"use" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/encounter-reason-use",
"code" : "RV"
}
]
}
],
"value" : [
{
"concept" : {
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/UrsacheCS",
"code" : "00"
}
]
}
}
]
}
],
"diagnosis" : [
{
"condition" : [
{
"concept" : {
"coding" : [
{
"system" : "https://termgit.elga.gv.at/CodeSystem/icd-10-bmsgpk-2025",
"code" : "G47.3",
"display" : "Sleep Apnea"
}
]
}
}
]
}
],
"admission" : {
"extension" : [
{
"url" : "https://elga.moped.at/StructureDefinition/moped-ext-aufnahmeart",
"valueCoding" : {
"system" : "https://elga.moped.at/CodeSystem/AufnahmeartCS",
"code" : "A"
}
}
],
"origin" : {
🔗 "reference" : "Organization/OrganizationUeberweisendeOrganization2"
},
"dischargeDisposition" : {
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/EntlassungsartCS",
"code" : "E"
}
]
}
}
}
Die endgültige Abrechnung wird eingebracht und dem LGF zur Verfügung gestellt.
[base]/Composition/{id}/_history/{version}/$abrechnen
{
"resourceType" : "Encounter",
"id" : "PJ1Encounter",
"meta" : {
"profile" : [
🔗 "https://elga.moped.at/StructureDefinition/MopedEncounter"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter PJ1Encounter</b></p><a name=\"PJ1Encounter\"> </a><a name=\"hcPJ1Encounter\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MopedEncounter.html\">MOPED Encounter</a></p></div><p><b>identifier</b>: Visit number/1024000028, Anonymous identifier/V8321382402233647600</p><p><b>status</b>: Discharged</p><p><b>class</b>: <span title=\"Codes:{https://elga.moped.at/CodeSystem/BehandlungsartCS S}\">Stationär</span>, <span title=\"Codes:{https://elga.moped.at/CodeSystem/Aufnahmeart2CS P}\">geplante stationäre Aufnahme/geplanter ambulanter Besuch (mit vorhergehender Terminvereinbarung, Richtwert: mindestens 24 Stunden)</span></p><p><b>type</b>: <span title=\"Codes:{https://elga.moped.at/CodeSystem/MopedEncounterTypesCS ENC}\">Moped Encounter</span></p><p><b>subject</b>: <a href=\"Patient-PJ1Patient.html\">Sonnenschein Susi (official) Female, DoB: 1969-04-21 ( Social Security Number: 9994210469)</a></p><p><b>serviceProvider</b>: <a href=\"Organization-OrganizationHerzJesuKrankenhaus.html\">Organization Herz Jesu-Krankenhaus</a></p><p><b>actualPeriod</b>: 2024-02-22 19:33:00+0200 --> 2024-02-23 07:38:00+0200</p><blockquote><p><b>reason</b></p><p><b>use</b>: <span title=\"Codes:{http://hl7.org/fhir/encounter-reason-use RV}\">Reason for Visit</span></p><h3>Values</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://elga.moped.at/CodeSystem/UrsacheCS 00}\">Überweisung</span></td></tr></table></blockquote><blockquote><p><b>diagnosis</b></p><h3>Conditions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://termgit.elga.gv.at/CodeSystem/icd-10-bmsgpk-2025 G47.3}\">Sleep Apnea</span></td></tr></table></blockquote><h3>Admissions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Origin</b></td><td><b>DischargeDisposition</b></td></tr><tr><td style=\"display: none\">*</td><td/><td><a href=\"Organization-OrganizationUeberweisendeOrganization2.html\">Organization HJK Interne Ambulanz</a></td><td><span title=\"Codes:{https://elga.moped.at/CodeSystem/EntlassungsartCS E}\">Entlassung aus dem Krankenhaus</span></td></tr></table></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "VN"
}
]
},
"system" : "urn:oid:1.3.6.1.4.1.36124.5.914",
"value" : "1024000028",
"assigner" : {
🔗 "reference" : "Organization/OrganizationHerzJesuKrankenhaus"
}
},
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "ANON"
}
]
},
"system" : "urn:oid:1.3.6.1.4.1.36124.5.914",
"value" : "V8321382402233647600"
}
],
"status" : "discharged",
"class" : [
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/BehandlungsartCS",
"code" : "S"
}
]
},
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/Aufnahmeart2CS",
"code" : "P"
}
]
}
],
"type" : [
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/MopedEncounterTypesCS",
"code" : "ENC"
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/PJ1Patient"
},
"serviceProvider" : {
🔗 "reference" : "Organization/OrganizationHerzJesuKrankenhaus"
},
"actualPeriod" : {
"start" : "2024-02-22T19:33:00+02:00",
"end" : "2024-02-23T07:38:00+02:00"
},
"reason" : [
{
"use" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/encounter-reason-use",
"code" : "RV"
}
]
}
],
"value" : [
{
"concept" : {
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/UrsacheCS",
"code" : "00"
}
]
}
}
]
}
],
"diagnosis" : [
{
"condition" : [
{
"concept" : {
"coding" : [
{
"system" : "https://termgit.elga.gv.at/CodeSystem/icd-10-bmsgpk-2025",
"code" : "G47.3",
"display" : "Sleep Apnea"
}
]
}
}
]
}
],
"admission" : {
"extension" : [
{
"url" : "https://elga.moped.at/StructureDefinition/moped-ext-aufnahmeart",
"valueCoding" : {
"system" : "https://elga.moped.at/CodeSystem/AufnahmeartCS",
"code" : "A"
}
}
],
"origin" : {
🔗 "reference" : "Organization/OrganizationUeberweisendeOrganization2"
},
"dischargeDisposition" : {
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/EntlassungsartCS",
"code" : "E"
}
]
}
}
}
Die offenen endgültige Abrechnungen abfragen, für welche noch keine Antwort (Genehmigung/Ablehnung) eingebracht wurde.
[base]/Claim?status=active&use=claim&endgueltig=true&_has:ClaimResponse:request:status:not=active
{
"resourceType" : "Encounter",
"id" : "PJ1Encounter",
"meta" : {
"profile" : [
🔗 "https://elga.moped.at/StructureDefinition/MopedEncounter"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter PJ1Encounter</b></p><a name=\"PJ1Encounter\"> </a><a name=\"hcPJ1Encounter\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MopedEncounter.html\">MOPED Encounter</a></p></div><p><b>identifier</b>: Visit number/1024000028, Anonymous identifier/V8321382402233647600</p><p><b>status</b>: Discharged</p><p><b>class</b>: <span title=\"Codes:{https://elga.moped.at/CodeSystem/BehandlungsartCS S}\">Stationär</span>, <span title=\"Codes:{https://elga.moped.at/CodeSystem/Aufnahmeart2CS P}\">geplante stationäre Aufnahme/geplanter ambulanter Besuch (mit vorhergehender Terminvereinbarung, Richtwert: mindestens 24 Stunden)</span></p><p><b>type</b>: <span title=\"Codes:{https://elga.moped.at/CodeSystem/MopedEncounterTypesCS ENC}\">Moped Encounter</span></p><p><b>subject</b>: <a href=\"Patient-PJ1Patient.html\">Sonnenschein Susi (official) Female, DoB: 1969-04-21 ( Social Security Number: 9994210469)</a></p><p><b>serviceProvider</b>: <a href=\"Organization-OrganizationHerzJesuKrankenhaus.html\">Organization Herz Jesu-Krankenhaus</a></p><p><b>actualPeriod</b>: 2024-02-22 19:33:00+0200 --> 2024-02-23 07:38:00+0200</p><blockquote><p><b>reason</b></p><p><b>use</b>: <span title=\"Codes:{http://hl7.org/fhir/encounter-reason-use RV}\">Reason for Visit</span></p><h3>Values</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://elga.moped.at/CodeSystem/UrsacheCS 00}\">Überweisung</span></td></tr></table></blockquote><blockquote><p><b>diagnosis</b></p><h3>Conditions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://termgit.elga.gv.at/CodeSystem/icd-10-bmsgpk-2025 G47.3}\">Sleep Apnea</span></td></tr></table></blockquote><h3>Admissions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Origin</b></td><td><b>DischargeDisposition</b></td></tr><tr><td style=\"display: none\">*</td><td/><td><a href=\"Organization-OrganizationUeberweisendeOrganization2.html\">Organization HJK Interne Ambulanz</a></td><td><span title=\"Codes:{https://elga.moped.at/CodeSystem/EntlassungsartCS E}\">Entlassung aus dem Krankenhaus</span></td></tr></table></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "VN"
}
]
},
"system" : "urn:oid:1.3.6.1.4.1.36124.5.914",
"value" : "1024000028",
"assigner" : {
🔗 "reference" : "Organization/OrganizationHerzJesuKrankenhaus"
}
},
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "ANON"
}
]
},
"system" : "urn:oid:1.3.6.1.4.1.36124.5.914",
"value" : "V8321382402233647600"
}
],
"status" : "discharged",
"class" : [
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/BehandlungsartCS",
"code" : "S"
}
]
},
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/Aufnahmeart2CS",
"code" : "P"
}
]
}
],
"type" : [
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/MopedEncounterTypesCS",
"code" : "ENC"
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/PJ1Patient"
},
"serviceProvider" : {
🔗 "reference" : "Organization/OrganizationHerzJesuKrankenhaus"
},
"actualPeriod" : {
"start" : "2024-02-22T19:33:00+02:00",
"end" : "2024-02-23T07:38:00+02:00"
},
"reason" : [
{
"use" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/encounter-reason-use",
"code" : "RV"
}
]
}
],
"value" : [
{
"concept" : {
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/UrsacheCS",
"code" : "00"
}
]
}
}
]
}
],
"diagnosis" : [
{
"condition" : [
{
"concept" : {
"coding" : [
{
"system" : "https://termgit.elga.gv.at/CodeSystem/icd-10-bmsgpk-2025",
"code" : "G47.3",
"display" : "Sleep Apnea"
}
]
}
}
]
}
],
"admission" : {
"extension" : [
{
"url" : "https://elga.moped.at/StructureDefinition/moped-ext-aufnahmeart",
"valueCoding" : {
"system" : "https://elga.moped.at/CodeSystem/AufnahmeartCS",
"code" : "A"
}
}
],
"origin" : {
🔗 "reference" : "Organization/OrganizationUeberweisendeOrganization2"
},
"dischargeDisposition" : {
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/EntlassungsartCS",
"code" : "E"
}
]
}
}
}
Die endgültige Genehmigung (inkl. Bestätigung der Punkte einbringen) einbringen.
[base]/Composition/{id}/_history/{version}/$genehmigen
{
"resourceType" : "Encounter",
"id" : "PJ1Encounter",
"meta" : {
"profile" : [
🔗 "https://elga.moped.at/StructureDefinition/MopedEncounter"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter PJ1Encounter</b></p><a name=\"PJ1Encounter\"> </a><a name=\"hcPJ1Encounter\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MopedEncounter.html\">MOPED Encounter</a></p></div><p><b>identifier</b>: Visit number/1024000028, Anonymous identifier/V8321382402233647600</p><p><b>status</b>: Discharged</p><p><b>class</b>: <span title=\"Codes:{https://elga.moped.at/CodeSystem/BehandlungsartCS S}\">Stationär</span>, <span title=\"Codes:{https://elga.moped.at/CodeSystem/Aufnahmeart2CS P}\">geplante stationäre Aufnahme/geplanter ambulanter Besuch (mit vorhergehender Terminvereinbarung, Richtwert: mindestens 24 Stunden)</span></p><p><b>type</b>: <span title=\"Codes:{https://elga.moped.at/CodeSystem/MopedEncounterTypesCS ENC}\">Moped Encounter</span></p><p><b>subject</b>: <a href=\"Patient-PJ1Patient.html\">Sonnenschein Susi (official) Female, DoB: 1969-04-21 ( Social Security Number: 9994210469)</a></p><p><b>serviceProvider</b>: <a href=\"Organization-OrganizationHerzJesuKrankenhaus.html\">Organization Herz Jesu-Krankenhaus</a></p><p><b>actualPeriod</b>: 2024-02-22 19:33:00+0200 --> 2024-02-23 07:38:00+0200</p><blockquote><p><b>reason</b></p><p><b>use</b>: <span title=\"Codes:{http://hl7.org/fhir/encounter-reason-use RV}\">Reason for Visit</span></p><h3>Values</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://elga.moped.at/CodeSystem/UrsacheCS 00}\">Überweisung</span></td></tr></table></blockquote><blockquote><p><b>diagnosis</b></p><h3>Conditions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://termgit.elga.gv.at/CodeSystem/icd-10-bmsgpk-2025 G47.3}\">Sleep Apnea</span></td></tr></table></blockquote><h3>Admissions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Origin</b></td><td><b>DischargeDisposition</b></td></tr><tr><td style=\"display: none\">*</td><td/><td><a href=\"Organization-OrganizationUeberweisendeOrganization2.html\">Organization HJK Interne Ambulanz</a></td><td><span title=\"Codes:{https://elga.moped.at/CodeSystem/EntlassungsartCS E}\">Entlassung aus dem Krankenhaus</span></td></tr></table></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "VN"
}
]
},
"system" : "urn:oid:1.3.6.1.4.1.36124.5.914",
"value" : "1024000028",
"assigner" : {
🔗 "reference" : "Organization/OrganizationHerzJesuKrankenhaus"
}
},
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "ANON"
}
]
},
"system" : "urn:oid:1.3.6.1.4.1.36124.5.914",
"value" : "V8321382402233647600"
}
],
"status" : "discharged",
"class" : [
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/BehandlungsartCS",
"code" : "S"
}
]
},
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/Aufnahmeart2CS",
"code" : "P"
}
]
}
],
"type" : [
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/MopedEncounterTypesCS",
"code" : "ENC"
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/PJ1Patient"
},
"serviceProvider" : {
🔗 "reference" : "Organization/OrganizationHerzJesuKrankenhaus"
},
"actualPeriod" : {
"start" : "2024-02-22T19:33:00+02:00",
"end" : "2024-02-23T07:38:00+02:00"
},
"reason" : [
{
"use" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/encounter-reason-use",
"code" : "RV"
}
]
}
],
"value" : [
{
"concept" : {
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/UrsacheCS",
"code" : "00"
}
]
}
}
]
}
],
"diagnosis" : [
{
"condition" : [
{
"concept" : {
"coding" : [
{
"system" : "https://termgit.elga.gv.at/CodeSystem/icd-10-bmsgpk-2025",
"code" : "G47.3",
"display" : "Sleep Apnea"
}
]
}
}
]
}
],
"admission" : {
"extension" : [
{
"url" : "https://elga.moped.at/StructureDefinition/moped-ext-aufnahmeart",
"valueCoding" : {
"system" : "https://elga.moped.at/CodeSystem/AufnahmeartCS",
"code" : "A"
}
}
],
"origin" : {
🔗 "reference" : "Organization/OrganizationUeberweisendeOrganization2"
},
"dischargeDisposition" : {
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/EntlassungsartCS",
"code" : "E"
}
]
}
}
}
Alle verfügbaren Kosteninformationen werden von der SV abgerufen
[base]/ClaimResponse?status=active&use=claim&endgueltig=true
{
"resourceType" : "Encounter",
"id" : "PJ1Encounter",
"meta" : {
"profile" : [
🔗 "https://elga.moped.at/StructureDefinition/MopedEncounter"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter PJ1Encounter</b></p><a name=\"PJ1Encounter\"> </a><a name=\"hcPJ1Encounter\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MopedEncounter.html\">MOPED Encounter</a></p></div><p><b>identifier</b>: Visit number/1024000028, Anonymous identifier/V8321382402233647600</p><p><b>status</b>: Discharged</p><p><b>class</b>: <span title=\"Codes:{https://elga.moped.at/CodeSystem/BehandlungsartCS S}\">Stationär</span>, <span title=\"Codes:{https://elga.moped.at/CodeSystem/Aufnahmeart2CS P}\">geplante stationäre Aufnahme/geplanter ambulanter Besuch (mit vorhergehender Terminvereinbarung, Richtwert: mindestens 24 Stunden)</span></p><p><b>type</b>: <span title=\"Codes:{https://elga.moped.at/CodeSystem/MopedEncounterTypesCS ENC}\">Moped Encounter</span></p><p><b>subject</b>: <a href=\"Patient-PJ1Patient.html\">Sonnenschein Susi (official) Female, DoB: 1969-04-21 ( Social Security Number: 9994210469)</a></p><p><b>serviceProvider</b>: <a href=\"Organization-OrganizationHerzJesuKrankenhaus.html\">Organization Herz Jesu-Krankenhaus</a></p><p><b>actualPeriod</b>: 2024-02-22 19:33:00+0200 --> 2024-02-23 07:38:00+0200</p><blockquote><p><b>reason</b></p><p><b>use</b>: <span title=\"Codes:{http://hl7.org/fhir/encounter-reason-use RV}\">Reason for Visit</span></p><h3>Values</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://elga.moped.at/CodeSystem/UrsacheCS 00}\">Überweisung</span></td></tr></table></blockquote><blockquote><p><b>diagnosis</b></p><h3>Conditions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://termgit.elga.gv.at/CodeSystem/icd-10-bmsgpk-2025 G47.3}\">Sleep Apnea</span></td></tr></table></blockquote><h3>Admissions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Origin</b></td><td><b>DischargeDisposition</b></td></tr><tr><td style=\"display: none\">*</td><td/><td><a href=\"Organization-OrganizationUeberweisendeOrganization2.html\">Organization HJK Interne Ambulanz</a></td><td><span title=\"Codes:{https://elga.moped.at/CodeSystem/EntlassungsartCS E}\">Entlassung aus dem Krankenhaus</span></td></tr></table></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "VN"
}
]
},
"system" : "urn:oid:1.3.6.1.4.1.36124.5.914",
"value" : "1024000028",
"assigner" : {
🔗 "reference" : "Organization/OrganizationHerzJesuKrankenhaus"
}
},
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "ANON"
}
]
},
"system" : "urn:oid:1.3.6.1.4.1.36124.5.914",
"value" : "V8321382402233647600"
}
],
"status" : "discharged",
"class" : [
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/BehandlungsartCS",
"code" : "S"
}
]
},
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/Aufnahmeart2CS",
"code" : "P"
}
]
}
],
"type" : [
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/MopedEncounterTypesCS",
"code" : "ENC"
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/PJ1Patient"
},
"serviceProvider" : {
🔗 "reference" : "Organization/OrganizationHerzJesuKrankenhaus"
},
"actualPeriod" : {
"start" : "2024-02-22T19:33:00+02:00",
"end" : "2024-02-23T07:38:00+02:00"
},
"reason" : [
{
"use" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/encounter-reason-use",
"code" : "RV"
}
]
}
],
"value" : [
{
"concept" : {
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/UrsacheCS",
"code" : "00"
}
]
}
}
]
}
],
"diagnosis" : [
{
"condition" : [
{
"concept" : {
"coding" : [
{
"system" : "https://termgit.elga.gv.at/CodeSystem/icd-10-bmsgpk-2025",
"code" : "G47.3",
"display" : "Sleep Apnea"
}
]
}
}
]
}
],
"admission" : {
"extension" : [
{
"url" : "https://elga.moped.at/StructureDefinition/moped-ext-aufnahmeart",
"valueCoding" : {
"system" : "https://elga.moped.at/CodeSystem/AufnahmeartCS",
"code" : "A"
}
}
],
"origin" : {
🔗 "reference" : "Organization/OrganizationUeberweisendeOrganization2"
},
"dischargeDisposition" : {
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/EntlassungsartCS",
"code" : "E"
}
]
}
}
}
Die vollständig befüllten und vom LGF genehmigten Fälle werden vom Bund abgerufen.
[base]/Composition?status=final
{
"resourceType" : "Encounter",
"id" : "PJ1Encounter",
"meta" : {
"profile" : [
🔗 "https://elga.moped.at/StructureDefinition/MopedEncounter"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter PJ1Encounter</b></p><a name=\"PJ1Encounter\"> </a><a name=\"hcPJ1Encounter\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MopedEncounter.html\">MOPED Encounter</a></p></div><p><b>identifier</b>: Visit number/1024000028, Anonymous identifier/V8321382402233647600</p><p><b>status</b>: Discharged</p><p><b>class</b>: <span title=\"Codes:{https://elga.moped.at/CodeSystem/BehandlungsartCS S}\">Stationär</span>, <span title=\"Codes:{https://elga.moped.at/CodeSystem/Aufnahmeart2CS P}\">geplante stationäre Aufnahme/geplanter ambulanter Besuch (mit vorhergehender Terminvereinbarung, Richtwert: mindestens 24 Stunden)</span></p><p><b>type</b>: <span title=\"Codes:{https://elga.moped.at/CodeSystem/MopedEncounterTypesCS ENC}\">Moped Encounter</span></p><p><b>subject</b>: <a href=\"Patient-PJ1Patient.html\">Sonnenschein Susi (official) Female, DoB: 1969-04-21 ( Social Security Number: 9994210469)</a></p><p><b>serviceProvider</b>: <a href=\"Organization-OrganizationHerzJesuKrankenhaus.html\">Organization Herz Jesu-Krankenhaus</a></p><p><b>actualPeriod</b>: 2024-02-22 19:33:00+0200 --> 2024-02-23 07:38:00+0200</p><blockquote><p><b>reason</b></p><p><b>use</b>: <span title=\"Codes:{http://hl7.org/fhir/encounter-reason-use RV}\">Reason for Visit</span></p><h3>Values</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://elga.moped.at/CodeSystem/UrsacheCS 00}\">Überweisung</span></td></tr></table></blockquote><blockquote><p><b>diagnosis</b></p><h3>Conditions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://termgit.elga.gv.at/CodeSystem/icd-10-bmsgpk-2025 G47.3}\">Sleep Apnea</span></td></tr></table></blockquote><h3>Admissions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Origin</b></td><td><b>DischargeDisposition</b></td></tr><tr><td style=\"display: none\">*</td><td/><td><a href=\"Organization-OrganizationUeberweisendeOrganization2.html\">Organization HJK Interne Ambulanz</a></td><td><span title=\"Codes:{https://elga.moped.at/CodeSystem/EntlassungsartCS E}\">Entlassung aus dem Krankenhaus</span></td></tr></table></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "VN"
}
]
},
"system" : "urn:oid:1.3.6.1.4.1.36124.5.914",
"value" : "1024000028",
"assigner" : {
🔗 "reference" : "Organization/OrganizationHerzJesuKrankenhaus"
}
},
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "ANON"
}
]
},
"system" : "urn:oid:1.3.6.1.4.1.36124.5.914",
"value" : "V8321382402233647600"
}
],
"status" : "discharged",
"class" : [
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/BehandlungsartCS",
"code" : "S"
}
]
},
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/Aufnahmeart2CS",
"code" : "P"
}
]
}
],
"type" : [
{
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/MopedEncounterTypesCS",
"code" : "ENC"
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/PJ1Patient"
},
"serviceProvider" : {
🔗 "reference" : "Organization/OrganizationHerzJesuKrankenhaus"
},
"actualPeriod" : {
"start" : "2024-02-22T19:33:00+02:00",
"end" : "2024-02-23T07:38:00+02:00"
},
"reason" : [
{
"use" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/encounter-reason-use",
"code" : "RV"
}
]
}
],
"value" : [
{
"concept" : {
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/UrsacheCS",
"code" : "00"
}
]
}
}
]
}
],
"diagnosis" : [
{
"condition" : [
{
"concept" : {
"coding" : [
{
"system" : "https://termgit.elga.gv.at/CodeSystem/icd-10-bmsgpk-2025",
"code" : "G47.3",
"display" : "Sleep Apnea"
}
]
}
}
]
}
],
"admission" : {
"extension" : [
{
"url" : "https://elga.moped.at/StructureDefinition/moped-ext-aufnahmeart",
"valueCoding" : {
"system" : "https://elga.moped.at/CodeSystem/AufnahmeartCS",
"code" : "A"
}
}
],
"origin" : {
🔗 "reference" : "Organization/OrganizationUeberweisendeOrganization2"
},
"dischargeDisposition" : {
"coding" : [
{
"system" : "https://elga.moped.at/CodeSystem/EntlassungsartCS",
"code" : "E"
}
]
}
}
}
Ob die Tagesklammer verwendet wird oder nicht liegt im Ermessen des jeweiligen KH und muss auf Seite des KIS geregelt werden. In Moped werden dann entweder ein Datensatz mit allen Leistungen und Diagnosen des jeweiligen Tages oder mehrere Datensätze mit den aufgeteilten Leistungen und Diagnosen eingemeldet. Dabei ist zu beachten:
Der Transferencounter entspricht nicht wie beim stationären Fall der Verlegung/Aufnahme auf eine andere Station sondern einem Kontakt oder einer Bewegung (entspricht einer Behandlungen auf unterschiedlichen Funktionscodes).
| Titel | Beschreibung | Trigger Ressource | Interaktion | Auslöser | Empfänger | Beschreibung zusätzlicher Bedingungen | Relevantes Feld | Bedingung |
|---|---|---|---|---|---|---|---|---|
| Akteur | |
|---|---|
| KH (Krankenhaus) | ✅ |
| LGF (Landesgesundheitsfonds) | ✅ |
| SV (Sozialversicherung) | ❌ |
| Bund | ✅ |
| Behandlungsart | |
|---|---|
| Ambulant | ✅ |
| Stationär | ✅ |
Vorgehensweise für Patienten, die nicht über die Sozialversicherungsschiene gemeldet werden, da sie Selbstzahler sind, jedoch im LKF aufscheinen.
Nicht-EU Ausländer (z.B. US -Bürger), Patienten die über die Sozialhilfe oder Justizanstalten abgerechnet werden
Die Composition Section zustaendigeSV bleibt in diesem Fall leer, was Auswirkungen auf die Berechtigungen und den weiteren Ablauf hat. Die Operation $melden ist z.B. in diesem Fall nicht erlaubt und würde fehlschlagen.
Keine relevanten Notifications für diesen Standardablauf identifiziert.
TBD
TBD