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-example-31

Download Raw xml


<Observation xmlns="http://hl7.org/fhir">
  <id value="example-31"/>
  <meta>
    <profile
             value="https://nrces.in/ndhm/fhir/r4/StructureDefinition/ObservationVitalSigns"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example-32</p><p><b>meta</b>: </p><p><b>status</b>: final</p><p><b>code</b>: Oxygen saturation in Arterial blood <span>(Details : {LOINC code '2708-6' = 'Oxygen saturation in Arterial blood', given as 'Oxygen saturation in Arterial blood'}; )</span></p><p><b>subject</b>: <a>Patient/1</a></p><p><b>value</b>: 95 %<span> (Details: UCUM code % = '%')</span></p><p><b>interpretation</b>: Normal (applies to non-numeric results) <span>(Details : {http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation code 'N' = 'Normal', given as 'Normal'})</span></p><p><b>device</b>: <a>DeviceMetric/example</a></p><h3>ReferenceRanges</h3><table><tr><td>-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td>*</td><td>90 %<span> (Details: UCUM code % = '%')</span></td><td>99 %<span> (Details: UCUM code % = '%')</span></td></tr></table></div>
  </text>
  <status value="final"/>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="2708-6"/>
      <display value="Oxygen saturation in Arterial blood"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/1"/>
  </subject>
  <valueQuantity>
    <value value="95"/>
    <unit value="%"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="%"/>
  </valueQuantity>
  <interpretation>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/>
      <code value="N"/>
      <display value="Normal"/>
    </coding>
    <text value="Normal (applies to non-numeric results)"/>
  </interpretation>
  <device>
    <reference value="DeviceMetric/example"/>
  </device>
  <referenceRange>
    <low>
      <value value="90"/>
      <unit value="%"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="%"/>
    </low>
    <high>
      <value value="99"/>
      <unit value="%"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="%"/>
    </high>
  </referenceRange>
</Observation>