Dental Data Exchange
1.0.0 - CI Build United States of America flag

Dental Data Exchange, published by Payer/Provider Information Exchange Work Group. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/dental-data-exchange/ and changes regularly. See the Directory of published versions

: MedicationRequest- Lisinopril Medication Request example - XML Representation

Raw xml | Download



<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="Lisinopril-medreq"/>
  <meta>
    <versionId value="3"/>
    <lastUpdated value="2021-03-09T17:53:52.369+00:00"/>
    <source value="#bztlt43F4rcoHhww"/>
    <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: MedicationRequest</b><a name="Lisinopril-medreq"> </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">Resource MedicationRequest &quot;Lisinopril-medreq&quot; Version &quot;3&quot; Updated &quot;2021-03-09 17:53:52+0000&quot; </p><p style="margin-bottom: 0px">Information Source: #bztlt43F4rcoHhww!</p><p style="margin-bottom: 0px">Profile: <a href="http://hl7.org/fhir/us/core/STU4/StructureDefinition-us-core-medicationrequest.html">US Core MedicationRequest Profile</a></p></div><p><b>status</b>: active</p><p><b>intent</b>: plan</p><p><b>medication</b>: <a href="Medication-Lisinopril-med-example.html">Medication/Lisinopril-med-example</a></p><p><b>subject</b>: <a href="Patient-example-dental.html">Patient/example-dental: Patient A</a> &quot; A&quot;</p><p><b>authoredOn</b>: 2020-02-14</p><p><b>requester</b>: <a href="Practitioner-practitioner-M.html">Practitioner/practitioner-M: Dr. John M, MD</a> &quot; M&quot;</p><p><b>reasonReference</b>: <a href="Condition-HTN-example.html">Condition/HTN-example</a></p><h3>DosageInstructions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Text</b></td><td><b>Timing</b></td><td><b>Route</b></td></tr><tr><td style="display: none">*</td><td>Take 1 tab once a day</td><td>Starting 2020-01-03, Once</td><td>Oral use <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#26643006)</span></td></tr></table></div>
  </text>
  <status value="active"/>
  <intent value="plan"/>
  <medicationReference>🔗 
    <reference value="Medication/Lisinopril-med-example"/>
  </medicationReference>
  <subject>🔗 
    <reference value="Patient/example-dental"/>
    <display value="Patient A"/>
  </subject>
  <authoredOn value="2020-02-14"/>
  <requester>🔗 
    <reference value="Practitioner/practitioner-M"/>
    <display value="Dr. John M, MD"/>
  </requester>
  <reasonReference>🔗 
    <reference value="Condition/HTN-example"/>
  </reasonReference>
  <dosageInstruction>
    <text value="Take 1 tab once a day"/>
    <timing>
      <repeat>
        <boundsPeriod>
          <start value="2020-01-03"/>
        </boundsPeriod>
      </repeat>
    </timing>
    <route>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="26643006"/>
        <display value="Oral use"/>
      </coding>
    </route>
  </dosageInstruction>
</MedicationRequest>