Evaluating In-Hospital Arrhythmias in Critically Ill Acute Kidney Injury Patients: Predictive Models, Mortality Risks, and the Efficacy of Antiarrhythmic Drugs
Wanqiu Xie, Henriette Franz, Toma Antonov Yakulov

TL;DR
This study shows that arrhythmias are common in critically ill patients with acute kidney injury and that amiodarone can reduce in-hospital mortality.
Contribution
The study introduces predictive models for arrhythmias in AKI patients and evaluates the efficacy of antiarrhythmic drugs on mortality.
Findings
40% of critically ill AKI patients developed arrhythmias, which were linked to higher in-hospital mortality.
XGBoost and BIC models identified heart failure and heart rate variability as key predictors of arrhythmias.
Amiodarone significantly reduced in-hospital mortality in patients with arrhythmias.
Abstract
Background: Acute kidney injury (AKI) in critically ill patients is often complicated by arrhythmias, potentially affecting outcomes. This study aimed to develop predictive models for arrhythmias in AKI patients and assess the impact of antiarrhythmic drugs on in-hospital mortality. Methods: We conducted a multi-database retrospective cohort study using MIMIC-IV and eICU databases. XGBoost and Bayesian Information Criterion (BIC) models were employed to identify key predictors of arrhythmias. Weighted log-rank and Cox analysis evaluated the effect of amiodarone and metoprolol on in-hospital mortality. Results: Among 14,035 critically ill AKI patients, 5614 individuals (40%) developed arrhythmias. Both XGBoost and BIC showed predictive power for arrhythmias. The XGBoost model identified HR_max, HR_min, and heart failure as the most important features, while the BIC model highlighted…
Genes, proteins, chemicals, diseases, species, mutations and cell lines named across the full text — each resolved to its canonical identifier and authoritative record.
Click any figure to enlarge with its caption.
Figure 1
Figure 2
Figure 3
Figure 4
Figure 5- —Deutsche Forschungsgemeinschaft (DFG, German Research Foundation) CRC 1453
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAcute Kidney Injury Research · Cardiac Arrest and Resuscitation · Cardiac electrophysiology and arrhythmias
1. Introduction
Acute kidney injury (AKI) is a common and life-threatening condition in intensive care unit (ICU) patients, associated with a significant increase in mortality rates [1]. Characterized by an abrupt decline in renal function, typically evidenced by a rapid rise in serum creatinine levels and a reduction in urine output, AKI often leads to a cascade of systemic disturbances. These disturbances can profoundly impact cardiovascular stability, predisposing patients to various cardiac arrhythmias [2,3]. The intricate relationship between AKI and cardiac arrhythmias is multifaceted, with pathophysiological mechanisms highlighting electrolyte imbalances such as hyperkalemia and hypocalcemia as critical risk factors for arrhythmic events. Furthermore, other metabolic derangements frequently observed in AKI, including hyper- or hypophosphatemia, hypomagnesemia, and metabolic acidosis, can exacerbate myocardial irritability and trigger a spectrum of arrhythmias [4].
Despite the recognized association between AKI and cardiovascular complications, the specific incidence and characteristics of arrhythmias in critically ill AKI patients remain an area requiring more comprehensive investigation. While broader studies have reported arrhythmia incidence in general ICU populations ranging from 12% to 78% [5], data specifically focusing on AKI patients are less abundant. New-onset atrial fibrillation (NOAF), for instance, is a common arrhythmia in critically ill patients, with reported incidences ranging from 14% to 37% in AKI patients [6,7]. This underscores the clinical significance of understanding and addressing arrhythmias in this vulnerable patient group, as their occurrence can further compound the already high mortality risk associated with AKI.
Previous research has extensively explored various AKI-related complications, such as liver failure and pulmonary edema [8,9,10,11,12]. However, a dedicated focus on the epidemiology, underlying causes, and prognostic implications of arrhythmias in critically ill AKI patients has been notably limited. This knowledge gap impedes the development of targeted diagnostic and therapeutic strategies. Therefore, this study aims to bridge this gap by comprehensively exploring the underlying causes and predictive factors of arrhythmias in AKI patients. We use advanced analytical methods, including Extreme Gradient Boosting (XGBoost) and Bayesian Information Criterion (BIC) analysis, to identify key determinants of arrhythmia occurrence. Furthermore, another objective of this research is to examine the impact of arrhythmias on in-hospital mortality in this patient cohort. Finally, we assess the efficacy of antiarrhythmic medications in mitigating the risk of in-hospital death, providing insights into potential therapeutic interventions to improve outcomes for critically ill AKI patients.
2. Methods
2.1. Data Sources
The primary dataset for this study was obtained from the Medical Information Mart for Intensive Care IV (MIMIC-IV, a publicly accessible critical care database managed by the Massachusetts Institute of Technology (MIT) and Beth Israel Deaconess Medical Center (BIDMC) [13]. MIMIC-IV compiles detailed patient data from critical care units at Beth Israel Deaconess Medical Center in Boston, Massachusetts. For external validation, we utilized the eICU Collaborative Research Database, which encompasses a diverse array of ICU data from over 200,000 admissions across multiple hospitals in the United States [14]. Notably, the hospitals contributing data to MIMIC-IV did not participate in the eICU program, ensuring an independent validation set. Both databases were used in compliance with the approvals granted by the Institutional Review Boards of MIT and BIDMC. The requirement for informed consent was waived for this study, under certification number 46025826 for author Wanqiu Xie.
2.2. Participant Selection and Inclusion Criteria
The inclusion criteria for participants in this study were defined as follows:
- 1.As our objective was to identify arrhythmias occurring in patients with acute kidney injury (AKI), we first identified AKI cases using the KDIGO criteria [12]. To enhance clinical validity, we further verified these cases by confirming a corresponding ICD-10 diagnostic code for AKI. In total, we included 6,217,152 creatinine-based abnormal records from the MIMIC-IV database and 101,261 records from the eICU database (note that a single patient may have multiple laboratory entries over time).
- 2.Arrhythmias were defined based on diagnostic reports generated after the patient underwent an electrocardiogram (ECG) examination. The arrhythmia types analyzed included atrial fibrillation (AF), sinus tachycardia (ST), ventricular tachycardia (VT), sinus bradycardia, first-degree atrioventricular block (1st AV block), right bundle branch block (RBBB), left bundle branch block (LBBB), second-degree AV block (2nd AV block), third-degree AV block (3rd AV block), atrial flutter, and supraventricular tachycardia (SVT).
- 3.We excluded patients who were ≤18 years old.
- 4.Only the first ICU admission for each patient was retained; subsequent admissions were excluded.
- 5.Patients with a documented arrhythmia prior to the diagnosis of AKI were excluded to ensure temporal causality.
The detailed flowchart of the patient selection process is presented in Figure 1. In addition, the eICU Collaborative Research Database was used as an independent external test set to evaluate the generalizability and applicability of the predictive models.
After applying these criteria, the final sample included 14,035 patients from the MIMIC-IV database and 16,319 patients from the eICU Collaborative Research Database. The screening process for participant selection is illustrated in Figure 1. Additionally, models derived from the eICU Collaborative Research Database served as an independent testing set to evaluate the generalizability and applicability of the established predictive models.
2.3. Variable Selection
For this study, a comprehensive set of variables was extracted from the MIMIC-IV and eICU databases at the time of ICU admission. These variables were categorized into several groups: (a) demographic information: age, gender, length of stay (LOS), in-hospital mortality; (b) comorbidities: cerebral infarction, chronic kidney disease (CKD), diabetes, heart failure, hypertension, infarct circulation, pancreatitis, arrhythmia; (c) medication usage: insulin, antibiotic usage, blood products, crystalloids, furosemide, nitroglycerin, colloids, anticoagulant, pressor, sodium bicarbonate (SB) use; (d) laboratory results: the initial values, the lowest and highest levels within the first 24 h after the ICU admission of following variables: white blood cells (WBC), anion gap (AG), blood bicarbonate, blood urea nitrogen (BUN), blood chloride, serum creatinine, blood glucose, hemoglobin, international normalized ratio (INR), blood potassium, blood sodium, blood pH, platelet (PLT), prothrombin time (PT), red blood cells (RBC), total calcium; (e) vital signs: the initial values, the lowest and highest levels within the first 24 h after the ICU admission of following variables: acute physiology score III (APSIII), mean arterial pressure (MAP), heart rate (HR), respiratory rate (RR), temperature, and the urine output (every hour record); and (f) ICU treatment measures: ventilation, renal replacement therapy (RRT).
Variables with more than 30% missing data, such as alkaline phosphatase, and free blood calcium, were excluded from the analysis. The proportion of missing data for each variable is provided in Supplementary Table S1. The missing values for the included variables were imputed using multiple imputation by chained equations (MICE) prior to data analysis [13,14]. Specifically, we employed the random forest method (method = “rf”) within the MICE framework, with 5 imputations (m = 5) and 10 iterations (maxit = 10). To assess convergence, we evaluated autocorrelation (AC) and the potential scale reduction factor (PSRF), which are summarized in Supplementary Table S2. These diagnostics indicate acceptable convergence across imputations [15,16].
The primary outcome of our study was the risk of developing arrhythmias during hospitalization among patients with AKI, defined as the presence of abnormal ECG findings occurring after the patient’s serum creatinine first met the KDIGO criteria for AKI. Secondary outcomes included whether different types of arrhythmias among ICU patients with AKI were associated with an increased risk of in-hospital mortality and whether the use of antiarrhythmic drugs in ICU patients with AKI and arrhythmias was associated with improved in-hospital outcomes.
Definition and handling of antiarrhythmic drug exposure: For digoxin, given its narrow therapeutic window, rapid onset, and potential toxicity, we considered patients exposed if they received at least one intravenous dose during their ICU stay. For amiodarone and metoprolol, we defined exposure as receiving at least three consecutive intravenous doses, regardless of whether it was administered as three times within one day, once daily over three days, or twice daily for more than 1.5 days. This definition was established to ensure therapeutic dosing and minimize transient or single-dose exposure misclassification.
2.4. Statistical Analysis
The initial step involved testing the normality of baseline data using both the Agostino and Anscombe tests. Normally distributed variables were presented as mean ± standard deviation (SD) and analyzed using the t-test, while non-normally distributed variables were expressed as interquartile ranges (IQR) and assessed using the Wilcoxon rank-sum test or the chi-squared test [17].
To identify key variables within our dataset, we employed Bayesian Information Criterion (BIC) optimal subset regression and Extreme Gradient Boosting (XGBoost) [18,19,20,21].
All models underwent external validation. Additionally, the MIMIC-IV dataset was split into 70% for training and 30% for internal validation. The machine learning XGBoost model was appraised based on accuracy, precision, recall, and F1 score metrics, both internally and externally. Selected variables were incorporated into regression models, and their performance was evaluated using calibration plots. Decision Curve Analysis (DCA) was used to evaluate the clinical utility of the prediction model. Net benefit was calculated across a range of threshold probabilities by comparing the model to default strategies of treating all or none.
To investigate the association between antiarrhythmic drug exposure and in-hospital mortality among ICU patients with acute kidney injury (AKI), we followed a stepwise modeling strategy. First, we performed propensity score matching (PSM) to reduce confounding bias between the exposed and unexposed groups. Matching was conducted using a 1:1 nearest-neighbor algorithm, based on a comprehensive set of baseline covariates including demographics, comorbidities, and illness severity markers. Standardized mean differences (SMDs) were calculated to assess balance. Second, we conducted Kaplan–Meier (KM) survival analysis on the matched cohort. The ICU admission time was defined as the common time origin, enabling a static evaluation of survival differences under the assumption of fixed exposure status. Compared to the static evaluation in KM analysis, we subsequently conducted a dynamic analysis using time-varying covariate Cox models to more accurately capture treatment exposure over time. To address this, we subsequently constructed Cox proportional hazards models with time-varying covariates. For each antiarrhythmic drug (e.g., amiodarone), we generated a time-dependent variable (e.g., amiodaronetime) coded as “0” before drug initiation and “1” after. The model employed the counting process framework: Surv(start, stop, event), where start and stop corresponded to ICU time intervals relative to admission, and event denoted in-hospital death. This method allows for proper modeling of dynamic treatment exposure and avoids the biases inherent in static survival models. Covariates included in the model were selected based on clinical relevance. We used a time-varying covariate Cox model to address potential non-proportional hazards and dynamic drug exposure during ICU stay. Only when both KM and time-varying Cox models demonstrated consistent and statistically significant results did we proceed to validate these findings using Fine–Gray competing risk models [20,21].
Statistical analyses were conducted using R 4.1.1 (R Core Team, 2022). The R packages used in this study can be found in the Supplementary Materials. Statistical significance was established at a p-value threshold of less than 0.01.
3. Results
3.1. Patient Characteristics
Our analysis of the MIMIC-IV database identified 14,035 critically ill patients diagnosed with AKI. Among this study, 5614 individuals (40%) developed arrhythmias during their hospital stay. Table 1 presents the findings from our univariate analysis, comparing AKI patients who experienced arrhythmias to those who did not. Interestingly, we observed statistically significant difference in illness severity between the two groups upon ICU admission, as measured by the APSIII scores (arrhythmia group: 51 [40–67] vs. non-arrhythmia group: 47 [37–62], p < 0.01). In addition, we found that whether the patient experiences arrhythmia is associated with in-hospital mortality (arrhythmia group: 636 (11.3%) vs. non-arrhythmia group: 587 (7.0%), p < 0.01).
Our analysis revealed several significant differences between the groups. Patients who developed arrhythmias were generally older and had a higher prevalence of certain comorbidities, including CKD, hypertension and heart failure. Moreover, this group showed distinct patterns in medication use, with higher rates of antibiotic administration, furosemide prescription, and nitroglycerin use.
We also identified significant variations in several clinical parameters measured within the first 24 h of admission. These differences were observed in blood test result levels (BUN_valuenum, BUN_max, BUN_min, chloride_valuenum, chloride_max, chloride_min, creatinine_valuenum, creatinine_min, totalcalcium_valuenum, glucose_max), coagulation markers (INR_valuenum, INR_max, INR_min, PLT_valuenum, PLT_max, PT_valuenum, PT_max, PT_min), acid-base balance (pH_valuenum, pH_max, bicarbonate_valuenum, bicarbonate_max, bicarbonate_min, AG_valuenum, AG_min), and cardiovascular parameters (APSIII, MAP_valuenum, MAP_max, MAP_min, HR_valuenum, HR_max, HR_min, RR_valuenum RR_max, RR_min, temperature_valuenum, temperature_max, temperature_min, output_valuenum, output_max, output_min).
3.2. XGBoost
We employed the XGBoost machine learning algorithm to develop our predictive model. After data normalization, we trained the model using the following hyperparameters: nrounds = 75, max_depth = 3, eta = 0.1, gamma = 0.25, colsample_bytree = 1, min_child_weight = 1, and subsample = 0.25. The model-based importance of features was established, and the relative importance of predictors in the XGBoost model is illustrated in Figure 2. The model identified hr_max (maximum heart rate), comorbid heart failure, hr_min (minmum heart rate), age, and the initial PT value as the most important features for predicting arrhythmias in AKI patients. The influence of the top 15 risk factors on prediction outcomes, including their direction of impact, is detailed in Supplementary Figure S1. Supplementary Figure S2 presents the SHAP values, elucidating the contribution of individual features to the final prediction, enhancing model interpretability for individual patient outcomes.
3.3. BIC Best Subset Selection
We applied the Bayesian Information Criterion (BIC) Best Subset Selection method to 88 candidate variables. This approach identified four key predictors of arrhythmia, with a variable-to-observation ratio of 22:1 (Figure 3a). These critical variables include heart failure, age, pt_valuenum and maximum heart rate. Figure 3b displays the BIC scores for these variables, indicating their relative importance in prediction; a higher absolute value of the score indicates greater predictive ability. The odds ratios (ORs) for these variables in the regression model are presented in Figure 3c. Age, pt_valuenum, hr_max, and heart failure were among the most influential predictors in the BIC model. Notably, heart failure had the highest odds ratio (OR 1.18, 95% CI 1.16–1.20), indicating a strong association with arrhythmia risk.
3.4. Subgroup Analysis and Models Performance
As part of the sensitivity analysis, we further constructed separate XGBoost models using individual arrhythmia subtypes (sinus bradycardia, atrial fibrillation, and sinus tachycardia) as outcome variables to explore potential outcome heterogeneity. Interestingly, these subgroup models exhibited a predictive performance compared to that of the overall model (Table 2). Despite differences in discrimination metrics, the top-ranked predictive variables remained consistent across subgroups, indicating that the model’s key features were robust and generalizable across different arrhythmia phenotypes (Supplementary Figures S3–S5).
The XGBoost model achieved an Area Under the Curve (AUC) of 0.671 in the internal validation set. When validated using patient data from the eICU database, the AUC decreased to 0.616. Table 2 summarizes the model’s performance metrics, including Accuracy, Precision, Recall, and F1 Score, for both internal and external validation. These results indicate that the XGBoost model has discriminative ability across both validation sets. The model performs moderately, with poor recall, but possesses discriminatory ability.
The regression model constructed using BIC-selected variables demonstrated a similar performance, with an AUC of 0.66 in the internal validation set and 0.68 in the external validation set. Supplementary Figure S6 illustrates the calibration curves for both the MIMIC-IV and the eICU validation set. Its well-calibrated predictions indicate that the estimated probabilities accurately reflect the event rates observed, supporting its potential value in risk stratification. We conducted decision curve analysis (DCA) to evaluate the clinical utility of the prediction model in both internal (MIMIC) and external (eICU) validation cohorts. As shown in Figure 4, the model demonstrated a consistently higher net benefit than the “treat all” and “treat none” strategies across a range of threshold probabilities, particularly between 0.05 and 0.35, which is typically considered clinically actionable. The overlapping curves in both cohorts suggest that the model’s decision-making value generalizes well across different populations.
3.5. Prognostic Factor Analysis
To ensure a balanced comparison, we employed 1:1 propensity score matching (PSM) for each arrhythmia group before examining the relationship between arrhythmias and in-hospital mortality. Subgroup analyses, presented in Table 3, demonstrated that both atrial fibrillation and sinus tachycardia were associated with higher mortality rates (the PSM-matched data for the subgroup analysis are shown in Supplementary Tables S3–S7).
3.6. Intervention Analysis
We conducted a post hoc analysis to evaluate the effects of three commonly used antiarrhythmic medications (amiodarone, metoprolol, and digoxin) on outcomes in AKI patients with arrhythmia. Our primary focus was on assessing their impact on in-hospital mortality risk. To ensure a balanced comparison, we employed 1:1 propensity score matching (PSM) for each medication group before performing log-rank tests. The propensity-score-matched data are presented in Supplementary Tables S8–S10. Our analysis revealed that both amiodarone (HR:0.28 (95% CI 0.19–0.41; p < 0.01)) and metoprolol (HR:0.5 (95% CI 0.41–0.61; p < 0.01) had statistically significant effects on in-hospital mortality for AKI patients. However, digoxin showed no statistically significant impact (HR: 0.77, 95% CI 0.44–1.35; p = 0.38). The Kaplan–Meier survival curves for each medication group (amiodarone, metoprolol, and digoxin) are presented in Figure 5. These findings were validated using the eICU database, which produced consistent results: metoprolol (HR 0.44, 95% CI 0.38–0.5; p < 0.01), amiodarone (HR 0.66, 95% CI 0.51–0.86; p < 0.01), and digoxin (HR 0.72, 95% CI 0.34–1.53; p = 0.12).
To further account for the time-varying nature of drug exposure and dynamic clinical variables, we subsequently conducted Cox regression models with time-dependent covariates (Supplementary Table S11). In the time-varying Cox regression model, the use of amiodarone was significantly associated with reduced in-hospital mortality. Specifically, amiodarone exposure yielded a hazard ratio (HR) of 0.50 (95% CI: 0.30–0.83), indicating a 50% reduction in the hazard of death compared to non-exposure. This protective effect remained significant after adjusting for time-varying covariates. In contrast, metoprolol and digoxin were not significantly associated with in-hospital mortality.
Given the statistically significant association identified in the time-varying Cox model, amiodarone was considered a drug with strong evidence of a protective effect. As a sensitivity analysis, we applied a Fine–Gray competing risk model to assess the robustness of the observed association between amiodarone use and in-hospital mortality, considering discharge alive as a competing event. This analysis was prompted by the significant findings in the time-varying Cox model, which identified amiodarone as a strong candidate drug. The subdistribution hazard ratio (sHR) was 0.525 (95% CI: 0.314–0.876, p < 0.05), indicating that the protective association of amiodarone persisted even under the competing risk framework.
4. Discussion
This study provides a comprehensive analysis of arrhythmia incidence, predictive factors, and the impact of antiarrhythmic drug interventions on in-hospital mortality in critically ill patients with acute kidney injury (AKI). Utilizing large-scale, real-world data from the MIMIC-IV and eICU databases, our findings underscore the significant burden of arrhythmias in this patient population and highlight the potential benefits of targeted pharmacological interventions. The development and validation of predictive models, alongside a rigorous evaluation of antiarrhythmic drug efficacy, contribute insights for clinical practice and future research.
Our analysis confirms a high incidence of arrhythmias (40%) among critically ill AKI patients, consistent with previous literature indicating a strong association between renal dysfunction and cardiovascular complications [22,23,24,25]. The results highlight the unique nature of AKI-induced arrhythmias, aligning with previous research suggesting that life-threatening ventricular arrhythmias are rare among AKI patients [3]. An important point to note is that the key influencing factors in our prediction of whether patients develop arrhythmias primarily include the presence of concomitant heart disease, heart rate variations, and coagulation test results. We did not find a strong connection with previously hypothesized physiological factors, such as electrolyte imbalances like hyperkalemia [3]. This may be due to the fact that arrhythmias may have a genetic component, and no existing medical model currently predicts arrhythmias with high accuracy [26,27]. Abnormal clotting can increase the risk of thromboembolic events, such as heart attacks, all of which are linked to arrhythmias, especially atrial fibrillation [28].
Furthermore, our investigation into the use of antiarrhythmic medications (amiodarone) showed a statistically significant effect on patient survival outcomes. Existing research suggests that pre-admission treatment with amiodarone is associated with a reduced risk of AKI [29]. To ensure the robustness of our results, we conducted multiple sensitivity analyses. These included comparisons across different missing data imputation methods (e.g., predictive mean matching and random forest imputation), and alternative modeling approaches, such as Kaplan–Meier, time-varying Cox models, and Fine–Gray competing risk models. Notably, the protective association of amiodarone remained consistent across these analytic strategies, reinforcing its potential clinical benefit. Our research findings are consistent with previous studies, and we provide additional support through large-scale data and multi-center validation. Moreover, recent studies have shown that SGLT2 inhibitors can improve the prognosis of patients with heart failure and exert significant antiarrhythmic effects, which aligns well with the key variables identified in our study [30].
Our study’s limitations warrant consideration. While we utilized comprehensive public databases, missing data remain an inherent challenge. We addressed this using Multiple Imputation by Chained Equations (MICEs) to minimize potential bias. Additionally, despite employing propensity score matching to align patient groups, residual differences in baseline conditions cannot be entirely eliminated. The presence of noise in our data may have also impacted the accuracy of arrhythmia prediction. The sample size for malignant arrhythmias (e.g., VT/VF) was limited, precluding meaningful analysis. Future studies are needed to clarify their prognostic impact. Finally, our study did not account for the duration of antiarrhythmic drug exposure, which limits our ability to evaluate the potential impact of long-term use on long-term outcomes. As such, we cannot exclude the possibility that the duration of therapy may introduce bias in estimating the true effect of the intervention.
In conclusion, the predictive models demonstrated robust discriminatory ability for identifying arrhythmia occurrence in critically ill AKI patients, with the identified risk factors showing strong clinical relevance. Arrhythmia occurrence was significantly associated with increased risk of in-hospital mortality. Furthermore, amiodarone therapy effectively reduced the risk of in-hospital mortality in these patients.
The reference list from the paper itself. Each links out to its DOI / PubMed record.
- 1Uchino S. Kellum J.A. Bellomo R. Doig G.S. Morimatsu H. Morgera S. Schetz M. Tan I. Bouman C. Macedo E. Acute Renal Failure in Critically Ill Patients: A Multinational, Multicenter Study JAMA 200529481381810.1001/jama.294.7.81316106006 · doi ↗ · pubmed ↗
- 2Patschan D. Marahrens B. Jansch M. Patschan S. Ritter O. Experimental Cardiorenal Syndrome Type 3: What Is Known so Far?J. Clin. Med. Res.202214222710.14740/jocmr 463935211213 PMC 8827225 · doi ↗ · pubmed ↗
- 3Genovesi S. Regolisti G. Burlacu A. Covic A. Combe C. Mitra S. Basile C. Eu Dial Working Group of ERA The Conundrum of the Complex Relationship between Acute Kidney Injury and Cardiac Arrhythmias Nephrol. Dial. Transplant.2023381097111210.1093/ndt/gfac 21035777072 · doi ↗ · pubmed ↗
- 4Faubel S. Shah P.B. Immediate Consequences of Acute Kidney Injury: The Impact of Traditional and Nontraditional Complications on Mortality in Acute Kidney Injury Adv. Chronic Kidney Dis.20162317918510.1053/j.ackd.2016.02.00727113694 · doi ↗ · pubmed ↗
- 5Heinz G. Arrhythmias in the ICU Am. J. Respir. Crit. Care Med.20081781210.1164/rccm.200804-554ED 18565958 · doi ↗ · pubmed ↗
- 6Shawwa K. Kompotiatis P. Bobart S.A. Mara K.C. Wiley B.M. Jentzer J.C. Kashani K.B. New-Onset Atrial Fibrillation in Patients with Acute Kidney Injury on Continuous Renal Replacement Therapy J. Crit. Care 20216215716310.1016/j.jcrc.2020.12.01033383309 · doi ↗ · pubmed ↗
- 7Hellman T. Uusalo P. Järvisalo M.J. New-Onset Atrial Fibrillation in Critically Ill Acute Kidney Injury Patients on Renal Replacement Therapy Europace 20222421121710.1093/europace/euab 16334333634 PMC 8824521 · doi ↗ · pubmed ↗
- 8Singbartl K. Kellum J.A. AKI in the ICU: Definition, Epidemiology, Risk Stratification, and Outcomes Kidney Int.20128181982510.1038/ki.2011.33921975865 · doi ↗ · pubmed ↗
