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

Bidirectional Services eReferral (BSeR), published by HL7 Public Health Working Group. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/bser/ and changes regularly. See the Directory of published versions

: Batch Query Bundle - Early Childhood Nutrition Request Supporting Information Queries - XML Representation

Raw xml | Download



<Bundle xmlns="http://hl7.org/fhir">
  <id value="bundle-batch-query-early-childhood-nutrition-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 - Baby"/>
      </extension>
      <method value="GET"/>
      <url value="/Patient/{{patient-id-baby}}"/>
    </request>
  </entry>
  <entry>
    <request>
      <extension
                 url="http://hl7.org/fhir/us/bser/StructureDefinition/query-description">
        <valueString value="Patient - Mother"/>
      </extension>
      <method value="GET"/>
      <url value="/Patient/{{patient-id-mother}}"/>
    </request>
  </entry>
  <entry>
    <request>
      <extension
                 url="http://hl7.org/fhir/us/bser/StructureDefinition/query-description">
        <valueString value="Blood Pressure - Baby"/>
      </extension>
      <method value="GET"/>
      <url
           value="/Observation?patient={{patient-id-baby}}&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="Blood Pressure - Mother"/>
      </extension>
      <method value="GET"/>
      <url
           value="/Observation?patient={{patient-id-baby}}&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 - Lying - Baby"/>
      </extension>
      <method value="GET"/>
      <url
           value="/Observation?patient={{patient-id-baby}}&amp;category=vital-signs&amp;code=8302-2,8306-3"/>
    </request>
  </entry>
  <entry>
    <request>
      <extension
                 url="http://hl7.org/fhir/us/bser/StructureDefinition/query-description">
        <valueString value="Body Height - Mother"/>
      </extension>
      <method value="GET"/>
      <url
           value="/Observation?patient={{patient-id-baby}}&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 - Mother"/>
      </extension>
      <method value="GET"/>
      <url
           value="/Observation?patient={{patient-id-mother}}&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 - Baby"/>
      </extension>
      <method value="GET"/>
      <url
           value="/Observation?patient={{patient-id-baby}}&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="Body Mass Index - Mother"/>
      </extension>
      <method value="GET"/>
      <url
           value="/Observation?patient={{patient-id-mother}}&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="Able to latch to breast"/>
      </extension>
      <method value="GET"/>
      <url
           value="/Observation?patient={{patient-id-baby}}&amp;code=288988007"/>
    </request>
  </entry>
  <entry>
    <request>
      <extension
                 url="http://hl7.org/fhir/us/bser/StructureDefinition/query-description">
        <valueString value="Maternal concern"/>
      </extension>
      <method value="GET"/>
      <url
           value="/Observation?patient={{patient-id-baby}}&amp;code=270472006"/>
    </request>
  </entry>
  <entry>
    <request>
      <extension
                 url="http://hl7.org/fhir/us/bser/StructureDefinition/query-description">
        <valueString value="Nipple shield"/>
      </extension>
      <method value="GET"/>
      <url
           value="/Observation?patient={{patient-id-mother}}&amp;code=335389008"/>
    </request>
  </entry>
  <entry>
    <request>
      <extension
                 url="http://hl7.org/fhir/us/bser/StructureDefinition/query-description">
        <valueString value="Employment Status - Mother"/>
      </extension>
      <method value="GET"/>
      <url
           value="/Observation?patient={{patient-id-mother}}&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 - Mother"/>
      </extension>
      <method value="GET"/>
      <url
           value="/Observation?patient={{patient-id-mother}}&amp;category=social-history&amp;code=82589-3"/>
    </request>
  </entry>
</Bundle>