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

ICD-11 (same diagnosis cant be both prov and final) #6366

Closed
2 tasks
aparnacoronasafe opened this issue Sep 28, 2023 · 0 comments · Fixed by #6528
Closed
2 tasks

ICD-11 (same diagnosis cant be both prov and final) #6366

aparnacoronasafe opened this issue Sep 28, 2023 · 0 comments · Fixed by #6528
Assignees

Comments

@aparnacoronasafe
Copy link
Member

Is your feature request related to a problem? Please describe.
Currently in CARe, the same diagnosis can be marked as Prov and Final diagnosis. This leads to confusion.

The ideal flow is that when a doctor suspects a diagnosis, he marks it as prov diagnosis. Then as and when enough evidence is collected to conclude that it is in fact the correct diagnosis, the same is moved from prov diagnosis to final diagnosis. Sometimes, a doctor may also mark a diagnosis as final diagnosis at the onset.

Describe the solution you'd like

  • When a diagnosis is selected as a final diagnosis, it must automatically get un-selected as a prov. diagnosis.
  • When a diagnosis is already marked as final diagnosis, Do NOT allow the user to select it as a provisional diagnosis.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment