i want to know hosp.labelevenets include icu label or not? #1661
Answered
by
heisenbug-1
ggsimidaa168
asked this question in
MIMIC-IV
-
i want to know hosp.labelevenets include icu label or not? |
Beta Was this translation helpful? Give feedback.
Answered by
heisenbug-1
Oct 24, 2023
Replies: 1 comment 1 reply
-
Hi! You can also use icu.chartevents. It contains less data than hosp.labevents, but it has icu labels. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
alistairewj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
As far as I know, there's no icu stay_id in the hosp.labevents table, but you can join hosp.labevents with icu.icustays on subject_id and hadm_id, and then filter by time(measurement should be within icu intime and outtime), since hadm_id can be mapped to multiple icu stay_id.
You can also use icu.chartevents. It contains less data than hosp.labevents, but it has icu labels.