Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
urine-output-first-day : input of GU irrigant as a negative volume #204
Comments
alistairewj
added a commit
that referenced
this issue
May 16, 2017
|
|
alistairewj |
a6071a1
|
|
I double checked the hospital formulas and it turns out they simply add |
alistairewj
closed this
May 16, 2017
shoyone
commented
May 22, 2017
|
@alistairewj Accoding to your comments, Could we just ignore GU irrigant in? In addition, I checked outputevents table filtered itemids related to urine-output and then I found minus numbers in itemid= 226560 (Void). Are those records errors/outliers? Thank you in advance. |
|
Yes, I suppose you could ignore GU irrigant. The effect is probably small.
I'm not sure exactly why there are negative void values - but my hunch is
it's a transcription error. Either they accidentally added the minus sign,
or the staff may have wanted to incorporate fluid administration to the
patient, but instead of documenting it in a "past fluids received" section
they documented it under void.
…
|
|
I should mention, I always like to check the notes for any hints when I'm
not sure about situations like these - you should try the same!
On May 22, 2017 8:33 AM, "Alistair Johnson" <alistair.e.w.j@gmail.com>
wrote:
…
|
shoyone
commented
May 23, 2017
|
Thanks, appreciate the help! |
|
No problem. |

shoyone commentedApr 25, 2017
Hi Support team,
I just would like to verify your comment in urine-output-first-day.sql.
In line 13, there is a comment, "we consider input of GU irrigant as a negative volume" and ID 227489 is used but when I see the line 53 and 54 in the SQL file, it seemed we should use ID 227488 as negative value.
227488, -- GU Irrigant Volume In
227489 -- GU Irrigant/Urine Volume Out
I would appreciate it if you would give me your thoughts.