National Healthcare Safety Network (NHSN) Digital Quality Measure (dQM) Reporting Implementation Guide
1.0.0-ballot - STU1 Ballot United States of America flag

National Healthcare Safety Network (NHSN) Digital Quality Measure (dQM) Reporting Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/nhsn-dqm/ and changes regularly. See the Directory of published versions

: DiagnosticReport - Example ACH Pass2 Cardiopulmonary - TTL Representation

Page standards status: Informative

Raw ttl | Download


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

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

 a fhir:DiagnosticReport ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "diagnosticreport-example-ach-ach-pass2-cardiopulmonary"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-diagnosticreport-note"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-diagnosticreport-note>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport diagnosticreport-example-ach-ach-pass2-cardiopulmonary</b></p><a name=\"diagnosticreport-example-ach-ach-pass2-cardiopulmonary\"> </a><a name=\"hcdiagnosticreport-example-ach-ach-pass2-cardiopulmonary\"> </a><a name=\"diagnosticreport-example-ach-ach-pass2-cardiopulmonary-en-US\"> </a><h2><span title=\"Codes:{http://snomed.info/sct 76746007}\">Cardiovascular stress testing</span> (<span title=\"Codes:{http://loinc.org LP29708-2}\">Cardiology</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Pass2 ACH(official) Female, DoB: 1965-12-22 ( MRN: 1601191902010308 (use: usual, ))</td></tr><tr><td>When For</td><td>2024-03-01 23:14:00-0500</td></tr><tr><td>Reported</td><td>2024-03-02 08:52:00-0500</td></tr></table><p><b>Report Details</b></p><p><b>Coded Conclusions:</b></p><ul><li><span title=\"Codes:{http://snomed.info/sct 710031008}\">Inducible ischemia manifest on stress test post myocardial infarction (finding)</span></li></ul></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
a loinc:LP29708-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LP29708-2" ] ;
fhir:display [ fhir:v "Cardiology" ]     ] ) ;
fhir:text [ fhir:v "Cardiology" ]
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a sct:76746007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "76746007" ] ;
fhir:display [ fhir:v "Cardiovascular stress testing" ]     ] ) ;
fhir:text [ fhir:v "Cardiovascular stress testing" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/patient-example-ach-ach-pass2" ] ;
fhir:display [ fhir:v "Pass2 ACH" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/encounter-example-ach-ach-pass2-inpatient" ] ;
fhir:display [ fhir:v "Hospital Admission" ]
  ] ; # 
  fhir:effective [ fhir:v "2024-03-01T23:14:00-05:00"^^xsd:dateTime] ; # 
  fhir:issued [ fhir:v "2024-03-02T08:52:00-05:00"^^xsd:dateTime] ; # 
  fhir:conclusionCode ( [
    ( fhir:coding [
a sct:710031008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "710031008" ] ;
fhir:display [ fhir:v "Inducible ischemia manifest on stress test post myocardial infarction (finding)" ]     ] )
  ] ) . #