Dental Data Exchange
1.0.0 - STU 1

This page is part of the Dental Data Exchange (v1.0.0: STU1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: MedicationRequest- Ibuprofen example - XML Representation

Raw xml | Download



<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="Ibuprofen-medreq-2"/>
  <meta>
    <versionId value="4"/>
    <lastUpdated value="2020-08-06T17:04:21.723+00:00"/>
    <source value="#nsfdXhFa9WJvBHdj"/>
    <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>: plan</p><p><b>medication</b>: <a href="Medication-ibuprofen-med-example-2.html">Generated Summary: <span title="Codes: {http://www.nlm.nih.gov/research/umls/rxnorm 316074}">Ibuprofen 200 MG</span></a></p><p><b>subject</b>: <a href="Patient-example-dental.html">Patient A. Generated Summary: Medical Record Number: 5152020 (USUAL); active: true; Patient A ; Phone: 123-456-7890, testA@email.com; gender: male; birthDate: 1990-01-01</a></p><p><b>authoredOn</b>: 2019-12-06</p><p><b>requester</b>: <a href="Practitioner-practitioner-D.html">Dr. John M, MD. Generated Summary: id: 1234560000; John D ; Phone: 720-555-6443; gender: male; birthDate: 1990-06-09</a></p><blockquote><p><b>dispenseRequest</b></p><p><b>numberOfRepeatsAllowed</b>: 1</p><p><b>quantity</b>: 200 mg</p></blockquote></div>
  </text>
  <status value="completed"/>
  <intent value="plan"/>
  <medicationReference>
    <reference value="Medication/ibuprofen-med-example-2"/>
  </medicationReference>
  <subject>
    <reference value="Patient/example-dental"/>
    <display value="Patient A"/>
  </subject>
  <authoredOn value="2019-12-06"/>
  <requester>
    <reference value="Practitioner/practitioner-D"/>
    <display value="Dr. John M, MD"/>
  </requester>
  <dosageInstruction>
    <text value="Take 2-3 tablets every 8 hours as needed for pain"/>
    <timing>
      <repeat>
        <boundsPeriod>
          <start value="2019-12-06"/>
        </boundsPeriod>
      </repeat>
    </timing>
  </dosageInstruction>
  <dispenseRequest>
    <numberOfRepeatsAllowed value="1"/>
    <quantity>
      <value value="200"/>
      <unit value="mg"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="mg"/>
    </quantity>
    <expectedSupplyDuration>
      <value value="30"/>
      <unit value="days"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="d"/>
    </expectedSupplyDuration>
  </dispenseRequest>
</MedicationRequest>