Dental Data Exchange
0.1.0 - STU1 Ballot

This page is part of the Dental Data Exchange (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

: Lisinopril MedicationRequest (example) - XML Representation

Raw xml | Download


<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="Lisinopril-medreq"/>
  <meta>
    <versionId value="2"/>
    <lastUpdated value="2020-07-30T22:29:20.342+00:00"/>
    <source value="#PBk3iywhZw66qmvq"/>
    <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>id</b>: Lisinopril-medreq</p><p><b>meta</b>: </p><p><b>status</b>: completed</p><p><b>intent</b>: plan</p><p><b>medication</b>: <a href="Medication-Lisinopril-med-example.html">Lisinopril 10 mg tabGenerated Summary: id: Lisinopril-med-example; <span title="Codes: {http://www.nlm.nih.gov/research/umls/rxnorm 314076}">Lisinopril 10 mg Oral Tablet</span></a></p><p><b>subject</b>: <a href="Patient-example-dental.html">Patient A. Generated Summary: id: example-dental; Medical Record Number: 5152020 (USUAL); active; Patient A ; ph: 123-456-7890(HOME), testA@email.com; gender: male; birthDate: 1990-01-01</a></p><p><b>authoredOn</b>: 2020-02-14</p><p><b>requester</b>: <a href="Practitioner-practitioner-M.html">Dr. John M, MD. Generated Summary: id: practitioner-M; id: 1234569999; John M ; ph: 303-303-6443(WORK); gender: male; birthDate: 1975-06-09</a></p><p><b>reasonReference</b>: <a href="Condition-HTN-example.html">Generated Summary: id: HTN-example; <span title="Codes: {http://terminology.hl7.org/CodeSystem/condition-clinical active}">Active</span>; <span title="Codes: {http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}">Confirmed</span>; <span title="Codes: {http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}">Problem</span>; <span title="Codes: {http://snomed.info/sct 38341003}, {http://www.ada.org/snodent 175027D}">Hypertensive disorder (disorder)</span>; onset: 2013-07-06</a></p><p><b>dosageInstruction</b>: </p></div>
  </text>
  <status value="completed"/>
  <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>