FHIR Implementation Guide for ABDM - Local Development build (v4.0.0). See the Directory of published versions
: Observation-finding-example-01 - XML Representation
Raw xml | Download
<Observation xmlns="http://hl7.org/fhir">
<id value="finding-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>: finding-example-01</p><p><b>status</b>: final</p><p><b>code</b>: Respiratory rate <span>(Details : SNOMED CT code '780834008' = 'Respiratory rate normal', given as 'Respiratory rate normal')</span></p><p><b>subject</b>: ABC</p><p><b>performer</b>: Dr. DEF, MD</p><p><b>value</b>: 18 breaths/minute<span> (Details: UCUM code /min = '/min')</span></p><h3>ReferenceRanges</h3><table><tr><td>-</td><td><b>Low</b></td></tr><tr><td>*</td><td>12 breaths/minute<span> (Details: UCUM code /min = '/min')</span></td></tr><tr><td>-</td><td><b>High</b></td></tr><tr><td>*</td><td>20 breaths/minute<span> (Details: UCUM code /min = '/min')</span></td></tr></table></div>
</text>
<status value="final"/>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="20716004"/>
<display value="Respiratory rate normal"/>
</coding>
<text value="Respiratory rate normal"/>
</code>
<subject>
<reference value="Patient/example-01"/>
</subject>
<effectiveDateTime value="2020-09-29"/>
<performer>
<reference value="Practitioner/example-01"/>
</performer>
<valueQuantity>
<value value="18"/>
<unit value="breaths/minute"/>
<system value="http://unitsofmeasure.org"/>
<code value="/min"/>
</valueQuantity>
<referenceRange>
<low>
<value value="12"/>
<unit value="breaths/minute"/>
<system value="http://unitsofmeasure.org"/>
<code value="/min"/>
</low>
<high>
<value value="20"/>
<unit value="breaths/minute"/>
<system value="http://unitsofmeasure.org"/>
<code value="/min"/>
</high>
</referenceRange>
</Observation>