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

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

: PAS Subscription example for a specific provider - JSON Representation

Raw json | Download

{
  "resourceType" : "Subscription",
  "id" : "PASSubscription",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Subscription PASSubscription</b></p><a name=\"PASSubscription\"> </a><a name=\"hcPASSubscription\"> </a><a name=\"PASSubscription-en-US\"> </a><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.core.v311@3.1.1&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" : "id-only"
        }
      ]
    }
  }
}