Botswana FHIR Implementation Guide
1.0.0 - STU1
Botswana FHIR Implementation Guide, published by Jembi Health Systems. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jembi/botswana-hie-fhir-ig/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Encounter",
"id" : "TargetFacilityEncounterExample",
"meta" : {
"profile" : [
🔗 "http://moh.bw.org/StructureDefinition/target-facility-encounter"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter TargetFacilityEncounterExample</b></p><a name=\"TargetFacilityEncounterExample\"> </a><a name=\"hcTargetFacilityEncounterExample\"> </a><a name=\"TargetFacilityEncounterExample-en-US\"> </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-target-facility-encounter.html\">Encounter - Initiated By The Facility Providing the Service</a></p></div><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-v3-ActCode.html#v3-ActCode-OBSENC\">ActCode OBSENC</a>: observation encounter</p><p><b>subject</b>: <a href=\"Patient-BwPatientExample.html\">Mark Adams Male, DoB: 2000-11-11 ( http://moh.bw.org/identifier/mrn#MRN12345671)</a></p><p><b>period</b>: 2012-12-09 --> 2012-12-09</p><p><b>serviceProvider</b>: <a href=\"Organization-ServiceProviderExample.html\">Organization Kweneng Health Post</a></p></div>"
},
"status" : "finished",
"class" : {
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "OBSENC"
},
"subject" : {
🔗 "reference" : "Patient/BwPatientExample"
},
"period" : {
"start" : "2012-12-09",
"end" : "2012-12-09"
},
"serviceProvider" : {
🔗 "reference" : "Organization/ServiceProviderExample"
}
}