<Bundle xmlns="http://hl7.org/fhir">
  <id value="bundle-example" />
  <meta>
    <lastUpdated value="2014-08-18T01:43:30+00:00" />
  </meta>
  <type value="searchset" />
  <total value="3" />
  <link>
    <relation value="self" />
    <url value="https://example.com/base/MedicationRequest?patient=347&amp;_include=MedicationRequest.medication" />
  </link>
  <link>
    <relation value="next" />
    <url value="https://example.com/base/MedicationRequest?patient=347&amp;searchId=ff15fd40-ff71-4b48-b366-09c706bed9d0&amp;page=2" />
  </link>
  <entry>
    <fullUrl value="https://example.com/base/MedicationRequest/3123" />
    <resource>
      <MedicationRequest>
        <id value="3123" />
        <text>
          <status value="generated" />
          <div xmlns="http://www.w3.org/1999/xhtml">
            <p>
              <b>Generated Narrative with Details</b>
            </p>
            <p>
              <b>id</b>: 3123</p>
            <p>
              <b>intent</b>: order</p>
            <p>
              <b>medication</b>: <a>Medication/example</a></p>
            <p>
              <b>subject</b>: <a>Patient/347</a></p>
          </div>
        </text>
        <intent value="order" />
        <medicationReference>
          <reference value="Medication/example" />
        </medicationReference>
        <subject>
          <reference value="Patient/347" />
        </subject>
      </MedicationRequest>
    </resource>
    <search>
      <mode value="match" />
      <score value="1" />
    </search>
  </entry>
  <entry>
    <fullUrl value="https://example.com/base/Medication/example" />
    <resource>
      <Medication>
        <id value="example" />
        <text>
          <status value="generated" />
          <div xmlns="http://www.w3.org/1999/xhtml">
            <p>
              <b>Generated Narrative with Details</b>
            </p>
            <p>
              <b>id</b>: example</p>
          </div>
        </text>
      </Medication>
    </resource>
    <search>
      <mode value="include" />
    </search>
  </entry>
</Bundle>