FHIR Implementation Guide for ABDM
6.0.0 - active
This page is part of the FHIR Implementation Guide for ABDM (v6.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
<Observation xmlns="http://hl7.org/fhir">
<id value="lab-example-02"/>
<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>Generated Narrative: Observation</b><a name="lab-example-02"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Observation "lab-example-02" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-Observation.html">Observation</a></p></div><p><b>status</b>: final</p><p><b>code</b>: Triglyceride [Mass/volume] in Serum or Plasma <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#2571-8)</span></p><p><b>subject</b>: <a href="Patient-example-01.html">Patient/example-01</a> ""</p><p><b>effective</b>: 2020-09-29</p><p><b>performer</b>: <a href="Organization-example-01.html">Organization/example-01</a> "XYZ Lab Pvt.Ltd."</p><p><b>value</b>: 146.00 mg/dL<span style="background: LightGoldenRodYellow"> (Details: SNOMED CT code 258797006 = 'milligram/decilitre')</span></p><h3>ReferenceRanges</h3><table class="grid"><tr><td style="display: none">-</td><td><b>High</b></td></tr><tr><td style="display: none">*</td><td>150.00 mg/dL<span style="background: LightGoldenRodYellow"> (Details: SNOMED CT code 258797006 = 'milligram/decilitre')</span></td></tr></table></div>
</text>
<status value="final"/>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="2571-8"/>
<display value="Triglyceride [Mass/volume] in Serum or Plasma"/>
</coding>
<text value="Triglyceride [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="146.00"/>
<unit value="mg/dL"/>
<system value="http://snomed.info/sct"/>
<code value="258797006"/>
</valueQuantity>
<referenceRange>
<high>
<value value="150.00"/>
<unit value="mg/dL"/>
<system value="http://snomed.info/sct"/>
<code value="258797006"/>
</high>
</referenceRange>
</Observation>