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

Daily or Hourly Fluid Balance? #261

Closed
mornin opened this issue Aug 2, 2017 · 11 comments
Closed

Daily or Hourly Fluid Balance? #261

mornin opened this issue Aug 2, 2017 · 11 comments

Comments

@mornin
Copy link
Contributor

mornin commented Aug 2, 2017

Hi All,

We used to have a FLUID_BALANCE table in MIMIC II. Noticed that this table was removed for MIMIC III. Has anyone or other teams tried to calculate patients' daily or hourly fluid balance during their ICU stay?

Or is there a agreed list of item ids for all the input and output fluids? I have seen the codes on urine output. Any other works beyong UO?

Many thanks :)

@liuxiaoliXRZS
Copy link

liuxiaoliXRZS commented Aug 13, 2017

I found the itemids of fluid intake. This may be helpful to you. @mornin
itemids of fluid intake

@mornin
Copy link
Contributor Author

mornin commented Aug 14, 2017

Thanks a lot for sharing @liuxiaoliXRZS . Will look into it. Many thanks!

@ihalari
Copy link

ihalari commented Jan 31, 2018

Hello, I am doing some research into fluid balance in MIMIC and was wondering if there was any further insight that was identified based on these questions.

Specifically, I am trying to understand the following:

  1. Are there any specific variables to track fluid balance of patients (daily or hourly) in ICU in MIMIC III?
  2. If there is no specific variable, what is a good approach find variables to estimate fluid intake (oral, IV and etc.) so that we can estimate fluid balance based on fluid intake and urine output?

Any help and insight is much appreciated, thanks much in advance!

@liuxiaoliXRZS
Copy link

There is no good way to accurately calculate the amount of fluid intake per hour. The inputevents_cv might not suitable for computing intake per hour and inputevents_mv could approximately calculate them. You can see the Inputs and outputs to find reason. I hope that would be useful for you. @ihalari

@mylanhong
Copy link

@liuxiaoliXRZS Hello, after running "itemid_fluid_intake_mv.sql", l found there was no itemid. Is that true ?

@liuxiaoliXRZS
Copy link

Hi, I wrote this code with MIMIC-III v1.3( amountuom = 'mL'). You can revise it to amountuom = 'ml' and you will get the results. @mylanhong

@mylanhong
Copy link

@liuxiaoliXRZS Thank you for your help. By the way, is there any query to extract the amout of liquid intake of all patients for the first day in ICU, since it is an important parameter to evaluate organ perfusion ?

@liuxiaoliXRZS
Copy link

You can refer to urine-output-first-day.sql to get the first day of liquid intake. @mylanhong

@alfredoncs
Copy link

alfredoncs commented May 7, 2018 via email

@liuxiaoliXRZS
Copy link

liuxiaoliXRZS commented May 13, 2018

For me, I only use the cohort of 'metavision' and the table of inputevents_mv has the column of rate. So when I find all of itemids I need, I can use rate and durations (endtime - starttime) to calculate the daily amount of liquid intake. Inputs and outputs may be helpful for you. @alfredoncs

@alfredoncs
Copy link

alfredoncs commented May 14, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants