FHIR Implementation Guide for ABDM
4.0.0 - active India flag

Banner

FHIR Implementation Guide for ABDM - Local Development build (v4.0.0). See the Directory of published versions

: Observation-lab-example-01 - XML Representation

Raw xml | Download



<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="2093-3"/>
      <display value="Cholesterol [Mass/volume] in Serum or Plasma"/>
    </coding>
    <text value="Cholesterol [Mass/volume] in Serum or Plasma"/>
  </code>
  <subject>
    <reference value="Patient/example-01"/>
  </subject>
  <effectiveDateTime value="2020-09-29"/>
  <performer>
    <reference value="Organization/example-01"/>
  </performer>
  <valueQuantity>
    <value value="156"/>
    <unit value="mg/dL"/>
    <system value="http://snomed.info/sct"/>
    <code value="258797006"/>
  </valueQuantity>
  <referenceRange>
    <high>
      <value value="200.00"/>
      <unit value="mg/dL"/>
      <system value="http://snomed.info/sct"/>
      <code value="258797006"/>
    </high>
  </referenceRange>
</Observation>