-
Notifications
You must be signed in to change notification settings - Fork 45
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
Questions from reason for admission script #67
Comments
But it could be argued that when those diagnostic categories were developed, we did consider them as 'surgical' patients, so it's reasonable to include them.
Some combinations of antibiotics are also very often as prophylaxis, and not for empirical treatment of sepsis. For sepsis: metronidazol should be combined with ceftriaxon (or another antibiotic), co-amoxiclav normally would have been changed to ceftriaxon/metronidazol (and or other antibiotics) and co-trimoxazol is basically never used empirically as the sole antibiotic. In the rare case that (for our institution) prophylactic antibiotics have been used exclusively, the combination with cultures drawn should lead to a sepsis flag, but if the culture information is missing (i.e. not documented) you indeed might miss patients suffering from sepsis. This is definitely an area to improve upon, and for the next version of AmsterdamUMCdb we are looking into getting both the actual culture results and the (billing) diagnoses at discharge. |
In 'concepts/diagnosis/reason_for_admission.ipynb' script:
The following are marked as diagnoses variables, but not surgical. Is this correct? And if so, why are they not surgical?
--Not surgical: 13141, --D_Algemene chirurgie_Algemeen
--Not surgical: 16642, --DMC_Algemene chirurgie_Algemeen
Most cultures (as well as antibiotics including metronidazole, co-trimoxazol, co-amoxiclav) are excluded from the definition of sepsis because they are 'routinely used'. These seem relevant to a diagnosis of sepsis, so I was wondering how this was determined? Including these may result in false positives in the data, but excluding them may perhaps lead to many more false negatives. Is it just the case that specificity was deemed more important in this script here than sensitivity?
The text was updated successfully, but these errors were encountered: