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) pre-bronchodilator - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="FVC-PRE"/>
  <text>
    <status value="additional"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Test quality: A</div>
  </text>
  <status value="final"/>
  <category>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <version value="4.0.1"/>
      <code value="procedure"/>
      <display value="Procedure"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="19876-2"/>
      <display
               value="Forced vital capacity [Volume] Respiratory system by Spirometry --pre bronchodilation"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/patient-01"/>
  </subject>
  <encounter>
    <reference value="Encounter/encounter-01"/>
  </encounter>
  <effectiveDateTime value="2015-02-07T13:28:17-05:00"/>
  <performer>
    <reference value="Practitioner/practitioner-02"/>
  </performer>
  <performer>
    <reference value="Organization/organization-01"/>
  </performer>
  <valueQuantity>
    <value value="3.9"/>
    <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>