-
Notifications
You must be signed in to change notification settings - Fork 34
BFD-4429: Add Missing Provider #2908
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
apps/bfd-server-ng/src/main/java/gov/cms/bfd/server/ng/claim/model/BillingProvider.java
Outdated
Show resolved
Hide resolved
|
Can you add additional tests for: |
# Conflicts: # apps/bfd-pipeline/bfd-pipeline-idr/test_samples2/professional/SYNTHETIC_CLM.csv # apps/bfd-server-ng/src/test/java/gov/cms/bfd/server/ng/__snapshots__/EobReadIT.snap # apps/bfd-server-ng/src/test/java/gov/cms/bfd/server/ng/__snapshots__/EobSearchIT.snap
apps/bfd-server-ng/src/main/java/gov/cms/bfd/server/ng/claim/model/BillingProvider.java
Outdated
Show resolved
Hide resolved
apps/bfd-server-ng/src/main/java/gov/cms/bfd/server/ng/claim/model/ProviderHistory.java
Outdated
Show resolved
Hide resolved
|
|
This PR was erroneously submitted and accepted under BFD-4229. This has since been corrected here and in the 2.228.0 release notes. However, the commit to |




JIRA Ticket:
BFD-4429
What Does This PR Do?
This PR removes the unnecessary claim-type check when adding a billing practitioner. Provider assignment now depends solely on the NPI type.
What Should Reviewers Watch For?
If you're reviewing this PR, please check for these things in particular:
What Security Implications Does This PR Have?
Please indicate if this PR does any of the following:
Adds any new software dependencies
Modifies any security controls
Adds new transmission or storage of data
Any other changes that could possibly affect security?
I have considered the above security implications as it relates to this PR. (If one or more of the above apply, it cannot be merged without the ISSO or team security engineer's (
@sb-benohe) approval.)I have created tests to sufficiently ensure the reliability of my code, if applicable. If this is a modification to an existing piece of code, I have audited the associated tests to ensure everything works as expected.
Validation
Have you fully verified and tested these changes? Is the acceptance criteria met? Please provide reproducible testing instructions, code snippets, or screenshots as applicable.