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

TCR Service Not Correctly Finding Reportable Conditions #2331

Closed
1 of 3 tasks
JNygaard-Skylight opened this issue Aug 7, 2024 · 0 comments · Fixed by #2338
Closed
1 of 3 tasks

TCR Service Not Correctly Finding Reportable Conditions #2331

JNygaard-Skylight opened this issue Aug 7, 2024 · 0 comments · Fixed by #2338
Assignees
Labels
🐛 bug Something isn't working Streamline eCR Issues for Streamline eCR team to work on

Comments

@JNygaard-Skylight
Copy link
Collaborator

Description

The goal #2123 was for the Trigger Code Reference Service to automatically find all reportable conditions within a FHIR bundle. Instead of looking at the "Reportability Response Information Section" of the FHIR bundle I instead looked up resources within the bundle that contained a SNOMED condition code. While the found conditions would indeed likely be a reportable condition there are additional things that can be a reportable.

Steps to reproduce

This is tricky to reproduce an error specifically as there are several issues currently with stamping conditions.

Expected Result

The find_conditions in the TCRS utils.py module should use the entry list in the "Reportability Response Information Section" to find appropriate condition codes.

Actual result

It currently looks for any resource with a SNOMED condition.

Priority

Provide an estimate for level of impact the bug has today by placing an X in the applicable bracket

Priority

  • Low priority The bug does not have to be fixed immediately. High and medium priority bugs should be addressed first.
  • Medium priority Typically, medium-priority bugs do not affect customers directly and therefore can be fixed in the normal course of testing and development.
  • High priority High priority bugs must be addressed immediately. They often affect the app’s functionality and impact customers and their user experience. They must take priority.

Notes

Include any additional context or information here that doesn't fit into other parts of the template

@JNygaard-Skylight JNygaard-Skylight added Streamline eCR Issues for Streamline eCR team to work on 🐛 bug Something isn't working labels Aug 7, 2024
@JNygaard-Skylight JNygaard-Skylight self-assigned this Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working Streamline eCR Issues for Streamline eCR team to work on
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant