National Healthcare Safety Network (NHSN) Digital Quality Measure (dQM) Reporting Implementation Guide
0.1.0-cibuild - Continuous Integration 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 0.1.0-cibuild 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

: MedicationRequest - Example ACH Pass3 Metronidazole - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "MedicationRequest",
  "id" : "medicationrequest-example-ach-pass3-metronidazole",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-medicationrequest"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationRequest </b><a name=\"medicationrequest-example-ach-pass3-metronidazole\"> </a><a name=\"hcmedicationrequest-example-ach-pass3-metronidazole\"> </a></p><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\">ResourceMedicationRequest &quot;medicationrequest-example-ach-pass3-metronidazole&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/qicore/STU6/StructureDefinition-qicore-medicationrequest.html\">QICore MedicationRequest</a></p></div><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.19.5.1.798</code>/101888832\u00a0(use:\u00a0usual)</p><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>category</b>: Inpatient Medication <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-medicationrequest-category.html\">MedicationRequest Category Codes</a>#inpatient &quot;Inpatient&quot;)</span></p><p><b>medication</b>: <a href=\"Medication-medication-example-metronidazole.html\">Medication/medication-example-metronidazole: Metronidazole 500 MG</a></p><p><b>subject</b>: <a href=\"Patient-patient-example-ach-ach-pass3.html\">Patient/patient-example-ach-ach-pass3: Pass2 ACH</a> &quot; ACH&quot;</p><p><b>encounter</b>: <a href=\"Encounter-encounter-example-ach-ach-pass3-short-stay.html\">Encounter/encounter-example-ach-ach-pass3-short-stay: Short Stay</a></p><p><b>authoredOn</b>: 2024-02-01 20:33:00-0500</p><p><b>requester</b>: <a href=\"Patient-patient-example-ach-ach-pass3.html\">Patient/patient-example-ach-ach-pass3</a> &quot; ACH&quot;</p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: 5mg tablet by mouth twice daily</p><p><b>timing</b>: 2 per1 days</p><p><b>asNeeded</b>: false</p><p><b>route</b>: Oral <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#26643006 &quot;Oral Use&quot;)</span></p><blockquote><p><b>doseAndRate</b></p></blockquote></blockquote></div>"
  },
  "identifier" : [
    {
      "use" : "usual",
      "system" : "urn:oid:2.16.840.1.113883.19.5.1.798",
      "value" : "101888832"
    }
  ],
  "status" : "active",
  "intent" : "order",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
          "code" : "inpatient",
          "display" : "Inpatient"
        }
      ],
      "text" : "Inpatient Medication"
    }
  ],
  "medicationReference" : {
    🔗 "reference" : "Medication/medication-example-metronidazole",
    "display" : "Metronidazole 500 MG"
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-example-ach-ach-pass3",
    "display" : "Pass2 ACH"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/encounter-example-ach-ach-pass3-short-stay",
    "display" : "Short Stay"
  },
  "authoredOn" : "2024-02-01T20:33:00-05:00",
  "requester" : {
    🔗 "reference" : "Patient/patient-example-ach-ach-pass3"
  },
  "dosageInstruction" : [
    {
      "text" : "5mg tablet by mouth twice daily",
      "timing" : {
        "repeat" : {
          "frequency" : 2,
          "period" : 1,
          "periodUnit" : "d"
        }
      },
      "asNeededBoolean" : false,
      "route" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "26643006",
            "display" : "Oral Use"
          }
        ],
        "text" : "Oral"
      },
      "doseAndRate" : [
        {
          "type" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/dose-rate-type",
                "code" : "calculated",
                "display" : "Calculated"
              }
            ],
            "text" : "calculated"
          },
          "doseQuantity" : {
            "value" : 5,
            "unit" : "mg",
            "system" : "http://unitsofmeasure.org",
            "code" : "mg"
          }
        }
      ]
    }
  ]
}