0.1.0 - ci-build

KenyaDiagnosticsFHIRIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: vl-hiv-observation - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "example-vl-hiv-observation",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.nphl.go.ke/StructureDefinition/KenyaObservation"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation example-vl-hiv-observation</b></p><a name=\"example-vl-hiv-observation\"> </a><a name=\"hcexample-vl-hiv-observation\"> </a><a name=\"example-vl-hiv-observation-en-US\"> </a><p><b>identifier</b>: vl-hiv-observation-1</p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 10351-5}\">HIV 1 RNA [Units/volume] (viral load) in Serum or Plasma by Probe with amplification</span></p><p><b>subject</b>: <a href=\"example-vl-hiv-patient\">example-vl-hiv-patient</a></p><p><b>effective</b>: 2021-01-01</p><p><b>performer</b>: <a href=\"Organization-example-lab-organization--cgrh.html\">Organization Coast General Teaching and Referal Hospital</a></p><p><b>value</b>: 1001 copies/mL</p><p><b>specimen</b>: <a href=\"Specimen-example-cbc-specimen.html\">Specimen: status = available; type = specimen</a></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td style=\"display: none\">*</td><td>200 copies/mL</td><td>1000 copies/mL</td></tr></table></div>"
  },
  "identifier" : [
    {
      "value" : "vl-hiv-observation-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"
    }
  ],
  "valueQuantity" : {
    "value" : 1001,
    "unit" : "copies/mL",
    "system" : "http://unitsofmeasure.org"
  },
  "specimen" : {
    🔗 "reference" : "Specimen/example-cbc-specimen"
  },
  "referenceRange" : [
    {
      "low" : {
        "value" : 200,
        "unit" : "copies/mL",
        "system" : "http://unitsofmeasure.org"
      },
      "high" : {
        "value" : 1000,
        "unit" : "copies/mL",
        "system" : "http://unitsofmeasure.org"
      }
    }
  ]
}