Hi Rick,
Thanks for the question! If you're only receiving claims with a service date from the prior year, it's likely you're using the /Group endpoint with
the `runout` identifier. Please try making your request again after replacing the `runout` identifier with `all` as in the example requests below (taken from our
documentation on the /Group endpoint):
Example requests to start a job
- GET /api/v2/Group/all/$export
- GET /api/v2/Group/all/$export?_type=ExplanationOfBenefit,Patient
- GET /api/v2/Group/all/$export?_type=Patient
If you're not using the the `runout` identifier or have made these changes and are still not receiving claims for 2024, please share the API request you are using that is resulting in the unexpected results.
Please be sure to censor Personally Identifiable Information (PII) and other sensitive information (e.g., private keys, passwords) by replacing the information with the word ‘REDACTED’. Additional details and guidance can be found
here in the Google Group.
Thanks,
The BCDA Team