Consumer Real-Time Pharmacy Benefit Check
1.0.0 - STU1

This page is part of the Consumer Real-time Pharmacy Benefit Check (v1.0.0: STU 1) based on FHIR R4. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Example RTPBC MedicationRequest - XML Representation

Raw xml | Download


<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="rtpbc-medicationrequest-03"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-medicationrequest"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>id</b>: rtpbc-medicationrequest-03</p><p><b>meta</b>: </p><p><b>status</b>: draft</p><p><b>intent</b>: proposal</p><p><b>reported</b>: true</p><p><b>medication</b>: <span title="Codes: {http://www.nlm.nih.gov/research/umls/rxnorm 205535}">PROzac 10 MG Oral Capsule</span></p><p><b>subject</b>: <a href="Patient-rtpbc-patient-03.html">Generated Summary: id: rtpbc-patient-03; Patient internal identifier: 30455; Jane Doe ; gender: female; birthDate: 1975-12-05</a></p><p><b>authoredOn</b>: 2019-11-01</p><p><b>requester</b>: <a href="Practitioner-rtpbc-practitioner-03.html">Generated Summary: id: rtpbc-practitioner-03; id: 1234567890; Johnson </a></p><h3>DispenseRequests</h3><table class="grid"><tr><td>-</td><td><b>Quantity</b></td><td><b>ExpectedSupplyDuration</b></td><td><b>Performer</b></td></tr><tr><td>*</td><td>60 {each}</td><td>30 days</td><td><a href="Organization-rtpbc-organization-03.html">Generated Summary: id: rtpbc-organization-03; id: 0999017; active; <span title="Codes: {http://ncpdp.org/pharmacy-type R}">Retail</span>; name: Hometown Drug; ph: 6081234567</a></td></tr></table><h3>Substitutions</h3><table class="grid"><tr><td>-</td><td><b>Allowed[x]</b></td></tr><tr><td>*</td><td>false</td></tr></table></div>
  </text>
  <status value="draft"/>
  <intent value="proposal"/>
  <reportedBoolean value="true"/>
  <medicationCodeableConcept>
    <coding>
      <system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
      <code value="205535"/>
      <display value="PROzac 10 MG Oral Capsule"/>
    </coding>
  </medicationCodeableConcept>
  <subject>
    <reference value="Patient/rtpbc-patient-03"/>
  </subject>
  <authoredOn value="2019-11-01"/>
  <requester>
    <reference value="Practitioner/rtpbc-practitioner-03"/>
  </requester>
  <dispenseRequest>
    <quantity>
      <value value="60"/>
      <unit value="{each}"/>
    </quantity>
    <expectedSupplyDuration>
      <value value="30"/>
      <unit value="days"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="d"/>
    </expectedSupplyDuration>
    <performer>
      <reference value="Organization/rtpbc-organization-03"/>
    </performer>
  </dispenseRequest>
  <substitution>
    <allowedBoolean value="false"/>
  </substitution>
</MedicationRequest>