-
Notifications
You must be signed in to change notification settings - Fork 430
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
Critical Care Index- Copy previous value #2598
Comments
@gigincg lets finalise on the changes and move ahead. you were to discuss with Vignesh and come back on this @vigneshhari |
The log update form is to be bifurcated.
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@aparnacoronasafe is this issue still relevant? |
Hi, This pr/issue has been automatically marked as stale because it has not had any recent activity. It will be closed if no further activity occurs for 7 more days. Thank you for your contributions. |
@aparnacoronasafe is the issue still relevant |
yes. this is still relevant |
@aparnacoronasafe did you complete filling the issue, if yes, can you unassign yourself |
@gigincg can you look into it |
This will not be relevant post FHIR Forms. |
Currently, the Critical Care Index (https://care.coronasafe.in/facility/3fec5944-e6b4-4c56-bd01-95f32813578d/patient/c3fdb48c-7178-4197-9ed2-01392d2b04d1/consultation/6e209006-972e-4552-a206-0458ed1ed601/daily_rounds/a13929c4-93ba-48fe-a99c-8d55cdf2faaf/update) Comprises of 12 separate forms. These forms are filled out as and when relevant.
Additionally, there is a feature to copy previously saved values (https://care.coronasafe.in/facility/3fec5944-e6b4-4c56-bd01-95f32813578d/patient/c3fdb48c-7178-4197-9ed2-01392d2b04d1/consultation/6e209006-972e-4552-a206-0458ed1ed601/daily-rounds). The intention behind this is to make data entry easy for nurses, since now they wont have to type everything, but only those values that have changed.
Problem: currently, the data is getting polluted, since when you mark "copy previous values" there is no mechanism to ensure the user goes through the saved values and reviews them. Most likely a lot of entries are made without the knowledge of the user.
Possible Solution
make the critical care section (all 12 forms) into a single form with collapsable 12 sections. Where ever there is value copied from the previous log, those open up as default and the remaining stays closed. This way the user will have to browse through all the opened section and click on save, ensuring that the user has reviews all entries.
Another maybe simpler way is to keep the critical care index as is, i.e. with 12 separate form. When the user selects "copy previous values", A badge must appear in the critical care index against the headings were there are pre-filled values. When the user opens the section, the values must be pre-filled, the user reviews and clicks on save in the particular form, only then the data gets saved. Any form that is not opened by the user and saved by clicking on the save button, the values do not get saved.
@bodhish @vigneshhari @gigincg
The text was updated successfully, but these errors were encountered: