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

: PFT DiagnosticReport - JSON Representation

Raw json | Download


{
  "resourceType" : "DiagnosticReport",
  "id" : "diagnostic-report",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {http://loinc.org 81458-2}\">Pulmonary function test panel</span> (<span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v2-0074 PF}\">Pulmonary Function</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Not done yet</td></tr><tr><td>When For</td><td>2017-02-24</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>Reference Range</b></td><td><b>When For</b></td></tr><tr><td><a href=\"Observation-FVC-PRE.html\"><span title=\"Codes: {http://loinc.org 19876-2}\">Forced vital capacity [Volume] Respiratory system by Spirometry --pre bronchodilation</span></a></td><td>3.9 L</td><td><span title=\"Codes: \">FVC normal bounds</span>: &gt;3.7 L</td><td>Feb. 7, 2015, 1:28:17 p.m.</td></tr><tr><td><a href=\"Observation-FVC-PRE-Zscore.html\"><span title=\"Codes: \">FVC_PRE Z-score</span></a></td><td>-1.34 Z-score</td><td></td><td></td></tr><tr><td><a href=\"Observation-FVC-PRE-percentPredicted.html\"><span title=\"Codes: {http://loinc.org 19871-3}\">FVC pre bronchodilation measured/predicted</span></a></td><td>82 %</td><td></td><td></td></tr><tr><td><a href=\"Observation-FVC-POST.html\"><span title=\"Codes: {http://loinc.org 19874-7}\">Forced vital capacity [Volume] Respiratory system by Spirometry --post bronchodilation</span></a></td><td>4.7 L</td><td><span title=\"Codes: \">FVC normal bounds</span>: &gt;3.7 L</td><td></td></tr><tr><td><a href=\"Observation-FVC-POST-Zscore.html\"><span title=\"Codes: \">FVC_POST z-score</span></a></td><td>-0.09 Z-score</td><td></td><td></td></tr><tr><td><a href=\"Observation-FVC-POST-percentPredicted.html\"><span title=\"Codes: {http://loinc.org 19873-9}\">FVC post bronchodilation measured/predicted</span></a></td><td>99 %</td><td></td><td></td></tr><tr><td><a href=\"Observation-FVC-POST-mLChange.html\"><span title=\"Codes: \">FVC POST change (mL)</span></a></td><td>600 mL</td><td></td><td></td></tr><tr><td><a href=\"Observation-FVC-post-percentChange.html\"><span title=\"Codes: {http://loinc.org 69982-7}\">FVC percent change Respiratory system</span></a></td><td>20 %</td><td></td><td></td></tr></table><p>Moderately severe, partially reversible airflow obstruction.</p></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code" : "PF",
          "display" : "Pulmonary Function"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "81458-2",
        "display" : "Pulmonary function test panel"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/patient-01"
  },
  "encounter" : {
    "reference" : "Encounter/encounter-01"
  },
  "effectiveDateTime" : "2017-02-24",
  "performer" : [
    {
      "reference" : "Practitioner/practitioner-02"
    },
    {
      "reference" : "Organization/organization-01"
    }
  ],
  "resultsInterpreter" : [
    {
      "reference" : "Practitioner/practitioner-01"
    }
  ],
  "result" : [
    {
      "reference" : "Observation/FVC-PRE"
    },
    {
      "reference" : "Observation/FVC-PRE-Zscore"
    },
    {
      "reference" : "Observation/FVC-PRE-percentPredicted"
    },
    {
      "reference" : "Observation/FVC-POST"
    },
    {
      "reference" : "Observation/FVC-POST-Zscore"
    },
    {
      "reference" : "Observation/FVC-POST-percentPredicted"
    },
    {
      "reference" : "Observation/FVC-POST-mLChange"
    },
    {
      "reference" : "Observation/FVC-post-percentChange"
    }
  ],
  "conclusion" : "Moderately severe, partially reversible airflow obstruction.",
  "presentedForm" : [
    {
      "contentType" : "application/pdf",
      "language" : "en-US",
      "url" : "https://www.atsjournals.org/doi/10.1164/rccm.201710-1981ST",
      "title" : "Sample Pulmonary Function Test"
    }
  ]
}