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" : "ServiceRequest",
"id" : "servicerequest-example-ach-ach-pass2-glucose",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-servicerequest"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest servicerequest-example-ach-ach-pass2-glucose</b></p><a name=\"servicerequest-example-ach-ach-pass2-glucose\"> </a><a name=\"hcservicerequest-example-ach-ach-pass2-glucose\"> </a><a name=\"servicerequest-example-ach-ach-pass2-glucose-en-US\"> </a><p><b>identifier</b>: Placer Identifier/1019631824\u00a0(use:\u00a0usual,\u00a0)</p><p><b>status</b>: Completed</p><p><b>intent</b>: Original Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 108252007}\">Laboratory procedure</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 41653-7}\">Glucose</span></p><p><b>quantity</b>: 2</p><p><b>subject</b>: <a href=\"Patient-patient-example-ach-ach-pass2.html\">Pass2 ACH</a></p><p><b>encounter</b>: <a href=\"Encounter-encounter-example-ach-ach-pass2-inpatient.html\">Hospital Admission</a></p><p><b>occurrence</b>: Code , Count 2 times, Once per 1 days</p><p><b>authoredOn</b>: 2024-01-31 22:21:00-0500</p></div>"
},
"identifier" : [
{
"use" : "usual",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "PLAC",
"display" : "Placer Identifier"
}
],
"text" : "Placer Identifier"
},
"system" : "urn:oid:2.16.840.1.113883.19.5.1.798",
"value" : "1019631824"
}
],
"status" : "completed",
"intent" : "original-order",
"category" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "108252007",
"display" : "Laboratory procedure"
}
],
"text" : "Laboratory procedure"
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "41653-7",
"display" : "Glucose [Mass/volume] in Capillary blood by Glucometer"
}
],
"text" : "Glucose"
},
"quantityQuantity" : {
"value" : 2
},
"subject" : {
🔗 "reference" : "Patient/patient-example-ach-ach-pass2",
"display" : "Pass2 ACH"
},
"encounter" : {
🔗 "reference" : "Encounter/encounter-example-ach-ach-pass2-inpatient",
"display" : "Hospital Admission"
},
"occurrenceTiming" : {
"repeat" : {
"count" : 2,
"period" : 1,
"periodUnit" : "d"
},
"code" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-GTSAbbreviation",
"code" : "BID"
}
]
}
},
"authoredOn" : "2024-01-31T22:21:00-05:00"
}