Specialty Medication Enrollment
2.1.0 - CI Build United States of America flag

Specialty Medication Enrollment, published by HL7 International - Pharmacy. This is not an authorized publication; it is the continuous build for version 2.1.0). This version is based on the current content of https://github.com/HL7/fhir-specialty-rx/ and changes regularly. See the Directory of published versions

: Specialty Rx MedicationRequest 1 - XML Representation

Raw xml | Download



<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="specialty-rx-medicationrequest-1"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-medicationrequest"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: MedicationRequest</b><a name="specialty-rx-medicationrequest-1"> </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;specialty-rx-medicationrequest-1&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-specialty-rx-medicationrequest.html">Specialty Prescription</a></p></div><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>medication</b>: Humira 40 MG in 0.4 ML Auto-Injector <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-v3-rxNorm.html">RxNorm</a>#1872980; <a href="http://terminology.hl7.org/5.0.0/CodeSystem-v3-ndc.html">National drug codes</a>#00074055401)</span></p><p><b>subject</b>: <a href="Patient-specialty-rx-patient-1.html">Patient/specialty-rx-patient-1</a> &quot; DOE&quot;</p><p><b>authoredOn</b>: 2020-03-10</p><p><b>requester</b>: <a href="Practitioner-specialty-rx-practitioner-1.html">Practitioner/specialty-rx-practitioner-1</a> &quot; SMITH&quot;</p><h3>DosageInstructions</h3><table class="grid"><tr><td>-</td><td><b>Text</b></td></tr><tr><td>*</td><td>Inject 2 pens on Day 1. Inject 1 pen on Day 8 and every other week thereafter</td></tr></table><blockquote><p><b>dispenseRequest</b></p><h3>InitialFills</h3><table class="grid"><tr><td>-</td><td><b>Quantity</b></td></tr><tr><td>*</td><td>4 {each}</td></tr></table><p><b>numberOfRepeatsAllowed</b>: 2</p><h3>ExpectedSupplyDurations</h3><table class="grid"><tr><td>-</td><td><b>Value</b></td><td><b>Unit</b></td><td><b>System</b></td><td><b>Code</b></td></tr><tr><td>*</td><td>30</td><td>days</td><td><a href="http://terminology.hl7.org/5.0.0/CodeSystem-v3-ucum.html">Unified Code for Units of Measure (UCUM)</a></td><td>d</td></tr></table><p><b>performer</b>: <span>: Our Specialty Pharmacy</span></p></blockquote><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="active"/>
  <intent value="order"/>
  <medicationCodeableConcept>
    <coding>
      <system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
      <code value="1872980"/>
      <display value="Humira 40 MG in 0.4 ML Auto-Injector"/>
    </coding>
    <coding>
      <system value="http://hl7.org/fhir/sid/ndc"/>
      <code value="00074055401"/>
    </coding>
  </medicationCodeableConcept>
  <subject>
    <reference value="Patient/specialty-rx-patient-1"/>
  </subject>
  <authoredOn value="2020-03-10"/>
  <requester>
    <reference value="Practitioner/specialty-rx-practitioner-1"/>
  </requester>
  <dosageInstruction>
    <text
          value="Inject 2 pens on Day 1. Inject 1 pen on Day 8 and every other week thereafter"/>
  </dosageInstruction>
  <dispenseRequest>
    <initialFill>
      <quantity>
        <value value="4"/>
        <unit value="{each}"/>
      </quantity>
    </initialFill>
    <numberOfRepeatsAllowed value="2"/>
    <expectedSupplyDuration>
      <value value="30"/>
      <unit value="days"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="d"/>
    </expectedSupplyDuration>
    <performer>
      <identifier>
        <value value="TBD Pharmacy ID"/>
      </identifier>
      <display value="Our Specialty Pharmacy"/>
    </performer>
  </dispenseRequest>
  <substitution>
    <allowedBoolean value="false"/>
  </substitution>
</MedicationRequest>