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, change from pre-bronchodilator (%) - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "FVC-post-percentChange",
  "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 69982-7}\">FVC percent change Respiratory system</span></p><p><b>value</b>: 20 %</p><p><b>derivedFrom</b>: </p><ul><li><a href=\"Observation-FVC-PRE.html\">Test quality: AGenerated Summary: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category procedure}\">Procedure</span>; <span title=\"Codes: {http://loinc.org 19876-2}\">Forced vital capacity [Volume] Respiratory system by Spirometry --pre bronchodilation</span>; effective: Feb. 7, 2015, 1:28:17 p.m.; 3.9 L</a></li><li><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></li></ul></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "69982-7",
        "display" : "FVC percent change Respiratory system"
      }
    ]
  },
  "valueQuantity" : {
    "value" : 20,
    "unit" : "%",
    "system" : "http://unitsofmeasure.org",
    "code" : "%"
  },
  "derivedFrom" : [
    {
      "reference" : "Observation/FVC-PRE"
    },
    {
      "reference" : "Observation/FVC-POST"
    }
  ]
}