Acentra Health · Interoperability SolutionSandbox Environment
Da Vinci · Claim Submit

Prior Authorization Support (PAS)

Direct electronic submission and status tracking of prior authorization requests from EHR systems to payers using FHIR® format.

Implementation GuideDa Vinci PAS
SecuritySMART on FHIR
Base Path/priorauth/api/v1
send_to_mobile

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.

Prior Authorization Support API
fact_check

Capability Statement

Developers can access the Acentra Health FHIR server capabilities for the PAS API using the CapabilityStatement endpoint:

METAhttps://sb.fhir.mhbapp.com/priorauth/api/v1/metadata
View JSON

The CapabilityStatement describes the supported profiles, interactions, and authorization and token endpoints.

login

API Access Setup

settings_suggestFHIR SMART Configuration

Clients can retrieve SMART configuration details by invoking the SMART configuration endpoint at /.well-known/smart-configuration, appended to the FHIR Base URL.

vpn_key
The FHIR Base URL is provided upon successful App Registration approval.
terminal

Operations

The PAS API supports the following operations.

POST$submithttps://sb.fhir.mhbapp.com/priorauth/api/v1/Claim/$submit
POST$inquirehttps://sb.fhir.mhbapp.com/priorauth/api/v1/Claim/$inquire
attachment
For attachment submissions, the PAS API uses the PAS DocumentReference Profile, which requires document content to be provided as Base64-encoded data. Due to limitations imposed by the Acentra Health API Gateway, attachment payloads exceeding 10 MB are not supported through the PAS API. Documents or attachments larger than 10 MB must be submitted using the CDex API.
dataset

Profiles

The PAS API supports the following profiles.

datasetPAS Beneficiary PatientdatasetPAS ClaimdatasetPAS Claim ResponsedatasetPAS Communication RequestdatasetPAS CoveragedatasetPAS Device RequestdatasetPAS Document ReferencedatasetPAS Insurer OrganizationdatasetPAS Medication RequestdatasetPAS Nutrition OrderdatasetPAS PractitionerdatasetPAS PractitionerRoledatasetPAS Request BundledatasetPAS Response BundledatasetPAS Service RequestdatasetPAS Requestor Organization
http

Request Headers

All requests for PAS API profiles require the following headers:

HeaderValue
content-typeapplication/json
acceptapplication/json
authorizationBearer {access_token}
science

Sample Responses & Data

gpp_good

Important Information for EHR Systems

check