: Example Encounter - SZ1Vorstationaer - JSON Representation
Raw json | Download
{
"resourceType" : "Encounter",
"id" : "SZ1Vorstationaer",
"meta" : {
"profile" : [
🔗 "https://gematik.de/fhir/isik/StructureDefinition/ISiKKontaktGesundheitseinrichtung"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter SZ1Vorstationaer</b></p><a name=\"SZ1Vorstationaer\"> </a><a name=\"hcSZ1Vorstationaer\"> </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-ISiKKontaktGesundheitseinrichtung.html\">ISiKKontaktGesundheitseinrichtung</a></p></div><p><b>identifier</b>: Visit number/0123456789-1</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.0.1/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode: AMB</a> (ambulatory)</p><p><b>type</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/Kontaktebene abteilungskontakt}\">Abteilungskontakt</span>, <span title=\"Codes:{http://fhir.de/CodeSystem/kontaktart-de vorstationaer}\">Vorstationär</span></p><p><b>subject</b>: <a href=\"Patient-SZ1Patient.html\">Töchterchen Musterfrau (official) Female, DoB: 2010-01-01 ( Medical record number)</a></p><p><b>period</b>: 2024-10-01 --> 2024-10-01</p><p><b>account</b>: <a href=\"https://simplifier.net/resolve?scope=de.basisprofil.r4@1.5.4&canonical=http://fhir.org/packages/de.basisprofil.r4/Account/SZ1DRGFall\">Account/SZ1DRGFall</a></p></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "VN"
}
]
},
"system" : "http://beispiel-krankenhaus.de/sid/besuchsnummer",
"value" : "0123456789-1"
}
],
"status" : "finished",
"class" : {
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "AMB"
},
"type" : [
{
"coding" : [
{
"system" : "http://fhir.de/CodeSystem/Kontaktebene",
"code" : "abteilungskontakt"
}
]
},
{
"coding" : [
{
"system" : "http://fhir.de/CodeSystem/kontaktart-de",
"code" : "vorstationaer",
"display" : "Vorstationär"
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/SZ1Patient"
},
"period" : {
"start" : "2024-10-01",
"end" : "2024-10-01"
},
"account" : [
{
"reference" : "Account/SZ1DRGFall",
"identifier" : {
"system" : "http://beispiel-krankenhaus.de/sid/fallnummern",
"value" : "0123456789"
}
}
]
}