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

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

: PAS Subscription Notification example - JSON Representation

Raw json | Download

{
  "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" : {
                  "identifier" : {
                    "system" : "http://example.org/PATIENT_EVENT_TRACE_NUMBER",
                    "value" : "111099",
                    "assigner" : {
                      "identifier" : {
                        "system" : "http://example.org/USER_ASSIGNED",
                        "value" : "9012345678"
                      }
                    }
                  }
                }
              }
            ]
          }
        ]
      },
      "request" : {
        "method" : "GET",
        "url" : "https://example.org/Subscription/PAS/$status"
      },
      "response" : {
        "status" : "200"
      }
    }
  ]
}