CH EMS (R4)
1.9.0-cibuild - ci-build
CH EMS (R4), published by IVR Interverband für Rettungswesen. This guide is not an authorized publication; it is the continuous build for version 1.9.0-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-ems/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Encounter",
"id" : "2-Einsatz",
"meta" : {
"profile" : [
🔗 "http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-encounter"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter 2-Einsatz</b></p><a name=\"2-Einsatz\"> </a><a name=\"hc2-Einsatz\"> </a><a name=\"2-Einsatz-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:2.16.756.5.30.1.9999999999.1</code>/S12345678</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActCode.html#v3-ActCode-EMER\">ActCode EMER</a>: emergency</p><p><b>subject</b>: <a href=\"Patient-2-PatientUnbekannt.html\">Anonymous Patient Male, DoB Unknown ( Medical record number)</a></p><p><b>basedOn</b>: <a href=\"ServiceRequest-2-AufbietendeOrganisation.html\">ServiceRequest: status = completed; intent = order</a></p><blockquote><p><b>participant</b></p><p><b>CH EMS Extension Team Role</b>: <span title=\"Codes:{http://snomed.info/sct 133932002}\">Caregiver</span></p><p><b>individual</b>: <a href=\"Practitioner-1-TeamMemberPetraMuster.html\">Practitioner Petra Muster </a></p></blockquote><blockquote><p><b>participant</b></p><p><b>CH EMS Extension Team Role</b>: <span title=\"Codes:{http://snomed.info/sct 133932002}\">Caregiver</span></p><p><b>individual</b>: <a href=\"Practitioner-1-TeamMemberHansBeispiel.html\">Practitioner Hans Beispiel </a></p></blockquote><p><b>period</b>: 2016-12-10 --> (ongoing)</p><h3>Hospitalizations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Destination</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-1-Zielort.html\">Location Universitätsspital Zürich, Notfall</a></td></tr></table><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-2-Einsatzort.html\">Location Sternen Oerlikon</a></td></tr></table></div>"
},
"identifier" : [
{
"system" : "urn:oid:2.16.756.5.30.1.9999999999.1",
"value" : "S12345678"
}
],
"status" : "finished",
"class" : {
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "EMER",
"display" : "emergency"
},
"subject" : {
🔗 "reference" : "Patient/2-PatientUnbekannt"
},
"basedOn" : [
{
🔗 "reference" : "ServiceRequest/2-AufbietendeOrganisation"
}
],
"participant" : [
{
"extension" : [
{
"url" : "http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-ext-teamrole",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "133932002",
"display" : "Caregiver"
}
]
}
}
],
"individual" : {
🔗 "reference" : "Practitioner/1-TeamMemberPetraMuster"
}
},
{
"extension" : [
{
"url" : "http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-ext-teamrole",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "133932002",
"display" : "Caregiver"
}
]
}
}
],
"individual" : {
🔗 "reference" : "Practitioner/1-TeamMemberHansBeispiel"
}
}
],
"period" : {
"start" : "2016-12-10"
},
"hospitalization" : {
"destination" : {
🔗 "reference" : "Location/1-Zielort"
}
},
"location" : [
{
"location" : {
🔗 "reference" : "Location/2-Einsatzort"
}
}
]
}