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
Page standards status: Informative |
{
"resourceType" : "DiagnosticReport",
"id" : "diagnosticreport-example-ach-ach-pass2-lab-cbc",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-diagnosticreport-lab"
]
},
"text" : {
"status" : "generated",
"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:\u00a01601191902010308\u00a0(use:\u00a0usual,\u00a0))</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>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
"code" : "LAB",
"display" : "Laboratory"
}
],
"text" : "Laboratory"
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "58410-2",
"display" : "CBC panel - Blood by Automated count"
}
],
"text" : "CBC Panel"
},
"subject" : {
🔗 "reference" : "Patient/patient-example-ach-ach-pass2",
"display" : "Pass2 ACH"
},
"encounter" : {
🔗 "reference" : "Encounter/encounter-example-ach-ach-pass2-inpatient",
"display" : "Hospital Admission"
},
"effectiveDateTime" : "2024-01-31T23:01:00-05:00",
"issued" : "2024-01-31T23:02:00-05:00",
"result" : [
{
🔗 "reference" : "Observation/observation-example-ach-pass2-hemo-a1c"
},
{
🔗 "reference" : "Observation/observation-example-ach-pass2-poc-1"
}
]
}