Shared Health Specification and Guide Version 3.0 Revision C

 
Raw XML


<!--  root bundle = query response to aggregator saying "what messages do you have for me"
form:
https://api.sharedhealth.exchange/rest/v1/preconf/THP/mailbox_vs1/Bundle?message.receiver=http://sharedhealth.exchange/organizations|someaggregatorid
 -->
<Bundle xmlns="http://hl7.org/fhir">
<!--  Note: This id will not be present when the message is submitted to the inbox.  It will be assigned by the inbox as part of processing  -->
  <id value="example-998-async-response"/>
<!--  The profile declaration isn't required, but will help with automated validation using existing tools for examples  -->
  <meta>
    <profile
             value="http://sharedhealth.exchange/fhir/StructureDefinition/profile-bundle-message"/>
    <profile
             value="http://sharedhealth.exchange/fhir/StructureDefinition/interaction-bundle-998"/>
    <tag>
      <system
              value="https://fhir.infoway-inforoute.ca/CodeSystem/sharedspecificationversion"/>
      <code value="Shared3.0"/>
    </tag>
  </meta>
  <type value="message"/>
  <entry>
    <fullUrl value="urn:uuid:2da55a92-cdc4-46c0-aeb6-b736aa466010"/>
    <resource>
      <MessageHeader>
        <id value="2da55a92-cdc4-46c0-aeb6-b736aa466010"/>
        <meta>
          <profile
                   value="http://sharedhealth.exchange/fhir/StructureDefinition/interaction-messageheader-998"/>
        </meta>
        <timestamp value="2016-05-13T12:15:38.123-06:00"/>
        <event>
          <system
                  value="https://fhir.infoway-inforoute.ca/CodeSystem/sharedmessageevents"/>
          <code value="998"/>
        </event>
        <response>
          <identifier value="e969238e-3044-470f-835c-5646c8d6bf50"/>
          <code value="transient-error"/>
          <details>
            <reference
                       value="OperationOutcome/c789adb5-5f63-47c1-a33e-b30000d4e169"/>
          </details>
        </response>
      <!--  Note - source and destination will be reversed from the original message  -->
        <source>
          <extension
                     url="http://sharedhealth.exchange/fhir/StructureDefinition/ext-messageheader-application-id">
            <valueUri value="urn:oid:1.2.3.4.5.6.9989"/>
          </extension>
          <extension
                     url="http://sharedhealth.exchange/fhir/StructureDefinition/ext-messageheader-conformance-version">
            <valueString
                         value="Sending software version number that passed conformance"/>
          </extension>
          <name value="Shared Health Inbox"/>
          <software value="Sending application software name"/>
          <version value="Sending software version number"/>
        <!--  Note that the endpoint has to be a URI.  Could be urn:oid:1.2.3.4  -->
          <endpoint
                    value="https://api.sharedhealth.exchange/rest/v1/preconf/THP/TPR_vs1/Organizationtbd"/>
        </source>
        <destination>
          <endpoint
                    value="https://api.sharedhealth.exchange/rest/v1/preconf/THP/TPR_vs1/Organization/CPR1000991"/>
        </destination>
      </MessageHeader>
    </resource>
  </entry>
  <entry>
    <fullUrl value="urn:uuid:c789adb5-5f63-47c1-a33e-b30000d4e169"/>
    <resource>
      <OperationOutcome>
        <id value="c789adb5-5f63-47c1-a33e-b30000d4e169"/>
        <issue>
          <extension
                     url="http://sharedhealth.exchange/fhir/StructureDefinition/ext-operationoutcome-referencenum">
            <valueString value="238476"/>
          </extension>
          <extension
                     url="http://sharedhealth.exchange/fhir/StructureDefinition/ext-operationoutcome-usertext">
            <valueString
                         value="An error has occurred.  Please revert to manual processing for this message. (Detail Code: 1SS121 Reference Number: 83034433)"/>
          </extension>
          <severity value="error"/>
          <code value="invalid"/>
          <details>
            <coding>
              <system
                      value="https://fhir.infoway-inforoute.ca/CodeSystem/sharedissuedetails"/>
              <code value="ISS121"/>
            </coding>
            <text
                  value="FHIR Message Validation failed. Message is not properly formatted."/>
          </details>
          <diagnostics
                       value="Error at line 125.  This text comes from the Central Switch validator or contains key diagnostic information."/>
        </issue>
      </OperationOutcome>
    </resource>
  </entry>
</Bundle>