Patient Access API
Secure movement of payer data to patients through third-party consumer applications, built on CARIN Blue Button®, Da Vinci PDex and the US Drug Formulary IGs.
Overview
The Patient Access API facilitates the secure movement of data from payer systems (producers) to patients (consumers), accessible via third-party consumer applications. It leverages CMS-recommended implementation guides, including the CARIN IG for Blue Button®, Da Vinci Payer Data Exchange (PDex), and the PDex US Drug Formulary IGs.
It also uses the Common Payer Consumer Dataset (CPCDS) as a foundation, along with data-exchange standards such as HL7® FHIR® and the SMART Application Launch Framework (standalone launch sequence).

Capability Statement
Developers can access the Acentra FHIR server capabilities for the Patient Access API using the CapabilityStatement endpoint:
The CapabilityStatement describes the set of capabilities implemented by the FHIR Server - supported profiles, interactions, search parameters, and authorization and token endpoints.
API Access Setup
### ranges from 001 to 010.Getting an Access Token
| Header | Value |
|---|---|
| content-type | application/x-www-form-urlencoded |
| accept | application/json |
| authorization | Basic base64({client_id}:{client_secret}) |
| Parameter | Value |
|---|---|
| code | {oauth code} |
| grant_type | authorization_code |
| redirect_uri | {your_redirect_uri} |
Resources
FHIR R4 resource profiles and endpoint paths. All requests require a Bearer {access_token} authorization header.
Request Headers
All requests for Patient Access 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 Application Owners
| Topic | Reference |
|---|---|
| CARIN Alliance Code of Conduct | https://www.carinalliance.com/our-work/trust-frameworkand-code-of-conduct/ |
| 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 |