Next Article in Journal
Parallel Pathways, Divergent Outcomes: Adipose Tissue–Neural Crosstalk in Depression and Obesity
Previous Article in Journal
Histopathological Verification of Abnormal Cytology Results Suggesting High-Grade Intraepithelial Lesions in Women over 50 Years of Age—Evaluation of the Clinical Utility of Conventional Gynecological Cytology
Previous Article in Special Issue
A Validity Analysis of Text-to-Image Generative Artificial Intelligence Models for Craniofacial Anatomy Illustration
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

AI-Automated Risk Operative Stratification for Severe Aortic Stenosis: A Proof-of-Concept Study

1
Department of Cardiology, University and Hospital Fribourg, 1708 Fribourg, Switzerland
2
Department of Cardiology, Geneva University Hospitals, 1206 Geneve, Switzerland
*
Author to whom correspondence should be addressed.
J. Clin. Med. 2025, 14(23), 8304; https://doi.org/10.3390/jcm14238304 (registering DOI)
Submission received: 31 October 2025 / Revised: 18 November 2025 / Accepted: 19 November 2025 / Published: 22 November 2025

Abstract

Background: Accurate operative risk stratification is essential for treatment selection in severe aortic stenosis. We developed an automated workflow using large language models (LLMs) to replicate Heart Team risk assessment. Methods: We retrospectively analyzed 231 consecutive patients with severe aortic stenosis evaluated by multidisciplinary Heart Teams (January 2022–December 2024). An automated system using GPT-4o was developed, comprising the following: (1) structured data extraction from clinical dossiers; (2) EuroSCORE II calculation via two methods (algorithmic vs. LLM-based); (3) clinical vignette generation; and (4) risk stratification comparing EuroSCORE-based thresholds versus guideline-integrated LLM approaches with/without EuroSCORE values. The primary endpoint was the risk stratification accuracy of each method compared to Heart Team decisions. Results: Mean age was 79.5 ± 7.7 years, with 58.4% female. The automated workflow processed patients in 32.6 ± 6.4 s. The LLM-calculated EuroSCORE II showed a lower mean difference from Heart Team values (−1.42%, 95% CI −2.32 to −0.53) versus algorithmic calculation (−1.88%, 95% CI −2.38 to −1.38). For risk stratification, the guideline-integrated LLM without EuroSCORE achieved the highest accuracy (90.0%) and AUC (0.93), outperforming both the EuroSCORE-based (accuracy 50.2% for high-risk, AUC 0.63) and guideline-integrated LLM with EuroSCORE approaches (accuracy 82.4%, AUC 0.76). However, systematic hallucinations occurred for cardiovascular risk factors when data were missing. Conclusions: LLMs accurately calculated EuroSCORE II and achieved 90% concordance with multidisciplinary Heart Team decisions. However, hallucinations, reproducibility concerns, and the absence of clinical outcome validation preclude direct clinical application.

1. Introduction

Accurate operative risk stratification by multidisciplinary Heart Teams is essential for treatment selection in severe aortic stenosis, with SAVR indicated for low-risk and TAVR for high-risk patients [1,2,3,4]. Current assessment relies on EuroSCORE II to predict 30-day cardiac surgical mortality [5]. However, EuroSCORE II demonstrates poor calibration in contemporary populations, systematically underestimates mortality in high-risk patients, and shows reduced accuracy for TAVR candidates [2,6,7]. Manual risk calculation is time-consuming, error-prone, and challenging to reproduce, particularly when processing large patient cohorts [8,9].
Large language models show promise for cardiovascular risk assessment [10,11,12,13,14]. Open-source local models are increasingly considered for clinical documentation tasks given data protection requirements, though performance varies across architectures [15]. While recent studies have explored LLM applications for cardiovascular risk assessment and Heart Team decision support [16], no prior study has automated the complete pipeline from unstructured clinical documents through structured data extraction, risk score calculation, and guideline-integrated stratification.
This study developed a comprehensive automated workflow utilizing LLM technology to process patient files, calculate EuroSCORE II, and perform guideline-based risk stratification for patients with severe aortic stenosis. We assessed whether LLMs could replicate Heart Team operative risk stratification decisions, and investigated the relationship between model architecture and medical task accuracy.

2. Materials and Methods

We conducted a retrospective cohort study of 231 consecutive patients with severe aortic stenosis evaluated by the multidisciplinary Heart Team at the University and Hospital of Fribourg between 1 January 2022 and 4 December 2024. The Heart Team comprised interventional cardiologists, cardiac surgeons, cardiac anesthesiologists, and imaging specialists who met weekly using standardized protocols to discuss all severe aortic stenosis cases. Decisions were made by consensus after multidisciplinary discussion considering operative risk scores, frailty assessment, echocardiographic findings, coronary anatomy, patient preferences, and procedural feasibility. In cases where initial opinions diverged, discussion continued until consensus was reached, and the final consensus decision was recorded as the reference standard for this study.
Inclusion criteria comprised severe aortic stenosis requiring intervention and completion of formal risk assessment during Heart Team evaluation. Data were collected in the Cardio-FR registry (NCT04185285), a single-center cohort initiated in January 2015. The registry was conducted in accordance with the Declaration of Helsinki, received approval from the local ethics committee (003-REP-CER-FR), and written informed consent was obtained from all participants. Institutional Review Board approval was confirmed for this study.

2.1. Development of the Automated Clinical Workflow

We developed a four-step automated system to replicate traditional Heart Team evaluation processes (Figure 1). The complete workflow was designed to process patient data from extraction through risk stratification in a single automated pipeline.
Step 1: Data extraction. Anonymized Heart Team patient files were processed using optical character recognition (OCR). We evaluated 12 open-source models capable of structured data extraction, utilizing pydantic (Python 3.9.0) to extract predefined variables such as demographics, comorbidities, echocardiographic measurements, coronary anatomy, and laboratory results. All extracted data were manually checked for accuracy. The complete, reusable open-source code for our pipeline is available at https://github.com/garind-888/automated-heart-team-risk-stratification (accessed on 19 September 2025) and is referenced hereafter as Supplementary Data S1.
Step 2: EuroSCORE II calculation. We implemented two complementary calculation methods to assess accuracy. The first approach used algorithmic calculation applying the official EuroSCORE II formula with standardized parameters reflecting our Heart Team protocols. Patient variables were processed by this algorithm to calculate the EuroSCORE II value. The second approach employed LLM-based calculation, where local models received patient files with instructions to calculate EuroSCORE II using the complete logistic regression formula in a single prompt. Each patient underwent 10 independent calculation iterations to assess reproducibility. The prompt used and algorithmic setup are provided in Supplementary Data S1.
Step 3: Clinical vignette generation. To provide the final model with the clinical histories of the patients in natural language, another script transformed structured data into standardized clinical narratives mimicking Heart Team case presentations. The template incorporated patient demographics, cardiac history, presenting symptoms, comorbidities, imaging findings, and laboratory results to create consistent narratives suitable for risk assessment. Supplementary Data S1 contains the template used.
Step 4: Final risk stratification. We evaluated two distinct approaches against Heart Team decisions as the reference standard. The EuroSCORE-based approach applied established guideline thresholds where low risk was defined as age less than 75 years and EuroSCORE II less than 4%, while high risk was defined as EuroSCORE II greater than 8%. The Guidelines-integrated LLM approaches processed clinical vignettes using GPT-4o (version 2024–05–13, OpenAI, San Francisco, CA, USA). These approaches used combined prompting strategies, including our previously published tree-of-thought reasoning, to simulate multidisciplinary discussion. The system employed guided reflection and self-consistency through 40 iterations per patient with majority vote determination [17]. We tested implementations both with and without EuroSCORE II values to assess numerical anchoring effects. The model received the aortic stenosis section from the 2021 ESC/EACTS Guidelines for valvular heart disease management. All used prompts are available in Supplementary Data S1.

2.2. Technical Infrastructure and Implementation

Models were deployed on a local MacBook Pro M4 with 48 GB RAM and 16 cores running macOS Sequoia 15.5 with Ollama version 0.9 for open-source models. GPT-4o version 2024-05-13 was accessed via Microsoft Azure OpenAI Service in Switzerland North, ensuring data residency compliance. Model parameters were standardized with the temperature set to 1.0, top_p to 1.0, frequency_penalty to 0.0, and max_tokens to 4000 to balance creativity with consistency. All system interactions were logged for audit purposes with role-based access control.

2.3. Statistical Analysis

The primary endpoint was risk stratification accuracy compared to Heart Team decisions. Secondary endpoints included EuroSCORE calculation agreement, sensitivity, specificity, and area under the receiver operating characteristic curve (AUC). Continuous variables were expressed as mean with standard deviation or median with interquartile range based on distribution. Categorical variables were reported as frequencies and percentages. Friedman’s rank sum test assessed differences among stratification approaches, with post hoc pairwise comparisons using Wilcoxon’s signed-rank test with Bonferroni’s correction. Agreement between calculation methods was evaluated using Bland–Altman analysis and intraclass correlation coefficients. ROC curves were constructed with bootstrap resampling using 1000 iterations for 95% confidence intervals. For open-source model comparison, we calculated mean absolute error (MAE) versus Heart Team EuroSCORE II and assessed correlation between accuracy, defined as 100 minus MAE, and model characteristics using Spearman’s correlation. Statistical significance was set at p less than 0.05. Analyses were performed using Python 3.13.0 with SciPy 1.10.1, NumPy 1.24.3, Pandas 2.0.1, and Scikit-learn 1.5.2.

3. Results

3.1. Study Population Characteristics

The cohort of 231 consecutive patients reflected typical severe aortic stenosis demographics with a mean age of 79.5 ± 7.7 years, and female predominance at 58.4% (Table 1). Mean EuroSCORE II was 4.35 ± 3.15% and STS score was 2.8 ± 1.62%. The Heart Team recommended transcatheter intervention for 168 patients (72.7%) of the cohort, surgical replacement for 50 patients (21.6%), and medical management for 13 patients (5.6%).

3.2. Performance of the Automated Workflow

The complete automated workflow achieved a mean processing time of 32.6 ± 6.4 s per patient (Table 2). Manual validation revealed 94.7% overall accuracy across 38 predefined variables, with no significant differences between the extraction models (Friedman’s test, p = 0.99). However, we observed systematic and statistically significant over-reporting of cardiovascular risk factors due to OCR interpretation errors. When OCR returned ambiguous checkbox values displayed as “x Yes x No”, all 12 models uniformly hallucinated findings rather than flagging missing data or returning “unknown” values
For hypertension, automated extraction identified 208 patients (90.0%) as hypertensive compared to 170 patients (73.6%) in manual validation, representing a significant overestimation of 38 cases (16.4%, 95% CI 10.1–22.7, p < 0.001). For dyslipidemia, automated extraction identified 185 patients (80.1%) versus 110 patients (47.6%) in manual validation, overestimating by 75 cases (32.5%, 95% CI 25.3–39.7, p < 0.001).

3.3. EuroSCORE II Calculation

Among the tested models, deepseek-r1:14b achieved the lowest mean absolute error at 5.38, followed by qwen3:4b at 5.41 and medllama2:7b at 5.44. Higher MAEs were observed for qwen2.5:14b at 16.49, meditron at 13.07, and gemma3:1b at 15.78. No significant correlation existed between model accuracy and either size in gigabytes or parameter count in billions, as shown in Figure 2. Overall, no intra-patient variability was observed across 10 iterations of score calculation (ANOVA F = 0.42, p = 0.92). Compared to Heart Team values, LLM-calculated values were lower by −1.42% (95% CI −2.32 to −0.53, p = 0.002). Algorithmic calculation yielded a mean difference of −1.88% (95% CI −2.38 to −1.38, p < 0.001). Absolute error was lower for the LLM versus algorithmic calculation (mean difference −1.54, 95% CI −2.39 to −0.70, p < 0.001).

3.4. Risk Stratification Performance

Risk stratification demonstrated high reproducibility with no significant intra-observer variance across 40 queries for the guideline-integrated LLM approaches (with EuroSCORE: p = 0.998; without EuroSCORE: p = 0.979). For low versus non-low risk classification, accuracy was 90.05% (95% CI 86.07–94.02) for the guideline-integrated LLM without EuroSCORE, 85.97% (95% CI 81.36–90.59) for the EuroSCORE-based approach, and 82.35% (95% CI 77.29–87.42) for the guideline-integrated LLM with EuroSCORE. For high versus non-high risk classification, accuracy was 90.05% (95% CI 86.07–94.02) for the guideline-integrated LLM without EuroSCORE, 82.35% (95% CI 77.29–87.42) for the guideline-integrated LLM with EuroSCORE, and 50.23% (95% CI 43.58–56.87) for the EuroSCORE-based approach. Pairwise comparisons for low versus non-low risk showed that the LLM without EuroSCORE was superior to the EuroSCORE-based approach (difference 4.07%, 95% CI 0.21–7.93, p = 0.039) and to the LLM with EuroSCORE (difference 7.69%, 95% CI 2.82–12.56, p = 0.002). For high versus non-high risk, the LLM without EuroSCORE exceeded the EuroSCORE-based approach by 39.82% (95% CI 31.68–47.96, p < 0.001) and the LLM with EuroSCORE by 7.69% (95% CI 2.82–12.56, p = 0.002). The guideline-integrated LLM without EuroSCORE achieved the highest AUC (0.93), with a sensitivity of 0.98 and specificity of 0.64 (Figure 3). The guideline-integrated LLM with EuroSCORE showed an AUC of 0.76 with a sensitivity of 0.88 and specificity of 0.64. The EuroSCORE-based approach demonstrated an AUC of 0.72 for non-high-risk and 0.63 for high-risk classification (Table 3).

4. Discussion

This proof-of-concept study demonstrates two distinct capabilities of LLM-based automation in severe aortic stenosis evaluation. First, LLMs accurately calculated EuroSCORE II with lower mean absolute error compared to algorithmic approaches, representing a purely computational task with objective verification. Second, LLMs achieved 90% concordance with multidisciplinary Heart Team operative risk stratification decisions, representing complex clinical reasoning that integrates multiple factors beyond numerical scores. However, systematic hallucinations from data extraction errors represent critical safety limitations requiring resolution before clinical application.
The 30 s processing time compares favorably to traditional Heart Team preparation, which involves substantial chart review time with risk of human error [18]. This efficiency gain could address workflow inefficiencies identified as primary drivers of clinician burnout [18], though our findings represent a preliminary demonstration rather than an implementation-ready solution. Previous cardiac surgery decision support systems have shown promise in maintaining clinical parameters and reducing medication errors [19], though our system’s integration of multiple complex tasks remains experimental and requires extensive validation before clinical deployment [20].
The finding that the LLM-calculated EuroSCORE II more closely approximated Heart Team values than algorithmic calculation represents an unexpected advantage in this computational task. This aligns with evidence that machine learning approaches can outperform traditional cardiovascular risk scores, with meta-analyses showing ML algorithms achieving AUCs between 0.80 and 0.90 for cardiovascular outcomes [21,22]. The systematic underestimation of risk by both algorithmic and LLM-calculated EuroSCORE II compared to Heart Team values confirms recent validation studies showing poor calibration, particularly for high-risk patients [6,7]. The finding that LLM calculations more closely approximated clinical values suggests that language models may better interpret ambiguous clinical data or variables subject to interpretation, such as “poor mobility,” though this advantage was modest and requires further investigation.
Model accuracy for EuroSCORE II calculation did not correlate with size or parameter count, with smaller models like qwen3:4b performing comparably to larger ones. This suggests domain-specific optimization and structured clinical data may matter more than raw scale for computational tasks, indicating efficient, smaller models could offer similar accuracy with lower resource utilization, though further validation is needed.
Beyond numerical score calculation, operative risk stratification represents a different task requiring integration of clinical judgment, guideline interpretation, and multifactorial decision-making. Excluding EuroSCORE II counterintuitively improved risk stratification accuracy. Possible explanations include anchoring bias from numerical scores constraining holistic assessment [23], limitations in processing mixed numerical and textual inputs, or guideline-based reasoning better capturing multifactorial clinical decision-making [24]. This finding suggests that LLMs may excel at synthesizing qualitative clinical information and guideline recommendations rather than relying on single numerical anchors, though the mechanisms underlying this performance require further investigation.
The systematic hallucination of cardiovascular risk factors represents a fundamental safety concern. Despite explicit prompting to return “NA” or “missing” for absent data, all models uniformly hallucinated positive findings for hypertension and dyslipidemia when OCR returned ambiguous checkbox values. This reflects the inherent tendency of language models to generate plausible content when faced with uncertainty, particularly dangerous in medical contexts where accuracy is paramount [25,26,27]. Recent evidence shows hallucination rates of 1.47% and omission rates of 3.45%, even in controlled settings [28], suggesting that our observed problem may reflect broader challenges in medical AI deployment. Medical hallucinations frequently use domain-specific terms and appear coherent, making them difficult to recognize without expert scrutiny [27]. Human oversight may shift mental effort from content creation to verification, potentially introducing new error risks [29]. For clinical translation, we propose a safe-failure protocol requiring OCR confidence scores above 0.90 for processing to proceed, automatic flagging of contradictory or ambiguous values as “missing data,” structured output schemas forcing selection between defined categories, including “uncertain” options, and calibrated confidence scores for all extracted variables. However, our current implementation lacks automated uncertainty detection capable of identifying ambiguous OCR output or distinguishing hallucination from genuine extraction. Future development must prioritize uncertainty quantification and automatic error detection before clinical application.
Future validation must address multiple dimensions before clinical deployment, with distinct requirements for score calculation versus clinical stratification. For EuroSCORE II calculation, external validation should assess computational accuracy across diverse patient populations and documentation formats. For operative risk stratification, prospective studies should assess whether LLM-based decisions predict actual procedural mortality, morbidity, and long-term survival rather than merely concordance with expert opinion. Multi-center external validation across different Heart Team cultures and documentation styles is essential to establish generalizability, particularly given institutional variations in electronic health record templates, language, and clinical workflows that may require site-specific adaptation of OCR processing and data extraction prompts. Integration of multimodal data, including DICOM imaging and direct echocardiographic parameter extraction, would enhance the system’s comprehensiveness and address current limitations from relying solely on structured clinical vignettes. Minimum dataset requirements should include patient demographics, complete echocardiographic measurements, laboratory values, documented comorbidities, and prior cardiac interventions to ensure reliable pipeline operation. An important research direction involves exploring systems that automatically update their context when ESC/EACTS guidelines are revised or new evidence emerges, though such adaptive systems would require regular human oversight and revalidation to ensure safe incorporation of updated criteria without introducing errors from outdated or misinterpreted recommendations.
Beyond technical validation, implementation requires careful attention to clinical integration, ethical frameworks, and economic considerations. Any deployment must function exclusively as decision support rather than an autonomous decision-maker, with the final responsibility remaining with treating physicians and the Heart Team. Human-in-the-loop safeguards must include mandatory physician review of all LLM-extracted data, risk calculations, and stratification recommendations before clinical decisions, with clear documentation of agreement or disagreement with automated suggestions. The legal and ethical framework for clinical responsibility when using AI-assisted tools remains an evolving area requiring regulatory guidance, institutional policy development, and clear communication with patients about the role of AI in their care [29]. Clinician acceptability studies evaluating trust, workflow integration, and human–AI collaboration dynamics will be essential to understand real-world adoption barriers. Health economic evaluation comparing costs and outcomes of AI-assisted versus traditional workflows must consider evidence that high accuracy does not guarantee cost-effectiveness, with improving AI sensitivity potentially increasing medical costs, while increasing specificity reduces unnecessary referrals but may weaken detection capability [30]. Establishing standardized evaluation frameworks and addressing regulatory requirements will be essential for clinical translation.

5. Limitations

Our most critical limitation is using Heart Team decisions as the reference standard without clinical outcome validation. We measured whether the LLM agreed with expert consensus, not whether stratification decisions were clinically correct or resulted in improved patient outcomes. Without prospective follow-up data on mortality, procedural complications, or long-term survival, we cannot determine whether LLM concordance translates to clinical benefit. A system achieving 90% agreement with expert decisions could still be systematically incorrect if those expert decisions themselves were suboptimal. Future validation must assess whether LLM-based stratification predicts actual clinical outcomes in prospective cohorts. Our findings demonstrate the technical feasibility of replicating expert opinion but cannot establish clinical validity or safety for patient care decisions.
GPT-4o’s proprietary training data and closed-source architecture raise fundamental questions about reproducibility. OpenAI does not disclose the specific medical literature, clinical guidelines, or case examples used to train GPT-4o, making it impossible to verify what information the model draws upon. Different research teams using different API versions, regions, or time periods may obtain divergent stratification outcomes for identical patients. Unlike transparent algorithmic approaches, where every calculation step can be audited, the reasoning pathway of commercial LLMs remains opaque, precluding meaningful error analysis when incorrect stratifications occur.
The single-center design limits generalizability to institutions with different decision-making processes, patient populations, and documentation practices. Site-specific adaptation of OCR processing and data extraction prompts would likely be required for reliable function in different healthcare systems. We did not assess inter-rater variability among individual Heart Team members, limiting our ability to determine whether LLM concordance represents alignment with unanimous expert opinion or contested majority view. Our methodology relied on structured clinical vignettes, excluding imaging data rather than raw clinical documents, which may not capture real-world complexity. Potential biases embedded in LLM training data could perpetuate healthcare disparities. Finally, we did not evaluate the real-world impact on clinical team dynamics, workflow efficiency, or patient outcomes, factors that will ultimately determine clinical utility regardless of technical performance metrics.

6. Conclusions

LLMs can accurately calculate EuroSCORE II with lower mean absolute error compared to algorithmic approaches, offering a reliable automated method for risk score computation. For operative risk stratification, a commercial LLM achieved 90% concordance with Heart Team decisions using guideline-integrated reasoning. However, the black-box nature of commercial LLMs raises critical reproducibility concerns, and clinical outcome validation is essential before any application can be considered.

Supplementary Materials

The following supporting information can be downloaded at https://github.com/garind-888/automated-heart-team-risk-stratification, accessed on 19 September 2025.

Author Contributions

D.G.: writing—original draft (lead), analysis (lead). W.B., I.S., P.D.C., C.F., M.T., P.M., S.P., and D.A.: writing—review and editing (equal), data curation (lead), supervision (equal). S.C.: writing—review and editing (lead), conceptualization (lead), investigation (lead), methodology (lead), supervision (lead). All authors have read and agreed to the published version of the manuscript.

Funding

This study was funded by the Fond Scientifique Cardiovasculaire University and Hospital Fribourg.

Institutional Review Board Statement

This study was conducted in accordance with the Declaration of Helsinki. Data were extracted from the Cardio-FR registry (NCT04185285) that received approval from the local ethics committee (protocol code: 003-REP-CER-FR, date of approval: 10 March 2015). The study protocol was approved by the Institutional Review Board of the University and Hospital Fribourg (protocol code NCT04185285-12, date of approval: 10 August 2021).

Informed Consent Statement

Informed consent was obtained from all subjects involved in this study.

Data Availability Statement

The data presented in this study are available upon request from the corresponding author due to Switzerland’s national law regarding data protection.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Vahanian, A.; Beyersdorf, F.; Praz, F.; Milojevic, M.; Baldus, S.; Bauersachs, J.; Capodanno, D.; Conradi, L.; De Bonis, M.; De Paulis, R.; et al. 2021 ESC/EACTS guidelines for the management of valvular heart disease: Developed by the task force for the management of valvular heart disease of the European society of cardiology (ESC) and the European association for cardio-thoracic surgery (EACTS). Eur. Heart J. 2022, 43, 561–632. [Google Scholar] [CrossRef] [PubMed]
  2. Praz, F.; Borger, M.A.; Lanz, J.; Marin-Cuartas, M.; Abreu, A.; Adamo, M.; Ajmone Marsan, N.; Barili, F.; Bonaros, N.; Cosyns, B.; et al. 2025 ESC/EACTS guidelines for the management of valvular heart disease. Eur. Heart J. 2025, 67, ehaf194. [Google Scholar] [CrossRef]
  3. Chen, S.; Pop, A.; Dasi, L.P.; George, I. Lifetime management for aortic stenosis: Strategy and decision-making in the current era. Ann. Thorac. Surg. 2025, 119, 296–307. [Google Scholar] [CrossRef]
  4. Windecker, S.; Okuno, T.; Unbehaun, A.; Mack, M.; Kapadia, S.; Falk, V. Which patients with aortic stenosis should be referred to surgery rather than transcatheter aortic valve implantation? Eur. Heart J. 2022, 43, 2729–2750. [Google Scholar] [CrossRef]
  5. Nashef, S.A.M.; Roques, F.; Sharples, L.D.; Nilsson, J.; Smith, C.; Goldstone, A.R.; Lockowandt, U. EuroSCORE II. Eur. J. Cardio-Thorac. Surg. 2012, 41, 734–745. [Google Scholar] [CrossRef] [PubMed]
  6. Mastroiacovo, G.; Bonomi, A.; Ludergnani, M.; Franchi, M.; Maragna, R.; Pirola, S.; Baggiano, A.; Caglio, A.; Pontone, G.; Polvani, G.; et al. Is EuroSCORE II still a reliable predictor for cardiac surgery mortality in 2022? A retrospective study. Eur. J. Cardio-Thorac. Surg. 2023, 64, ezad294. [Google Scholar] [CrossRef]
  7. Liu, P.; Shih, H.; Kang, P.; Pan, J.-Y.; Wu, T.-H.; Wu, C.-J. Performance of the EuroSCORE II model in predicting short-term mortality of general cardiac surgery: A single-center study in Taiwan. Acta Cardiol. Sin. 2022, 38, 495–503. [Google Scholar] [CrossRef] [PubMed]
  8. Lebreton, G.; Merle, S.; Inamo, J.; Hennequin, J.-L.; Sanchez, B.; Rilos, Z.; Roques, F. Limitations in the inter-observer reliability of EuroSCORE: What should change in EuroSCORE II? Eur. J. Cardio-Thorac. Surg. 2011, 40, 1304–1308. [Google Scholar] [CrossRef]
  9. Ad, N.; Holmes, S.D.; Patel, J.; Pritchard, G.; Shuman, D.J.; Halpin, L. Comparison of EuroSCORE II, original EuroSCORE, and the society of thoracic surgeons risk score in cardiac surgery patients. Ann. Thorac. Surg. 2016, 102, 573–579. [Google Scholar] [CrossRef]
  10. Armoundas, A.A.; Narayan, S.M.; Arnett, D.K.; Spector-Bagdady, K.; Bennett, D.A.; Celi, L.A.; Friedman, P.A.; Gollob, M.H.; Hall, J.L.; Kwitek, A.E.; et al. Use of artificial intelligence in improving outcomes in heart disease: A scientific statement from the American heart association. Circulation 2024, 149, e1028–e1050. [Google Scholar] [CrossRef]
  11. Kung, T.H.; Cheatham, M.; Medenilla, A.; Sillos, C.; De Leon, L.; Elepaño, C.; Madriaga, M.; Aggabao, R.; Diaz-Candido, G.; Maningo, J.; et al. Performance of ChatGPT on USMLE: Potential for AI-assisted medical education using large language models. PLoS Digit. Health 2023, 2, e0000198. [Google Scholar] [CrossRef]
  12. Gala, D.; Makaryus, A.N. The utility of language models in cardiology: A narrative review of the benefits and concerns of ChatGPT-4. Int. J. Environ. Res. Public Health 2023, 20, 6438. [Google Scholar] [CrossRef]
  13. Topol, E.J. High-performance medicine: The convergence of human and artificial intelligence. Nat. Med. 2019, 25, 44–56. [Google Scholar] [CrossRef]
  14. Johnson, K.W.; Torres Soto, J.; Glicksberg, B.S.; Shameer, K.; Miotto, R.; Ali, M.; Ashley, E.; Dudley, J.T. Artificial intelligence in cardiology. J. Am. Coll. Cardiol. 2018, 71, 2668–2679. [Google Scholar] [CrossRef] [PubMed]
  15. Kim, S.H.; Schramm, S.; Adams, L.C.; Braren, R.; Bressem, K.K.; Keicher, M.; Platzek, P.-S.; Paprottka, K.J.; Zimmer, C.; Hedderich, D.M.; et al. Benchmarking the diagnostic performance of open source LLMs in 1933 eurorad case reports. npj Digit. Med. 2025, 8, 97. [Google Scholar] [CrossRef] [PubMed]
  16. Shojaei, S.; Mousavi, A.; Kazemian, S.; Armani, S.; Maleki, S.; Fallahtafti, P.; Arashlow, F.T.; Daryabari, Y.; Naderian, M.; Alkhouli, M.; et al. Artificial intelligence in risk stratification and outcome prediction for transcatheter aortic valve replacement: A systematic review and meta-analysis. J. Pers. Med. 2025, 15, 302. [Google Scholar] [CrossRef]
  17. Garin, D.; Cook, S.; Ferry, C.; Bennar, W.; Togni, M.; Meier, P.; Wenaweser, P.; Puricel, S.; Arroyo, D. Improving large language models accuracy for aortic stenosis treatment via heart team simulation: A prompt design analysis. Eur. Heart J. Digit. Health 2025, 6, 665–674. [Google Scholar] [CrossRef]
  18. Zayas-Cabán, T.; Okubo, T.H.; Posnack, S. Priorities to accelerate workflow automation in health care. J. Am. Med. Inform. Assoc. 2023, 30, 195–201. [Google Scholar] [CrossRef]
  19. Pereira, M.; Concheiro-Moscoso, P.; López-Álvarez, A.; Baños, G.; Pazos, A.; Pereira, J. Applicability of clinical decision support in management among patients undergoing cardiac surgery in intensive care unit: A systematic review. Appl. Sci. 2021, 11, 2880. [Google Scholar] [CrossRef]
  20. Putty, C. Streamlining Clinical Workflows: How Automation Enhances Healthcare Productivity. Available online: https://www.thoughtful.ai/blog/streamlining-clinical-workflows-how-automation-enhances-healthcare-productivity (accessed on 19 September 2025).
  21. Liu, W.; Laranjo, L.; Klimis, H.; Chiang, J.; Yue, J.; Marschner, S.; Quiroz, J.C.; Jorm, L.; Chow, C.K. Machine-learning versus traditional approaches for atherosclerotic cardiovascular risk prognostication in primary prevention cohorts: A systematic review and meta-analysis. Eur. Heart J. Qual. Care Clin. Outcomes 2023, 9, 310–322. [Google Scholar] [CrossRef] [PubMed]
  22. Krittanawong, C.; Virk, H.U.H.; Bangalore, S.; Wang, Z.; Johnson, K.W.; Pinotti, R.; Zhang, H.; Kaplin, S.; Narasimhan, B.; Kitai, T.; et al. Machine learning prediction in cardiovascular diseases: A meta-analysis. Sci. Rep. 2020, 10, 16507. [Google Scholar] [CrossRef]
  23. Ma, H.; Lin, S.; Li, X.; Wang, Y.; Yang, W.; Dou, K.; Liu, S.; Zheng, Z.; Modified Heart Team Protocol Study Group. The modified heart team protocol facilitated the revascularization decision-making quality in complex coronary artery disease. Interdiscip. Cardiovasc. Thorac. Surg. 2025, 40, ivaf023. [Google Scholar] [CrossRef]
  24. Groenhof, T.K.J.; Asselbergs, F.W.; Groenwold, R.H.; Grobbee, D.E.; Visseren, F.L.; Bots, M.L.; UCC-SMART Study Group. The effect of computerized decision support systems on cardiovascular risk factors: A systematic review and meta-analysis. BMC Med. Inform. Decis. Mak. 2019, 19, 108. [Google Scholar] [CrossRef] [PubMed]
  25. Kwong, J.C.C.; Wang, S.C.Y.; Nickel, G.C.; Cacciamani, G.E.; Kvedar, J.C. The long but necessary road to responsible use of large language models in healthcare research. npj Digit. Med. 2024, 7, 177. [Google Scholar] [CrossRef] [PubMed]
  26. Singhal, K.; Azizi, S.; Tu, T.; Mahdavi, S.S.; Wei, J.; Chung, H.W.; Scales, N.; Tanwani, A.; Cole-Lewis, H.; Pfohl, S.; et al. Large language models encode clinical knowledge. Nature 2023, 620, 172–180. [Google Scholar] [CrossRef] [PubMed]
  27. Kim, Y.; Jeong, H.; Chen, S.; Li, S.S.; Lu, M.; Alhamoud, K.; Mun, J.; Grau, C.; Jung, M.; Gameiro, R.; et al. Medical hallucinations in foundation models and their impact on healthcare. medRxiv 2025. [Google Scholar] [CrossRef]
  28. Asgari, E.; Montaña-Brown, N.; Dubois, M.; Khalil, S.; Balloch, J.; Au Yeung, J.; Pimenta, D. A framework to assess clinical safety and hallucination rates of LLMs for medical text summarisation. npj Digit. Med. 2025, 8, 274. [Google Scholar] [CrossRef]
  29. Ohde, J.W.; Rost, L.M.; Overgaard, J.D. The burden of reviewing LLM-generated content. NEJM AI 2025, 2, AIp2400979. [Google Scholar] [CrossRef]
  30. Wang, Y.; Liu, C.; Hu, W.; Luo, L.; Shi, D.; Zhang, J.; Yin, Q.; Zhang, L.; Han, X.; He, M. Economic evaluation for medical artificial intelligence: Accuracy vs. Cost-effectiveness in a diabetic retinopathy screening case. npj Digit. Med. 2024, 7, 43. [Google Scholar] [CrossRef]
Figure 1. Study flowchart. Overview of the automated LLM workflow for severe aortic stenosis risk stratification. The process included data extraction using structured output LLM, EuroSCORE II calculation (LLM vs. algorithmic), and risk stratification (guideline-integrated LLM vs. EuroSCORE-based). All data were manually verified before comparison with Heart Team decisions (n = 231). LLM, large language model.
Figure 1. Study flowchart. Overview of the automated LLM workflow for severe aortic stenosis risk stratification. The process included data extraction using structured output LLM, EuroSCORE II calculation (LLM vs. algorithmic), and risk stratification (guideline-integrated LLM vs. EuroSCORE-based). All data were manually verified before comparison with Heart Team decisions (n = 231). LLM, large language model.
Jcm 14 08304 g001
Figure 2. Local model accuracy for EuroSCORE II calculation according to model size and parameter count. (A) Scatter plot showing the relationship between model size in gigabytes (GB) and accuracy (defined as 100 minus mean absolute error) for EuroSCORE II calculation across 12 open-source language models. The red dashed line indicates linear regression fit. (B) Scatter plot showing the relationship between model parameter count (billions of parameters) and accuracy for the same models. The red dashed line indicates linear regression fit. LLM, large language model.
Figure 2. Local model accuracy for EuroSCORE II calculation according to model size and parameter count. (A) Scatter plot showing the relationship between model size in gigabytes (GB) and accuracy (defined as 100 minus mean absolute error) for EuroSCORE II calculation across 12 open-source language models. The red dashed line indicates linear regression fit. (B) Scatter plot showing the relationship between model parameter count (billions of parameters) and accuracy for the same models. The red dashed line indicates linear regression fit. LLM, large language model.
Jcm 14 08304 g002
Figure 3. Accuracy performance of the guideline-integrated LLM compared to the EuroSCORE II method. Comparison of guideline-integrated LLM (AUC = 0.930, 95% CI [0.879–0.970]) versus EuroSCORE II (AUC = 0.723, 95% CI [0.641–0.799]) for risk stratification. The guideline-integrated LLM showed superior discriminative performance compared to EuroSCORE II-based classification (n = 231). AUC, area under the curve; CI, confidence interval; LLM, large language model.
Figure 3. Accuracy performance of the guideline-integrated LLM compared to the EuroSCORE II method. Comparison of guideline-integrated LLM (AUC = 0.930, 95% CI [0.879–0.970]) versus EuroSCORE II (AUC = 0.723, 95% CI [0.641–0.799]) for risk stratification. The guideline-integrated LLM showed superior discriminative performance compared to EuroSCORE II-based classification (n = 231). AUC, area under the curve; CI, confidence interval; LLM, large language model.
Jcm 14 08304 g003
Table 1. Characteristics of the patients at baseline (n = 231).
Table 1. Characteristics of the patients at baseline (n = 231).
CharacteristicValue
Demographic
Female sex—no./total no. (%)135/231 (58.4)
Age—yr79.5 ± 7.7
Medical history
Mean body mass index—kg·m227.4 ± 5.4
Mean EuroSCORE II ‡4.35 ± 3.15
Mean STS §2.8 ± 1.62
New York Heart Association class—no. (%)
I54 (23.4)
II105 (45.4)
III51 (22.5)
IV19 (8.2)
Syncope linked to aortic stenosis—no. (%)7 (3.0)
Previous coronary artery disease—no. (%)144 (62.3)
Previous acute coronary syndrome—no. (%)23 (9.9)
Previous cardiac surgery—no. (%)
Coronary artery bypass surgery (CABG)19 (8.4)
Aortic valve surgery8 (3.8)
CABG and aortic valve surgery3 (1.5)
Baseline echocardiogram
Left ventricular ejection fraction—%57.8 ± 11.5
Aortic valve surface—cm20.79 ± 0.24
Aortic valve regurgitation—no. (%)
Moderate26 (11.5)
Severe6 (2.6)
Aortic valve gradient—mmHg36.9 ± 11.2
Mitral valve regurgitation—no. (%)
Moderate33 (14.2)
Severe3 (1.3)
Tricuspid valve regurgitation—no. (%)
Moderate15 (6.4)
Severe4 (1.7)
Systolic pulmonary artery pressure—mmHg44.2 ± 14.1
Baseline electrocardiogram—no. (%)
Atrioventricular block30 (12.9)
Right bundle branch block18 (7.7)
Left bundle branch block28 (12.1)
Atrial fibrillation56 (24.4)
Cardiovascular disease risk factors—no. (%)
Diabetes65 (28.1)
Requiring insulin17 (7.4)
Hypertension170 (73.6)
Dyslipidemia110 (47.6)
Current or previous smoking39 (16.8)
Non-cardiac previous history
Chronic obstructive pulmonary disease—no. (%)18 (7.6)
Moderate kidney disease—no. (%)69 (29.8)
Severe kidney disease—no. (%)65 (28.8)
Creatinine—μmol/L97.7 ± 44.5
Creatinine clearance—mL·min−1·1.73·m−258.1 ± 24.8
Peripheral artery disease—no. (%)30 (12.9)
Previous vascular surgery—no. (%)9 (3.8)
Previous stroke or transient ischemic attack—no. (%)26 (11.4)
Heart Team decision—no. (%)
Transcatheter aortic valve implantation168 (72.7)
Surgical aortic valve replacement50 (21.6)
Medical management13 (5.6)
Values are mean ± standard deviation or number (%). For continuous variables, the median and interquartile range are presented for non-normally distributed variables. Adapted from Ref. [17]. † The body-mass index is the weight in kilograms divided by the square of the height in meters. ‡ The values on the European System for Cardiac Operative Risk Evaluation II (EuroSCORE II) range from 0 to 100%, with higher scores indicating a greater risk of in-hospital death. § The Society of Thoracic Surgeons Short-term score ranges from 0 to 100%, with higher scores indicating a greater risk of death within 30 days after the procedure.
Table 2. Automated workflow processing times.
Table 2. Automated workflow processing times.
Workflow ComponentMean Time (Seconds)Standard Deviation
Data extraction14.33.0
EuroSCORE II calculation8.12.2
Risk stratification9.42.9
Total workflow32.66.4
Values represent mean processing time per patient (n = 231) with standard deviation.
Table 3. Receiver operating characteristic analysis.
Table 3. Receiver operating characteristic analysis.
ApproachAUC95% CISensitivitySpecificity
Guideline-integrated LLM without EuroSCORE0.930.87–0.970.980.64
Guideline-integrated LLM with EuroSCORE0.760.69–0.830.880.64
EuroSCORE-based (non-high risk)0.720.66–0.790.980.46
EuroSCORE-based (high risk)0.630.57–0.690.400.86
Values are area under the curve (AUC), 95% confidence interval (CI), sensitivity, and specificity for each risk stratification approach.
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Garin, D.; Arroyo, D.; Skalidis, I.; Di Cicco, P.; Ferry, C.; Bennar, W.; Puricel, S.; Meier, P.; Togni, M.; Cook, S. AI-Automated Risk Operative Stratification for Severe Aortic Stenosis: A Proof-of-Concept Study. J. Clin. Med. 2025, 14, 8304. https://doi.org/10.3390/jcm14238304

AMA Style

Garin D, Arroyo D, Skalidis I, Di Cicco P, Ferry C, Bennar W, Puricel S, Meier P, Togni M, Cook S. AI-Automated Risk Operative Stratification for Severe Aortic Stenosis: A Proof-of-Concept Study. Journal of Clinical Medicine. 2025; 14(23):8304. https://doi.org/10.3390/jcm14238304

Chicago/Turabian Style

Garin, Dorian, Diego Arroyo, Ioannis Skalidis, Philippe Di Cicco, Charlie Ferry, Wesley Bennar, Serban Puricel, Pascal Meier, Mario Togni, and Stéphane Cook. 2025. "AI-Automated Risk Operative Stratification for Severe Aortic Stenosis: A Proof-of-Concept Study" Journal of Clinical Medicine 14, no. 23: 8304. https://doi.org/10.3390/jcm14238304

APA Style

Garin, D., Arroyo, D., Skalidis, I., Di Cicco, P., Ferry, C., Bennar, W., Puricel, S., Meier, P., Togni, M., & Cook, S. (2025). AI-Automated Risk Operative Stratification for Severe Aortic Stenosis: A Proof-of-Concept Study. Journal of Clinical Medicine, 14(23), 8304. https://doi.org/10.3390/jcm14238304

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Article metric data becomes available approximately 24 hours after publication online.
Back to TopTop