Health Care Surveys Reporting
2.0.0-ballot - STU 2 - Ballot United States of America flag

This page is part of the Making EHR Data MOre available for Research and Public Health (MedMorph) Healthcare Surveys Reporting Content IG (v2.0.0-ballot: STU 2 Ballot) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.0.0. For a full list of available versions, see the Directory of published versions

: MedicationRequest Example - XML Representation

Page standards status: Informative

Raw xml | Download


<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="hcs-MedicationRequest"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/health-care-surveys-reporting/StructureDefinition/hcs-medicationrequest"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest hcs-MedicationRequest</b></p><a name="hcs-MedicationRequest"> </a><a name="hchcs-MedicationRequest"> </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-hcs-medicationrequest.html">HCS Medication Request</a></p></div><p><b>status</b>: Entered in Error</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title="Codes:{http://snomed.info/sct 27658006}">Amoxicillin-containing product</span></p><p><b>subject</b>: <a href="Patient-patient-ledner.html">Dominique</a></p><p><b>encounter</b>: <a href="Encounter-encounter-ambulatory.html">Encounter: status = finished; class = ambulatory (ActCode[3.0.0]#AMB); type = Normal delivery procedure (procedure); period = 2025-11-01 17:00:14-0500 --&gt; 2025-11-01 18:00:14-0500</a></p><p><b>authoredOn</b>: 2015-11-01</p><p><b>requester</b>: <a href="Practitioner-practitioner-1.html">Dr. Smith</a></p><p><b>note</b>: </p><blockquote><div><p>Patient indicated that they thought it was Amoxicillin they were taking but it was really Erythromycin</p>
</div></blockquote></div>
  </text>
  <status value="entered-in-error"/>
  <intent value="order"/>
  <medicationCodeableConcept>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="27658006"/>
      <display value="Amoxicillin-containing product"/>
    </coding>
  </medicationCodeableConcept>
  <subject>🔗 
    <reference value="Patient/patient-ledner"/>
    <display value="Dominique"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/encounter-ambulatory"/>
  </encounter>
  <authoredOn value="2015-11-01"/>
  <requester>🔗 
    <reference value="Practitioner/practitioner-1"/>
    <display value="Dr. Smith"/>
  </requester>
  <note>
    <text
          value="Patient indicated that they thought it was Amoxicillin they were taking but it was really Erythromycin"/>
  </note>
</MedicationRequest>