Botswana FHIR Implementation Guide - Laboratory
1.0.0 - STU1
Botswana FHIR Implementation Guide - Laboratory, 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/bw-laboratory-workflows-ig/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "OpenMrsGeneralPatientExample",
"meta" : {
"profile" : [
🔗 "http://moh.bw.org/StructureDefinition/uat-openmrs-patient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient OpenMrsGeneralPatientExample</b></p><a name=\"OpenMrsGeneralPatientExample\"> </a><a name=\"hcOpenMrsGeneralPatientExample\"> </a><a name=\"OpenMrsGeneralPatientExample-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Mark Adams Male, DoB: 2000-11-11 ( http://moh.bw.org/ext/identifier/openmrs#openmrs id)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-MaritalStatus M}\">Married</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Ids:</td><td colspan=\"3\"><ul><li><code>http://moh.bw.org/identifier/mrn</code>/MRN12345671</li><li><code>http://moh.bw.org/ext/identifier/omang</code>/omang1234</li><li><code>http://moh.bw.org/ext/identifier/birth</code>/birth certificate number</li><li><code>http://moh.bw.org/ext/identifier/passport</code>/ppn1234</li><li><code>http://moh.bw.org/ext/identifier/internalid</code>/internal id</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 27537652509(Work)</li><li><a href=\"mailto:someone@something.org\">someone@something.org</a></li><li>123 Tesfaye Street Bole Addis Ababa Addis Ababa </li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Managing Organization: <a href=\"Organization-CurrentServiceProviderExample.html\">Organization Meshwalkiya Health Center</a></li></ul></td></tr></table></div>"
},
"identifier" : [
{
"system" : "http://moh.bw.org/ext/identifier/openmrs",
"value" : "openmrs id"
},
{
"system" : "http://moh.bw.org/identifier/mrn",
"value" : "MRN12345671"
},
{
"system" : "http://moh.bw.org/ext/identifier/omang",
"value" : "omang1234"
},
{
"system" : "http://moh.bw.org/ext/identifier/birth",
"value" : "birth certificate number"
},
{
"system" : "http://moh.bw.org/ext/identifier/passport",
"value" : "ppn1234"
},
{
"system" : "http://moh.bw.org/ext/identifier/internalid",
"value" : "internal id"
}
],
"name" : [
{
"family" : "Adams",
"given" : [
"Mark"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "27537652509",
"use" : "work"
},
{
"system" : "email",
"value" : "someone@something.org",
"use" : "home"
}
],
"gender" : "male",
"birthDate" : "2000-11-11",
"address" : [
{
"line" : [
"123",
"Tesfaye Street",
"Bole"
],
"city" : "Addis Ababa",
"district" : "Addis Ababa Central District",
"state" : "Addis Ababa"
}
],
"maritalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code" : "M"
}
]
},
"managingOrganization" : {
🔗 "reference" : "Organization/CurrentServiceProviderExample"
}
}