eicu-code icon indicating copy to clipboard operation
eicu-code copied to clipboard

Where can I find whether the patient was on ventilation at a particular time stamp?

Open hamzaowais opened this issue 6 years ago • 6 comments

hamzaowais avatar Dec 11 '17 16:12 hamzaowais

This is non-trivial and we welcome collaborative effort on this task!

alistairewj avatar Dec 12 '17 00:12 alistairewj

Will I find this information in nursecharting table?

hamzaowais avatar Feb 02 '18 22:02 hamzaowais

There is some information relevant to ventilation times in nursecharting, as well as other tables like respiratorycharting. We are working on an approach and will post an update in this repository when we have made more progress.

tompollard avatar Feb 02 '18 23:02 tompollard

There are "ventilator" and "nasal cannula" as oxygen administration devices. Can we safely assume that “ventilator” means that someone was intubated?

mornin avatar Aug 14 '18 07:08 mornin

I think that is a generally safe assumption, but for a few patients this may refer to non-invasive ventilation via tight-fitting mask and positive inspiratory pressure. Roger

On 8/14/2018 3:30 AM, mornin wrote:

There are "ventilator" and "nasal cannula" as oxygen administration devices. Can we safely assume that “ventilator” means that someone was intubated?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/MIT-LCP/eicu-code/issues/21#issuecomment-412780717, or mute the thread https://github.com/notifications/unsubscribe-auth/AHDnSkOP_n_KbwXouXf59FkMoOlrzAS3ks5uQnyTgaJpZM4Q9q5W.

-- Roger G. Mark, M.D., Ph.D. Professor of Health Sciences and Technology and of Electrical Engineering Room E25-505 MIT Cambridge, MA 02139 Tel 617-253-7818 Fax 617-258-7859

rgmark avatar Aug 14 '18 11:08 rgmark

Maybe this helps: using the code from @alistairewj's sofarespi query I'm trying to use this chunk of the code to find whether the patient was on ventilation the first 24 hours of admission: http://collabedit.com/hk63e Let me know if it's useful

theonesp avatar Aug 16 '18 18:08 theonesp