BCDA data limited in Jan 2026 for yearly updates
Hello BCDA community,
There will be a temporary limitation to the data available from BCDA in January 2026 while CMS updates beneficiary attribution for the new performance year (PY 2026). Until BCDA receives your model entity's attribution information for PY 2026, you will not be able to request current or new claims data from the API.
Temporary data limitations starting 01/2026
You will only be able to request "runout" data from BCDA from PY 2025. Use the `runout` identifier with the /Group endpoint to return data for enrollees attributed to your organization in PY 2025.
Claims with a service date in 2026 will be excluded. The claims returned will have a service date no later than December 31, 2025.
You can use the _since parameter with the `runout` identifier to only return data updated since your last runout request.
Review our documentation and example requests for runout data.
You will not be able to make requests to the /Group/all or /Patient endpoints. These requests will result in an OperationOutcome error.
Normal functionality will be restored to individual entities as soon as their data is ready. This typically takes 1 month. We’ll notify you here when the limitation ends for each supported model. At that point, you can use the `all` identifier to request data, including 2026 claims, with the /Group and /Patient endpoints as usual.
Example requests and outcomes using BCDA in January 2026
A caller makes a request to the /Patient or /Group endpoint using the `all` identifier.
GET /api/v2/Patient/$export
GET /api/v2/Group/all/$export
The caller receives a 404 Not Found response and an OperationOutcome error.
An example OperationOutcome.fhir.json is attached. Callers should use the /api/v2/Group/runout/$export endpoint.
A caller makes a request to the /Group endpoint using the `runout` identifier.
GET /api/v2/Group/runout/$export
The caller receives a 202 Accepted response.
Content-Location header sent with the job location.
Content-Location: /api/v2/jobs/{job_id}
A caller polls the /Jobs endpoint until the job completes.
GET /api/v2/jobs/{job_id}
The caller can now download the job data.
GET /data/2/output.json
All claims data will be capped at December 31, 2025.
Please respond to this email if you need help or have questions.
- The BCDA Team
| ||||||||||||||||||||||||||
|