-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mechanical ventilation in eICU #82
Comments
#49 mentions that most of the offsets in |
See https://github.com/nus-mornin-lab/oxygenation_kc/blob/master/data-extraction/eICU/eicu_oxygen_therapy.sql for how we extracted ventilation start and end times. |
@willemvandenboom the vantilation start time and end times you extracted means oxygen_therapy? if we want extracte mechanical ventilatio(mv)n duration, we should refer this or some part of your code can represent mv? |
@VictorFY Indeed, our focus was oxygen therapy. Oxygen therapy is closely related to (mechanical) ventilation. Therefore, our script for MIMIC (https://github.com/nus-mornin-lab/oxygenation_kc/blob/master/data-extraction/MIMIC/mimic_oxygen_therapy.sql) heavily leans on the one that you reference (https://github.com/MIT-LCP/mimic-code/blob/master/concepts/durations/ventilation-durations.sql). Getting rid of exclusions due to lack of oxygen therapy in our script for the eICU-CRD (https://github.com/nus-mornin-lab/oxygenation_kc/blob/master/data-extraction/eICU/eicu_oxygen_therapy.sql), yields a way of extracting ventilation start and end times from the eICU-CRD. |
I need the total ventilation time in ICU unit. I checked the respiratorycare table; however, when I checked the minimum and maximum values of the ventstartoffset, ventendoffset columns, and it seems to me that they are inconsistent. And also I checked there are 865224 entries with zero ventendoffset out of 865381 total entries. In other words, only 157 entries have non zero values.
Is there any way to extract this information?
The text was updated successfully, but these errors were encountered: