-
Notifications
You must be signed in to change notification settings - Fork 431
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
Discharge diagnosis #8299
Comments
I would like to work on this issue if the submission of the new field i.e 'Diagnosis at discharge' is handled by the backend api endpoint [ /api/v1/consultation/{id}/discharge_patient/ ] @rithviknishad |
Yes @JOSHIK27 However, there's a reusable component To populate it with initial value, you could use the Creation of new diagnosis entries and updating of existing diagnosis entries is handled automatically by the component itself. No need to write any API calls related logic for it. |
Sure. Thanks
|
Screen.Recording.2024-08-22.at.00.1.mp4I have added the section 'Diagnosis at discharge' and changed the order as instructed above. I fetched the diagnosis from corresponding end point using useQuery hook as you told @rithviknishad. Let me know if its what you needed. |
Yup! Raise the PR |
Here's the pr #8390 @rithviknishad |
Is your feature request related to a problem? Please describe.
When a patient is admitted, the diagnosis is marked by the doctor usually at the time of first consultation. This is then revised multiple times through the admission. Both the diagnosis itself or the diagnosis type alone may be updated during the term of admission.
It is important to prompt the user to update the diagnosis for a final time right before discharge.
This is important since the patient may not be completely disease-free at discharge. He may simply be free of the life-threatening condition but may still have many underlying chronic illnesses for which the doctor may have suggested some medication in the discharge prescription field.
Describe the solution you'd like
For an encounter with "Admission", based on the discharge reason, make the following edits in the discharge pop-up
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: