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

: MedicationAdministration - Example ACH Pass2 Heparin 2 - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "MedicationAdministration",
  "id" : "medicationadministration-example-ach-pass2-heparin-2",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-medicationadministration"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationAdministration medicationadministration-example-ach-pass2-heparin-2</b></p><a name=\"medicationadministration-example-ach-pass2-heparin-2\"> </a><a name=\"hcmedicationadministration-example-ach-pass2-heparin-2\"> </a><a name=\"medicationadministration-example-ach-pass2-heparin-2-en-US\"> </a><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>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-category inpatient}\">Inpatient Medication</span></p><p><b>medication</b>: <a href=\"Medication-medication-example-heparin.html\">0.5 ML heparin sodium, porcine 10000 UNT/ML Prefilled Syringe</a></p><p><b>subject</b>: <a href=\"Patient-patient-example-ach-ach-pass2.html\">Pass2 ACH</a></p><p><b>context</b>: <a href=\"Encounter-encounter-example-ach-ach-pass2-inpatient.html\">Hospital Admission</a></p><p><b>effective</b>: 2024-02-02 13:26:00-0500</p><p><b>request</b>: <a href=\"MedicationRequest-medicationrequest-example-ach-pass2-heparin.html\">MedicationRequest: identifier = urn:oid:2.16.840.1.113883.19.5.1.798#101888895\u00a0(use:\u00a0usual,\u00a0); status = completed; intent = order; category = Inpatient; medication[x] = -&gt;0.5 ML heparin sodium, porcine 10000 UNT/ML Prefilled Syringe; authoredOn = 2024-02-01 12:00:00-0500</a></p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td><td><b>Site</b></td><td><b>Route</b></td><td><b>Dose</b></td></tr><tr><td style=\"display: none\">*</td><td>0.5 mL</td><td><span title=\"Codes:{http://snomed.info/sct 1255295007}\">Structure of blood vessel of left upper arm (body structure)</span></td><td><span title=\"Codes:{http://snomed.info/sct 47625008}\">IV</span></td><td>5000 uL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeuL = 'uL')</span></td></tr></table></div>"
  },
  "identifier" : [
    {
      "use" : "usual",
      "system" : "urn:oid:2.16.840.1.113883.19.5.1.798",
      "value" : "101888895"
    }
  ],
  "status" : "completed",
  "category" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
        "code" : "inpatient",
        "display" : "Inpatient"
      }
    ],
    "text" : "Inpatient Medication"
  },
  "medicationReference" : {
    🔗 "reference" : "Medication/medication-example-heparin",
    "display" : "0.5 ML heparin sodium, porcine 10000 UNT/ML Prefilled Syringe"
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-example-ach-ach-pass2",
    "display" : "Pass2 ACH"
  },
  "context" : {
    🔗 "reference" : "Encounter/encounter-example-ach-ach-pass2-inpatient",
    "display" : "Hospital Admission"
  },
  "effectiveDateTime" : "2024-02-02T13:26:00-05:00",
  "request" : {
    🔗 "reference" : "MedicationRequest/medicationrequest-example-ach-pass2-heparin"
  },
  "dosage" : {
    "text" : "0.5 mL",
    "site" : {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "1255295007",
          "display" : "Structure of blood vessel of left upper arm (body structure)"
        }
      ]
    },
    "route" : {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "47625008",
          "display" : "Intravenous route"
        }
      ],
      "text" : "IV"
    },
    "dose" : {
      "value" : 5000,
      "unit" : "uL",
      "system" : "http://unitsofmeasure.org",
      "code" : "uL"
    }
  }
}