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 - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "FVC-PRE",
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Test quality: A</div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "version" : "4.0.1",
          "code" : "procedure",
          "display" : "Procedure"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "19876-2",
        "display" : "Forced vital capacity [Volume] Respiratory system by Spirometry --pre bronchodilation"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/patient-01"
  },
  "encounter" : {
    "reference" : "Encounter/encounter-01"
  },
  "effectiveDateTime" : "2015-02-07T13:28:17-05:00",
  "performer" : [
    {
      "reference" : "Practitioner/practitioner-02"
    },
    {
      "reference" : "Organization/organization-01"
    }
  ],
  "valueQuantity" : {
    "value" : 3.9,
    "unit" : "L",
    "system" : "http://unitsofmeasure.org",
    "code" : "L"
  },
  "referenceRange" : [
    {
      "low" : {
        "value" : 3.7,
        "unit" : "L",
        "system" : "http://unitsofmeasure.org",
        "code" : "L"
      },
      "type" : {
        "text" : "FVC normal bounds"
      }
    }
  ]
}