Skip to content
Discussion options

You must be logged in to vote

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.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ggsimidaa168
Comment options

Answer selected by alistairewj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants