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

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "FVC-PREREF-predicted",
  "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 19869-7}\">Forced vital capacity [Volume] Respiratory system Predicted</span></p><p><b>note</b>: Reference value, taken from GLI 2012. Depends on the patient's demographic info. (By Created for PFT example @2021-06-10)</p></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "19869-7",
        "display" : "Forced vital capacity [Volume] Respiratory system Predicted"
      }
    ]
  },
  "note" : [
    {
      "id" : "FVC-referenceValueAnnotation",
      "authorString" : "Created for PFT example",
      "time" : "2021-06-10",
      "text" : "Reference value, taken from GLI 2012. Depends on the patient's demographic info."
    }
  ]
}