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 - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="example-vl-hiv-observation"/>
  <meta>
    <profile
             value="http://fhir.nphl.go.ke/StructureDefinition/KenyaObservation"/>
  </meta>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <identifier>
    <value value="vl-hiv-observation-1"/>
  </identifier>
  <status value="final"/>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="10351-5"/>
    </coding>
  </code>
  <subject>
    <reference value="example-vl-hiv-patient"/>
  </subject>
  <effectiveDateTime value="2021-01-01"/>
  <performer>🔗 
    <reference value="Organization/example-lab-organization--cgrh"/>
  </performer>
  <valueQuantity>
    <value value="1001"/>
    <unit value="copies/mL"/>
    <system value="http://unitsofmeasure.org"/>
  </valueQuantity>
  <specimen>🔗 
    <reference value="Specimen/example-cbc-specimen"/>
  </specimen>
  <referenceRange>
    <low>
      <value value="200"/>
      <unit value="copies/mL"/>
      <system value="http://unitsofmeasure.org"/>
    </low>
    <high>
      <value value="1000"/>
      <unit value="copies/mL"/>
      <system value="http://unitsofmeasure.org"/>
    </high>
  </referenceRange>
</Observation>