3.84 Response to clear message queue request
Bundle example-message-clear-queue-response of type batch-response
Entry 1
Request:
202 Accepted
Entry 2
Request:
202 Accepted
Entry 3
Request:
202 Accepted
Raw XML
<Bundle xmlns="http://hl7.org/fhir"> <!-- Id will typically be a guid --> <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="Shared2.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>