CMS ACCESS Model API
0.9.0 - ci-build
CMS ACCESS Model API - Local Development build (v0.9.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Official URL: https://globalalliantinc.com/access/CapabilityStatement/ACCESSEligibilityAPICapabilityStatement | Version: 0.9.0 | |||
| Active as of 2026-01-23 | Computable Name: ACCESSEligibilityAPICapabilityStatement | |||
Describes the expected capabilities of systems implementing the ACCESS Eligibility API for checking patient eligibility for the ACCESS Model.
Raw OpenAPI-Swagger Definition file | Download
json, xmlNote to Implementers: FHIR Capabilities
Any FHIR capability may be 'allowed' by the system unless explicitly marked as 'SHALL NOT'. A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.
serverThe ACCESS Eligibility API supports checking patient eligibility for the ACCESS Model.
Implementations SHALL use TLS 1.3 and implement OAuth 2.0 Client Credentials flow for authentication. All PHI including MBI must be protected according to HIPAA requirements.
The summary table lists the resources that are part of this configuration, and for each resource it lists:
_include_revinclude| Resource Type | Profile | R | S | U | C | Searches | _include | _revinclude | Operations |
|---|---|---|---|---|---|---|---|---|---|
| Patient | $check-eligibility, $submission-status |
Patient resource for ACCESS eligibility operations
| Conformance | Operation | Documentation |
|---|---|---|
| SHALL | $check-eligibility | Check if a patient is eligible for the ACCESS Model. Returns eligibility status from ACCESSEligibilityResultVS: eligible, not-eligible-not-medicare, not-eligible-services, not-eligible-diagnoses, not-eligible-control-group, or not-eligible-already-aligned. Implements asynchronous processing with HTTP 202 Accepted response containing Content-Location header for status polling. |
| SHALL | $submission-status | Poll the status of a previously submitted eligibility check request. Returns HTTP 202 while processing or HTTP 200 with result when complete. |