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

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:DiagnosticReport;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "diagnostic-report"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.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>"
  ];
  fhir:DiagnosticReport.status [ fhir:value "final"];
  fhir:DiagnosticReport.category [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0074" ];
       fhir:Coding.code [ fhir:value "PF" ];
       fhir:Coding.display [ fhir:value "Pulmonary Function" ]     ]
  ];
  fhir:DiagnosticReport.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a loinc:81458-2;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.code [ fhir:value "81458-2" ];
       fhir:Coding.display [ fhir:value "Pulmonary function test panel" ]     ]
  ];
  fhir:DiagnosticReport.subject [
     fhir:Reference.reference [ fhir:value "Patient/patient-01" ]
  ];
  fhir:DiagnosticReport.encounter [
     fhir:Reference.reference [ fhir:value "Encounter/encounter-01" ]
  ];
  fhir:DiagnosticReport.effectiveDateTime [ fhir:value "2017-02-24"^^xsd:date];
  fhir:DiagnosticReport.performer [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Practitioner/practitioner-02" ]
  ], [
     fhir:index 1;
     fhir:Reference.reference [ fhir:value "Organization/organization-01" ]
  ];
  fhir:DiagnosticReport.resultsInterpreter [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Practitioner/practitioner-01" ]
  ];
  fhir:DiagnosticReport.result [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Observation/FVC-PRE" ]
  ], [
     fhir:index 1;
     fhir:Reference.reference [ fhir:value "Observation/FVC-PRE-Zscore" ]
  ], [
     fhir:index 2;
     fhir:Reference.reference [ fhir:value "Observation/FVC-PRE-percentPredicted" ]
  ], [
     fhir:index 3;
     fhir:Reference.reference [ fhir:value "Observation/FVC-POST" ]
  ], [
     fhir:index 4;
     fhir:Reference.reference [ fhir:value "Observation/FVC-POST-Zscore" ]
  ], [
     fhir:index 5;
     fhir:Reference.reference [ fhir:value "Observation/FVC-POST-percentPredicted" ]
  ], [
     fhir:index 6;
     fhir:Reference.reference [ fhir:value "Observation/FVC-POST-mLChange" ]
  ], [
     fhir:index 7;
     fhir:Reference.reference [ fhir:value "Observation/FVC-post-percentChange" ]
  ];
  fhir:DiagnosticReport.conclusion [ fhir:value "Moderately severe, partially reversible airflow obstruction."];
  fhir:DiagnosticReport.presentedForm [
     fhir:index 0;
     fhir:Attachment.contentType [ fhir:value "application/pdf" ];
     fhir:Attachment.language [ fhir:value "en-US" ];
     fhir:Attachment.url [ fhir:value "https://www.atsjournals.org/doi/10.1164/rccm.201710-1981ST" ];
     fhir:Attachment.title [ fhir:value "Sample Pulmonary Function Test" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.