Da Vinci Prior Authorization Support (PAS) FHIR IG, published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 2.1.0-preview built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-pas/ and changes regularly. See the Directory of published versions
<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>
<identifier>
<system
value="http://example.org/PATIENT_EVENT_TRACE_NUMBER"/>
<value value="111099"/>
<assigner>
<identifier>
<system value="http://example.org/USER_ASSIGNED"/>
<value value="9012345678"/>
</identifier>
</assigner>
</identifier>
</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>