CDC National Healthcare Safety Network (NHSN) Digital Quality Measures (dQM) Content Package IG
2.0.0-cibuild - Release 2 ci-build
CDC National Healthcare Safety Network (NHSN) Digital Quality Measures (dQM) Content Package IG - Local Development build (v2.0.0-cibuild) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Page standards status: Informative |
{
"resourceType" : "MedicationRequest",
"id" : "medicationrequest-example-ltc-monthly-uti-ceftriaxone",
"meta" : {
"profile" : [
🔗 "http://www.cdc.gov/nhsn/fhirportal/dqm/ig/StructureDefinition/ltc-monthly-medicationrequest"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest medicationrequest-example-ltc-monthly-uti-ceftriaxone</b></p><a name=\"medicationrequest-example-ltc-monthly-uti-ceftriaxone\"> </a><a name=\"hcmedicationrequest-example-ltc-monthly-uti-ceftriaxone\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ltc-monthly-medicationrequest.html\">LTC Monthly Event Medication Request</a></p></div><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.19.5.1.798</code>/101888895\u00a0(use:\u00a0usual,\u00a0)</p><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-category inpatient}\">Inpatient Medication</span></p><p><b>priority</b>: STAT</p><p><b>medication</b>: <a href=\"Medication-medication-example-ceftriaxone-1000.html\">ceftriaxone 1 G Prefilled Syringe</a></p><p><b>subject</b>: <a href=\"Patient-patient-example-ltc-monthly-uti.html\">UTI LTC</a></p><p><b>encounter</b>: <a href=\"Encounter-encounter-example-ltc-monthly-uti.html\">Hospital Admission</a></p><p><b>authoredOn</b>: 2024-02-01 12:00:00-0500</p><p><b>requester</b>: <a href=\"Patient-patient-example-ltc-monthly-uti.html\">UTI LTC(official) Female, DoB: 2024-02-01 ( MRN:\u00a01601191901018808\u00a0(use:\u00a0usual,\u00a0))</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: ceftriaxone 1 G IV</p><p><b>timing</b>: Once</p><p><b>asNeeded</b>: false</p><p><b>site</b>: <span title=\"Codes:{http://snomed.info/sct 368208006}\">Left arm</span></p><p><b>route</b>: <span title=\"Codes:{http://snomed.info/sct 47625008}\">IV</span></p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>1 G<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeG = 'G')</span></td></tr></table></blockquote></div>"
},
"identifier" : [
{
"use" : "usual",
"system" : "urn:oid:2.16.840.1.113883.19.5.1.798",
"value" : "101888895"
}
],
"status" : "completed",
"intent" : "order",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
"code" : "inpatient",
"display" : "Inpatient"
}
],
"text" : "Inpatient Medication"
}
],
"priority" : "stat",
"medicationReference" : {
🔗 "reference" : "Medication/medication-example-ceftriaxone-1000",
"display" : "ceftriaxone 1 G Prefilled Syringe"
},
"subject" : {
🔗 "reference" : "Patient/patient-example-ltc-monthly-uti",
"display" : "UTI LTC"
},
"encounter" : {
🔗 "reference" : "Encounter/encounter-example-ltc-monthly-uti",
"display" : "Hospital Admission"
},
"authoredOn" : "2024-02-01T12:00:00-05:00",
"requester" : {
🔗 "reference" : "Patient/patient-example-ltc-monthly-uti"
},
"dosageInstruction" : [
{
"text" : "ceftriaxone 1 G IV",
"timing" : {
"repeat" : {
"frequency" : 1
}
},
"asNeededBoolean" : false,
"site" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "368208006",
"display" : "Left arm"
}
]
},
"route" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "47625008",
"display" : "Intravenous route"
}
],
"text" : "IV"
},
"doseAndRate" : [
{
"doseQuantity" : {
"value" : 1,
"unit" : "G",
"system" : "http://unitsofmeasure.org",
"code" : "G"
}
}
]
}
]
}