Botswana FHIR Implementation Guide
1.0.0 - ci-build 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

: DiagnosticReport - Lab Result - JSON Representation

Raw json | Download

{
  "resourceType" : "DiagnosticReport",
  "id" : "LabResultsDiagnosticReportExample",
  "meta" : {
    "profile" : [
      🔗 "http://moh.bw.org/StructureDefinition/lab-order-diagnostic-report"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport LabResultsDiagnosticReportExample</b></p><a name=\"LabResultsDiagnosticReportExample\"> </a><a name=\"hcLabResultsDiagnosticReportExample\"> </a><a name=\"LabResultsDiagnosticReportExample-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-lab-order-diagnostic-report.html\">DiagnosticReport - Lab Order</a></p></div><h2><span title=\"Codes:{http://moh.bw.org/CodeSystem/cs-pims-lab-codes 129}\">Xpert</span> (<span title=\"Codes:{http://loinc.org 11502-2}\">Laboratory report</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Mark Adams  Male, DoB: 2000-11-11 ( http://moh.bw.org/identifier/mrn#MRN12345671)</td></tr><tr><td>Reported</td><td>2012-12-27 13:28:17-0500</td></tr><tr><td>Performer</td><td> <a href=\"Practitioner-BwPractitionerExample.html\">Practitioner Tom Junes Smith </a></td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>Flags</b></td><td><b>When For</b></td></tr><tr><td><a href=\"Observation-LabResultObservationExample.html\"><span title=\"Codes:{http://moh.bw.org/CodeSystem/cs-pims-lab-codes 129}\">Xpert</span></a></td><td>900</td><td>Final</td><td>2012-12-29</td></tr></table></div>"
  },
  "basedOn" : [
    {
      🔗 "reference" : "ServiceRequest/LabOrderCompletedServiceRequestExample"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "11502-2"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://moh.bw.org/CodeSystem/cs-pims-lab-codes",
        "code" : "129"
      }
    ],
    "text" : "Xpert"
  },
  "subject" : {
    🔗 "reference" : "Patient/BwPatientExample"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/TargetFacilityEncounterExample"
  },
  "issued" : "2012-12-27T13:28:17-05:00",
  "performer" : [
    {
      🔗 "reference" : "Practitioner/BwPractitionerExample"
    }
  ],
  "result" : [
    {
      🔗 "reference" : "Observation/LabResultObservationExample"
    }
  ]
}