Coverage Requirements Discovery (CRD)
Real-time coverage requirement discovery at the point of care — exposing payer coverage rules to EHR systems while treatment decisions are made.
Overview
The Coverage Requirements Discovery (CRD) API is a FHIR®-based interoperability API that enables payers to expose coverage requirement information to EHR systems in real time while treatment decisions are being made.
This allows clinicians and administrative staff to determine whether a service is covered, identify if prior authorization is required, and determine what documentation must be submitted. CRD aligns with HL7® FHIR®, Da Vinci IGs, the SMART on FHIR security framework, and CMS interoperability regulations.

Capability Statement
Developers can access the Acentra Health FHIR server capabilities for the CRD 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.
CDS Hooks
The CRD API supports the following CDS Hooks services.
Profiles
The CRD API supports the following profiles.
Request Headers
All requests for CRD 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 |