Botswana FHIR Implementation Guide
1.0.0 - STU1 Botswana flag

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

: OpenMRS Specimen - Used During Testing (Order is Active) - JSON Representation

Raw json | Download


{
  "resourceType" : "Specimen",
  "id" : "OpenMrsAvailableSpecimenForActiveRequestsExample",
  "meta" : {
    "profile" : [
      🔗 "http://moh.bw.org/StructureDefinition/uat-openmrs-specimen"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Specimen OpenMrsAvailableSpecimenForActiveRequestsExample</b></p><a name=\"OpenMrsAvailableSpecimenForActiveRequestsExample\"> </a><a name=\"hcOpenMrsAvailableSpecimenForActiveRequestsExample\"> </a><a name=\"OpenMrsAvailableSpecimenForActiveRequestsExample-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-OpenMrsGeneralPatientExample.html\">Mark Adams  Male, DoB: 2000-11-11 ( http://moh.bw.org/ext/identifier/openmrs#openmrs 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/OpenMrsGeneralPatientExample"
  },
  "receivedTime" : "2022-07-28",
  "collection" : {
    "collectedDateTime" : "2022-07-28"
  }
}