Da Vinci Prior Authorization Support (PAS) FHIR IG
2.1.0-preview - STU 2 United States of America flag

This page is part of the Da Vinci Prior Authorization Support (PAS) FHIR IG (v2.1.0-preview: QA Preview) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 2.0.1. For a full list of available versions, see the Directory of published versions

: PAS Subscription Notification example - XML Representation

Raw xml | Download


<Bundle xmlns="http://hl7.org/fhir">
  <id value="PASSubscriptionNotification"/>
  <type value="history"/>
  <timestamp value="2020-05-29T11:44:33.188-05:00"/>
  <entry>
    <fullUrl
             value="http://example.org/Parameters/SubscriptionNotificationParameters"/>
    <resource>
      <Parameters>
        <id value="SubscriptionNotificationParameters"/>
        <parameter>
          <name value="subscription"/>
          <valueReference>🔗 
            <reference value="Subscription/PASSubscription"/>
          </valueReference>
        </parameter>
        <parameter>
          <name value="topic"/>
          <valueCanonical
                          value="http://hl7.org/fhir/us/davinci-pas/SubscriptionTopic/PASSubscriptionTopic|2.1.0"/>
        </parameter>
        <parameter>
          <name value="type"/>
          <valueCode value="event-notification"/>
        </parameter>
        <parameter>
          <name value="notification-event"/>
          <part>
            <name value="event-number"/>
            <valueString value="2"/>
          </part>
          <part>
            <name value="timestamp"/>
            <valueInstant value="2020-05-29T11:44:33.188-05:00"/>
          </part>
          <part>
            <name value="focus"/>
            <valueReference>🔗 
              <reference
                         value="Bundle/ReferralAuthorizationResponseBundleExample"/>
            </valueReference>
          </part>
        </parameter>
      </Parameters>
    </resource>
    <request>
      <method value="GET"/>
      <url value="https://example.org/Subscription/PAS/$status"/>
    </request>
    <response>
      <status value="200"/>
    </response>
  </entry>
</Bundle>