[CS 598] Add derived datasets for MIMIC-IV for Ventilation Duration and Vasopressor Duration #477
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Names: Matthew Rimland (rimland2), Athan Liu (athanl2)
The paper title: Racial Disparities and Mistrust in End-of-Life Care
Link to original paper: https://proceedings.mlr.press/v85/boag18a.html
Type of contribution: Dataset
Description: As part of an extension to analyze ventilator administration duration and vasopressor administration durations, which were used to analyze racial disparities among cohorts of patients in MIMIC-III, we extended the work to derive similar tables for MIMIC-IV, which do not currently exist, and use them to analyze possible disparities within the MIMIC-IV dataset.
Derivations were based on MIMIC-III queries and the ones used can be found at https://github.com/mrimland/DL4H-Racial-Disparities-And-Mistrust/blob/main/Notebooks/GenerateVentVasoTables.ipynb
Eventual official derivations will likely be found at https://github.com/MIT-LCP/mimic-code/tree/main/mimic-iv/concepts
We also incorporate the dataset into the underlying MIMIC-IV dataset, and allow for splitting of the three tables we generated into independent frames for use.
Future tasks can also join these tables with other tables on stay_id.
New files: mimic4_derived.yaml, mimic4derived.py
Modified files: datasets/init.py, mimic4.py