Shared Health Specification and Guide Version 5.0

 

Bundle example-message-clear-queue-response of type batch-response


Entry 1

Response:

202 Accepted

Entry 2

Response:

202 Accepted

Entry 3

Response:

202 Accepted
Raw XML


<Bundle xmlns="http://hl7.org/fhir">
  <id value="example-message-clear-queue-response"/>
  <meta>
    <profile
             value="http://sharedhealth.exchange/fhir/StructureDefinition/interaction-bundle-clear-queue-response"/>
    <tag>
      <system
              value="https://fhir.infoway-inforoute.ca/CodeSystem/sharedspecificationversion"/>
      <code value="Shared5.0"/>
    </tag>
  </meta>
  <type value="batch-response"/>
<!--  Note: Matching is positional.  Each entry in the response corresponds to the same sequential entry in the request  -->
  <entry>
    <response>
      <status value="202 Accepted"/>
    </response>
  </entry>
  <entry>
    <response>
      <status value="202 Accepted"/>
    </response>
  </entry>
<!--  ...  -->
  <entry>
    <response>
      <status value="202 Accepted"/>
    </response>
  </entry>
</Bundle>