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 example for a specific provider - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Subscription",
  "id" : "PASSubscriptionExample",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-subscription"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Subscription PASSubscriptionExample</b></p><a name=\"PASSubscriptionExample\"> </a><a name=\"hcPASSubscriptionExample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-profile-subscription.html\">PAS Subscription</a></p></div><p><b>status</b>: Active</p><p><b>reason</b>: Receive notifications about claim responses for my organization.</p><p><b>criteria</b>: http://hl7.org/fhir/us/davinci-pas/SubscriptionTopic/PASSubscriptionTopic</p><h3>Channels</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Endpoint</b></td><td><b>Payload</b></td></tr><tr><td style=\"display: none\">*</td><td>Rest Hook</td><td><a href=\"https://simplifier.net/resolve?scope=hl7.fhir.us.carin-bb@2.1.0&amp;canonical=http://example.org/send-me-subscription-notifications\">http://example.org/send-me-subscription-notifications</a></td><td>application/fhir+json</td></tr></table></div>"
  },
  "status" : "active",
  "reason" : "Receive notifications about claim responses for my organization.",
  "criteria" : "http://hl7.org/fhir/us/davinci-pas/SubscriptionTopic/PASSubscriptionTopic",
  "_criteria" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-filter-criteria",
        "valueString" : "orgIdentifier=http://hl7.org/fhir/sid/us-npi|1234567893"
      }
    ]
  },
  "channel" : {
    "type" : "rest-hook",
    "endpoint" : "http://example.org/send-me-subscription-notifications",
    "payload" : "application/fhir+json",
    "_payload" : {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-payload-content",
          "valueCode" : "full-resource"
        }
      ]
    }
  }
}