mmcdermott / MEDS_transforms

A simple set of MEDS polars-based ETL and transformation functions
MIT License
19 stars 5 forks source link

Death `time` columns that are reported with a 24h time of 00:00 in MIMIC-IV should likely be pushed back to 23:59 #103

Open mmcdermott opened 3 months ago

mmcdermott commented 3 months ago

See here: https://github.com/ipolharvard/ethos/blob/master/src/ethos/tokenize/mimic/preprocessors.py#L18C5-L24C1 for an example of this being done.

This should be added to the pre-MEDS script for MIMIC-IV.