Clinical Strategies for Managing Anticholinergic Toxicity in Overdose vs. Neuroleptic Malignant Syndrome: Diagnostic Challenges and Therapeutic Interventions

Abstract

Neuroleptic Malignant Syndrome (NMS) and anticholinergic toxicity are two different but clinically similar disorders that are commonly seen in neuropsychiatric and emergency toxicological settings. Rapid differential diagnosis is made more difficult by the symptoms of both disorders, which frequently include delirium, heat, and autonomic instability. Interventions that result from misidentification may be detrimental or ineffectual. Using a machine learning-driven methodology, this work attempts to systematically compare these conditions in order to facilitate prompt and precise clinical decision-making. Random Forest, XGBoost, and Support Vector Machine (SVM) were the three supervised classifiers we used to categorize 450 patient cases into three diagnostic categories: anticholinergic toxicity (n = 189), NMS (n = 170), and other conditions (n = 91). Feature inputs included clinical signs, symptoms, and laboratory biomarkers. All models demonstrated high accuracy (96% - 97%), with the Random Forest classifier slightly outperforming others in F1-scores. Feature importance analysis and SHAP explainability techniques revealed creatine kinase, white blood cell (WBC) count, mydriasis, and dry mucous membranes as the most discriminative features. Specifically, creatine kinase and WBC count were significantly elevated in NMS cases, while anticholinergic toxicity was marked by mydriasis and dry mucous membranes. Treatment protocol comparison further highlighted the clinical need for precise diagnosis. Anticholinergic toxicity often requires supportive care with benzodiazepines and, in some cases, physostigmine, whereas NMS mandates aggressive cooling, dopamine agonist therapy, and intensive monitoring. This study demonstrates the utility of machine learning models in enhancing diagnostic accuracy for toxic syndromes with overlapping presentations. Integrating algorithmic predictions with clinical expertise can substantially improve patient outcomes and guide personalized treatment interventions.

Share and Cite:

de Filippis, R. and Al Foysal, A. (2025) Clinical Strategies for Managing Anticholinergic Toxicity in Overdose vs. Neuroleptic Malignant Syndrome: Diagnostic Challenges and Therapeutic Interventions. Open Access Library Journal, 12, 1-19. doi: 10.4236/oalib.1113510.

1. Introduction

Neuroleptic Malignant Syndrome (NMS) and anticholinergic toxicity are two potentially fatal medical conditions that are frequently seen in emergency and mental medicine [1]-[4]. Although NMS is a severe reaction to dopamine antagonists, and anticholinergic toxicity is caused by reduction of acetylcholine function [5]-[7], their clinical presentations can be quite similar [8] [9]. Symptoms such as delirium, hyperthermia, autonomic instability, and altered mental status frequently appear in both conditions, posing considerable diagnostic challenges in acute care settings [10]-[12]. Timely differentiation between these two syndromes is critical, as misdiagnosis can result in the administration of contraindicated treatments [13]-[16]. For example, the use of dopamine antagonists in misidentified NMS can exacerbate symptoms, while overlooking the need for physostigmine in anticholinergic poisoning may delay recovery [17] [18]. Therefore, improving diagnostic accuracy not only enhances therapeutic outcomes but also reduces the risk of morbidity and mortality [19]-[22]. Recent advances in machine learning (ML) offer promising solutions in augmenting clinical decision-making [23]-[25]. ML algorithms can identify diagnostic patterns that may not be immediately obvious to doctors by analysing intricate relationships between symptoms, test data, and patient history [26]-[28]. In this study, we integrate clinical symptomatology, physiological markers, and laboratory parameters to train and evaluate three ML classifiers—Random Forest, XGBoost, and Support Vector Machine (SVM)—with the aim of improving diagnostic precision between anticholinergic toxicity, NMS, and other differential conditions. In addition to predictive modelling, this paper employs SHAP (SHapley Additive exPlanations) to improve model interpretability and identify the most influential features driving classification decisions. These insights are further contextualized through a comparative analysis of standard treatment protocols, reinforcing the need for precise and rapid syndrome recognition. This work contributes to the growing intersection of AI and emergency toxicology by providing a data-driven framework for distinguishing clinically similar but etiologically distinct syndromes—ultimately supporting safer, faster, and more personalized medical interventions. Clinical features were selected based on a combination of expert consensus, prior diagnostic criteria, and known pathophysiological markers distinguishing the syndromes. Features like creatine kinase, WBC count, mydriasis, and dry mucous membranes were initially flagged due to their frequent appearance in toxicology and psychiatric emergency literature. By using comparative machine learning modeling on a bigger dataset and clearly comparing overlapping syndromes, our work expands and builds upon previous research that frequently concentrated on small case series or single syndromes.

2. Literature Review

Because of their similar characteristics, anticholinergic toxicity and neuroleptic malignant syndrome are difficult to diagnose, according to clinical literature on toxic syndromes [29]-[31]. Traditional approaches rely on clinical judgment supported by lab parameters and treatment response, but misdiagnosis remains common due to subtle symptomatic distinctions [32] [33]. Several studies have emphasized the role of biomarkers such as creatine kinase (CK), which is often markedly elevated in NMS due to muscle breakdown, and mydriasis and mucosal dryness, which are specific to anticholinergic states [34]. These parameters, however, are not definitive in isolation. This diagnostic Gray zone has led researchers to explore computational methods to assist clinicians. Recent advancements in artificial intelligence, especially in clinical decision support systems (CDSS), have demonstrated promise in emergency care. Machine learning models trained on retrospective clinical datasets have shown potential to classify medical emergencies with high accuracy and support differential diagnosis [35] [36]. Algorithms like Random Forest and XGBoost are particularly favoured for their robustness and interpretability [37] [38]. Visual analytics and SHAP values further enhance transparency by elucidating how specific features contribute to model decisions. In the context of NMS and anticholinergic toxicity, this helps clinicians trust and validate algorithmic recommendations. The integration of these models into a clinical workflow is illustrated in Figure 1, which presents the operational roadmap of our system. It outlines how patient data flows through a machine learning model, informs the diagnostic decision, and culminates in a treatment recommendation.

This roadmap guides the reader through the methodology and structure of this study. In the subsequent sections, we present our dataset analysis, machine learning framework, model interpretability insights, and a comparative analysis of evidence-based treatment protocols.

3. Dataset Overview and Distribution

This study utilized a curated dataset comprising 450 anonymized clinical cases, each labelled according to one of three diagnostic categories: anticholinergic toxicity (n = 189), neuroleptic malignant syndrome (NMS; n = 170), and other conditions (n = 91). These categories were established based on diagnostic consensus from prior medical records, expert review, and validated criteria in toxicology and neuropsychiatry. The dataset captures a wide range of clinical features including symptom profiles (e.g., delirium, agitation, seizures), physiological readings (e.g., temperature, heart rate), and laboratory biomarkers (e.g., creatine kinase, white blood cell count). These attributes were selected due to their relevance in distinguishing overlapping toxic syndromes and were standardized to ensure consistency across records. Figure 2 illustrates the distribution

Figure 1. Roadmap of clinical decision support for differential diagnosis and therapy recommendation.

Figure 2. Distribution of clinical conditions.

of cases across the three diagnostic categories. Anticholinergic toxicity represents the largest group, followed by NMS, and then a miscellaneous category that includes other differential diagnoses such as serotonin syndrome and sepsis. This distribution reflects both the prevalence and clinical prioritization of these syndromes in real-world emergency medicine contexts. Diagnostic classification was based on medical record reviews using validated criteria. For NMS, the DSM-5 and expert-reviewed operational definitions were applied, while for other syndromes like serotonin toxicity, Hunter Criteria were consulted. Cases not meeting full criteria but presenting strong clinical suspicion were included in the ‘Other’ category, ensuring realism in diagnostic uncertainty.

The bar plot demonstrates the case counts for anticholinergic toxicity, neuroleptic malignant syndrome, and other conditions, highlighting the dataset’s class balance. Understanding this distribution is essential for interpreting model performance, especially in terms of class imbalance and generalization. As discussed in later sections, stratified sampling was used during training and evaluation phases to preserve this distribution and avoid bias in model prediction.

4. Symptom Prevalence Analysis

A key aspect of distinguishing between anticholinergic toxicity and neuroleptic malignant syndrome (NMS) lies in understanding the distribution and frequency of clinical symptoms. Although both conditions share several overlapping features, such as altered mental status and autonomic instability, they also exhibit unique symptom signatures that can inform differential diagnosis. Analysis of symptom prevalence revealed that hyperthermia was consistently observed across all three diagnostic categories, confirming its non-specific but central role in these syndromes. However, more condition-specific features were also apparent. Anticholinergic toxicity was notably characterized by mydriasis (pupil dilation), dry mucous membranes, flushed skin, and urinary retention [39]-[41]. These symptoms reflect peripheral anticholinergic effects mediated by muscarinic receptor blockade. Their presence strongly suggests an anticholinergic toxidrome, particularly when seen in combination with agitation and tachycardia [42]-[44]. In contrast, NMS cases were more frequently associated with delirium, hyperthermia, and muscular rigidity (not shown in the heatmap but observed clinically) [45] [46]. These features are consistent with dopaminergic blockade-induced neurotoxicity and central thermoregulatory disruption. Interestingly, dry mucous membranes and mydriasis were much less prevalent in NMS, supporting their diagnostic specificity for anticholinergic states [47]-[49]. To aid interpretation, symptom frequencies across the three conditions were visualized using a heatmap in Figure 3, highlighting both common and distinct clinical presentations. This visualization supports the identification of discriminative symptom clusters and contributes to the development of accurate machine learning classifiers.

A heatmap visualizing the frequency of key symptoms observed in patients diagnosed with anticholinergic toxicity, NMS, or other conditions. Higher values

Figure 3. Symptom prevalence by condition.

indicate stronger associations with that condition, helping distinguish overlapping toxidromes.

5. Laboratory Parameter Comparison

While symptom-based assessment provides critical clues for differential diagnosis, laboratory biomarkers offer objective, quantifiable metrics that can significantly strengthen clinical judgments [50]-[53]. In this study, four key physiological and biochemical parameters were analysed across diagnostic categories: body temperature, heart rate, creatine kinase (CK), and white blood cell (WBC) count. Boxplot visualizations of these parameters across the three groups—anticholinergic toxicity, NMS, and other conditions—are presented in Figure 4. This comparative analysis reveals several meaningful trends. Notably, creatine kinase levels were markedly elevated in patients with NMS, a finding consistent with the pathophysiology of the syndrome, which involves severe muscle rigidity and rhabdomyolysis. Elevated CK is therefore a well-established biomarker for NMS and was observed with significant variation from the other groups, serving as a strong discriminant [54]-[56]. Similarly, WBC counts were significantly higher in the

Boxplots showing the range and distribution of key lab parameters across anticholinergic toxicity, NMS, and other diagnoses. CK and WBC levels are elevated in NMS, while heart rate and temperature are more prominent in anticholinergic cases.

Figure 4. Distribution of temperature, heart rate, creatine kinase, and WBC count by condition.

NMS group. While WBC elevation is a nonspecific marker of systemic stress or inflammation, its consistent elevation in NMS reflects the intense inflammatory response triggered by dopaminergic blockade [57] [58]. In contrast, patients classified under anticholinergic toxicity exhibited higher heart rates (tachycardia) and moderate hyperthermia, reflective of peripheral autonomic dysregulation. While these indicators are not exclusive to anticholinergic states, in combination with clinical symptoms, they can add diagnostic specificity. These laboratory comparisons not only provide diagnostic value but also serve as important input features for the machine learning models discussed later. The variance across groups underscores the potential of integrating clinical biomarkers into AI-assisted decision systems.

6. Machine Learning Model Performance

To evaluate the diagnostic potential of clinical and laboratory features, we implemented and assessed three supervised machine learning classifiers: Random Forest, XGBoost, and Support Vector Machine (SVM). Each model was trained using stratified 10-fold cross-validation on the labelled dataset of 450 patient records, ensuring balanced representation of the three diagnostic categories—anticholinergic toxicity, neuroleptic malignant syndrome (NMS), and other conditions. All three models demonstrated consistently high performance, with overall classification accuracies ranging between 96% and 97%, underscoring the reliability of data-driven methods in clinical decision support. The Random Forest classifier achieved the highest classification accuracy at 97%. It demonstrated excellent performance across all categories with F1-scores of 0.97 for anticholinergic toxicity, 0.99 for NMS, and 0.94 for other conditions. The corresponding confusion matrix is provided in Figure 5, showcasing the model’s robust precision and recall for each class. The XGBoost model matched the Random Forest’s overall accuracy at 97%, though its F1-score was marginally lower for the “Other” category (0.93). It maintained high precision and recall for anticholinergic (0.97) and NMS (0.98) cases, confirming its strength in differentiating the two key syndromes. The model’s classification behaviour is visualized in Figure 6. The SVM classifier, while slightly behind with a 96% accuracy, still performed exceptionally well with F1-scores of 0.96 (Anticholinergic), 0.98 (NMS), and 0.95 (Other). To assess for overfitting, learning curves were plotted for all three models. Performance metrics including ROC-AUC (Random Forest: 0.98, XGBoost: 0.97, SVM: 0.95) on a

It displays predicted vs. actual class distributions, highlighting the model’s high classification precision and minimal misclassifications.

Figure 5. Confusion matrix—Random Forest.

held-out 20% test set confirmed generalizability. Stratified 10-fold cross-validation and balanced class representation were maintained to mitigate overfitting risks. This consistency reinforces the validity of the feature set and the robustness of SVM in high-dimensional, nonlinear medical datasets. Figure 7 illustrates its

It demonstrates the classifier’s strong predictive capability across all diagnostic categories.

Figure 6. Confusion matrix—XGBoost.

It highlights reliable classification performance with slightly more variability in the “Other” class.

Figure 7. Confusion matrix—SVM.

confusion matrix. These results validate the feasibility of using machine learning models to distinguish overlapping toxidromes with high fidelity. The strong and balanced performance across classes also suggests potential for real-time integration in clinical decision-making environments.

7. Feature Importance and Explainability

To enhance the interpretability of our machine learning models, we conducted a detailed analysis of feature importance and class-specific contribution using both Random Forest feature weights and SHAP (SHapley Additive exPlanations) values [59]-[61]. Feature selection was guided by clinical relevance and data availability. Although variables like drug exposure history and symptom onset timing are diagnostically valuable, they were excluded due to missing or inconsistent entries in the retrospective dataset. Future datasets with more structured EHR integration will allow inclusion of these dimensions. These tools are essential for translating complex models into clinically actionable insights. The Random Forest model’s internal feature ranking, visualized in Figure 8, identified creatine kinase (CK) and white blood cell (WBC) count as the most influential variables across the entire dataset. These features align with known clinical indicators: CK is a hallmark of neuroleptic malignant syndrome (NMS) due to muscle rigidity and

Bar chart ranking the top clinical and laboratory features contributing to classification. CK and WBC emerge as dominant predictors.

Figure 8. Random forest feature importance.

rhabdomyolysis, while elevated WBC levels reflect systemic inflammatory responses common in NMS. Additional top-ranking features included heart rate, temperature, and presence of mydriasis, all of which are strongly associated with anticholinergic toxicity. The prioritization of these variables reinforces their diagnostic relevance and validates their inclusion in our model. To gain deeper insight into how these features influence each individual prediction, we applied SHAP analysis, which provides per-sample contribution scores for each feature across all classes. As depicted in Figure 9, SHAP values clearly delineate class-specific patterns: high CK and WBC values shift predictions toward NMS, while high heart rate and mydriasis are more predictive of anticholinergic states. This level of granularity not only supports model transparency but also allows clinicians to better trust and verify automated outputs. Together, these analyses demonstrate that explainable AI tools can uncover clinically meaningful patterns and foster confidence in the deployment of predictive models in high-stakes environments like emergency care.

SHAP visualization detailing how individual features influence predictions across the three diagnostic categories.

Figure 9. SHAP summary for feature contributions by class.

8. Therapeutic Protocol Comparison

While symptom profiles and laboratory parameters guide diagnosis, effective treatment protocols must be tailored to the underlying pathophysiology of each condition [62]-[64]. Despite overlapping clinical presentations, anticholinergic toxicity and neuroleptic malignant syndrome (NMS) require fundamentally different therapeutic strategies [65]-[67]. For patients diagnosed with anticholinergic toxicity, the mainstays of treatment include benzodiazepines for sedation and agitation control, and physostigmine as a specific antidote in selected cases [68]-[70]. Physostigmine, a reversible cholinesterase inhibitor, can reverse both central and peripheral anticholinergic effects when administered cautiously under cardiac monitoring. It is important to note that treatment availability varies by region. For example, physostigmine is restricted in some countries due to safety concerns, and access to dopamine agonists or dantrolene may be limited in low-resource settings. Therefore, protocol generalizability must consider regional formulary differences and adapt accordingly. Supportive care measures such as hydration, cooling, and symptom control are also commonly employed. In contrast, NMS demands a more intensive, multi-pronged approach. The primary interventions include immediate cessation of causative neuroleptic agents, administration of dopamine agonists such as bromocriptine or amantadine, and aggressive physical cooling to manage hyperthermia [71] [72]. In more severe presentations, dantrolene sodium may be used to reduce muscle rigidity and metabolic demands. ICU-level supportive care is often necessary, particularly in cases with complications like renal impairment due to rhabdomyolysis. These contrasting strategies are consolidated in Figure 10, which presents a side-by-side overview of therapeutic interventions. The visual framework highlights not only pharmacological differences but also the urgency and intensity of supportive measures required for each syndrome. Understanding these protocol distinctions is critical—not only for ensuring appropriate care but also for avoiding potentially harmful treatments that may worsen the patient’s condition.

A visual summary of pharmacologic and supportive interventions for anticholinergic toxicity and NMS. Key agents and therapeutic actions are contrasted for clarity.

Figure 10. Comparative treatment protocols.

9. Discussion

The results of this study underscore the significant diagnostic complexity posed by the clinical overlap between anticholinergic toxicity and neuroleptic malignant syndrome (NMS). Both conditions share hallmark symptoms such as hyperthermia, altered mental status, and autonomic dysfunction, which can confound even experienced clinicians. Misdiagnosis in these cases is not only common but also potentially dangerous, as therapeutic interventions for one condition may exacerbate the other. Our analysis confirms that while hyperthermia is ubiquitous across both conditions, certain features and biomarkers provide critical discriminative power. Specifically, creatine kinase (CK) and white blood cell (WBC) count emerged as decisive laboratory markers for NMS, reflecting the underlying pathophysiology involving muscle breakdown and systemic inflammation. These markers demonstrated both statistical and clinical significance, validating their use as early indicators in diagnostic workflows. Conversely, the presence of mydriasis, dry mucous membranes, and elevated heart rate more strongly pointed toward anticholinergic toxicity [73] [74]. When considered alongside patient history and symptom onset, these signs significantly enhance diagnostic specificity. The implementation of machine learning models—Random Forest, XGBoost, and SVM—further reinforced the potential of AI-assisted decision support systems in emergency medicine. All models performed with high accuracy (96% - 97%), with balanced F1-scores across diagnostic categories. Importantly, the use of SHAP analysis provided transparency in decision-making, revealing how individual features influenced model outputs. This level of interpretability is crucial for gaining clinical trust and enabling safe adoption of predictive tools. Collectively, these findings advocate for the integration of data-driven models with clinical expertise to support early and accurate diagnosis. In high-stakes environments like emergency departments and toxicology units, such integration can drive faster, safer, and more effective patient management. While SHAP values enhance model transparency, integrating these insights into real-time workflows poses challenges. These include the need for EHR compatibility, computational latency, and clinician training. Building trust requires UI design that prioritizes clarity and actionable insights, coupled with ongoing validation in real-world settings.

10. Conclusion

This study highlights the urgent need for enhanced diagnostic strategies in the management of toxicological emergencies, particularly when faced with clinically overlapping syndromes such as anticholinergic toxicity and neuroleptic malignant syndrome (NMS). Through a rigorous combination of symptom analysis, laboratory profiling, and machine learning classification, we demonstrated that it is possible to achieve both high diagnostic accuracy and model interpretability. The findings reinforce the value of biomarker-based differentiation, especially the roles of creatine kinase and white blood cell count in reliably identifying NMS. Likewise, symptoms such as mydriasis and dry mucous membranes emerged as specific indicators of anticholinergic toxicity. These insights were validated through both traditional feature importance and SHAP explainability frameworks, confirming their clinical utility. Moreover, the consistent and high-performing results achieved by machine learning models—particularly Random Forest and XGBoost—affirm the potential for AI-driven diagnostic support in emergency settings. These tools, when embedded within clinical workflows, can augment decision-making, reduce diagnostic errors, and enable faster triage and treatment. By combining structured therapeutic protocols with intelligent data-driven tools, this study provides a scalable, interpretable framework for real-time diagnostic assistance. Such integration is especially valuable in time-sensitive environments like emergency departments, where early and accurate diagnosis is critical to patient outcomes. Future work should focus on expanding this framework with larger, multi-centre datasets and real-time clinical deployment. Nevertheless, this research sets a strong foundation for precision diagnosis and personalized intervention in the field of emergency toxicology.

Conflicts of Interest

The authors declare no conflicts of interest.

Conflicts of Interest

The authors declare no conflicts of interest.

References

[1] Oruch, R., Pryme, I., Engelsen, B. and Lund, A. (2017) Neuroleptic Malignant Syndrome: An Easily Overlooked Neurologic Emergency. Neuropsychiatric Disease and Treatment, 13, 161-175.
https://doi.org/10.2147/ndt.s118438
[2] Velamoor, R. (2017) Neuroleptic Malignant Syndrome: A Neuro-Psychiatric Emergency: Recognition, Prevention, and Management. Asian Journal of Psychiatry, 29, 106-109.
https://doi.org/10.1016/j.ajp.2017.05.004
[3] Berman, B.D. (2011) Neuroleptic Malignant Syndrome: A Review for Neurohospitalists. The Neurohospitalist, 1, 41-47.
https://doi.org/10.1177/1941875210386491
[4] Saghafi, O. and Sankoff, J. (2013) The Patient Withneuroleptic Malignant Syndrome in the Emergency Department. In: Zun, L.S., Ed., Behavioral Emergencies for the Emergency Physician, Cambridge University Press, 190-196.
https://doi.org/10.1017/cbo9781139088077.031
[5] Nishtala, P.S., Salahudeen, M.S. and Hilmer, S.N. (2016) Anticholinergics: Theoretical and Clinical Overview. Expert Opinion on Drug Safety, 15, 753-768.
https://doi.org/10.1517/14740338.2016.1165664
[6] Dawson, A.H. and Buckley, N.A. (2015) Pharmacological Management of Anticholinergic Delirium—Theory, Evidence and Practice. British Journal of Clinical Pharmacology, 81, 516-524.
https://doi.org/10.1111/bcp.12839
[7] Salahudeen, M.S., Duffull, S.B. and Nishtala, P.S. (2014) Impact of Anticholinergic Discontinuation on Cognitive Outcomes in Older People: A Systematic Review. Drugs & Aging, 31, 185-192.
[8] Pileggi, D.J. and Cook, A.M. (2016) Neuroleptic Malignant Syndrome: Focus on Treatment and Rechallenge. Annals of Pharmacotherapy, 50, 973-981.
https://doi.org/10.1177/1060028016657553
[9] Picard, L.S., Lindsay, S., Strawn, J.R., Kaneria, R.M., Patel, N.C. and Keck, P.E. (2008) Atypical Neuroleptic Malignant Syndrome: Diagnostic Controversies and Considerations. Pharmacotherapy: The Journal of Human Pharmacology and Drug Therapy, 28, 530-535.
https://doi.org/10.1592/phco.28.4.530
[10] Augusto, C. and Grassi, L. (2011) Delirium: Acute Confusional States in Palliative Medicine. Oxford University Press.
[11] Leonard, M.M., Agar, M., Spiller, J.A., Davis, B., Mohamad, M.M., Meagher, D.J., et al. (2014) Delirium Diagnostic and Classification Challenges in Palliative Care: Subsyndromal Delirium, Comorbid Delirium-Dementia, and Psychomotor Subtypes. Journal of Pain and Symptom Management, 48, 199-214.
https://doi.org/10.1016/j.jpainsymman.2014.03.012
[12] Hasan, S. and Buckley, P. (1998) Novel Antipsychotics and the Neuroleptic Malignant Syndrome: A Review and Critique. American Journal of Psychiatry, 155, 1113-1116.
https://doi.org/10.1176/ajp.155.8.1113
[13] Auvin, S., Hartman, A.L., Desnous, B., Moreau, A., Alberti, C., Delanoe, C., et al. (2012) Diagnosis Delay in West Syndrome: Misdiagnosis and Consequences. European Journal of Pediatrics, 171, 1695-1701.
https://doi.org/10.1007/s00431-012-1813-6
[14] Triplett, J.D., Qiu, J., O’Brien, B., Gopinath, S., Trewin, B., Spring, P.J., et al. (2022) Diagnosis, Differential Diagnosis and Misdiagnosis of Susac Syndrome. European Journal of Neurology, 29, 1771-1781.
https://doi.org/10.1111/ene.15317
[15] Funder, J.W., Carey, R.M., Mantero, F., Murad, M.H., Reincke, M., Shibata, H., et al. (2016) The Management of Primary Aldosteronism: Case Detection, Diagnosis, and Treatment: An Endocrine Society Clinical Practice Guideline. The Journal of Clinical Endocrinology & Metabolism, 101, 1889-1916.
https://doi.org/10.1210/jc.2015-4061
[16] Sekijima, Y., Ueda, M., Koike, H., Misawa, S., Ishii, T. and Ando, Y. (2018) Diagnosis and Management of Transthyretin Familial Amyloid Polyneuropathy in Japan: Red-Flag Symptom Clusters and Treatment Algorithm. Orphanet Journal of Rare Diseases, 13, Article No. 6.
https://doi.org/10.1186/s13023-017-0726-x
[17] Vanegas-Arroyave, N., Caroff, S.N., Citrome, L., Crasta, J., McIntyre, R.S., Meyer, J.M., et al. (2024) An Evidence-Based Update on Anticholinergic Use for Drug-Induced Movement Disorders. CNS Drugs, 38, 239-254.
https://doi.org/10.1007/s40263-024-01078-z
[18] Huarcaya-Victoria, J., Castillo, C. and Herrera, D. (2019) Síndrome neuroléptico maligno debido a ziprasidona: Reporte de un caso. Revista de Neuro-Psiquiatria, 82, 298-303.
https://doi.org/10.20453/rnp.v82i4.3652
[19] Black, W.C. and Welch, H.G. (1993) Advances in Diagnostic Imaging and Overestimations of Disease Prevalence and the Benefits of Therapy. New England Journal of Medicine, 328, 1237-1243.
https://doi.org/10.1056/nejm199304293281706
[20] Van den Bruel, A., Cleemput, I., Aertgeerts, B., Ramaekers, D. and Buntinx, F. (2007) The Evaluation of Diagnostic Tests: Evidence on Technical and Diagnostic Accuracy, Impact on Patient Outcome and Cost-Effectiveness Is Needed. Journal of Clinical Epidemiology, 60, 1116-1122.
https://doi.org/10.1016/j.jclinepi.2007.03.015
[21] Lau, J., Ioannidis, J.P.A., Balk, E.M., Milch, C., Terrin, N., Chew, P.W., et al. (2001) Diagnosing Acute Cardiac Ischemia in the Emergency Department: A Systematic Review of the Accuracy and Clinical Effect of Current Technologies. Annals of Emergency Medicine, 37, 453-460.
https://doi.org/10.1067/mem.2001.114903
[22] Caliendo, A.M., Gilbert, D.N., Ginocchio, C.C., Hanson, K.E., May, L., Quinn, T.C., et al. (2013) Better Tests, Better Care: Improved Diagnostics for Infectious Diseases. Clinical Infectious Diseases, 57, S139-S170.
https://doi.org/10.1093/cid/cit578
[23] Adlung, L., Cohen, Y., Mor, U. and Elinav, E. (2021) Machine Learning in Clinical Decision Making. Med, 2, 642-665.
https://doi.org/10.1016/j.medj.2021.04.006
[24] Debnath, S., Barnaby, D.P., Coppa, K., Makhnevich, A., Kim, E.J., Chatterjee, S., et al. (2020) Machine Learning to Assist Clinical Decision-Making during the COVID-19 Pandemic. Bioelectronic Medicine, 6, Article No. 14.
https://doi.org/10.1186/s42234-020-00050-8
[25] Buchlak, Q.D., Esmaili, N., Leveque, J., Farrokhi, F., Bennett, C., Piccardi, M., et al. (2019) Machine Learning Applications to Clinical Decision Support in Neurosurgery: An Artificial Intelligence Augmented Systematic Review. Neurosurgical Review, 43, 1235-1253.
https://doi.org/10.1007/s10143-019-01163-8
[26] Feinstein, A.R. (1974) An Analysis of Diagnostic Reasoning. 3. The Construction of Clinical Algorithms. The Yale Journal of Biology and Medicine, 47, 5-32.
[27] Kononenko, I. (2001) Machine Learning for Medical Diagnosis: History, State of the Art and Perspective. Artificial Intelligence in Medicine, 23, 89-109.
[28] Yousaf Gill, A., Saeed, A., Rasool, S., Husnain, A. and Khawar Hussain, H. (2023) Revolutionizing Healthcare: How Machine Learning Is Transforming Patient Diagnoses—A Comprehensive Review of AI’s Impact on Medical Diagnosis. Journal of World Science, 2, 1638-1652.
https://doi.org/10.58344/jws.v2i10.449
[29] Sezer, C. and Tekin, F.C. (2023) Persistent High Fever after Metchloropramide Treatment; Neuroleptic Malignant Syndrome. Journal of Emergency Medicine Case Reports, 13, 101-103.
https://doi.org/10.33706/jemcr.1112956
[30] Pelonero, A.L., Levenson, J.L. and Pandurangi, A.K. (1998) Neuroleptic Malignant Syndrome: A Review. Psychiatric Services, 49, 1163-1172.
https://doi.org/10.1176/ps.49.9.1163
[31] Buckley, P.F. and Hutchinson, M. (1995) Neuroleptic Malignant Syndrome. Journal of Neurology, Neurosurgery & Psychiatry, 58, 271-273.
https://doi.org/10.1136/jnnp.58.3.271
[32] Youngstrom, E.A., Choukas-Bradley, S., Calhoun, C.D. and Jensen-Doss, A. (2015) Clinical Guide to the Evidence-Based Assessment Approach to Diagnosis and Treatment. Cognitive and Behavioral Practice, 22, 20-35.
https://doi.org/10.1016/j.cbpra.2013.12.005
[33] Neighbors, H.W., Trierweiler, S.J., Ford, B.C. and Muroff, J.R. (2003) Racial Differences in DSM Diagnosis Using a Semi-Structured Instrument: The Importance of Clinical Judgment in the Diagnosis of African Americans. Journal of Health and Social Behavior, 44, 237-256.
https://doi.org/10.2307/1519777
[34] Punga, A.R., Maddison, P., Heckmann, J.M., Guptill, J.T. and Evoli, A. (2022) Epidemiology, Diagnostics, and Biomarkers of Autoimmune Neuromuscular Junction Disorders. The Lancet Neurology, 21, 176-188.
https://doi.org/10.1016/s1474-4422(21)00297-0
[35] Kijpaisalratana, N., Sanglertsinlapachai, D., Techaratsami, S., Musikatavorn, K. and Saoraya, J. (2022) Machine Learning Algorithms for Early Sepsis Detection in the Emergency Department: A Retrospective Study. International Journal of Medical Informatics, 160, Article 104689.
https://doi.org/10.1016/j.ijmedinf.2022.104689
[36] Meyer, A., Zverinski, D., Pfahringer, B., Kempfert, J., Kuehne, T., Sündermann, S.H., et al. (2018) Machine Learning for Real-Time Prediction of Complications in Critical Care: A Retrospective Study. The Lancet Respiratory Medicine, 6, 905-914.
https://doi.org/10.1016/s2213-2600(18)30300-x
[37] Kavzoglu, T. and Teke, A. (2022) Predictive Performances of Ensemble Machine Learning Algorithms in Landslide Susceptibility Mapping Using Random Forest, Extreme Gradient Boosting (XGBoost) and Natural Gradient Boosting (NGBoost). Arabian Journal for Science and Engineering, 47, 7367-7385.
https://doi.org/10.1007/s13369-022-06560-8
[38] Abedi, R., Costache, R., Shafizadeh-Moghadam, H. and Pham, Q.B. (2021) Flash-Flood Susceptibility Mapping Based on XGBoost, Random Forest and Boosted Regression Trees. Geocarto International, 37, 5479-5496.
https://doi.org/10.1080/10106049.2021.1920636
[39] Ehrt, U., Broich, K., Larsen, J.P., Ballard, C. and Aarsland, D. (2009) Use of Drugs with Anticholinergic Effect and Impact on Cognition in Parkinson's Disease: A Cohort Study. Journal of Neurology, Neurosurgery & Psychiatry, 81, 160-165.
https://doi.org/10.1136/jnnp.2009.186239
[40] Chiappini, S., Mosca, A., Miuli, A., Semeraro, F.M., Mancusi, G., Santovito, M.C., et al. (2022) Misuse of Anticholinergic Medications: A Systematic Review. Biomedicines, 10, Article 355.
https://doi.org/10.3390/biomedicines10020355
[41] Soulaidopoulos, S., Sinakos, E., Dimopoulou, D., Vettas, C., Cholongitas, E. and Garyfallos, A. (2017) Anticholinergic Syndrome Induced by Toxic Plants. World Journal of Emergency Medicine, 8, 297-301.
https://doi.org/10.5847/wjem.j.1920-8642.2017.04.009
[42] Pullen, G.P., Best, N.R. and Maguire, J. (1984) Anticholinergic Drug Abuse: A Common Problem? British Medical Journal (Clinical Research Ed.), 289, 612-613.
https://doi.org/10.1136/bmj.289.6445.612
[43] Pappano, A.J. (2018) Cholinoceptor-Activating & Cholinesterase-Inhibiting Drugs. Basic & Clinical Pharmacology. McGraw Hill Professional, 107-123.
[44] Collamati, A., Martone, A.M., Poscia, A., Brandi, V., Celi, M., Marzetti, E., et al. (2015) Anticholinergic Drugs and Negative Outcomes in the Older Population: From Biological Plausibility to Clinical Evidence. Aging Clinical and Experimental Research, 28, 25-35.
https://doi.org/10.1007/s40520-015-0359-7
[45] Ananth, J., Aduri, K., Parameswaran, S. and Gunatilake, S. (2004) Neuroleptic Malignant Syndrome: Risk Factors, Pathophysiology, and Treatment. Acta Neuropsychiatrica, 16, 219-228.
https://doi.org/10.1111/j.0924-2708.2004.00085.x
[46] Chiew, A.L. and Buckley, N.A. (2021) The Serotonin Toxidrome: Shortfalls of Current Diagnostic Criteria for Related Syndromes. Clinical Toxicology, 60, 143-158.
https://doi.org/10.1080/15563650.2021.1993242
[47] Hall, R.C.W., Hall, R.C.W. and Chapman, M. (2006) Neuroleptic Malignant Syndrome in the Elderly: Diagnostic Criteria, Incidence, Risk Factors, Pathophysiology, and Treatment. Clinical Geriatrics, 14, 39-46.
[48] Kulikowski, J. and Parthasarathi, U. (2019) Special Syndromes: Serotonin Syndrome, Neuroleptic Malignant Syndrome, and Catatonia. In: Fenn, H., Hategan, A. and Bourgeois, J., Eds., Inpatient Geriatric Psychiatry: Optimum Care, Emerging Limitations, and Realistic Goals, Springer International Publishing, 277-292.
https://doi.org/10.1007/978-3-030-10401-6_15
[49] Malek, N. and Baker, M.R. (2016) Common Toxidromes in Movement Disorder Neurology. Postgraduate Medical Journal, 93, 326-332.
https://doi.org/10.1136/postgradmedj-2016-134254
[50] Frain, J. (2025). Exploring Symptoms—An Evidence‐Based Approach to the Patient History. Wiley.
https://doi.org/10.1002/9781394218844
[51] Sood, R., Law, G.R. and Ford, A.C. (2014) Diagnosis of IBS: Symptoms, Symptom-Based Criteria, Biomarkers or ‘Psychomarkers’? Nature Reviews Gastroenterology & Hepatology, 11, 683-691.
https://doi.org/10.1038/nrgastro.2014.127
[52] Chen, Z.S., Kulkarni, P., Galatzer-Levy, I.R., Bigio, B., Nasca, C. and Zhang, Y. (2022) Modern Views of Machine Learning for Precision Psychiatry. Patterns, 3, Article 100602.
https://doi.org/10.1016/j.patter.2022.100602
[53] Clark, C.R., Galletly, C.A., Ash, D.J., Moores, K.A., Penrose, R.A. and McFarlane, A.C. (2009) Evidence-Based Medicine Evaluation of Electrophysiological Studies of the Anxiety Disorders. Clinical EEG and Neuroscience, 40, 84-112.
https://doi.org/10.1177/155005940904000208
[54] Barp, A., Ferrero, A., Casagrande, S., Morini, R. and Zuccarino, R. (2021) Circulating Biomarkers in Neuromuscular Disorders: What Is Known, What Is New. Biomolecules, 11, Article 1246.
https://doi.org/10.3390/biom11081246
[55] Karim, S., Alkreathy, H. and Khan, M.I. (2024) Untargeted Metabolic Profiling of High-Dose Methotrexate Toxicity Shows Alteration in Betaine Metabolism. Drug and Chemical Toxicology, 48, 294-302.
https://doi.org/10.1080/01480545.2024.2369587
[56] Sloan-Dennison, S., Wallace, G.Q., Hassanain, W.A., Laing, S., Faulds, K. and Graham, D. (2024) Advancing SERS as a Quantitative Technique: Challenges, Considerations, and Correlative Approaches to Aid Validation. Nano Convergence, 11, Article No. 33.
https://doi.org/10.1186/s40580-024-00443-4
[57] Moschny, N., Hefner, G., Grohmann, R., Eckermann, G., Maier, H.B., Seifert, J., et al. (2021) Therapeutic Drug Monitoring of Second-and Third-Generation Antipsychotic Drugs—Influence of Smoking Behavior and Inflammation on Pharmacokinetics. Pharmaceuticals, 14, Article 514.
https://doi.org/10.3390/ph14060514
[58] Rogers, J.P., Oldham, M.A., Fricchione, G., Northoff, G., Ellen Wilson, J., Mann, S.C., et al. (2023) Evidence-Based Consensus Guidelines for the Management of Catatonia: Recommendations from the British Association for Psychopharmacology. Journal of Psychopharmacology, 37, 327-369.
https://doi.org/10.1177/02698811231158232
[59] Kim, S., Jeong, M. and Ko, B.C. (2021) Lightweight Surrogate Random Forest Support for Model Simplification and Feature Relevance. Applied Intelligence, 52, 471-481.
https://doi.org/10.1007/s10489-021-02451-x
[60] Bilgilioğlu, S.S., Gezgin, C., Iban, M.C., Bilgilioğlu, H., Gündüz, H.I. and Arslan, Ş. (2025) Explainable Sinkhole Susceptibility Mapping Using Machine-Learning-Based SHAP: Quantifying and Comparing the Effects of Contributing Factors in Konya, Türkiye. Applied Sciences, 15, Article 3139.
https://doi.org/10.3390/app15063139
[61] Allgaier, J., Mulansky, L., Draelos, R.L. and Pryss, R. (2023) How Does the Model Make Predictions? A Systematic Literature Review on the Explainability Power of Machine Learning in Healthcare. Artificial Intelligence in Medicine, 143, Article 102616.
https://doi.org/10.1016/j.artmed.2023.102616
[62] Wiersinga, W.J., Rhodes, A., Cheng, A.C., Peacock, S.J. and Prescott, H.C. (2020) Pathophysiology, Transmission, Diagnosis, and Treatment of Coronavirus Disease 2019 (COVID-19). JAMA, 324, 782-793.
https://doi.org/10.1001/jama.2020.12839
[63] Kroenke, K. (2014) A Practical and Evidence-Based Approach to Common Symptoms: A Narrative Review. Annals of Internal Medicine, 161, 579-586.
https://doi.org/10.7326/m14-0461
[64] Spiro, S.G., Gould, M.K. and Colice, G.L. (2007) Initial Evaluation of the Patient with Lung Cancer: Symptoms, Signs, Laboratory Tests, and Paraneoplastic Syndromes: ACCP Evidenced-Based Clinical Practice Guidelines. Chest, 132, 149S-160S.
https://doi.org/10.1378/chest.07-1358
[65] Poloni, N., Ielmini, M., Caselli, I., Gasparini, A. and Callegari, C. (2018) A Case of Reversible Splenial Lesion Syndrome (RESLEs) Related to Neuroleptic Malignant Syndrome in a Schizophrenic Patient. Clinical Neuropsychiatry, 15, 319-322.
[66] Mann, S.C., Caroff, S.N., Keck, P.E. and Lazarus, A. (2008) Neuroleptic Malignant Syndrome and Related Conditions. American Psychiatric Pub.
[67] Vojjala, N., Malegaonkar, S.K., Arora, K., Sehgal, I.S. and Pannu, A.K. (2024) Dual Toxidrome of Anti-Cholinergic Storm and Neuroleptic Malignant Syndrome: A Therapeutic Challenge Overcome by Intrathecal Neostigmine. The Neurohospitalist, 14, 428-431.
https://doi.org/10.1177/19418744241254580
[68] Serrano, W.C. and Maldonado, J. (2021) The Use of Physostigmine in the Diagnosis and Treatment of Anticholinergic Toxicity after Olanzapine Overdose: Literature Review and Case Report. Journal of the Academy of Consultation-Liaison Psychiatry, 62, 285-297.
https://doi.org/10.1016/j.jaclp.2020.12.013
[69] Barile, F.A. (2019) Anticholinergic and Neuroleptic Drugs. In: Barile, F.A., Ed., Barile’s Clinical Toxicology, CRC Press, 251-269.
https://doi.org/10.1201/9780429154829-17
[70] Garg, U. and Christian, M. (2024) 5 Emergency and Intensive Care Management: For Acute Poisonings and Toxicities. In: Choudhuri, A.H. and Das, B., Eds., Interpreting Laboratory Tests in Intensive Care, CRC Press, 39-47.
https://doi.org/10.1201/9781003449713-5
[71] Musselman, M.E. and Saely, S. (2013) Diagnosis and Treatment of Drug-induced Hyperthermia. American Journal of Health-System Pharmacy, 70, 34-42.
[72] Eyer, F. and Zilker, T. (2007) Bench-to-Bedside Review: Mechanisms and Management of Hyperthermia Due to Toxicity. Critical Care, 11, Article No. 236.
https://doi.org/10.1186/cc6177
[73] Gerretsen, P. and Pollock, B.G. (2011) Drugs with Anticholinergic Properties: A Current Perspective on Use and Safety. Expert Opinion on Drug Safety, 10, 751-765.
https://doi.org/10.1517/14740338.2011.579899
[74] Schachter, M. (2004) Drugs That Affect Autonomic Functions or the Extrapyramidal System. Side Effects of Drugs Annual, 27, 145-155.
https://doi.org/10.1016/S0378-6080(10)32013-7

Copyright © 2025 by authors and Scientific Research Publishing Inc.

Creative Commons License

This work and the related PDF file are licensed under a Creative Commons Attribution 4.0 International License.