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