Skip to content
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

[MAT-8080] Exclude HCPCS Level 1 when caching Code Systems #118

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

jkotanchik-SB
Copy link
Contributor

@jkotanchik-SB jkotanchik-SB commented Jan 7, 2025

Terminology Service PR

Jira Ticket: MAT-8080
(Optional) Related Tickets:

Summary

For reasons unknown, VSAC returns the HCPCS OIDs as a single, comma delimited, String. MADiE assumes a single OID per Code System. The double OID string saves to mongo without issue, but causes downstream issues when read by consuming services.

Exclude the HCPCS Level 1 OID since Level 1 is a duplicate of CPT and users have received guidance to use CPT instead.

The upsert job will overwrite the current double OID entries with the single (.285) OID.

Resolves missing version options in UI:

Screenshot 2025-01-07 at 3 16 46 PM

All Submissions

  • This PR has the JIRA linked.
  • Required tests are included.
  • No extemporaneous files are included (i.e Complied files or testing results).
  • This PR is merging into the correct branch.
  • All Documentation needed for this PR is Complete (or noted in a TODO or other Ticket).
  • Any breaking changes or failing automations are noted by placing a comment on this PR.

DevSecOps

If there is a question if this PR has a security or infrastructure impact, please contact the Security or DevOps engineer assigned to this project to discuss it further.

  • This PR has NO significant security impact (i.e Changing auth methods, Adding a new user type, Adding a required but vulnerable package).

Reviewers

By Approving this PR you are attesting to the following:

  • Code is maintainable and reusable, reuses existing code and infrastructure where appropriate, and accomplishes the task’s purpose.
  • The tests appropriately test the new code, including edge cases.
  • If you have any concerns they are brought up either to the developer assigned, security engineer, or leads.

@jkotanchik-SB jkotanchik-SB requested a review from a team as a code owner January 7, 2025 19:47
@jkotanchik-SB jkotanchik-SB self-assigned this Jan 7, 2025
@jkotanchik-SB jkotanchik-SB force-pushed the feature/mat-8080-ignore-hcpcs-level-1-oid branch from 3775ae6 to 1161324 Compare January 7, 2025 20:00
@jkotanchik-SB jkotanchik-SB merged commit d25d042 into develop Jan 7, 2025
7 checks passed
@jkotanchik-SB jkotanchik-SB deleted the feature/mat-8080-ignore-hcpcs-level-1-oid branch January 7, 2025 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants