Bidirectional Services eReferral (BSeR)
2.0.0-ballot - STU2 United States of America flag

This page is part of the Bidirectional Services eReferrals (BSeR) (v2.0.0-ballot: STU 2) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

: Batch Query Bundle - Hypertension Request Supporting Information Queries - XML Representation

Raw xml | Download



<Bundle xmlns="http://hl7.org/fhir">
  <id value="bundle-batch-query-hypertension-request"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/bser/StructureDefinition/bser-bundle-batch-query-referral-supporting-info"/>
  </meta>
  <type value="batch"/>
  <entry>
    <request>
      <extension
                 url="http://hl7.org/fhir/us/bser/StructureDefinition/query-description">
        <valueString value="Patient"/>
      </extension>
      <method value="GET"/>
      <url value="/Patient/{{patient-id}}"/>
    </request>
  </entry>
  <entry>
    <request>
      <extension
                 url="http://hl7.org/fhir/us/bser/StructureDefinition/query-description">
        <valueString value="Blood Pressure"/>
      </extension>
      <method value="GET"/>
      <url
           value="/Observation?patient={{patient-id}}&amp;category=vital-signs&amp;code=85354-9"/>
    </request>
  </entry>
  <entry>
    <request>
      <extension
                 url="http://hl7.org/fhir/us/bser/StructureDefinition/query-description">
        <valueString value="Body Height"/>
      </extension>
      <method value="GET"/>
      <url
           value="/Observation?patient={{patient-id}}&amp;category=vital-signs&amp;code=8302-2"/>
    </request>
  </entry>
  <entry>
    <request>
      <extension
                 url="http://hl7.org/fhir/us/bser/StructureDefinition/query-description">
        <valueString value="Body Mass Index"/>
      </extension>
      <method value="GET"/>
      <url
           value="/Observation?patient={{patient-id}}&amp;category=vital-signs&amp;code=39156-5"/>
    </request>
  </entry>
  <entry>
    <request>
      <extension
                 url="http://hl7.org/fhir/us/bser/StructureDefinition/query-description">
        <valueString value="Body Mass Index"/>
      </extension>
      <method value="GET"/>
      <url
           value="/Observation?patient={{patient-id}}&amp;category=vital-signs&amp;code=29463-7"/>
    </request>
  </entry>
  <entry>
    <request>
      <extension
                 url="http://hl7.org/fhir/us/bser/StructureDefinition/query-description">
        <valueString value="Diangosis - Hypertension"/>
      </extension>
      <method value="GET"/>
      <url
           value="/Condition?patient={{patient-id}}&amp;category=problem-list-item,health-concern&amp;codein=https://vsac.nlm.nih.gov/valueset/2.16.840.1.113762.1.4.1032.9/expansion/Latest"/>
    </request>
  </entry>
  <entry>
    <request>
      <extension
                 url="http://hl7.org/fhir/us/bser/StructureDefinition/query-description">
        <valueString value="Employment Status"/>
      </extension>
      <method value="GET"/>
      <url
           value="/Observation?patient={{patient-id}}&amp;category=social-history&amp;code=74165-2"/>
    </request>
  </entry>
  <entry>
    <request>
      <extension
                 url="http://hl7.org/fhir/us/bser/StructureDefinition/query-description">
        <valueString value="Education Level"/>
      </extension>
      <method value="GET"/>
      <url
           value="/Observation?patient={{patient-id}}&amp;category=social-history&amp;code=82589-3"/>
    </request>
  </entry>
</Bundle>