Hello BCDA community,
There will be a temporary limitation to the data available from BCDA in January 2025 while CMS updates attribution for the new performance year (PY 2025). Until BCDA receives your model entity's attribution information for PY 2025, you will
not be able to request current or new claims data from the API.
Temporary data limitations starting 01/01/2025- You will only be able to request "runout" data from BCDA from PY 2024. Use the `runout` identifier with the /Group endpoint to return data for enrollees attributed to your organization in PY 2024.
- 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 now be restored to individual entities as soon as their data is ready, which typically takes 1 month. We will notify you via Google Group when the limitation ends for each supported model. At that point, you can use the `all` identifier to request data, including 2025 claims, with the /Group and /Patient endpoints as usual.
Example requests and outcomes using BCDA in January 2025- 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 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/2
- A caller polls the /Jobs endpoint until the job completes.
- The caller can now download the job data.
- GET /data/2/output.json
- All claims data will be capped at December 31, 2024.
Please respond to this email if you need additional assistance or have any questions.
- The BCDA Team