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 post-bronchodilator, % of predicted value - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "FVC-POST-percentPredicted",
  "text" : {
    "status" : "generated",
    "div" : "<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 19873-9}\">FVC post bronchodilation measured/predicted</span></p><p><b>value</b>: 99 %</p><p><b>derivedFrom</b>: <a href=\"Observation-FVC-POST.html\">Generated Summary: <span title=\"Codes: {http://loinc.org 19874-7}\">Forced vital capacity [Volume] Respiratory system by Spirometry --post bronchodilation</span>; 4.7 L</a></p></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "19873-9",
        "display" : "FVC post bronchodilation measured/predicted"
      }
    ]
  },
  "valueQuantity" : {
    "value" : 99,
    "unit" : "%",
    "system" : "http://unitsofmeasure.org",
    "code" : "%"
  },
  "derivedFrom" : [
    {
      "reference" : "Observation/FVC-POST"
    }
  ]
}