Estonian Base Implementation Guide
1.1.1 - trial-use
Estonian Base Implementation Guide, published by HL7 Estonia. This guide is not an authorized publication; it is the continuous build for version 1.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7EE/ig-ee-base/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Encounter",
"id" : "EncounterPatient1",
"meta" : {
"profile" : [
🔗 "https://fhir.ee/base/StructureDefinition/ee-encounter"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter EncounterPatient1</b></p><a name=\"EncounterPatient1\"> </a><a name=\"hcEncounterPatient1\"> </a><a name=\"EncounterPatient1-en-US\"> </a><p><b>Encounter Mode Of Arrival</b>: <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v2-0430.html#v2-0430-A\">arrivalMode</a> A: Ambulance</p><p><b>status</b>: In Progress</p><p><b>class</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode IMP}\">inpatient encounter</span></p><p><b>subject</b>: <a href=\"Patient-pat1.html\">Mart Mets (official) Male, DoB: 1973-02-10 ( https://fhir.ee/sid/pid/est/ni#Estonian Personal National Identification Code#37302102711)</a></p><p><b>episodeOfCare</b>: <a href=\"EpisodeOfCare-eoc1.html\">EpisodeOfCare: identifier = https://rh.ee/episodeofcare-identifier#123; status = active; period = 2023-05-09 --> (ongoing)</a></p><p><b>serviceProvider</b>: <a href=\"Organization-rh.html\">Organization Rakvere Haigla</a></p><p><b>actualPeriod</b>: 2023-05-09 --> (ongoing)</p><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td><td><b>Status</b></td><td><b>Period</b></td></tr><tr><td style=\"display: none\">*</td><td>Emergency Waiting Room</td><td>Active</td><td>2023-05-09 19:00:00+0200 --> (ongoing)</td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/encounter-modeOfArrival",
"valueCoding" : {
"system" : "http://terminology.hl7.org/CodeSystem/v2-0430",
"code" : "A",
"display" : "Ambulance"
}
}
],
"status" : "in-progress",
"class" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "IMP"
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/pat1"
},
"episodeOfCare" : [
{
🔗 "reference" : "EpisodeOfCare/eoc1"
}
],
"serviceProvider" : {
🔗 "reference" : "Organization/rh"
},
"actualPeriod" : {
"start" : "2023-05-09"
},
"location" : [
{
"location" : {
"display" : "Emergency Waiting Room"
},
"status" : "active",
"period" : {
"start" : "2023-05-09T19:00:00+02:00"
}
}
]
}