FHIR Implementation Guide for NDHM CI Build v2.0
banner

NDHM (R4), Published and maintained by NRCeS for NHA.
This version is based on the NDHM Health Data Interchange Specifications 1.0 and updated periodically.

XML Format: Observation-lab-example-01

Download Raw xml


<Observation xmlns="http://hl7.org/fhir">
  <id value="lab-example-01"/>
  <meta>
    <profile
             value="https://nrces.in/ndhm/fhir/r4/StructureDefinition/Observation"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Narrative with Details</b></p><p><b>id</b>: lab-example-01</p><p><b>status</b>: final</p><p><b>code</b>: Cholesterol <span>(Details : LOINC code '35200-5' = 'Cholesterol [Mass or Moles/volume] in Serum or Plasma', given as 'Cholesterol [Moles/​volume] in Serum or Plasma')</span></p><p><b>subject</b>: ABC</p><p><b>performer</b>: XYZ Lab Pvt.Ltd.</p><p><b>value</b>: 6.3 mmol/L<span> (Details: UCUM code mmol/L = 'mmol/L')</span></p><h3>ReferenceRanges</h3><table><tr><td>-</td><td><b>High</b></td></tr><tr><td>*</td><td>4.5 mmol/L<span> (Details: UCUM code mmol/L = 'mmol/L')</span></td></tr></table></div>
  </text>
  <status value="final"/>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="35200-5"/>
      <display value="Cholesterol [Mass or Moles/volume] in Serum or Plasma"/>
    </coding>
    <text value="Cholesterol [Mass or moles/Vol]"/>
  </code>
  <subject>
    <reference value="Patient/1"/>
  </subject>
  <performer>
    <reference value="Organization/1"/>
  </performer>
  <valueQuantity>
    <value value="6.3"/>
    <unit value="mmol/l"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="mmol/L"/>
  </valueQuantity>
  <referenceRange>
    <high>
      <value value="4.5"/>
      <unit value="mmol/l"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="mmol/L"/>
    </high>
  </referenceRange>
</Observation>