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 Lab CBC - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:DiagnosticReport ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "diagnosticreport-example-ach-ach-pass2-lab-cbc"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-diagnosticreport-lab"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-diagnosticreport-lab>     ] )
  ] ; # 
  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-lab-cbc</b></p><a name=\"diagnosticreport-example-ach-ach-pass2-lab-cbc\"> </a><a name=\"hcdiagnosticreport-example-ach-ach-pass2-lab-cbc\"> </a><a name=\"diagnosticreport-example-ach-ach-pass2-lab-cbc-en-US\"> </a><h2><span title=\"Codes:{http://loinc.org 58410-2}\">CBC Panel</span> (<span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0074 LAB}\">Laboratory</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-01-31 23:01:00-0500</td></tr><tr><td>Reported</td><td>2024-01-31 23:02:00-0500</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>Flags</b></td><td><b>Reported</b></td></tr><tr><td><a href=\"Observation-observation-example-ach-pass2-hemo-a1c.html\"><span title=\"Codes:{http://loinc.org 41653-7}\">Glucose</span></a></td><td>7.5 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code% = '%')</span></td><td>Final</td><td>2024-01-31 23:52:00-0500</td></tr><tr><td><a href=\"Observation-observation-example-ach-pass2-poc-1.html\"><span title=\"Codes:{http://loinc.org 41653-7}\">Glucose</span></a></td><td>53 d/gL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeg/dL = 'g/dL')</span></td><td>Final</td><td/></tr></table></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0074"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LAB" ] ;
fhir:display [ fhir:v "Laboratory" ]     ] ) ;
fhir:text [ fhir:v "Laboratory" ]
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:58410-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "58410-2" ] ;
fhir:display [ fhir:v "CBC panel - Blood by Automated count" ]     ] ) ;
fhir:text [ fhir:v "CBC Panel" ]
  ] ; # 
  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-01-31T23:01:00-05:00"^^xsd:dateTime] ; # 
  fhir:issued [ fhir:v "2024-01-31T23:02:00-05:00"^^xsd:dateTime] ; # 
  fhir:result ( [
fhir:reference [ fhir:v "Observation/observation-example-ach-pass2-hemo-a1c" ]
  ] [
fhir:reference [ fhir:v "Observation/observation-example-ach-pass2-poc-1" ]
  ] ) . #