MIT-LCP / eicu-code

Code and website related to the eICU Collaborative Research Database
https://eicu-crd.mit.edu
MIT License
314 stars 216 forks source link

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

Open tohokulgq opened 1 year ago

tohokulgq commented 1 year ago

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.

tohokulgq commented 1 year ago

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

obadawi commented 1 year ago

The APACHE admission dx system used does not have many choices for sepsis but you should be able to find it under the cardiovascular system diagnoses. This will provide the primary reason for admission for that specific stay. There isn't a consistent and reliable way to identify a past history of sepsis.

On Thu, Feb 16, 2023, 20:04 tohokulgq @.***> wrote:

@alistairewj https://github.com/alistairewj Sir, can you please answer this question?, I will be very thankful.

— Reply to this email directly, view it on GitHub https://github.com/MIT-LCP/eicu-code/issues/218#issuecomment-1433949268, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD6USVHAHN5PM35QV2KWNH3WX3FDRANCNFSM6AAAAAAU4QLYKQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

tohokulgq commented 1 year ago

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.

obadawi commented 1 year ago

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 https://github.com/MIT-LCP/eicu-code/issues/218#issuecomment-1434136011, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD6USVACPFGTZJNRK3D6YJTWX4GPBANCNFSM6AAAAAAU4QLYKQ . You are receiving this because you commented.Message ID: @.***>

tohokulgq commented 1 year ago

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! !