Da Vinci Prior Authorization Support (PAS) FHIR IG
2.2.0-ballot - STU 2.2 - Ballot United States of America flag

This page is part of the Da Vinci Prior Authorization Support (PAS) FHIR IG (v2.2.0-ballot: STU 2 Ballot) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 2.1.0. 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>