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" : "MedicationAdministration",
"id" : "medadmin-example-ltc-monthly-pneumonia-levofloxacin",
"meta" : {
"profile" : [
🔗 "http://www.cdc.gov/nhsn/fhirportal/dqm/ig/StructureDefinition/ltc-monthly-medicationadministration"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationAdministration medadmin-example-ltc-monthly-pneumonia-levofloxacin</b></p><a name=\"medadmin-example-ltc-monthly-pneumonia-levofloxacin\"> </a><a name=\"hcmedadmin-example-ltc-monthly-pneumonia-levofloxacin\"> </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-medicationadministration.html\">LTC Monthly Event Medication Administration</a></p></div><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.19.5.1.798</code>/1018888111\u00a0(use:\u00a0usual,\u00a0)</p><p><b>status</b>: Completed</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-category inpatient}\">Inpatient</span></p><p><b>medication</b>: <a href=\"Medication-medication-example-levofloxacin-500.html\">Levofloxacin 500 MG</a></p><p><b>subject</b>: <a href=\"Patient-patient-example-ltc-monthly-pneumonia.html\">Pneumonia LTC</a></p><p><b>context</b>: <a href=\"Encounter-encounter-example-ltc-monthly-pneumonia-1.html\">Hospital Admission</a></p><p><b>effective</b>: 2024-02-02 14:34:00-0500</p><p><b>request</b>: <a href=\"MedicationRequest-medicationrequest-example-ltc-monthly-pneumonia-levofloxacin.html\">MedicationRequest: identifier = urn:oid:2.16.840.1.113883.19.5.1.798#101888811\u00a0(use:\u00a0usual,\u00a0); status = completed; intent = order; category = Inpatient; medication[x] = ->Levofloxacin 500 MG; authoredOn = 2024-02-02 13:43:00-0500</a></p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td><td><b>Route</b></td><td><b>Dose</b></td></tr><tr><td style=\"display: none\">*</td><td>500 MG Oral Tablet once daily</td><td><span title=\"Codes:{http://snomed.info/sct 26643006}\">Oral route</span></td><td>500 MG<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeMG = 'MG')</span></td></tr></table></div>"
},
"identifier" : [
{
"use" : "usual",
"system" : "urn:oid:2.16.840.1.113883.19.5.1.798",
"value" : "1018888111"
}
],
"status" : "completed",
"category" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
"code" : "inpatient",
"display" : "Inpatient"
}
],
"text" : "Inpatient"
},
"medicationReference" : {
🔗 "reference" : "Medication/medication-example-levofloxacin-500",
"display" : "Levofloxacin 500 MG"
},
"subject" : {
🔗 "reference" : "Patient/patient-example-ltc-monthly-pneumonia",
"display" : "Pneumonia LTC"
},
"context" : {
🔗 "reference" : "Encounter/encounter-example-ltc-monthly-pneumonia-1",
"display" : "Hospital Admission"
},
"effectiveDateTime" : "2024-02-02T14:34:00-05:00",
"request" : {
🔗 "reference" : "MedicationRequest/medicationrequest-example-ltc-monthly-pneumonia-levofloxacin"
},
"dosage" : {
"text" : "500 MG Oral Tablet once daily",
"route" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "26643006",
"display" : "Oral route"
}
]
},
"dose" : {
"value" : 500,
"unit" : "MG",
"system" : "http://unitsofmeasure.org",
"code" : "MG"
}
}
}