Hi BCDA Team,
We are experiencing an issue with the BCDA v3 API when using the service-date filter for claims.
The API request works successfully without the service-date filter, but when we include the service-date filter, we receive a 500 Internal Server Error.
We also tested the _since parameter, and it is working as expected. The issue appears to be specific to the service-date filter.
Could you please check whether there is an issue with the service-date filtering in the BCDA v3 API?
For reference, the request we are using is:
curl -X GET "https://api.bcda.cms.gov/api/v3/Group/all/\$export?_type=ExplanationOfBenefit&_typeFilter=ExplanationOfBenefit%3Fservice-date%3Dgt2026-01-01" \ -H "Accept: application/fhir+json" \ -H "Prefer: respond-async" \ -H "Authorization: Bearer {bearer_token}"Please let us know if you need any additional request details or error logs from our side.
Thanks,
[Your Name]
Hi Ashvani,
Sorry for the issues using service-date with the _typeFilter parameter in your v3 requests.
Our team has identified and resolved a bug causing v3 requests for some model entities to fail when filtering by service-date.
Please retry your requests and let us know if you run into any issues filtering by service-date in the v3 requests for your organization.
Thanks,
The BCDA Team