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

Principle Diagnosis #6144

Closed
5 tasks done
aparnacoronasafe opened this issue Aug 24, 2023 · 3 comments · Fixed by #6218
Closed
5 tasks done

Principle Diagnosis #6144

aparnacoronasafe opened this issue Aug 24, 2023 · 3 comments · Fixed by #6218
Assignees
Labels
P1 breaking issue or vital feature work-in-progress

Comments

@aparnacoronasafe
Copy link
Member

aparnacoronasafe commented Aug 24, 2023

Is your feature request related to a problem? Please describe.
The patient may have multiple diagnoses. However, there is always 1 diagnosis which is the primary reason why the patient is admitted in the ICU. It is important to capture that one diagnosis called "principle diagnosis". This principle diagnosis may be revised from time to time. However, at any point in time, there is only ONE diagnosis considered as the "principle diagnosis"

Describe the solution you'd like
In the consultation form, in the diagnosis section, once the user selects both provisional and final diagnosis,

  • Add a third field below prov. and final diagnosis for "Principle Diagnosis"
  • The input field will have a dropdown with options of all final diagnoses mentioned by the user above. In case, there is no final diagnosis and only provisional diagnosis is there for the patient, the options will show all provisional diagnosis.
  • The user must select only 1 diagnosis as the principal diagnosis.
  • "Principle diagnosis" will be a mandatory field.
  • If the final/prov diagnosis is edited to remove the previously selected principle diagnosis, the principle diagnosis field must automatically reset and the user will have to select a new principle diagnosis before submitting the form.

Describe alternatives you've considered

Additional context

@aparnacoronasafe aparnacoronasafe added the P1 breaking issue or vital feature label Aug 24, 2023
@github-actions
Copy link

⚠️ Refrain from assigning this issue to yourself if you have another P1 issue assigned that is not yet closed.

@nihal467
Copy link
Member

@gigincg need to discuss with @vigneshhari

  • merge provisional and final diagnosis into one and have flags to differentiate it.

@rithviknishad rithviknishad self-assigned this Sep 4, 2023
@rithviknishad
Copy link
Member

As a quick solution, we'll be simply adding a field "Principle Diagnosis".

As a larger refactor of the icd11 diagnosis, a seperate issue in backend will be created.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 breaking issue or vital feature work-in-progress
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants