Skip to main content

Modeling mortality prediction in older adults with dementia receiving COVID-19 vaccination

Abstract

Objective

This study compared COVID-19 outcomes between vaccinated and unvaccinated older adults with and without cognitive impairment.

Method

Electronic health records from Israel from March 2020-February 2022 were analyzed for a large cohort (Nā€‰=ā€‰85,288) aged 65ā€‰+ā€‰. Machine learning constructed models to predict mortality risk from patient factors. Outcomes examined were COVID-19 mortality and hospitalization post-vaccination.

Results

Our study highlights the significant reduction in mortality risk among older adults with cognitive disorders following COVID-19 vaccination, showcasing a survival rate improvement to 93%. Utilizing machine learning for mortality prediction, we found the XGBoost model, enhanced with inverse probability of treatment weighting, to be the most effective, achieving an AUC-PR value of 0.89. This underscores the importance of predictive analytics in identifying high-risk individuals, emphasizing the critical role of vaccination in mitigating mortality and supporting targeted healthcare interventions.

Conclusions

COVID-19 vaccination strongly reduced poor outcomes in older adults with cognitive impairment. Predictive analytics can help identify highest-risk cases requiring targeted interventions.

Peer Review reports

Introduction

The coronavirus disease 2019 (COVID-19) pandemic created immense challenges for older adults with Alzheimer's disease and related dementias (ADRD) [1, 2]. These progressive neurological conditions involve impairment of cognitive functions including memory, language, and thinking, which were exacerbated by the pandemic's disruptions [3]. Indeed, individuals with ADRD have faced disproportionate adverse outcomes from COVID-19 infection compared to those without dementia, including higher mortality rates as shown in meta-analyses [4]. Increased morbidity, accelerated cognitive and functional decline, and a rise in urgent hospitalizations have also been reported in this population [5, 6]. These negative effects resulted from reduced access to formal caregivers, unemployment among individuals with ADRD, and physical isolation during lockdowns [2, 7]. Disrupted routines and decreased activity levels also contributed to documented cases of worsened behavioral issues and depression [6].

Accurately predicting mortality risk is especially critical for patients with ADRD, as it allows clinicians to have informed discussions with families, guide treatment decisions, and provide appropriate levels of care [7, 8]. However, while COVID-19 vaccinations have benefited the general senior population, their precise impacts on outcomes among older adults with ADRD remain less understood [2, 5]. Despite full vaccination, older adults with ADRD have shown higher breakthrough infection risks than vaccinated seniors without dementia [9]. Accordingly, there is a need for research comparing mortality rates and hospitalization incidence between vaccinated and unvaccinated individuals with ADRD across all pandemic phases. This study utilized predictive modeling to compare long-term mortality and hospitalization rates between people with and without ADRD, differentiated by vaccination status. These advanced analytics were employed since they can offer insights into vaccination effectiveness for this vulnerable group, and generate valuable prognostic information to aid patients, families, and providers.

Methods

This was a retrospective cohort study of the electronic medical records between March 01, 2020 and February 28, 2022, of older adults agedā€‰ā‰„ā€‰65 living in the community. All participants were insured for at least two years prior to the study [T1 (2018ā€“2020)] and during the study time frame [T2 (2020ā€“2022)] with Maccabi Healthcare Services (MHS), one of the major health management organizations in Israel. The cohort was divided into a group of patients with dementia and an age, gender, and socioeconomically matched control group without dementia. Both patient groups were further divided into those who had received COVID-19 vaccination and those who had not (see below).

Data collection

The electronic medical records for the dementia study group were obtained from the Cognitive Disorders Registry established by MHS in 2019. This registry was designed to facilitate comprehensive monitoring of patients with cognitive deterioration and includes the continuum of patients with pre-dementia mild cognitive impairment (MCI) all the way to those with severe dementia. The data for the control group was obtained from electronic medical records in MHS's general national database. The primary independent variable was COVID-19 vaccination status. Patients who had received a minimum of two mRNA or viral vector vaccine doses were designated as vaccinated, while patients who had received either a sole dose or none were designated as non-vaccinated. This classification leveraged the vaccination dates as a cumulative factor, ensuring a dynamic assessment of vaccination status over time.Data was collected on sociodemographic variables, including age, gender, geographical location, and socioeconomic strata; COVID-19 characteristics including COVID-19 infection and number of vaccine doses; and clinical attributes including severity of dementia, prescription or utilization of antipsychotic and/or antidepressant medications, diagnosed depression, utilization of home-based medical regimens, incidents of bone fractures including hip fractures, and the presence of documented medical conditions spanning hypertension, chronic obstructive pulmonary disease (COPD), diabetes mellitus (DM), immunosuppression, and obesity.

Data on healthcare-associated variables were also obtained, including metrics related to activities of daily living (ADL); incidences of visits to the emergency department; cumulative hospitalization duration; frequency of hospitalizations, geriatric clinic visits, family-centered clinic visits, geriatric teleconsultations, family telephonic interactions, appointments with psychiatrists, and social worker consultations; frequency of falls; and their attendant costs.

Data processing

In the data processing pipeline (Fig.Ā 1), several fundamental steps were undertaken to ensure the quality, reliability, and suitability of the dataset for subsequent analysis. The process began with sanitization, involving the cautious removal or modification of sensitive, redacted, or inconsistent entries to enhance data integrity. Subsequently, normalization was employed to standardize data features to a uniform scale, enabling equitable comparisons and analyses among diverse attributes. Addressing the challenge of missing values, a substitution strategy was applied, wherein gaps in the dataset were filled using techniques like K-Nearest Neighbors (KNN) imputation or predefined placeholders. To augment the dataset's richness and diversity, augmentation methods were deployed, generating new instances through replication, combination, or duplication of existing data points. Computation of absolute differences played a significant role for clinical characteristics, facilitating the calculation of variations between periods T1 (2018ā€“2020) and T2 (2020ā€“2022). Categorical data underwent transformation through one-hot encoding, converting categorical variables into numerical format by creating binary columns. Another approach, label encoding, was employed to assign unique integer labels to categorical categories. Data aggregation was carried out to merge datasets from diverse sources, such as healthcare records, vaccination records, and demographic information. This process facilitated a comprehensive view of individual profiles by combining relevant attributes into a unified record for each subject. These data pre-processing steps collectively ensured data readiness for subsequent analysis, enhancing the reliability and validity of insights derived from the dataset in the context of the study's objectives.

Fig.Ā 1
figure 1

Data integration and pre-processing pipeline for integrated databases

Statistical analysis

Descriptive statistics, including means and standard deviations for continuous variables, and percentages for categorical variables, were utilized to characterize the sociodemographic characteristics, COVID-19 characteristics, and clinical characteristics of the participants. To assess the statistical differences between groups, T-tests were employed for continuous variables, while Chi-squared tests were used for categorical variables, as appropriate. The level of significance for all statistical analyses was 5%. The data analysis was performed using Python (version 3.9.16).

Machine learning models

For mortality prediction, we employed both logistic regression and tree-based models (Fig.Ā 1). In our utilization of the logistic regression model, we adopted the "newton-cg" solver, which leverages second-order derivative information (Hessian matrix) to adjust its search direction. This characteristic contributes to quicker convergence, especially when addressing imbalanced data scenarios. The "newton-cg" solver is particularly suited for imbalanced datasets exhibiting distinct class separation. This suitability is observed when a majority of instances within the minority class are distinctly separated from those in the majority class [10,11,12,13].

In refining our classifier tree-based models, including Random Forest, XGBoost, LightGBM, and CatBoost, we employed a comprehensive approach to hyperparameter tuning using random search cross-validation, as facilitated by the scikit-learn library. This process was particularly focused on optimizing the Area Under the Curve (AUC) as the primary loss function. Following this, we leveraged the best-performing hyperparameters to evaluate the models on a separate validation set. Our evaluation function not only computed the AUC-ROC and AUC-PR but also employed bootstrapping to estimate 95% confidence intervals for these metrics, providing a robust assessment of model performance. This approach enabled us to address potential overfitting effectively and ensure the generalizability of our predictive models across unseen data, as demonstrated through detailed metrics including recall, precision, F1 score, and balanced accuracy. Our methodology thus underscores the rigor of our model fitting and validation process, ensuring the reliability and applicability of our findings to broader contexts. The hyperparameters that underwent adjustment included the number of trees (n_estimators), the maximum depth of trees (max_depth), and the learning rate. It's important to note that there were some differences for specific classifiers. For instance, the learning rate was not applicable to the Random Forest classifier, and for the CatBoost classifier, the maximum depth was constrained to a maximum value of 16, leading to the use of different intervals during tuning. With these exceptions, the majority of hyperparameters were consistent across models. To determine the best model, an evaluation metric called the area under the receiver operating characteristic curve (AUC score) was utilized. The same process of fine-tuning was extended to models that incorporated various built-in methods to address class imbalance, as detailed in TableĀ 2. In addition to these methods, a technique called inverse probability of treatment weighting (IPTW) was employed in conjunction with the logistic regression and Gaussian Naive Bayes (GaussianNB) algorithms [14].

IPTW was used to counteract the bias introduced by the imbalanced distribution of mortality in the dataset. This was achieved by assigning appropriate weights to individual instances based on their treatment propensities. In essence, these weights represented the degree to which each instance was representative of the overall population. Logistic regression and GaussianNB were employed to model the propensity scores, which indicate the likelihood of an individual being vaccinated. These propensity scores were then utilized to compute weights for each instance in the dataset. The strength of this methodology lies in the combination of logistic regression and GaussianNB to compute propensity scores, leading to the generation of customized weights for each instance. These individualized weights were then used to counteract the adverse effects of class imbalance in the dataset. The ultimate result was an enhancement in both the fairness and accuracy of subsequent predictions related to mortality. The assessment of the models involved the utilization of diverse scoring techniques provided by the scikit-learn library. These methods encompassed AUC, as discussed above, area under the precision recall (AUC-PR), confusion matrix, specificity, sensitivity, recall, precision, F1 score, and balanced accuracy. Furthermore, the evaluation of the random search cross-validation encompassed the utilization of the learning_curve function. This function facilitated the determination of cross-validated training and test scores, specifically across varying training set sizes. To visualize the models' performance, their AUC and AUC-PR values were portrayed using the roc_curve and precision_recall_curve functions from the scikit-learn library. This allowed for a comprehensive understanding of how the models' predictive capabilities were distributed across different thresholds and recall-precision balances. The AUC-PR metric focuses its evaluation on the performance of the positive (minority) class, thus enabling a more targeted assessment of a model's effectiveness in identifying and classifying instances of the minority class, which is often of greater interest in imbalanced scenarios. Confidence intervals (CIs) for both AUC and AUC-PR were computed to quantify the uncertainty associated with these performance metrics. Bootstrapping, a resampling technique, was employed to generate multiple resampled datasets from the original data, allowing for the creation of distributions of AUC and AUC-PR values. By repeating this process numerous times, confidence intervals were established by determining the lower and upper bounds of percentiles within the distributions. These intervals provided a measure of the range within which the true AUC and AUC-PR values were likely to fall with a specified confidence level [15].

Ethical consideration

The study protocol was approved by the Institutional Human Subjects Ethics Committee of Maccabi Healthcare Services (0075ā€“22-MHS) of the relevant medical facility. Written informed consent was waived by the Institutional Review Board of Maccabi Healthcare Services. All performed procedures followed the ethical standards of both the institutional and national research committees.

Results

In the study, 29,925 patients were ascribed to the Cognitive Disorder Registry and 68,392 apart of the control group. Out of the remaining individuals, 68,556 (80%) had received vaccination, while 16,732 (20%) remained unvaccinated. Throughout the duration of the study, the Cognitive Disorder Registry was associated with 29,925 individuals, and 68,392 individuals were included in the control group, totaling 98,317 individuals in the cohort. To ensure the integrity and comparability of our data, 13,029 individuals were excluded during the data pre-processing phase. This exclusion was due to the absence of presence in both periods, T1 (before the pandemic) and T2 (during the pandemic), rather than solely based on unmatched criteria like age, gender, and socioeconomic status. This approach was taken to accurately assess the impact of COVID-19 vaccination on mortality by comparing individuals with consistent data across both time frames.Statistical analysis revealed a significant difference in gender, age, and socioeconomic status (SES) distribution between the vaccinated and unvaccinated groups (pā€‰<ā€‰0.001), making the unvaccinated group older and with a lower SES (Appendix 1). This demographic disparity was due to a larger number of vaccinated patients in the study sample. During the initial sampling, vaccination status was not considered as a parameter, and the two groups initially showed no significant differences in demographic characteristics.

A higher proportion of the vaccinated individuals (37%) tested positive for COVID-19 compared to the unvaccinated group (18%) (pā€‰<ā€‰0.001). However, the unvaccinated group exhibited a significantly higher mortality rate (51%) compared to the vaccinated group (3%) (pā€‰<ā€‰0.001), emphasizing the role of vaccination in protecting against mortality. The unvaccinated individuals also showed a higher prevalence of cognitive disorders (38% vs. 25%, pā€‰<ā€‰0.001), dementia characteristics (8% vs. 6%, pā€‰<ā€‰0.001), immunosuppression (28% vs. 18%, pā€‰<ā€‰0.001), diabetes (37% vs. 33%, pā€‰<ā€‰0.001), use of antipsychotics medication (24% vs. 12%, pā€‰<ā€‰0.001), and prescription rates for psychiatric medication (17% vs. 11%, pā€‰<ā€‰0.001).

The unvaccinated group also had other disadvantages to the vaccinated group including more hospitalization days (see TableĀ 1).

Table 1 Continuous variables analysis. Mean and standard deviation (SD) of the absolute magnitudes of differences between the measurements taken at time points T2 and T1

These discrepancies in the continuous variables resulting from the data imbalance between the vaccinated and unvaccinated patients could significantly affect the training of the machine learning models to predict mortality. The imbalance in the distribution of these variables may introduce bias and skew the model's learning process, making it more challenging to accurately predict mortality outcomes for both the vaccinated and unvaccinated groups. To tackle the imbalance, the machine learning models were categorized into four distinct groups: those without weighted classes, models utilizing class-weighting techniques, models incorporating IPTW using logistic regression, and models employing IPTW with GaussianNB (as outlined in eAppendix 2).

The models were rigorously evaluated on the validation set using a comprehensive suite of scoring metrics, with a particular focus on AUC and AUC-PR curves, as illustrated in Fig.Ā 2. All models, each employing distinct weighting methodologies, consistently exhibited AUC values ranging from 0.96 to 0.98, along with AUC-PR values between 0.82 and 0.89, indicative of robust performance. Nevertheless, LightGBM, when employing IPTW with GaussianNB, attained the highest AUC value, while XGBoost, devoid of weighted methods, yielded the highest AUC-PR value, positioning them as potential optimal models. Despite the promising scores, the prospect of overfitting necessitated attention. While several models demonstrated elevated AUC scores across all sections, certain models displayed overfitting tendencies when comparing training and validation results using the learning_curve method. Notably, the random forest and CatBoost models exhibited overfitting, with random forest displaying the most severe case. Strikingly, the logistic regression method showcased excellent outcomes concerning overfitting, evidenced by the minimal disparity between training and validation AUC values. The results for XGBoost also indicated convergence between training and validation AUC values. While LightGBM demonstrated promising training and validation AUC outcomes, it showed comparatively limited generalization capabilities compared to XGBoost and logistic regression. To identify the optimal model for the test set, confidence intervals (CIs) for both AUC and AUC-PR were employed. The XGBoost model utilizing IPTW calculated with logistic regression exhibited the narrowest AUC-CI and AUC-PR-CI (AUC CI: 0.97624ā€“9, AUC-PR CI: 0.8903ā€“5), suggesting enhanced confidence in its performance assessment. The test set outcomes, using the XGBoost model utilizing IPTW calculated with logistic regression, resulted with an AUC value of 0.9773 and an AUC-PR value of 0.8969. The AUC CI (0.97732ā€“0.97737) and AUC-PR CI (0.8969- 0.8971) further substantiate the model's reliable performance.

Fig.Ā 2
figure 2

The Effect of Imbalance Weighting and IPTW on the performance of machine learning models for Binary mortality prediction

The test set confusion matrix [TP/FP/FN/TN 12484/207/456/1352, respectively] reiterated the model's capacity in effectively distinguishing between true positives, false positives, true negatives, and false negatives (TableĀ 2).

Table 2 Evaluation metrics test set results of XGBoost Model using IPTW with logistic regression

The feature importance analysis from the selected model (Fig.Ā 3) underscores the substantial influence of the "Vaccinated" feature in predicting mortality within the population with cognitive disorders, including dementia. The relatively high feature importance value assigned to "Vaccinated" (0.34) implies a notable association between COVID-19 vaccination and a potentially protective effect against mortality in this specific group. This finding suggests that individuals who have been vaccinated against COVID-19 may experience a reduced likelihood of mortality compared to their unvaccinated counterparts within the context of cognitive disorders and related health conditions. Additionally, the feature importance attributed to "Hospitalization days difference" (0.11) within the predictive model holds noteworthy implications for mortality prediction which indicates that changes in hospitalization duration, possibly reflecting the severity of medical conditions or healthcare interventions, are closely associated with mortality risk. Therefore, individuals with shorter hospitalization stays or those who experience more substantial fluctuations in their hospitalization durations may exhibit distinct mortality patterns. Among cognitive disorder related features 'Dementia' holds a relatively higher importance (0.01175) indicating that it contributes more significantly to mortality prediction compared to 'prescription of antipsychotic drugs' (0.008), 'utilization of antidepressants' (0.0117), 'prescription of antidepressants' (0.006), and 'depression diagnosis' with zero influence. A comprehensive analysis unveiled that when specifically investigating the significance of the "Vaccinated" feature within the subgroup of individuals registered with cognitive disorders, its importance is notably higher at 0.65, as opposed to those individuals not included in the Cognitive Disorder Registry, where its importance measures 0.42. While other comorbidities had a varying feature importance, the analysis of feature importance revealed a finding concerning the impact of treatment-related factors, encompassing costs, home treatment, nursing home entitlement, and ADL values. This collective influence indicates that the presence or absence of attentive care, whether through these treatment measures, strongly influences mortality prediction. Moreover, the observation that various visiting features exhibit low to negligible importance in mortality prediction suggests potential factors at play. This phenomenon could be attributed to the context of the COVID-19 period, during which individuals may not have maintained regular visits to healthcare practitioners. Additionally, the proximity of a caregiver or lack thereof for individuals above the age of 65 emerges as a compelling determinant in influencing individual longevity, potentially overshadowing the significance of other visiting features TableĀ 3.

Fig.Ā 3
figure 3

Feature importance analysis within the XGBoost model with IPTW weights calculated using logistic regression

Table 3 Performance Comparison of Various Machine Learning Models for Binary Mortality Prediction. Description: Description: The table displays performance metrics for various machine learning models employed in binary mortality prediction on the validation set. Evaluation criteria include AUC, AUC-PR, confusion matrix (TP/FP/FN/TN), specificity, sensitivity, recall, precision, F1 score, and balanced accuracy. The models encompass fundamental machine learning algorithms, models employing built-in weighted imbalance methods, and models utilizing inverse probability of treatment weighting, incorporating both Logistic Regression and GaussianNB

Discussion

The key findings of this study offer important insights into the effects of COVID-19 vaccination on mortality outcomes in older adults with cognitive disorders and dementia. Among this high-risk population, a lack of vaccination was associated with dramatically increased risks of mortality, despite higher COVID-19 positivity rates in the vaccinated group. These results align with previous studies demonstrating reduced mortality after vaccination in older and medically fragile populations [16,17,18].

For dementia specialists, the findings of a strong protective effect of COVID-19 vaccination on mortality risk among those with cognitive impairment have broader clinical implications as we enter the post-pandemic period. Continuing to emphasize the significance of regular immunization against high-risk respiratory pathogens, such as influenza and COVID-19, offers clinicians the opportunity to extend the observed advantages in longevity that emerged during the pandemic to this particularly susceptible patient demographic [19]. The optimization of vaccination coverage stands as a potent, yet underutilized avenue for diminishing preventable mortality and morbidity linked with vaccine-preventable diseases among individuals with dementia [19, 20].

The considerable imbalance between vaccinated and unvaccinated groups introduces confounding biases reflecting real-world demographic disparities in vaccination uptake. The unvaccinated individuals tended to be older, frailer, and sicker, with higher rates of comorbid conditions like DM and immunosuppression that could independently increase mortality risk [21, 22]. The unvaccinated group also had greater needs for healthcare services including hospitalization and daily living assistance. By employing rigorous statistical weighting techniques during modeling, our machine learning approach accounted for these imbalances. The feature importance analyses further adjust for factors like dementia severity when identifying vaccination as the top predictor of mortality [23, 24].

The feature importance analysis from the optimized XGBoost model illuminates the contribution of various factors in predicting mortality risk within this vaccinated and unvaccinated cohort of older adults with cognitive disorders. The prominent role of the "Vaccinated" feature, especially within those with cognitive disorders, highlights a potential protective association between COVID-19 vaccination and reduced mortality in this high-risk group [8, 25]. Hospitalization days difference by any case also emerged as an influential indicator of mortality, implying that greater disease severity and more intensive healthcare interventions are closely linked to worse outcomes [26, 27].

The collective significance of treatment-related factors, such as costs, access to home care, eligibility for nursing home services, and assistance requirements for activities of daily living, underscores the pivotal role of comprehensive supportive care in shaping mortality outcomes, suggesting that greater care availability promotes longevity in this population [28, 29].

Proximity of caregivers emerged as a salient predictor of mortality specifically among those over 65 years of age. This highlights the key role that regular in-person care and assistance from dedicated caregivers may play in promoting longevity in older populations, including those with cognitive impairment [30,31,32]. On the other hand, visiting features related to frequency of visits from physicians, nurses and social workers carried little importance in the predictive model. This lack of significance for visiting features likely stems from widespread limitations or reductions in routine in-person healthcare visits during the COVID-19 pandemic period. With temporary disruptions to normal healthcare access, the frequency of visiting various providers was likely diminished and may not have held its typical influence in mortality prediction models [33]. However, this finding underscores the need to re-establish regular visitation and care coordination as the pandemic wanes, particularly for vulnerable seniors and those unable to independently access services [34, 35].

The findings from this study have several important implications for clinical practice and policy decisions regarding COVID-19 vaccination of older adults with dementia. First, we provide novel evidence that vaccination conferred significant protection against mortality even during the highly transmissible Omicron period. This adds to the scarce literature and reinforces vaccination as a critical strategy for protecting this vulnerable population.

Second, by applying ML models, we were able to generate personalized risk predictions based on individual patient characteristics. This offers clinicians valuable guidance to help identify those at highest risk of poor outcomes who may warrant more aggressive preventive measures or care planning. Such individualized risk stratification could help optimize resource allocation and clinical management of COVID-19 in this complex patient group [36].

Finally, at a policy level, our results provide public health decision-makers with real-world effectiveness data to inform vaccination prioritization, booster recommendations, and public messaging targeting older adults with dementia and their caregivers. Demonstrating the ongoing protection against severe illness and death enhances confidence in COVID-19 vaccines as a priority intervention for this high-risk population.

Limitations

This study had several limitations. First, the single health system cohort may not fully generalize findings to other populations, though the large diverse sample provides valuable real-world data. Second, while rigorous methods were used to account for confounding, residual confounding from unmeasured factors is possible in this observational study. The analyses would be strengthened with additional details on timing of vaccination, specific vaccine types, and reasons for non-vaccination. Longer-term follow-up is needed to ascertain enduring protective effects. Further, while IPTW was used to balance observed factors, residual bias from unmeasured confounders not included in the propensity score model cannot be ruled out.

Nevertheless, leveraging a robust predictive modeling approach, this study offers clinically useful evidence that COVID-19 vaccination substantially reduces mortality risk in a vulnerable population of older adults with cognitive impairment, underscoring the importance of focused efforts to increase vaccine uptake among those at highest risk. It's possible some of those who remained unvaccinated represented a very high-risk group. Advanced health issues, disability, or severe cognitive impairment could have impacted their ability to consent to or access vaccination. For those with extreme frailty or dementia, the choice may have been out of their control. Therefore, the unvaccinated in our study may over-represent the oldest and sickest individuals faced with barriers to vaccination. We cannot rule out residual confounding from factors like diminished capacity, despite our adjustments. Generalizability to very frail older populations is limited.

Conclusions

Our analysis reveals a significant impact of COVID-19 vaccination on reducing mortality risk within a large, demographically diverse cohort of older adults, both with and without cognitive impairment. Notably, among those diagnosed with cognitive disorders, vaccination was associated with a remarkable 93% (pā€‰<ā€‰0.001) survival rate. This rate was derived through a comparative analysis, between vaccinated and unvaccinated individuals within registar cognitive disorder subgroup, highlighting the profound protective effect of vaccination. These findings underscore the urgent need to enhance vaccination efforts and address disparities, ensuring vulnerable populations receive the protection they critically need to prevent mortality Additionally, the machine learning models, particularly XGBoost with inverse probability of treatment weighting, provide clinically useful tools to reliably predict individual patient mortality risk based on key factors like vaccination status, hospitalization duration, and dementia severity. Overall, the study highlights the vital importance of holistic, patient-centered medical care and equitable access to protective vaccination to improve outcomes for older adults during COVID-19.

Availability of data and materials

The datasets used and/or analysed during the current study available from the corresponding author on reasonable request

References

  1. Numbers K, Neurology HBNR, 2021 undefined. The effects of the COVID-19 pandemic on people with dementia. nature.comK Numbers, H BrodatyNature Reviews Neurology, 2021ā€¢nature.com. Accessed 2 Aug 2023. https://www.nature.com/articles/s41582-020-00450-z

  2. Saragih ID, Saragih IS, Batubara SO, Lin CJ. Dementia as a mortality predictor among older adults with COVID-19: A systematic review and meta-analysis of observational study. Geriatr Nurs (Minneap). 2021;42(5):1230ā€“9. https://doi.org/10.1016/J.GERINURSE.2021.03.007.

    ArticleĀ  Google ScholarĀ 

  3. Veronese N, Koyanagi A, Dominguez LJ, et al. Multimorbidity increases the risk of dementia: a 15 year follow-up of the SHARE study. Age Ageing. 2023;52(4). https://doi.org/10.1093/AGEING/AFAD052

  4. Liu N, Sun J, Wang X, MZJ of A, 2020 undefined. The impact of dementia on the clinical outcome of COVID-19: a systematic review and meta-analysis. content.iospress.comN Liu, J Sun, X Wang, M Zhao, Q Huang, H LiJournal of Alzheimerā€™s Disease, 2020ā€¢content.iospress.com. Accessed 2 Aug 2023. https://content.iospress.com/articles/journal-of-alzheimers-disease/jad201016

  5. Hariyanto TI, Putri C, Situmeang RFV, Kurniawan A. Dementia is a predictor for mortality outcome from coronavirus disease 2019 (COVID-19) infection. Eur Arch Psychiatry Clin Neurosci. 2021;271(2):393ā€“5. https://doi.org/10.1007/S00406-020-01205-Z.

    ArticleĀ  PubMedĀ  Google ScholarĀ 

  6. Soysal P, Smith L, Trott M, et al. The Effects of COVID-19 lockdown on neuropsychiatric symptoms in patients with dementia or mild cognitive impairment: A systematic review and meta-analysis. Psychogeriatrics. 2022;22(3):402ā€“12. https://doi.org/10.1111/PSYG.12810.

    ArticleĀ  PubMedĀ  PubMed CentralĀ  Google ScholarĀ 

  7. Gilstrap L, Zhou W, Alsan M, Nanda A, Skinner JS. Trends in Mortality Rates Among Medicare Enrollees With Alzheimer Disease and Related Dementias Before and During the Early Phase of the COVID-19 Pandemic. JAMA Neurol. 2022;79(4):342ā€“8. https://doi.org/10.1001/JAMANEUROL.2022.0010.

    ArticleĀ  PubMedĀ  PubMed CentralĀ  Google ScholarĀ 

  8. Georgakopoulou VE, Gkoufa A, Tsakanikas A, et al. Predictors of COVID-19-associated mortality among hospitalized elderly patients with dementia. Exp Ther Med. 2023;26(2):1ā€“6. https://doi.org/10.3892/ETM.2023.12094.

    ArticleĀ  Google ScholarĀ 

  9. Wang L, Davis P, Kaelber D, Dementia RXA&, 2023 undefined. COVIDā€19 breakthrough infections and hospitalizations among vaccinated patients with dementia in the United States between December 2020 and August 2021. Wiley Online Library. 2022;19(2):421ā€“432. https://doi.org/10.1002/alz.12669

  10. Alharbi F, Ouarbya L, Ward JA. Comparing Sampling Strategies for Tackling Imbalanced Data in Human Activity Recognition. Sensors (Basel). 2022;22(4). https://doi.org/10.3390/S22041373

  11. Banoei MM, Dinparastisaleh R, Zadeh AV, Mirsaeidi M. Machine-learning-based COVID-19 mortality prediction model and identification of patients at low and high risk of dying. Crit Care. 2021;25(1). https://doi.org/10.1186/S13054-021-03749-5

  12. Jimenez-Solem E, Petersen TS, Hansen C, et al. Developing and validating COVID-19 adverse outcome risk prediction models from a bi-national European cohort of 5594 patients. Sci Rep. 2021;11(1). https://doi.org/10.1038/S41598-021-81844-X

  13. An C, Lim H, Kim DW, Chang JH, Choi YJ, Kim SW. Machine learning prediction for mortality of patients diagnosed with COVID-19: a nationwide Korean cohort study. Sci Rep. 2020;10(1). https://doi.org/10.1038/S41598-020-75767-2

  14. Naiem S, Khedr AE, Marie M, Idrees AM. Enhancing the Efficiency of Gaussian NaĆÆve Bayes Machine Learning Classifier in the Detection of DDOS in Cloud Computing. IEEE Access;Ā 2023.

  15. van Doorn WPTM, Stassen PM, Borggreve HF, et al. A comparison of machine learning models versus clinical evaluation for mortality prediction in patients with sepsis. PLoS One. 2021;16(1 January). https://doi.org/10.1371/JOURNAL.PONE.0245157

  16. Nilsson L, Andersson C, Kastbom L, Sjƶdahl R. Association between vaccination and preventive routines on COVID-19-related mortality in nursing home facilities: a population-based systematic retrospective chart review. Prim Health Care Res Dev. 2022;23(e75): e75. https://doi.org/10.1017/S1463423622000640.

    ArticleĀ  PubMedĀ  PubMed CentralĀ  Google ScholarĀ 

  17. Soiza RL, Scicluna C, Thomson EC. Efficacy and safety of COVID-19 vaccines in older people. Age Ageing. 2021;50(2):279ā€“83. https://doi.org/10.1093/AGEING/AFAA274.

    ArticleĀ  PubMedĀ  Google ScholarĀ 

  18. Wang QQ, Davis PB, Gurney ME, Xu R. COVID-19 and dementia: Analyses of risk, disparity, and outcomes from electronic health records in the US. Alzheimerā€™s & Dementia. 2021;17(8):1297ā€“306. https://doi.org/10.1002/ALZ.12296.

    ArticleĀ  CASĀ  Google ScholarĀ 

  19. Berry SD, Goldfeld KS, McConeghy K, et al. Evaluating the Findings of the IMPACT-C Randomized Clinical Trial to Improve COVID-19 Vaccine Coverage in Skilled Nursing Facilities. JAMA Intern Med. 2022;182(3):324ā€“31. https://doi.org/10.1001/JAMAINTERNMED.2021.8067.

    ArticleĀ  CASĀ  PubMedĀ  Google ScholarĀ 

  20. Fink A, Hermann A, GĆ¼nster C, Doblhammer G. Influenza Vaccination in Patients With Dementia and Parkinsonā€™s Disease: An Analysis of Routine Health Insurance Data for the Years 2014ā€“2019. Dtsch Arztebl Int. 2022;119(5):66. https://doi.org/10.3238/ARZTEBL.M2022.0101.

    ArticleĀ  PubMedĀ  PubMed CentralĀ  Google ScholarĀ 

  21. Wang W, Wang CY, Wang SI, Wei JCC. Long-term cardiovascular outcomes in COVID-19 survivors among non-vaccinated population: A retrospective cohort study from the TriNetX US collaborative networks. EClinicalMedicine. 2022;53. https://doi.org/10.1016/j.eclinm.2022.101619

  22. Papagoras C, Fragoulis GE, Zioga N, et al. Better outcomes of COVID-19 in vaccinated compared to unvaccinated patients with systemic rheumatic diseases. Ann Rheum Dis. 2022;81(7):1013ā€“6. https://doi.org/10.1136/ANNRHEUMDIS-2021-221539.

    ArticleĀ  CASĀ  PubMedĀ  Google ScholarĀ 

  23. Lee CJ, Woo W, Kim AY, et al. Clinical manifestations of COVID-19 breakthrough infections: A systematic review and meta-analysis. J Med Virol. 2022;94(9):4234ā€“45. https://doi.org/10.1002/JMV.27871.

    ArticleĀ  CASĀ  PubMedĀ  PubMed CentralĀ  Google ScholarĀ 

  24. Havers FP, Pham H, Taylor CA, et al. COVID-19-associated hospitalizations among vaccinated and unvaccinated adultsā‰„ 18 yearsā€“COVID-NET, 13 states, January 1ā€“July 24, 2021. medrxiv.org. 2022;182(10):1071ā€“1081. https://doi.org/10.1001/jamainternmed.2022.4299

  25. Dadras O, SeyedAlinaghi SA, Karimi A, et al. Retracted: COVID-19 mortality and its predictors in the elderly: A systematic review. Health Sci Rep. 2022;5(3): e657. https://doi.org/10.1002/HSR2.657.

    ArticleĀ  PubMedĀ  PubMed CentralĀ  Google ScholarĀ 

  26. Havers FP, Pham H, Taylor CA, et al. COVID-19-Associated Hospitalizations Among Vaccinated and Unvaccinated Adults 18 Years or Older in 13 US States, January 2021 to April 2022. JAMA Intern Med. 2022;182(10):1071ā€“81. https://doi.org/10.1001/JAMAINTERNMED.2022.4299.

    ArticleĀ  PubMedĀ  PubMed CentralĀ  Google ScholarĀ 

  27. Tenforde MW, Self WH, Adams K, et al. Association Between mRNA Vaccination and COVID-19 Hospitalization and Disease Severity. JAMA. 2021;326(20):2043ā€“54. https://doi.org/10.1001/JAMA.2021.19499.

    ArticleĀ  CASĀ  PubMedĀ  Google ScholarĀ 

  28. Dessie ZG, Zewotir T. Mortality-related risk factors of COVID-19: a systematic review and meta-analysis of 42 studies and 423,117 patients. BMC Infect Dis. 2021;21(1):1ā€“28. https://doi.org/10.1186/S12879-021-06536-3/FIGURES/10.

    ArticleĀ  Google ScholarĀ 

  29. Ho FK, Petermann-Rocha F, Gray SR, et al. Is older age associated with COVID-19 mortality in the absence of other risk factors? General population cohort study of 470,034 participants. PLoS ONE. 2020;15(11): e0241824. https://doi.org/10.1371/JOURNAL.PONE.0241824.

    ArticleĀ  CASĀ  PubMedĀ  PubMed CentralĀ  Google ScholarĀ 

  30. Negri A, Conte F, Caldiroli CL, Neimeyer RA, Castiglioni M. Psychological Factors Explaining the COVID-19 Pandemic Impact on Mental Health: The Role of Meaning, Beliefs, and Perceptions of Vulnerability and Mortality. Behav Sci. 2023;13(2):162. https://doi.org/10.3390/BS13020162/S1.

    ArticleĀ  PubMedĀ  PubMed CentralĀ  Google ScholarĀ 

  31. Cohen SA, Nash CC, Greaney ML. Informal Caregiving During the COVID-19 Pandemic in the US: Background, Challenges, and Opportunities. 101177/08901171211030142c. 2021;35(7):1032-1036 https://doi.org/10.1177/08901171211030142C

  32. Webb LM, Chen CY. The COVIDā€19 pandemicā€™s impact on older adultsā€™ mental health: Contributing factors, coping strategies, and opportunities for improvement. Int J Geriatr Psychiatry. 2022;37(1). https://doi.org/10.1002/GPS.5647

  33. Wammes JD, Kolk, MSc D, van den Besselaar, MD JH, MacNeil-Vroomen, PhD JL, Buurman-van Es, RN BM, van Rijn, PhD M. Evaluating Perspectives of Relatives of Nursing Home Residents on the Nursing Home Visiting Restrictions During the COVID-19 Crisis: A Dutch Cross-Sectional Survey Study. J Am Med Dir Assoc. 2020;21(12):1746-1750.e3. https://doi.org/10.1016/J.JAMDA.2020.09.031

  34. Sama SR, Quinn MM, Galligan CJ, et al. Impacts of the COVID-19 Pandemic on Home Health and Home Care Agency Managers, Clients, and Aides: A Cross-Sectional Survey, March to June, 2020. 101177/1084822320980415. 2020;33(2):125ā€“129:https://doi.org/10.1177/1084822320980415

  35. Lee K, Chuang NK, Lee SA, Israeli AA. How COVID-19 influences the future of service management professions. J Hospitality Tourism Insights. 2022;5(3):629ā€“46. https://doi.org/10.1108/JHTI-11-2020-0224/FULL/XML.

    ArticleĀ  Google ScholarĀ 

  36. Khan IU, Aslam N, Aljabri M, et al. Computational Intelligence-Based Model for Mortality Rate Prediction in COVID-19 Patients. Int J Environ Res Public Health. 2021;18(12):6429. https://doi.org/10.3390/IJERPH18126429.

    ArticleĀ  CASĀ  PubMedĀ  PubMed CentralĀ  Google ScholarĀ 

Download references

Funding

None.

Author information

Authors and Affiliations

Authors

Contributions

ZR and SK conceptualized and designed the study, collated data, contributed to writing the first draft and revised the manuscript. MS conceptualized the study, performed analyses, prepared figures, contributed to writing the first draft and revised the manuscript. YA conceptualized the study, provided insights on data interpretation, performed analyses and revised the manuscript for important intellectual content.Ā  All authors approved the final manuscript and agree to be accountable for all aspects of the work.

Corresponding authors

Correspondence to Zorian Radomyslsky or Sara Kivity.

Ethics declarations

Ethics approval and consent to participate

The study protocol was approved by the Institutional Human Subjects Ethics Committee (0075ā€“22-MHS) of the relevant medical facility. Written informed consent was waived by the Institutional Review Board of Maccabi Healthcare Services. All performed procedures followed the ethical standards of both the institutional and national research committees.

Consent for publication

N/a.

Competing interests

The authors declare no competing interests.

Additional information

Publisherā€™s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Supplementary Information

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Radomyslsky, Z., Kivity, S., Alon, Y. et al. Modeling mortality prediction in older adults with dementia receiving COVID-19 vaccination. BMC Geriatr 24, 454 (2024). https://doi.org/10.1186/s12877-024-04982-7

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12877-024-04982-7

Keywords