CMS ACCESS Model API
0.9.0 - ci-build United States of America flag

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

CapabilityStatement: ACCESS Alignment API Capability Statement

Official URL: https://globalalliantinc.com/access/CapabilityStatement/ACCESSAlignmentAPICapabilityStatement Version: 0.9.0
Active as of 2026-01-23 Computable Name: ACCESSAlignmentAPICapabilityStatement

Describes the expected capabilities of systems implementing the ACCESS Alignment API for aligning patients to ACCESS participants.

Raw OpenAPI-Swagger Definition file | Download

ACCESS Alignment API Capability Statement

  • Implementation Guide Version: 0.9.0
  • FHIR Version: 4.0.1
  • Supported Formats: json, xml
  • Published on: 2026-01-23
  • Published by: Global Alliant, Inc.

Note 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.

SHALL Support the Following Implementation Guides

FHIR RESTful Capabilities

Mode: server

The ACCESS Alignment API supports aligning patients to ACCESS participants for specific tracks (eCKM, CKM, MSK, BH).

Security
Enable CORS: yes
Security services supported:

Implementations SHALL use TLS 1.3 and implement OAuth 2.0 Client Credentials flow for authentication. MBI and other PHI must be protected according to HIPAA requirements.

Capabilities by Resource/Profile

Summary

The summary table lists the resources that are part of this configuration, and for each resource it lists:

  • The relevant profiles (if any)
  • The interactions supported by each resource (Read, Search, Update, and Create, are always shown, while VRead, Patch, Delete, History on Instance, or History on Type are only present if at least one of the resources has support for them.
  • The required, recommended, and some optional search parameters (if any).
  • The linked resources enabled for _include
  • The other resources enabled for _revinclude
  • The operations on the resource (if any)
Resource TypeProfileRSUCSearches_include_revincludeOperations
Patient $align, $submission-status

Core FHIR Resource
Patient
Reference Policy
Interaction summary

    Documentation

    Patient resource for ACCESS alignment operations

    Extended Operations
    ConformanceOperationDocumentation
    SHALL$align

    Align a patient to an ACCESS participant for a specific track. Requires at least one Condition resource. Enforces 3-month lock-in period. Supports provider switching with switchConsentAttestation parameter after lock-in expires. Automatically creates notification subscriptions upon successful alignment. Returns alignment status from ACCESSAlignmentResultVS: aligned, aligned-switch-approved, not-aligned-control-group, not-aligned-already-aligned, not-aligned-not-medicare, not-aligned-services, or not-aligned-diagnoses. 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 alignment request. Returns HTTP 202 while processing or HTTP 200 with result when complete.