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

Da Vinci Prior Authorization Support (PAS) FHIR IG - Downloaded Version 2.2.0-ballot See the Directory of published versions

: PAS Subscription Notification Parameters - JSON Representation

Raw json | Download

{
  "resourceType" : "Parameters",
  "id" : "SubscriptionNotificationParameters",
  "parameter" : [
    {
      "name" : "subscription",
      "valueReference" : {
        🔗 "reference" : "StructureDefinition/profile-subscription"
      }
    },
    {
      "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" : "http://example.org/Bundle/ReferralAuthorizationResponseBundleExample"
          }
        }
      ]
    }
  ]
}