<?xml version="1.0" encoding="UTF-8"?>

<Bundle xmlns="http://hl7.org/fhir">
  <id value="bundle-batch-query-arthritis-feedback"/>
  <meta>
    <profile value="http://hl7.org/fhir/us/bser/StructureDefinition/bser-bundle-batch-query-referral-supporting-info"/>
  </meta>
  <type value="batch"/>
  <entry>
    <request>
      <method value="GET"/>
      <url value="/Patient/{{patient-id}}"/>
    </request>
  </entry>
  <entry>
    <request>
      <method value="GET"/>
      <url value="/Observation?patient={{patient-id}}&amp;category=vital-signs&amp;code=85354-9"/>
    </request>
  </entry>
  <entry>
    <request>
      <method value="GET"/>
      <url value="/Observation?patient={{patient-id}}&amp;category=vital-signs&amp;code=8302-2"/>
    </request>
  </entry>
  <entry>
    <request>
      <method value="GET"/>
      <url value="/Observation?patient={{patient-id}}&amp;category=vital-signs&amp;code=39156-5"/>
    </request>
  </entry>
  <entry>
    <request>
      <method value="GET"/>
      <url value="/Observation?patient={{patient-id}}&amp;category=vital-signs&amp;code=29463-7"/>
    </request>
  </entry>
  <entry>
    <request>
      <method value="GET"/>
      <url value="/Observation?patient={{patient-id}}&amp;category=laboratory&amp;code=4548-4,74246-0,55454-3,41995-2,17855-8,4549-2,17856-6,62388-4,71875-9,59261-8"/>
    </request>
  </entry>
  <entry>
    <request>
      <method value="GET"/>
      <url value="/Observation?patient={{patient-id}}&amp;category=social-history&amp;code=74165-2"/>
    </request>
  </entry>
  <entry>
    <request>
      <method value="GET"/>
      <url value="/Observation?patient={{patient-id}}&amp;category=social-history&amp;code=82589-3"/>
    </request>
  </entry>
  <entry>
    <request>
      <method value="GET"/>
      <url value="/Consent?patient={{patient-id}}&amp;_include=Consent:performer"/>
    </request>
  </entry>
  <entry>
    <request>
      <method value="GET"/>
      <url value="/Coverage?patient={{patient-id}}_include=Coverage:subscriber"/>
    </request>
  </entry>
</Bundle>