Replies: 2 comments
-
LR in MIMIC-IV is under itemid 225828 and 225827. The two itemids that you mentioned are not in use, also mentioned in the d_items tables. Please let us know if you have any other questions about iv. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Prerequisites
Description
Estimating osmolarity of whole infused intravenous fluids, I found a pure clinical issue in the MIMIC-IV (probably also in the MIMIC-III). Ringer's lactate solution is one of most commonly used iv fluid during fluid resuscitation. Indeed, one can easily obtain
itemids
from thed_items
table, where 220953 (Ringers) and 220955 (Ringers lactate) are indicating it. But...inputevents
table.select * from physionet-data.mimic_icu.inputevents where itemid IN (220953, 220955);
In my perspective as a clinician, its absence would make the dataset to be unreliable. If I made a mistake, please point it out.
Thanks,
Younsuk.
Beta Was this translation helpful? Give feedback.
All reactions