NHSN Reporting: Inpatient Medication Administration
1.0.0 - STU 1

This page is part of the NHSN Reporting: Inpatient Medication Administration (v1.0.0: STU 1 on FHIR R4) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Example of US Core MedicationRequest - XML Representation

Raw xml | Download



<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="medicationrequest-med-admin-1"/>
  <meta>
    <versionId value="3"/>
    <lastUpdated value="2021-02-17T01:55:30.155+00:00"/>
    <source value="#Sx1NL0pXyx8WRvLM"/>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>status</b>: completed</p><p><b>intent</b>: order</p><p><b>medication</b>: <span title="Codes: {http://www.nlm.nih.gov/research/umls/rxnorm 617311}">atorvastatin calcium 40 MG Oral Tablet</span></p><p><b>subject</b>: <a href="Patient-patient-med-admin-1.html">Name: 'masked'. Generated Summary: id: ?ngen-9?; active; ; gender: female; birthDate: 1974-11-24</a></p><p><b>encounter</b>: <a href="Encounter-encounter-completed-inpatient-med-admin-1.html">Inpatient encounter for name 'masked'. Generated Summary: status: finished; <span title="{http://terminology.hl7.org/CodeSystem/v3-ActCode IMP}">inpatient encounter</span>; <span title="Codes: {http://snomed.info/sct 24882007}">Medical consultation on hospital inpatient</span>; period: 2021-01-01 --&gt; 2021-01-12</a></p><p><b>authoredOn</b>: 2021-01-03</p><p><b>requester</b>: <a href="Practitioner-practitioner-med-admin-henry-seven.html">Henry Seven, MD. Generated Summary: id: 9933339108; Seven Henry ; henry.seven@example.com</a></p></div>
  </text>
  <status value="completed"/>
  <intent value="order"/>
  <medicationCodeableConcept>
    <coding>
      <system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
      <code value="617311"/>
      <display value="atorvastatin calcium 40 MG Oral Tablet"/>
    </coding>
    <text value="atorvastatin calcium 40 MG Oral Tablet"/>
  </medicationCodeableConcept>
  <subject>
    <reference value="Patient/patient-med-admin-1"/>
    <display value="Name: &#39;masked&#39;"/>
  </subject>
  <encounter>
    <reference value="Encounter/encounter-completed-inpatient-med-admin-1"/>
    <display value="Inpatient encounter for name &#39;masked&#39;"/>
  </encounter>
  <authoredOn value="2021-01-03"/>
  <requester>
    <reference value="Practitioner/practitioner-med-admin-henry-seven"/>
    <display value="Henry Seven, MD"/>
  </requester>
  <dosageInstruction>
    <route>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="26643006"/>
        <display value="Oral route (qualifier value)"/>
      </coding>
      <text value="Oral route (qualifier value)"/>
    </route>
    <doseAndRate>
      <doseQuantity>
        <value value="40"/>
        <unit value="MG"/>
      </doseQuantity>
    </doseAndRate>
  </dosageInstruction>
</MedicationRequest>