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" : "Specimen",
"id" : "PimsAvailableSpecimenForActiveRequestsExample",
"meta" : {
"profile" : [
🔗 "http://moh.bw.org/StructureDefinition/uat-pims-specimen"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Specimen PimsAvailableSpecimenForActiveRequestsExample</b></p><a name=\"PimsAvailableSpecimenForActiveRequestsExample\"> </a><a name=\"hcPimsAvailableSpecimenForActiveRequestsExample\"> </a><a name=\"PimsAvailableSpecimenForActiveRequestsExample-en-US\"> </a><p><b>identifier</b>: <code>http://moh.bw.org/identifier/specimen-id</code>/abc123</p><p><b>status</b>: Available</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 119361006}\">Specimen Type</span></p><p><b>subject</b>: <a href=\"Patient-PimsGeneralPatientExample.html\">Mark Adams Male, DoB: 2000-11-11 ( http://moh.bw.org/ext/identifier/pims#pims id)</a></p><p><b>receivedTime</b>: 2022-07-28</p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collected[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>2022-07-28</td></tr></table></div>"
},
"identifier" : [
{
"system" : "http://moh.bw.org/identifier/specimen-id",
"value" : "abc123"
}
],
"status" : "available",
"type" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "119361006"
}
],
"text" : "Specimen Type"
},
"subject" : {
🔗 "reference" : "Patient/PimsGeneralPatientExample"
},
"receivedTime" : "2022-07-28",
"collection" : {
"collectedDateTime" : "2022-07-28"
}
}