Prior Authorization Support (PAS)
Direct electronic submission and status tracking of prior authorization requests from EHR systems to payers using FHIR® format.
Overview
The Prior Authorization Support (PAS) API is a FHIR®-based interoperability API that enables the direct electronic submission and management of prior authorization requests, including status checks, from EHR systems to payers.
It allows EHR systems to submit requests using FHIR® standards and receive payer responses in FHIR® format. Combined with Da Vinci CRD and DTR, PAS ensures requests are submitted only when necessary and include complete, relevant information on the first submission.

Capability Statement
Developers can access the Acentra Health FHIR server capabilities for the PAS API using the CapabilityStatement endpoint:
The CapabilityStatement describes the supported profiles, interactions, and authorization and token endpoints.
API Access Setup
Clients can retrieve SMART configuration details by invoking the SMART configuration endpoint at /.well-known/smart-configuration, appended to the FHIR Base URL.
Operations
The PAS API supports the following operations.
Profiles
The PAS API supports the following profiles.
Request Headers
All requests for PAS API profiles require the following headers:
| Header | Value |
|---|---|
| content-type | application/json |
| accept | application/json |
| authorization | Bearer {access_token} |
Sample Responses & Data
Important Information for EHR Systems
| Topic | Reference |
|---|---|
| Privacy, Security and HIPAA | https://www.healthit.gov/topic/privacy-security-and-hipaa |
| ONC Model Privacy Notice | https://www.healthit.gov/topic/privacy-security-and-hipaa/model-privacy-notice-mpn |