Impact statements

  • Older patients with dementia frequently receive potentially inappropriate medications, leading to significant adverse drug events.

  • Computer technology can enhance the quality of evaluation and the efficiency of identifying potentially inappropriate medications.

  • Traditional machine learning algorithms struggle with the complexity of prescription data, making them less effective at identifying potentially inappropriate medications.

  • A promising approach is to combine machine learning algorithms with multilabel classification models to uncover prescription data correlations and develop optimal models to identify potentially inappropriate medications in older adults with dementia.

Introduction

The global demographic shift, marked by declining fertility rates and increasing life expectancy, has led to an aging population [1]. In the United States, projections suggest that by 2030, 1 in 5 Americans will be over 65 years old [2]. As of 2020, people aged 60 and older in China accounted for 18.7% of the population, totaling 264 million [3]. This population is particularly susceptible to neurodegenerative dementias, such as Alzheimer’s disease and dementia with Lewy bodies [3, 4]. Dementia, characterized by a severe decline in cognitive function hindering daily activities, is increasingly prevalent [4]. In 2020, an estimated 6.38 million Americans 65 years and older lived with Alzheimer's dementia, a figure expected to increase to 13.8 million by 2060 [3]. Similarly, a Chinese survey indicated that over 15.84 million people 60 years or older were affected by dementia in 2020 [4].

Comorbidity poses significant challenges in older patients, especially those with dementia, complicating disease management [5]. These patients are particularly vulnerable to the adverse effects of potentially inappropriate medications (PIMs). Common symptoms in dementia, such as agitation and sleep disturbances, often lead to the prescription of anticholinergics, antipsychotics, benzodiazepines, and Z drugs. Despite their initial perceived effectiveness, these medications carry risks such as cognitive decline, falls, hospitalization, and increased mortality, often overshadowing their benefits [6,7,8]. Evidence-based guidelines have been formulated to identify PIMs and medication indicators associated with higher adverse event risks in older adults [9]. PIMs, known for their unfavorable risk–benefit ratios, can exacerbate this population's risk of adverse events [10]. Prompt and effective identification of PIM is essential to enhance medical safety in older adults.

The Beers criteria, developed by the American Geriatrics Society (AGS), are widely used [11]. Its 2019 update classifies 99 PIMs into six groups [11]. Although these criteria have been applied in various studies to assess PIM occurrence in older patients across different diseases and regions, their effectiveness is often limited by researchers' familiarity with the criteria and the time-intensive nature of manual evaluations. Therefore, developing a computer algorithm for rapid and accurate identification of PIMs in older dementia patients is crucial.

Several clinical decision support systems (CDSSs) have been used to improve the appropriate prescribing for older patients [12,13,14]. However, these CDSSs identify PIMs based on keywords in the established database, which mean that these systems are less accurate for PIMs that contained unknown independent variables or are not targeted [12,13,14]. Therefore, a more efficient and intelligent approach should be applied to identify PIMs, especially for older patients with dementia.

Machine learning (ML) methods have increasingly become a tool of choice for medical researchers [15]. Numerous studies have developed predictive models based on singular data sources [16,17,18]. Extreme gradient boosting (XGBoost), categorical boosting (CatBoost), gradient-boosting decision tree (GBDT), light gradient-boosting machine (LightGBM) and random forest (RF) have been used to predict adverse drug events (ADEs) in older patient. These models achieved high accuracy in their predictions. However, prescription data often presents a multilabel problem, necessitating problem transformation methods. These methods improve model performance by converting the multilabel learning task into one or more single-label learning tasks [19].

Multilabel classification (MLC) approaches are instrumental in identifying PIMs based on prescription information. Common MLC approaches include binary relevance (BR), label powerset (LP), and classifier chain (CC), as illustrated in Fig. 1. BR, a standard method, transforms the MLC task into several independent binary classification problems. However, it does not consider the label between the labels [20].

Fig. 1
figure 1

The process of multi-label classification problems. a Binary relevance; b Classifier chains; c Label power set, X: the data features, yi: the calculation results for the ith label

While BR efficiently optimizes Hamming Loss through one-step learning, it faces challenges with class imbalance, particularly in scenarios with low label cardinality and extensive label space [21]. In contrast, the LP method treats each combination of labels as a unique class, effectively converting the task into a multi-class problem. This approach, however, can lead to an exponential increase in the number of classes, making it time-consuming and potentially infeasible for large-label scenarios [22].

The CC approach enhances the BR method by implementing a high-order strategy to capture label interdependencies. It uses a chaining mechanism in which each classifier considers the predictions of its predecessors as additional inputs [23]. The process starts with a randomly chosen label to construct the first model. The predictions made using the CC approach on the entire dataset are then incorporated into the descriptor matrix. This matrix trains subsequent models on other randomly selected labels until all labels are addressed [22]. The effectiveness of the CC approach is mainly influenced by the random sequence of labels in the chain [23]. Given that each MLC approach has unique advantages and limitations, and its efficacy varies with the data type and ML techniques, assessing its performance with real-world data is crucial to understanding its applicability in different contexts.

Aim

This study aimed to combine six ML algorithms and three MLC models to identify correlations in prescription information and develop an optimal model to identify PIMs in older Chinese adults with dementia.

Ethics approval

The Ethics Committee of the West China Hospital of Sichuan University, China, approved this study, approval number 2020–651 (date of approval June 24, 2020).

Method

Study setting and the study population

Data were extracted from our previous research [24]. This study collected data from 75 hospitals in eight major Chinese cities: Chengdu, Beijing, Guangzhou, Shanghai, Shenyang, Tianjin, Zhengzhou, and Hangzhou. These cities represent five main geographical regions in China: East, West, North, South, and Central China [24].

The study included prescriptions for older adults (65 years and older) diagnosed with dementia from January 1, 2020, to December 31, 2020 [24]. Dementia diagnoses were identified using the International Classification of Diseases, 10th revision (ICD-10). This included codes for various types of dementia, including Alzheimer’s disease (F000-F002, F009, G300, G301, G308 and G309), vascular dementia (F010-F013, F018 and F019), dementia in Parkinson’s disease (F023), Huntington’s disease (F022), Pick’s disease or frontotemporal dementia (F020), HIV-related dementia (F024), Creutzfeldt–Jakob disease (F021) and unspecified dementias (F03X and F028). A cluster sampling method was used to extract prescription data from the Hospital Information System (HIS) [24].

Data collection

Demographic and clinical data were collected from medical records. These data included sociodemographic information (such as region, hospital, department, patient sex, and age) and medical details (disease diagnosis, payment form, generic and trade name of medications, specification, dosage form, administration route, number of drugs, and dosage, and frequency of administration) [24]. However, certain prescription information, especially patient sex, therapeutic regimen (medications, dosage form, administration route, doses, and administration frequencies), and disease diagnosis, was often incomplete. This incompleteness posed a challenge in accurately identifying PIMs. Consequently, prescriptions without this crucial information were excluded to ensure the reliability of the findings [24].

Data cleaning

Although diagnoses were made according to ICD-10 requirements, typographical errors or handwriting mistakes frequently resulted in the computer system incorrectly categorizing specific diagnoses. Therefore, the diagnoses were revised based on ICD-10 standards. The revision process involved merging identical diagnosis and adding appropriate punctuation marks to differentiate between similar diagnoses. For example, "severe dementia" and "dementia (severe)" represent the same condition but could be erroneously identified as distinct diseases by the computer. To mitigate this issue and enhance model performance, these similar diagnoses were consolidated under a single, accurately punctuated term, such as "dementia (severe)." Examples of these revisions are provided in Supplemental Table 1.

Table 1 Patient characteristics

Evaluation criteria

Two trained researchers independently evaluated the prescribed medications. Any discrepancies in their assessments were reconciled through consultation with a third researcher. The identification of PIMs was based on the AGS 2019 Beers criteria [11]. However, due to the absence of renal function data in prescription records, the criterion related to PIMs based on estimated glomerular filtration rate (the fifth category of PIMs, from No.68 to No.90) was not applicable in this study (Supplemental Table 2) [11].

Table 2 Model performance

Model development

Data were randomly divided into two sets: a training set used for model development, and a testing set, used to evaluate the models' performance, in a ratio of 8:2. To address the MLC challenge presented by the prescriptions, we applied three methods: LP, CC, and BR. Subsequently, various ML algorithms, including CatBoost, XGBoost, LightGBM, GBDT, RF and TabNet, were used to create predictive models to identify PIMs. All data analyses were conducted using Python software, version 3.8.

Model evaluation metrics

To evaluate and compare the performance of the models, several metrics were used, including accuracy, precision, recall, F1 scores, subset accuracy (ss Acc), and Hamming loss (hm) [25, 26]. The F1 score is the harmonic mean of precision and recall. Subset accuracy measures the proportion of instances where the predicted label subset matches the ground-truth label subset. hm quantifies the fraction of incorrectly classified example-label pairs.

Statistical analysis

Statistical analyses were conducted using SPSS software (version 25.0) to identify significant differences between the training and testing sets. Categorical variables are summarized using counts and percentages, and continuous variables are presented as means with standard deviations (SDs) or medians with ranges, as appropriate. To compare the groups, the nonparametric Mann–Whitney U test was used for continuous variables, while the chi-square (χ2) test was used for categorical variables.

Results

Study population

A total of 55,904 electronic prescriptions were extracted. Excluded were made for various reasons: 286 prescriptions had incomplete diagnosis data, 1303 lacked patient sex information, 1185 were only solvents, and 385 contained repeated drugs. After randomly selecting, a total of 18,338 patients with dementia were enroll.

The mean age was 80.90 ± 7.69 years (65–103). Of these, 55.12% (10,108/18,338) were women. The median number of disease diagnoses per patient was 2 (1–25). A total of 15.88% (2912/18,338) of the prescriptions were for patients diagnosed with five or more diseases. The median number of medications prescribed was 2 (1–30), with 15.80% (2897/18,338) of the patients receiving five or more medications. After data cleaning, the identical diagnoses were consolidated, reducing the disease count from 1842 to 948,740 medicines were identified. PIMs were found in 7255 (39.56%) of the patients. Patient were divided into training and testing sets in an 8:2 ratio, comprising 14,670 and 3668, respectively. No significant differences were observed in any variables between the training and testing sets (P > 0.05), as shown in Table 1.

Potentially inappropriate medication

Among the 7225 patients prescribed PIMs, 24,053 PIMs were identified. Of these patients, 698 were patients one PIM, while 6557 received more than one PIM (Fig. 2). Thirty-six different types of PIMs were identified in these prescriptions [11].

Fig. 2
figure 2

Frequencies of the number of PIMs prescribed

The most common PIMs included: No. 38 (avoid anticholinergics, benzodiazepines, benzodiazepine receptor agonist hypnotics, and antipsychotics in patients with dementia or cognitive impairment) (N = 5514; 22.92%); No. 48 (caution with antipsychotics, carbamazepine, diuretics, mirtazapine, oxcarbazepine, tramadol, or some types of antidepressants) (N = 5298; 22.03%); No. 14 (avoiding antipsychotics) (N = 3432; 14.27%); No. 97 (avoiding antipsychotics, including chlorpromazine, clozapine, loxapine, olanzapine, perphenazine, thioridazine, trifluoperazine) (N = 2947; 12.25%), and No. 13 (avoiding antidepressants) (N = 2231; 9.28%), as shown in Fig. 3.

Fig. 3
figure 3

The frequencies of medications prescribed in each PIM

Additionally, 11 types of PIMs, listed as Nos. 5, 7, 8, 9, 11, 28, 33, 47, 91, 93, and 99 (Supplemental Table 2), were not observed, likely because these drugs are either uncommonly used or not approved for use in China.

The comparative results of the six classification algorithms using MLC methods are presented in Table 2. The model using CC as the problem transformation method and CatBoost as the classification algorithm demonstrated superior outperformed over other models. The CC + CatBoost model achieved the highest accuracy (97.93%), precision (95.39%), recall (94.07%), F1 score (95.69%), and ss Acc values (97.41%), along with the lowest hm value (0.0011) and an acceptable operation duration (371s). Consequently, the CC + CatBoost model was chosen to identify PIMs. Table 3 presents the CC + CatBoost model's performance in evaluating each PIM within the test set.

Table 3 The performance of each PIM in the test set according to the CC + CatBoost model

Discussion

Drug-related issues are a significant patient safety concern, especially prevalent in older adult with dementia [27]. Developing criteria to identify PIMs is essential to improve drug selection, educate clinicians and patients, and reduce ADEs. Globally recognized PIM criteria include the European Union (EU) (7) PIM list, Beers criteria and the STOPP/START criteria. The STOPP/START criteria comprise 80 STOPP and 34 START guidelines in their second version [28]. The EU (7) PIM list includes 282 substances or drug classes from 34 therapeutic groups [29]. The AGS Beers criteria, established in 2003 and updated every 3 to 4 years by the AGS Beers Criteria Expert Panel, are the most widely used standard for PIM detection [11].

Although Beers criteria are effectively used in clinical practice, they face challenges such as low efficiency and large heterogeneity [30]. CDSSs have been used to identify PIMs in older patients. However, studies indicate that while CDSSs are effective in hospitals, their performance varies in different ambulatory care settings [31]. These CDSSs, based on keyword-based identification from databases, applied in these studies were only able to identify part of the PIM, only detect a subset of PIMs, leading to potential non-detection issues [32, 33].

ML algorithms have gained widespread applications in medical fields, significantly enhancing the accuracy and efficiency of diagnosis, treatment [30], and prognosis prediction [34]. Compared to traditional modeling methods, ML offers distinct advantages in handling real-world evidence [35]. It can process complex, high-dimensional, and interactive variables more effectively, exhibiting stronger generalization capabilities and improved accuracy [35]. Consequently, ML algorithms are particularly adept at identifying PIMs in prescriptions with unknown independent variables. Advanced algorithms such as XGBoost, LightGBM, CatBoost, GBDT, and RF have been developed, offering refined techniques. XGBoost, LightGBM, CatBoost, GBDT belong to Gradient Boosting, a decision tree-based ensemble model. This iterative algorithm enhances its classifier by learning from the residual errors of previous trees, effectively reducing bias and variance in predictive models [36, 37]. In contrast, RF uses a bagging approach. It generates multiple bootstrap samples from the training data, with the final prediction being the average of all sub-model predictions [37].

We integrated three MLC approaches with six classification algorithms to develop a model to identify PIM prescription in older adults with dementia. Our results indicated that the CC + CatBoost model surpassed other models in performance. Introduced in 2017, CatBoost excels in handling categorical variables and incorporates automatic regularization to prevent overfitting [38]. The CC + CatBoost model demonstrated the highest accuracy, precision, recall, F1 score, and subset accuracy values, and the lowest hamming loss value. Therefore, it was chosen for PIM prescription identification in older dementia patients. With the advancement and proliferation of electronic medical record (EMR) system technology, ML models can increasingly integrate demographic and EMR data to identify PIM in older patients, particularly those with specific conditions such as dementia.

We found that certain PIMs were rarely infrequently, or even never, to older adults with dementia. In particular, 40 types of PIMs were absent from our study population. Among these, 12 types of PIMs were associated with potentially clinically significant drug-drug interactions. Clinicians in China typically avoid prescribing these combinations due to the risk of ADEs. For example, combinations such as warfarin with amiodarone or phenytoin with trimethoprim-sulfamethoxazole are generally avoided.

Other unobserved PIMs, such as the prescription of non-COX-2–selective nonsteroidal anti-inflammatory drugs to older patients with a history of gastric or duodenal ulcers, are typically avoided due to their association with ADEs. Consequently, these medications are seldom used in high-risk patient groups. Furthermore, 16 types of PIMs were rarely prescribed in this demographic attributed to the infrequent use of certain medications such as atropine (excluding ophthalmic use), belladonna alkaloids, and aclidinium-chlordiazepoxide.

Among the 20 commonly prescribed PIMs prescribed, antipsychotics were the most prescribed, especially in dementia patients. Numerous studies have cautioned against the use of antipsychotics in older patients with dementia or cognitive impairment due to the potential for cognitive function deterioration [39,40,41]. Consequently, managing the psychological symptoms of dementia should be highly individualized [39, 41]. Training caregivers has been recognized as the most effective intervention for these symptoms, with other nonpharmacological interventions also showing beneficial [38]. Antipsychotics should be reserved for cases where behaviors present a significant safety risk or when the patients with dementia experiences severe distress [39]. The serious adverse events associated with antipsychotic drugs, such as severe extrapyramidal effects and increased mortality, warrant cautious prescribing for dementia patients [40, 41]. However, the high prevalence of dementia in older Chinese patients, coupled with the shortage of caregivers and medical resources, may have contributed to antipsychotics becoming a standard first-line treatment for the psychological symptoms of dementia in this population.

Antidepressants and benzodiazepines were also frequently prescribed to dementia patients identified with PIMs. Among antidepressants, selective serotonin reuptake inhibitors (SSRIs), particularly citalopram and sertraline, were the most commonly used in this patient group. Studies have found not indicated significant differences between antidepressant and placebo for depressive symptoms in dementia patients [42], Furthermore, a higher risk of dementia has been associated with increased exposure to antidepressants [43]. Dementia is a progressive condition that affects memory, cognitive abilities and motor performance [44]. These impairments can inhibit daily activities and are associated with an increased risk of falls [44, 45]. Antidepressants, particularly SSRIs, can lead to hyponatremia and related adverse outcomes, such as impaired cognition, falls, fractures, and even mortality. The incidence of hyponatremia associated with SSRI use varies widely, ranging from 0.5 to 32% [46,47,48,49,50] and tends to increases with age [51]. The combined effect of the medication and the disease itself serves as a caution to physicians against prescribing antidepressants to older patients with dementia.

Several studies have suggested a link between benzodiazepines use and the onset of dementia [52,53,54]. Long-term benzodiazepines use is not only effectively in treating sleep disturbances but also increases the risks of cognitive impairment, delirium, falls, fractures, and motor vehicle crashes in older adults [55,56,57]. Although benzodiazepine receptor agonists and cognitive behavioral therapy are the recommended for chronic insomnia in older adults, their widespread application is currently challenging due to the large older population and limited medical resources.

Our study has both strengths and limitations. First, while the AGS Beers criteria are globally recognized, certain PIM types are rarely or never prescribed. The absence of these medications in our data set meant that the CC + CatBoost model’s performance could not be assessed for these rare PIM types. Future research aims to expand the knowledge domain and gather ample prescription data to enhance the model's performance. Second, access to personal and outpatient data, such as biochemical test results, patient height or weight, smoking history, medication history or the history of adverse drug reactions, may have led to underestimation or overestimation of the detection rate of PIMs. Third, several key aspects such as model validation, sample size validation, and Shapley Additive Explanations (SHAP) were not considered. Although the overall sample size was large, the sample size for PIMs was inadequate, potentially complicating the implementation of model validation. SHAP is valuable for elucidating the direction and significance of risk factors. However, due to the large number of risk factors involved, the application of SHAP could be challenging.

Conclusion

This research introduces a CC + CatBoost warning model for PIMs in older dementia patients, utilizing ML techniques. This model enables a quick and precise identification of PIMs, simplifying the manual evaluation process.