mimic-website icon indicating copy to clipboard operation
mimic-website copied to clipboard

MIMICIV-ED pyxis table: Unclear interpretation of column

Open zhaoxiongjun opened this issue 2 years ago • 0 comments

Documentation issues only

  • Please only raise issues that relate to the MIMIC website here. All other issues - for example, requests for help with analyses - should be raised in the MIMIC Code Repository: https://github.com/MIT-LCP/mimic-code/issues I use pandas read the pyxis table, then use the code pyxis.head(), the print as follow: `
subject_id stay_id charttime med_rn name gsn_rn gsn
16113983 37539106 2116-06-09 23:21:00 1 Ondansetron ODT 1 41562.0
12363835 34078373 2177-02-13 02:55:00 1 Cepacol (Menthol) 2 58921.0
12363835 34078373 2177-02-13 02:55:00 1 Cepacol (Menthol) 3 67735.0
12363835 34078373 2177-02-13 02:55:00 1 Cepacol (Menthol) 1 28283.0
`

My Question is why the same drug Cepacol (Menthol) for the same stay_ ID, their GSN_ RN and GSN values are different?

zhaoxiongjun avatar Dec 03 '21 02:12 zhaoxiongjun