{
  "resourceType" : "DiagnosticReport",
  "id" : "example-vl-hiv-diagnostic-report",
  "meta" : {
    "profile" : ["http://fhir.nphl.go.ke/StructureDefinition/KenyaDiagnosticReport"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport example-vl-hiv-diagnostic-report</b></p><a name=\"example-vl-hiv-diagnostic-report\"> </a><a name=\"hcexample-vl-hiv-diagnostic-report\"> </a><a name=\"example-vl-hiv-diagnostic-report-en-US\"> </a><h2><span title=\"Codes:{http://loinc.org 10351-5}\">HIV 1 RNA [Units/volume] (viral load) in Serum or Plasma by Probe with amplification</span> </h2><table class=\"grid\"><tr><td>Subject</td><td>Unable to get Patient Details</td></tr><tr><td>When For</td><td>2021-01-01</td></tr><tr><td>Performer</td><td> <a href=\"Organization-example-lab-organization--cgrh.html\">Organization Coast General Teaching and Referal Hospital</a></td></tr><tr><td>Identifier</td><td> vl-hiv-diagnostic-report-1</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>Reference Range</b></td><td><b>Flags</b></td></tr><tr><td><a href=\"Observation-example-vl-hiv-observation.html\"><span title=\"Codes:{http://loinc.org 10351-5}\">HIV 1 RNA [Units/volume] (viral load) in Serum or Plasma by Probe with amplification</span></a></td><td>1001 copies/mL</td><td>200 copies/mL - 1000 copies/mL</td><td>Final</td></tr></table></div>"
  },
  "identifier" : [{
    "value" : "vl-hiv-diagnostic-report-1"
  }],
  "status" : "final",
  "code" : {
    "coding" : [{
      "system" : "http://loinc.org",
      "code" : "10351-5"
    }]
  },
  "subject" : {
    "reference" : "example-vl-hiv-patient"
  },
  "effectiveDateTime" : "2021-01-01",
  "performer" : [{
    "reference" : "Organization/example-lab-organization--cgrh"
  }],
  "specimen" : [{
    "reference" : "Specimen/example-cbc-specimen"
  }],
  "result" : [{
    "reference" : "Observation/example-vl-hiv-observation"
  }]
}