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

Improve Clinical Error specificity #1165

Open
demariadaniel opened this issue Mar 14, 2024 · 2 comments
Open

Improve Clinical Error specificity #1165

demariadaniel opened this issue Mar 14, 2024 · 2 comments
Assignees

Comments

@demariadaniel
Copy link
Contributor

demariadaniel commented Mar 14, 2024

Clinical Errors / Schema Validation Errors should be updated to include an identifying value (for example primary_diagnosis_id) or other detailed information related to the specific record with the error

See attached screenshot where DO251485 has two records, both have lymph_nodes_examined_method marked as an error, but only one of the two records has the value Yes which is triggering the error

This is because the front end does not have enough information to distinguish which record has an error

Screenshot 2024-03-14 at 11.01.35 AM.png

May be able to leverage 'Index' property on Errors on Platform UI to fix this
Otherwise, solution will most likely involve changes on both Lectern Client (processRecords) to populate Error Records with additional data, and Argo Clinical (Clinical Errors) to return correct Error Record objects

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

No branches or pull requests

2 participants