Pulmonary Function Testing: An Interoperability on FHIR Implementation Guide
0.1.0 - ci-build

Pulmonary Function Testing: An Interoperability on FHIR Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: FVC (L) post-bronchodilator - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="FVC-POST"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p></p><p><b>code</b>: <span title="Codes: {http://loinc.org 19874-7}">Forced vital capacity [Volume] Respiratory system by Spirometry --post bronchodilation</span></p><p><b>value</b>: 4.7 L</p><h3>ReferenceRanges</h3><table class="grid"><tr><td>-</td><td><b>Low</b></td><td><b>Type</b></td></tr><tr><td>*</td><td>3.7 L</td><td><span title="Codes: ">FVC normal bounds</span></td></tr></table></div>
  </text>
  <status value="final"/>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="19874-7"/>
      <display
               value="Forced vital capacity [Volume] Respiratory system by Spirometry --post bronchodilation"/>
    </coding>
  </code>
  <valueQuantity>
    <value value="4.7"/>
    <unit value="L"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="L"/>
  </valueQuantity>
  <referenceRange>
    <low>
      <value value="3.7"/>
      <unit value="L"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="L"/>
    </low>
    <type>
      <text value="FVC normal bounds"/>
    </type>
  </referenceRange>
</Observation>