-
Notifications
You must be signed in to change notification settings - Fork 477
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
Enhancement to MEWS Score #7373
Comments
@aparnacoronasafe , can i work on this..? |
@aparnacoronasafe can you assign this to me and tell me under which section the issue is and what are the login credentials |
@rithviknishad, @aparnacoronasafe can you please assign this issue to me? |
Waiting for confirmation: ohcnetwork/care#1991 (review) |
@r-nikhilkumar closing this PR and unassigning you from this issue due to inactivity, feel free to reopen the same if you are still working on it |
@nihal467 I worked on it already, but as per call, it was said that mews score will be implemented differently from your side that's why I didn't interacted |
Update: Now that we have events, we can use the events API to fetch the last data points of each event type within the time range and calculate MEWS score based on that in FE. |
@r-nikhilkumar are you interested in working on this issue, feel free to reach out to @rithviknishad if you have any query or post a message in the care_general as well |
@nihal467 Currently I'm having some placement exams and SIH finals, so I'm currently not available, once exams will be over, I'll be on this issue for sure |
@aparnacoronasafe just wanted to confirm if whether this needs to be shown in the patient list and also whether patient list needs to be sortable based on MEWS score. cc: @vigneshhari |
Yes. MEWS score is only relevant for patients admitted to ICU. It would be a goos feature to show MEWS score on patient list and also allow users to sort patients by MEWS Score. |
Is your feature request related to a problem? Please describe.
Currently, for MEWS Score to be calculated all 5 data points need to be entered in the patient records through a single log update.
The 5 data points required to calculate MEWS are:
All the above parameters other than Consciousness level, are auto-updated in CARE through BPL 5-para integration through virtual nursing assistant. if the nurse is allowed to update only consciousness level additionally, MEWS can be calculated. However, with the way the feature is developed right now, because all data points needs to be entered in a single log update, this is not possible.
Describe the solution you'd like
Eg:
Resp rate - updated at 10AM
Heart Rate- updated at 10AM
Systolic BP- updated at 10:15AM
Temp- updated at 10:15AM
Consciousness- updated at 10:29AM
In this case- MEWS will be calculated based on the 5 parameters, since they are all updated within a time frame of 30 min (10-10:29AM)
Subsequently if
Resp rate - revised at 10:35 AM
Heart Rate- updated at 10:35 AM
MEWS will be revised based on the entries made between 10:15AM to 10:45AM since 2/5 parameters are revised, and the 5 parameters are entered in the time frame of 30 min (10:15AM to 10:45AM)
However, later on if Systolic BP is revised again at 11:45AM, MEWS will not be revised since, only 1 parameters is updated and remaining 4 parametrers are not available within 30 min bracket.
The text was updated successfully, but these errors were encountered: