AB2D-6990 Add typefilter parsing#1709
Closed
colby-seyferth-nava wants to merge 18 commits intomainfrom
Closed
Conversation
## 🎫 Ticket [AB2D-6989](https://jira.cms.gov/browse/AB2D-6989) ## 🛠 Changes Update PDP job processing for V3 ## ℹ️ Context Opening a PR into the `v3` branch for visibility. ## 🧪 Validation Tested in dev
bennavapbc
previously approved these changes
Feb 24, 2026
…yle (#1710) ## 🎫 Ticket https://jira.cms.gov/browse/AB2D-7106 https://jira.cms.gov/browse/AB2D-7109 ## 🛠 Changes - Address medium/minor SonarQube and checkstyle warnings/error (both V3 and non-V3 code) - Revert changes to `e2e-bfd-test` - Fix API error message if PDP not whitelisted for V3 - Remove V3 fields, logic, test cases related to historic MBIs - Add/update tests - Removed BFD client request logging (will re-introduce in a separate branch) ## ℹ️ Context This PR uses the BFD client version currently in `main` and will not log request URLs. ## 🧪 Validation Deployed to **dev** and validated V1/V2 jobs (Z0000) and V3 jobs (Z0001) complete successfully and produce an output file. <img width="1082" height="591" alt="image" src="https://github.com/user-attachments/assets/a2c48812-e18a-41a1-a08e-9fc40e343751" />
Sadibhatla
previously approved these changes
Feb 25, 2026
smirnovaae
previously approved these changes
Feb 25, 2026
The base branch was changed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎫 Ticket
https://jira.cms.gov/browse/AB2D-6990
🛠 Changes
Added the _typeFilter parameter to the v3 $export API
ℹ️ Context
the service-date filter was added to give clients another option to filter their claims exports.
Because the _since and _until params use the _lastUpdated timestamp, and the BFD data load updated the _lastUpdated date when loading claims into the v3 database, clients will not be able to leverage those parameters for exports for claims updated prior to the BFD v3 claim load date.
🧪 Validation