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

Enhancement to MEWS Score #7373

Open
2 tasks
aparnacoronasafe opened this issue Mar 11, 2024 · 11 comments
Open
2 tasks

Enhancement to MEWS Score #7373

aparnacoronasafe opened this issue Mar 11, 2024 · 11 comments
Assignees

Comments

@aparnacoronasafe
Copy link
Member

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:
MEWS

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

  • Allow calculation of MEWS score by fetching the relevant 5 data points spread across multiple log updates filed within a time frame of 30 min.

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.

  • Add measured at time under the MEWS on Patient dashboard. mention the time stamp of the latest of the 5-parameters.
@Thanush19
Copy link

@aparnacoronasafe , can i work on this..?

@hrit2773
Copy link
Contributor

@aparnacoronasafe can you assign this to me and tell me under which section the issue is and what are the login credentials

@r-nikhilkumar
Copy link
Contributor

@rithviknishad, @aparnacoronasafe can you please assign this issue to me?

@rithviknishad
Copy link
Member

Waiting for confirmation: ohcnetwork/care#1991 (review)

@nihal467
Copy link
Member

@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

@r-nikhilkumar
Copy link
Contributor

r-nikhilkumar commented May 14, 2024

@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

@github-actions github-actions bot added the stale label Aug 17, 2024
@nihal467 nihal467 self-assigned this Aug 19, 2024
@nihal467 nihal467 removed the stale label Aug 19, 2024
@rithviknishad rithviknishad self-assigned this Aug 19, 2024
@rithviknishad
Copy link
Member

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.

@nihal467
Copy link
Member

nihal467 commented Aug 19, 2024

@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

@r-nikhilkumar
Copy link
Contributor

r-nikhilkumar commented Sep 6, 2024

@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

@rithviknishad
Copy link
Member

@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

@aparnacoronasafe
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Up Next
Development

Successfully merging a pull request may close this issue.

6 participants