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

This page is part of the Da Vinci Prior Authorization Support (PAS) FHIR IG (v2.1.0: STU 2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: PAS Subscription Notification Parameters - XML Representation

Raw xml | Download


<Parameters xmlns="http://hl7.org/fhir">
  <id value="SubscriptionNotificationParameters"/>
  <parameter>
    <name value="subscription"/>
    <valueReference>🔗 
      <reference value="StructureDefinition/profile-subscription"/>
    </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="http://example.org/Bundle/ReferralAuthorizationResponseBundleExample"/>
      </valueReference>
    </part>
  </parameter>
</Parameters>