You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm interested in distinguishing between periods of time that ICU patients received any type of nutrition (e.g. enteral, parenteral, or oral intake) and when they didn't (to use as a covariate in further analysis). Would you have any recommendations as to how to determine this in the MIMIC-IV database?
Specific questions:
So far, I have extracted all itemids that contain 'Nutrition' in the category column in the d_items table in mimic_icu and filtered all rows with these itemids from the inputevents table. Does this seem like a good approach or am I missing something?
Does "PO Intake" (itemid 226452) reflect oral food intake (i.e. does it also count as nutrition) or is it more likely to be water intake?
Also, do you consider this information to reliably capture whether a patient received any type of nutrition at a specific moment in time? For example, how well is oral food intake recorded?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm interested in distinguishing between periods of time that ICU patients received any type of nutrition (e.g. enteral, parenteral, or oral intake) and when they didn't (to use as a covariate in further analysis). Would you have any recommendations as to how to determine this in the MIMIC-IV database?
Specific questions:
Thank you in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions