ACCESS API Explorer PROTOTYPE

CMS ACCESS Model FHIR API Demo — Enrollment Workflow

Mock Server: http://localhost:8080 | Swagger Docs | IG v0.9.1 | FHIR R4
1Check Eligibility
2Align Patient
3Pull Claims (BCDA)
4Report OAP Measures
5Submit G-code Claim
6Unalign Patient

Check Eligibility — POST /Patient/$check-eligibility

Align Patient — POST /Patient/$align

Pull Claims — BCDA Sandbox Bulk Export

BCDA Sandbox: checking...
Triggers a real BCDA sandbox bulk export. Synthetic Medicare claims data for ~50 beneficiaries (XS sandbox).

Report OAP Measures — POST /Patient/$report-data

Note: This API is not yet published in the CMS IG (v0.9.1). The structure shown is our best-guess based on the IG async pattern and RFA measure requirements.

Submit G-code Claim — POST /claims/submit

Note: G-code claims use the traditional 837P pathway via MACs, not FHIR APIs. This is a separate data channel from the FHIR operations above. Claims are processed as "zero-paid" by the MAC — actual payment comes quarterly from the IPC. G-codes shown are placeholders; CMS will publish actual codes before July 2026.

Unalign Patient — POST /Patient/$unalign