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

: Search Response 1 with _included Medication Resource - XML Representation

Raw xml | Download



<Bundle xmlns="http://hl7.org/fhir">
  <id value="specialty-rx-search-response-1-w-include"/>
  <type value="searchset"/>
  <timestamp value="2020-03-11T13:10:17-05:00"/>
  <total value="1"/>
  <link>
    <relation value="self"/>
    <url
         value="MedicationRequest?patient=specialty-rx-patient-1&amp;intent=order&amp;_include=MedicationRequest:medication"/>
  </link>
  <entry>
    <fullUrl
             value="http://example.org/MyEHR/MedicationRequest/prescription-1"/>
    <resource>
      <MedicationRequest>
        <id value="prescription-1"/>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: MedicationRequest</b><a name="prescription-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;prescription-1&quot; </p></div><p><b>status</b>: stopped</p><p><b>intent</b>: order</p><p><b>medication</b>: <a href="#Medication_11111">See above (Medication/11111)</a></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-05-11</p><p><b>requester</b>: <a href="http://example.org/MyEHR/Practitioner/specialty-rx-practitioner-1">http://example.org/MyEHR/Practitioner/specialty-rx-practitioner-1</a></p><blockquote><p><b>dispenseRequest</b></p><p><b>quantity</b>: 4 {each}</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>: <a href="http://example.org/MyEHR/Organization/specialty-rx-organization-pharmacy-1">http://example.org/MyEHR/Organization/specialty-rx-organization-pharmacy-1</a></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="stopped"/>
        <intent value="order"/>
        <medicationReference>
          <reference value="Medication/11111"/>
        </medicationReference>
        <subject>
          <reference value="Patient/specialty-rx-patient-1"/>
        </subject>
        <authoredOn value="2020-05-11"/>
        <requester>
          <reference
                     value="http://example.org/MyEHR/Practitioner/specialty-rx-practitioner-1"/>
        </requester>
        <dispenseRequest>
          <quantity>
            <value value="4"/>
            <unit value="{each}"/>
          </quantity>
          <expectedSupplyDuration>
            <value value="30"/>
            <unit value="days"/>
            <system value="http://unitsofmeasure.org"/>
            <code value="d"/>
          </expectedSupplyDuration>
          <performer>
            <reference
                       value="http://example.org/MyEHR/Organization/specialty-rx-organization-pharmacy-1"/>
          </performer>
        </dispenseRequest>
        <substitution>
          <allowedBoolean value="false"/>
        </substitution>
      </MedicationRequest>
    </resource>
    <search>
      <mode value="match"/>
    </search>
  </entry>
  <entry>
    <fullUrl value="http://example.org/MyEHR/Medication/11111"/>
    <resource>
      <Medication>
        <id value="11111"/>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Medication</b><a name="11111"> </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 Medication &quot;11111&quot; </p></div><p><b>code</b>: 1 ML Enbrel 50 MG/ML Prefilled Syringe <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>#802652)</span></p></div>
        </text>
        <code>
          <coding>
            <system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
            <code value="802652"/>
            <display value="1 ML Enbrel 50 MG/ML Prefilled Syringe"/>
          </coding>
        </code>
      </Medication>
    </resource>
    <search>
      <mode value="include"/>
    </search>
  </entry>
</Bundle>