MIT-LCP / eicu-code

Code and website related to the eICU Collaborative Research Database

Home Page:https://eicu-crd.mit.edu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to find patients who enter ICU due to specific diseases?

tohokulgq opened this issue · comments

I want to find patients who have entered ICU due to pneumonia, and these patients have no history of sepsis before, How should I do?
I tried use admissiondx table to find patients with pneumonia,But I'm not sure if they were with sepsis when they were diagnosed into admissiondx table.

@alistairewj
Sir, can you please answer this question?, I will be very thankful.

thank you so much for your reply!

So the primary reason for ICU admission is APACHE admission records which in admissiondx, right?
and now I think maybe the diagnosis history could be found in pasthistory table.

Yes but be aware that the past history table is generally not thoroughly documented so absence of a dx listed does not necessarily mean there is not a past history of it.

On Fri, Feb 17, 2023, 00:49 tohokulgq @.> wrote: thank you so much for your reply! So the primary reason for ICU admission is APACHE admission records which in admissiondx, right? and now I think maybe the diagnosis history could be found in pasthistory table. — Reply to this email directly, view it on GitHub <#218 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD6USVACPFGTZJNRK3D6YJTWX4GPBANCNFSM6AAAAAAU4QLYKQ . You are receiving this because you commented.Message ID: @.>

Sorry to bother you again.

I want to know the meaning of 'activetx' in apachepredvar table.

Because i am doing the machine learning research right now and 'activetx'is the most important variable after the analysis of the machine learning model, but there are less explanation of this character.

Your answer will help me a lot! !