Skip to content
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

CHF, ESRD and Sepsis #33

Open
Gh-pishgahi opened this issue Apr 29, 2021 · 1 comment
Open

CHF, ESRD and Sepsis #33

Gh-pishgahi opened this issue Apr 29, 2021 · 1 comment

Comments

@Gh-pishgahi
Copy link

Hi,
I want to evaluate admitted patients with ESRD, CHF, and Sepsis. I don't know if I consider the following values for CHF and ESRD, I have all of them or not? Could you please help me with how I can consider all ESRD and CHF patients? Considering the 'value' is a good approach to extract patients?
I have found different numbers of septic patients. Could you please tell me how many patients with sepsis exist? 3136 admission is correct?!

Values of CHF: 'Non-operatief Cardiovasculair - Congestief hart falen', 'Non-operative cardiovascular - CHF, congestive heart failure', 'Congestief hart falen', 'CHF, congestive heart failure'.

Values of ESRD: 'Dialyselijn Subclavia', 'DMC_Interne Geneeskunde_Renaal', 'Non-operatief Renaal', 'Dialyselijn', 'Apache II Operatief Renaal', 'Graft for dialysis, insertion of', 'D_Interne Geneeskunde_Renaal', 'Apache II Non-Operatief Renaal','Renaal', 'Post-operative cardiovascular - Graft for dialysis, insertion of'.

Thanks for your kind consideration,

@patrickthoral
Copy link
Member

The current database only contains the primary (and sometimes secondary) admission diagnoses (https://github.com/AmsterdamUMC/AmsterdamUMCdb/blob/master/concepts/diagnosis/reason_for_admission.ipynb).

Since ESRD (end stage renal disease) is never an ICU admission diagnosis you cannot directly select these patients. However, most patients will have data before the ICU admission (e.g. eGFR/Creatinine), so you might conclude this indirectly. In addition, patients with a shunt are bound to have ESRD (but as you can see, not many patients [142] have them):

index itemid item item_en abbreviation categoryid category category_en ordercategoryid ordercategory islabresult valueid value unitid unit low_normal_value high_normal_value table count count_validated
7622 18736 Shunt NaN Shunt 422 PROC. Lijnen/Catheter/Drains NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN processitems 142 Na

Sepsis AND congestive hart failure are admission diagnoses, but since you can only have ONE primary diagnosis, you may need to decide whether you want to start with a cohort a patients with CHF as admission diagnosis, and then select those which fulfill the criteria for sepsis.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants