Skip to main content
Archives of Medical Science : AMS logoLink to Archives of Medical Science : AMS
. 2023 Aug 12;20(1):61–70. doi: 10.5114/aoms/170960

A new in-hospital mortality prediction nomogram for intensive care unit patients with acute pancreatitis

Sheng Huang 1, Jiawei Ma 2,3, Huishui Dai 4, Liang Luo 2,
PMCID: PMC10895952  PMID: 38414456

Abstract

Introduction

Acute pancreatitis (AP) is a prevalent inflammatory disease that can lead to severe abdominal pain and multiple organ failure, potentially resulting in pancreatic necrosis and persistent dysfunction. A nomogram prediction model was developed to accurately evaluate the prognosis and provide therapy guidance to AP patients.

Material and methods

Retrospective data extraction was performed using MIMIC-IV, an open-source clinical database, to obtain 1344 AP patient records, of which the primary dataset included 1030 patients after the removal of repeated hospitalizations. The prediction of in-hospital mortality (IHM) used the least absolute shrinkage and selection operator (LASSO) regression model to optimize feature selection. A multivariate logistic regression analysis was used to build a prediction model incorporating the selected features, and the C-index, calibration plot, and decision curve analysis (DCA) were utilized to evaluate the discrimination, calibration, and clinical applicability of the prediction model.

Results

The nomogram utilized a combination of indicators, including the SAPS II score, RDW, MBP, RR, PTT, and fluid-electrolyte disorders. Impressively, the model exhibited a satisfactory diagnostic performance, with area under the curve values of 0.892 and 0.856 for the training cohort and internal validation, respectively. Moreover, the calibration plots and the Hosmer-Lemeshow goodness-of-fit (HL) test revealed a strong correlation between the predicted and actual outcomes (p = 0.73), further confirming the reliability of our model. Notably, the results of the decision curve analysis (DCA) highlighted the superiority of our model over previously described scoring methods in terms of net clinical benefit, solidifying its value in clinical applications.

Conclusions

Our novel nomogram is a simple tool for accurately predicting IHM in ICU patients with AP. Treatment methods that enhance the factors involved in the model may contribute to increased in-hospital survival for these ICU patients.

Keywords: acute pancreatitis, in-hospital mortality, prediction model, nomogram, Medical Information Mart for Intensive Care IV (MIMIC-IV)

Introduction

A prevalent inflammatory disease of the exocrine pancreas is known as acute pancreatitis (AP), which can lead to severe abdominal pain and multiple organ failure, which may cause pancreatic necrosis and persistent organ dysfunction [1, 2]. Overall, there are 34 cases per 100,000 people worldwide annually [1]. Although studies show that the incidence rate in Asia is now more stable, the incidence rate is rising globally [3, 4]. The course of AP is typically self-limited; approximately 20% of patients progress to develop severe AP (SAP), accompanied by failures of the kidney, liver, lung, and other vital organs, with a 30% death rate [5]. In addition to affecting patients’ prognoses, the incidence of SAP increases nursing costs [3, 6].

AP mortality and long-term sequelae are still severe even though the overall mortality rate has declined due to improved care for critically ill patients and precise and timely diagnosis, [3, 7]. It holds immense significance for clinicians to promptly and accurately assess the condition and prognosis of patients with AP. This enables them to provide more effective care and support.

The prognosis of AP has been assessed in the past few years using scoring systems, comprising acute physiology and chronic health evaluation scoring system II (APACHE II) and BISAP scores, as well as laboratory indicators, comprising glucose/lymphocyte ratios [8]. Nevertheless, a single laboratory index’s ability to predict performance may be affected by its accuracy fluctuations. In addition, although approximately 10 variables are involved, APACHE-II and BISAP scores need to be dynamically recorded, and their application in early forecasts is restricted. Thus, it is necessary to develop a high-accuracy predictive model when evaluating AP prognosis [9, 10].

Given the limitations of the current prediction models, a simple and accurate prediction tool is urgently required for predicting in-hospital mortality (IHM) in AP patients. Therefore, we collected demographic information, clinical factors, and laboratory data from the MIMIC-IV database, screened out the risk factors using LASSO regression for IHM, and developed a nomogram model for predicting the IHM of AP patients to better guide the clinic.

Material and methods

Data sources

Massachusetts Institute of Technology (MIT) Computational Physiology Laboratory developed the Medical Information Mart for Intensive Care-IV (MIMIC-IV version 1.0) database, an upgraded version of MIMIC-III with prior institutional review board approval. This public and freely accessible database was searched for the extraction of all information. The National Institutes of Health (NIH) provided us with access for retrieving the MIMIC-IV database when we completed a web course (certification number 33919478). Utilizing structure query language (SQL) with pgAdmin4 PostgreSQL 9.6, data extraction from the MIMIC-IV database was performed.

Study population

From the MIMIC-IV database, SQL with PostgreSQL (version 9.6 University of California, Berkeley) was utilized for the extraction of data linked to the unique HADM_ID of each patient. We obtained 1344 AP patients using the International Classification of Diseases 9th Edition (ICD-9) code 5770. We only kept data on the patients’ initial ICU admission for those patients who had multiple admissions. The exclusion criteria for the patients were age < 18 years and lack of clinical records. Finally, 1030 patients were enrolled in this research.

Data collection and outcomes

The MIMIC IV was searched to extract ICU patients’ baseline characteristics, comprising demographic information (sex, age, ethnicity, etc.), vital signs (temperature, heart rate (HR), respiratory rate (RR), and mean blood pressure (MBP)), laboratory test indicators (oxygen saturation (SpO2), red cell volume distribution width (RDW), international normalized ratio (INR), glucose, prothrombin time (PT), haematocrit, haemoglobin, total bilirubin (TBIL), platelets (PLT), alkaline phosphatase (ALP), aspartate aminotransferase (AST), white blood cells (WBC), alanine aminotransferase (ALT), creatinine, blood urea nitrogen (BUN), etc.), fluid balance (sodium, phosphate, calcium, anion gap, potassium, etc.), medical history (congestive heart failure (CHF), liver disease, malignant cancer, chronic pulmonary disease, etc.), and relevant scores (Bedside Index of Severity in Acute Pancreatitis (BISAP), Simplified Acute Physiology Score II (SAPS II), etc.). Furthermore, the extraction of the application of vasopressors, mechanical ventilation, and renal replacement therapy was done.

The outcome in this cohort was the IHM of AP patients. The duration of the follow-up was the full hospital stay. In the event of a patient’s death during hospitalization, follow-up was terminated. The study included 1030 patients in total for analysis. Among them, 138 died while they were hospitalized.

Statistical analysis

Statistical analysis was conducted employing R version 4.2.1 (R Foundation for Statistical Computing) and SPSS Statistics26.0 for Windows. Variables with missing values of more than 15% were eliminated, and the expectation-maximization algorithm was used to replace variables with missing values of less than 15%. The Mann-Whitney U test and the χ2 test were conducted for bivariate analysis for continuous and ordinal distributed variables, respectively. The 1030 patients with AP were randomly divided using the R caret package into two sets: a training set comprising 734 patients and a validation set comprising 296 patients for external validation. This was done in accordance with the theoretical 7 : 3 ratio. To screen predictors of IHM, the least absolute shrinkage and selection operator (LASSO) expression was utilized [11]. For the cross-validation outcomes, we chose lambda.1se to investigate the final candidate variables.

Using the area under the receiver operating characteristic (AUROC) curve, the discrimination was quantified. The unreliability U test was utilized for evaluating the calibration curve. For generating the nomogram and calibration curve, the ‘rms’ package was utilized. In the validation data set, by quantifying the net benefits at distinct threshold probabilities, decision curve analysis (DCA) was carried out to investigate the nomogram’s clinical usefulness. All statistical tests were two-sided, and p-values < 0.05 determined the significance level.

Results

Baseline characteristics of the patients

We included 1030 patients with AP in this research after applying the inclusion and exclusion criteria to the data set (Figure 1). Table I lists the participants’ clinical and demographic characteristics.

Figure 1.

Figure 1

Flow diagram of study design

Table I.

Demographic and clinical characteristics of patients

Variable Total (n = 1030) Survival (n = 892) Death (n = 138) P-value
Gender (%): 0.278
 Female 434 (42.1) 370 (41.5) 64 (46.4)
 Male 596 (57.9) 522 (58.5) 74 (53.6)
Age (median [IQR]) 60.00 [47.00, 73.00] 58.00 [46.00, 72.00] 70.00 [58.00, 81.00] < 0.001
Race (%): 0.03
 White 652 (63.3) 565 (63.3) 87 (63.0)
 Black 111 (10.8) 104 (11.7) 7 (5.1)
 Others 267 (25.9) 223 (25.0) 44 (31.9)
Weight (median [IQR]) 82.00 [70.00, 98.00] 82.00 [70.00, 98.00] 81.00 [68.25, 95.50] 0.523
SAPSII (median [IQR]) 34.00 [24.00, 45.00] 32.00 [22.00, 42.00] 54.50 [43.25, 65.00] < 0.001
BISAP (median [IQR]) 2.00 [2.00, 3.00] 2.00 [2.00, 3.00] 3.00 [3.00, 4.00] < 0.001
GSC (median [IQR]) 14.00 [11.00, 15.00] 14.00 [12.00, 15.00] 11.00 [7.00, 14.75] < 0.001
SIRS (median [IQR]) 3.00 [2.00, 3.00] 3.00 [2.00, 3.00] 3.00 [3.00, 4.00] < 0.001
Myocardial infarct (%) 114 (11.1) 86 (9.6) 28 (20.3) < 0.001
CHF (%) 207 (20.1) 161 (18.0) 46 (33.3) < 0.001
Cerebrovascular disease (%) 63 (6.1) 51 (5.7) 12 (8.7) 0.174
Dementia (%) 34 (3.3) 30 (3.4) 4 (2.9) 0.776
Chronic pulmonary disease (%) 224 (21.7) 191 (21.4) 33 (23.9) 0.508
Rheumatic disease (%) 36 (3.5) 30 (3.4) 6 (4.3) 0.558
Peptic ulcer disease (%) 50 (4.9) 37 (4.1) 13 (9.4) 0.007
Diabetes (%) 322 (31.3) 280 (31.4) 42 (30.4) 0.822
Paraplegia (%) 13 (1.3) 12 (1.3) 1 (0.7) 0.543
Renal disease (%) 194 (18.8) 155 (17.4) 39 (28.3) 0.002
Malignant cancer (%) 80 (7.8) 57 (6.4) 23 (16.7) < 0.001
liver disease (%) 290 (28.2) 237 (26.6) 53 (38.4) 0.004
Obesity (%) 125 (12.1) 110 (12.3) 15 (10.9) 0.624
AKI (%) 195 (18.9) 160 (17.9) 35 (25.4) 0.038
Haematocrit (median [IQR]) 33.00 [29.00, 37.00] 33.00 [29.00, 37.25] 30.50 [26.00, 36.00] < 0.001
Haemoglobin (median [IQR]) 11.00 [9.00, 12.00] 11.00 [10.00, 13.00] 10.00 [8.25, 12.00] < 0.001
Platelets (median [IQR]) 191.00 [131.25, 273.00] 192.00 [136.00, 273.00] 175.00 [104.25, 267.00] 0.055
WBC (median [IQR]) 12.20 [8.43, 17.60] 11.80 [8.40, 16.83] 15.20 [10.53, 20.38] < 0.001
RDW (median [IQR]) 15.00 [14.00, 16.00] 15.00 [14.00, 16.00] 16.00 [15.00, 18.00] < 0.001
Calcium (median [IQR]) 8.10 [7.60, 8.60] 8.10 [7.60, 8.60] 7.90 [7.40, 8.40] 0.006
INR (median [IQR]) 1.30 [1.20, 1.60] 1.30 [1.20, 1.50] 1.60 [1.30, 2.10] < 0.001
PPT (median [IQR]) 32.00 [27.00, 37.00] 31.00 [27.00, 36.00] 37.50 [30.00, 51.75] < 0.001
PT (median [IQR]) 14.00 [13.00, 17.00] 14.00 [13.00, 16.00] 17.00 [14.00, 21.75] < 0.001
ALT (median [IQR]) 51.00 [23.00, 167.75] 54.00 [23.00, 162.50] 47.00 [23.00, 188.25] 0.847
ALP (median [IQR]) 107.50 [71.00, 176.75] 106.00 [70.75, 175.00] 116.50 [71.25, 187.75] 0.635
AST (median [IQR]) 71.50 [32.00, 188.50] 68.50 [31.00, 178.25] 103.50 [40.25, 300.75] 0.002
Bilirubin (median [IQR]) 1.10 [0.50, 2.70] 1.00 [0.50, 2.60] 1.40 [0.70, 4.60] < 0.001
Chloride (median [IQR]) 104.00 [100.00, 108.00] 104.00 [100.00, 108.00] 104.75 [99.50, 108.50] 0.566
Bicarbonate (median [IQR]) 22.00 [18.50, 25.00] 22.50 [19.38, 25.00] 19.00 [16.00, 22.00] < 0.001
Sodium (median [IQR]) 138.00 [136.00, 141.00] 138.00 [136.00, 141.00] 138.50 [134.25, 142.00] 0.83
Creatinine (median [IQR]) 1.10 [0.70, 1.80] 1.00 [0.70, 1.63] 1.80 [1.20, 3.08] < 0.001
Potassium (median [IQR]) 4.10 [3.70, 4.50] 4.10 [3.70, 4.50] 4.40 [4.00, 5.00] < 0.001
Anion gap (median [IQR]) 15.00 [13.00, 18.00] 15.00 [13.00, 18.00] 18.00 [15.00, 22.00] < 0.001
Glucose (median [IQR]) 130.00 [106.00, 168.00] 127.00 [104.00, 164.00] 143.00 [115.25, 178.00] 0.003
SBP (median [IQR]) 119.50 [108.00, 134.00] 121.00 [110.00, 135.00] 107.00 [100.00, 117.00] < 0.001
HR (median [IQR]) 93.00 [80.00, 107.00] 93.00 [79.00, 106.00] 95.00 [85.00, 110.75] 0.036
DBP (median [IQR]) 67.00 [58.00, 76.00] 68.00 [60.00, 77.00] 57.00 [51.25, 67.00] < 0.001
MBP (median [IQR]) 80.00 [72.00, 90.00] 81.00 [73.00, 91.00] 71.00 [66.00, 80.00] < 0.001
RR (median [IQR]) 20.00 [17.00, 24.00] 20.00 [17.00, 23.00] 22.00 [20.00, 25.00] < 0.001

Characteristics selection and development of a nomogram

In this study, the development group was subjected to LASSO regression. The gradual reduction in the model’s variables was observed with the change in the penalty coefficient λ. The model’s optimal value was finally selected to be the 10-fold cross-validation error, which was chosen as the minimum λ+1 (lambda.1se = 0.03993078) (Figures 2 A, B). Moreover, we obtained 5 variables: SAPS II, RDW, MBP, RR, and PTT. We developed a nomogram for predicting IHM in ICU patients with AP using this model (Figure 3 A). For instance, utilizing the nomogram model, a male AP patient, with a SAPSII of 23, an RDW of 14, an MBP of 88 mm Hg, an RR of 22/min, and a PTT of 33 s, had an estimated IHM of 0.85% (Figure 3 B).

Figure 2.

Figure 2

Clinical variables were selected using the lasso logistic regression model. A – Optimal parameter (l) selection in the LASSO model used fivefold cross-validation via minimum criteria. The partial likelihood deviance (binomial deviance) curve was plotted versus log(l). Dotted vertical lines were drawn at the optimal values by using the 1 SE of the minimum criteria (the 1-SE criteria). B – LASSO coefficient profiles of the 47 features. A coefficient profile plot was produced against the log(l) sequence. A vertical line was drawn at the value selected using tenfold cross-validation, where optimal l resulted in five features with nonzero coefficients

Figure 3.

Figure 3

A – Risk factors for SAPS II, RDW, MBP, RR, and PTT for the nomogram prediction model. B – Dynamic nomogram used as an example. The significance of the asterisks beside each variable in part B represents the importance of all the risk factors

Performance of the nomogram model

We first employed AUROC (Figure 4 A) to assess the nomogram’s predictive performance, and in the training set, we discovered that the AUROC of our nomogram was higher in contrast with SAPS II (0.892 vs. 0.837), RDW (0.892 vs. 0.712), MBP (0.892 vs. 0.749), RR (0.892 vs. 0.671), and PTT (0.0.892 vs. 0.654); and in the validation set, AUROC of nomogram was higher in contrast with RDW (0.856 vs. 0.637), MBP (0.856 vs. 0.657), RR (0.859 vs. 0.615), and PTT (0.0.856 vs. 0.710); but similar to SAPS II (0.892 vs. 0.856) (Figure 4 B). The distinction in AUROC between SAPS II scores and the nomogram model was examined using Delong’s test. In the training set, the AUROC between SAPS II and the nomogram was Z = 3.924 (p < 0.001). The AUROC between SAPS II and the nomogram was Z = –0.57006 (p = 0.5686) in the validation set. The nomogram showed an AUROC curve that was substantially higher in the training set when in contrast with the SAPS II scores. Nevertheless, it dropped significantly in the validation set.

Figure 4.

Figure 4

ROC curve and AUROC of the nomogram, SAPS II, RDW, MBP, RR, and PTT in the training set (A) and validation set (B). The AUROC of the nomogram was larger than that of SAPS II, RDW, MBP, RR, and PTT in the training set. The AUROC of the nomogram was larger than that of RDW, MBP, RR, and PTT in the validation set but similar to that of SAPS II

Employing the HL test and a calibration curve, the calibration of the predictive model was done. The predictive model and validation set displayed an outstanding degree of fit from the calibration curves (Figures 5 A, B). The HL test revealed that there was excellent consistency between the predicted and actual probabilities (training set, p = 0.73; validation set, p = 0.598).

Figure 5.

Figure 5

Calibration curves constructed by the bootstrap approach in the training set (A) and validation set (B). In both sets, the apparent curve and bias-corrected curve slightly deviated from the reference line, but good conformity between the observation and prediction was observed

Clinical application of the nomogram

DCA was employed to assess the nomogram’s clinical application with SAPS II, RDW, MBP, RR, and PTT used as the reference. In the training set, when the threshold probability was between 0.01 and 0.98, a clinical intervention directed by this nomogram offered greater net benefit (Figure 6 A). In the verification group, the analysis shows that when the threshold probability was more than 0.01, utilizing the nomogram for predicting IHM provided a net benefit similar to the SAPS II score (Figure 6 B).

Figure 6.

Figure 6

DCA curve of medical intervention in patients with the nomogram, SAPS II, RDW, MBP, RR, and PTT in the training (A) and validation sets (B)

Discussion

The independent risk factors for predicting IHM in AP patients were screened in this research by LASSO regression, including SAPS II, RDW, MBP, RR, and PPT. To construct a predictive model for IHM that performs better than existing models and has greater clinical relevance, the 5 independent variables were used.

In 1984, the SAPS II scoring system was first introduced as a substitute for the APACHE scoring system [12]. The SAPS II score was calculated using the worst of the 12 routine physiological measurements within 24 h before admission, data about past health status, and some information gathered at admittance. There is a sigmoidal relationship between the SAPS II score and mortality rate. Previous studies have reported the varying performance of these scoring systems in predicting hospital mortality [1315]. Other studies on different patient populations validated SAPS II as a sound prediction scoring system [16, 17]. Previously, for predicting the survival duration of patients with SAP, some scholars have included the SAPS II score in the prediction model [18]. We also incorporated the SAPS II score into our model and combined it with other risk factors to achieve a better predictive ability.

Currently, there are several clinical indicators used to predict the prognosis of AP, such as RDW [1921]. Many studies have shown that RDW is convenient, economical, and reliable in clinical operation and is a good predictor of AP and its mortality. Senol et al. [22] studied the correlation between RDW and mortality in 102 AP patients and found that RDW had a good discriminant effect on mortality (AUC = 0.817, 95% CI: 0.689–0.946). Mortality could be correctly predicted in approximately 77% of patients with a cut-off value of 14.8 for RDW. Our study found that the RDW values of IHM were more remarkable than 14.8 in both the training and validation sets. This result is consistent with previous studies. When inflammation occurs in the body, oxidative stress and inflammatory factors shorten the life span of red blood cells (RBCs), inhibit the maturation of red blood cells, stimulate immature RBCs to release and enrol, and change the glycoproteins and ion channels on the erythrocyte membrane, resulting in changes in the morphology of red blood cells and finally leading to changes in RDW [2123]. Therefore, RDW can serve as an indicator of inflammation severity in AP and potentially aids in the early prediction of AP severity.

Maintaining a certain MBP in patients with AP is particularly important [24]. Early insufficient tissue perfusion is the leading cause of pancreatic necrosis and multiple organ dysfunction. Guidelines also recommend that patients with pancreatitis maintain mean arterial pressure at ≥ 65 mm Hg [24]. In our patients with AP, MBP was greater than 65 mmHg in both the death and survival groups; however, the MBP in the death group was substantially lower in contrast with that in the survivors (71 mm Hg vs. 81 mm Hg, p < 0.001). We know that AP is often complicated by increased intra-abdominal hypertension [2527], so it is clinically possible to increase MBP in patients with AP by rehydration or vasoactive drugs to satisfy gastrointestinal organ perfusion [26]. Compared to SBP, DBP, and pulse pressure alone, MBP can offer a more comprehensive and valuable information set for the clinic [28, 29]. In the SAPS II score, SBP is selected as one of the indicators, and if MBP replaces SBP, it may be better at predicting the prognosis of patients.

Our model incorporates the independent variable PTT, which sets it apart from other AP prediction models [18, 30]. PTT refers to partial thromboplastin time, i.e. the activity of coagulation factors in the endogenous coagulation pathway, an index used to reflect blood coagulation function in the clinic. The meaning of APTT is basically the same as that of PTT. The risk of short-term death may rise in AP patients with prolonged APTT. Previous studies showed that in terms of 30-day and 60-day survival, the risk of death in the high APTT group (> 37 s) was substantially higher than that in the standard group (p < 0.05). Similarly, our study also found that the value of PTT in the non-survivor group was substantially elevated in contrast with that in the survivor group (37.5 s vs. 31 s, p < 0.001). The primary cause of death in severe acute pancreatitis (AP) is complications, with the most frequent being early multiple organ failure and late-onset infection. Additionally, there is an incidence of fatal bleeding ranging from 1.2% to 14.5% [31]. A change in blood coagulation function accompanies the occurrence and development of AP, and the degree of coagulation dysfunction is strongly associated with the disease’s severity [32, 33]. Therefore, accurate and efficient monitoring of blood coagulation and anticoagulation indicators is essential for understanding the disease and guiding treatment. Currently, the clinical use of the SAPS II score does not include coagulation-related indicators. However, in our study, PTT was included in the new predictive model, which can be combined with the SAPSAII score to predict the prognosis of patients, increasing the prediction accuracy; our prediction model is equivalent to the improved SAPS II score and is specifically suitable for AP patients.

In previous studies [30], age and BUN were included to predict the IHM of AP. However, this research did not include these 2 indicators. Our predictive model included the SAPS II score comprising age and BUN. In addition, Han et al. [18] also constructed the survival prediction model of SAP through the nomogram model, and they included 15 risk factors, including SAPS II, RDW, RR, etc. These 3 indicators are also in our model. However, our prediction model consists of only 5 indicators, which is noticeably fewer than theirs, and our indicators are easier to obtain clinically. The predicted risk value can be obtained as soon as possible.

Our new prediction model outperforms the single index SAPS II, RDW, MBP, RR, and PTT in the training group, demonstrating superior prediction ability and greater clinical practicability. However, in the verification group, we found that the predictive power of the new model was similar to that of SAPS II, considering the low patient count in the validation group. In the future, more patients can be collected into the verification set, and the model’s predictive ability can be tested. However, the current predictive model does not affect clinical use.

When used with pre-existing data in the early stages of the disease, the ideal prediction model should be accurate and simple to use [34]. Many of these features are implemented in our nomogram model. It is produced using information collected within 24 h of admission and employs some easily accessible, accurate, and inexpensive clinical and laboratory parameters. In addition, the nomogram model has an excellent ability to predict IHM.

While our study benefits from the utilization of a comprehensive dataset obtained from a public database, it is important to acknowledge several limitations. Firstly, it is imperative to note that this study was conducted solely within a single ICU, thus representing a monocentric approach, despite the inclusion of a substantial cohort. Therefore, caution should be exercised when extrapolating our findings and the application of our dynamic online nomogram to other healthcare centres or countries because its generalizability may be restricted. Further research is warranted to validate the efficacy and adaptability of this model in different settings. Secondly, the dataset has a missing rate of over 15%, which means that vital clinical parameters like serum amylase and urinary amylase are not included. It is important to highlight the need to incorporate these missing parameters in future studies to enhance the accuracy of the prediction model. Thirdly, validating the generalizability of these findings to non-US populations is crucial. This can be achieved by conducting similar studies on diverse populations, allowing for comparisons across different cultural and societal contexts. Meta-analyses that combine data from studies conducted in different countries would also contribute to a broader understanding of the topic and its applicability. Finally, although nomograms have been extensively employed in clinical practice to assist medical decision-making, we hope to simplify the work further and broaden the range of possible applications. Thus, we intend to incorporate forecasting tools into PC applications, wearable devices, or mobile devices in the future.

In conclusion, our research discovered that the SAPS II score, RDW, MBP, RR, and PTT are predictors of IHM in ICU patients with AP. A nomogram and a LASSO regression model were constructed and validated in the present research. This nomogram may aid physicians in screening patients with high risk, optimal usage of resources, and reducing the incidence of mortality in this population of patients during clinical practice.

Acknowledgments

This study received funding and support from Wuxi Medical Innovation Teams (CXTD2021018); Wuxi Key Medical Talents Project (ZDRC007); scientific research project of Wuxi Municipal Health Commission (Q202221).

Sheng Huang and Jiawei Ma contributed equally to this work.

Conflict of interest

The authors declare no conflict of interest.

References

  • 1.Petrov MS, Yadav D. Global epidemiology and holistic prevention of pancreatitis. Nat Rev Gastroenterol Hepatol 2019; 16: 175–84. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 2.Boxhoorn L, Voermans RP, Bouwense SA, et al. Acute pancreatitis. Lancet 2020; 396: 726–34. [DOI] [PubMed] [Google Scholar]
  • 3.Iannuzzi JP, King JA, Leong JH, et al. Global incidence of acute pancreatitis is increasing over time: a systematic review and meta-analysis. Gastroenterology 2022; 162: 122–34. [DOI] [PubMed] [Google Scholar]
  • 4.Roberts SE, Morrison-Rees S, John A, et al. The incidence and aetiology of acute pancreatitis across Europe. Pancreatology 2017; 17: 155–65. [DOI] [PubMed] [Google Scholar]
  • 5.Banks PA, Bollen TL, Dervenis C, et al. Acute Pancreatitis Classification Working Group . Classification of acute pancreatitis--2012: revision of the Atlanta classification and definitions by international consensus. Gut 2013; 62: 102–11. [DOI] [PubMed] [Google Scholar]
  • 6.Andersson B, Appelgren B, Sjödin V, et al. Acute pancreatitis: costs for healthcare and loss of production. Scand J Gastroenterol 2013; 48: 1459–65. [DOI] [PubMed] [Google Scholar]
  • 7.Yasuda H, Horibe M, Sanui M, et al. Etiology and mortality in severe acute pancreatitis: a multicenter study in Japan. Pancreatology 2020; 20: 307–17. [DOI] [PubMed] [Google Scholar]
  • 8.Chen Y, Tang S, Wang Y. Prognostic value of glucose-to-lymphocyte ratio in critically ill patients with acute pancreatitis. Int J Gen Med 2021; 14: 5449–60. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 9.Chauhan S, Forsmark CE. The difficulty in predicting outcome in acute pancreatitis. Am J Gastroenterol 2010; 105: 443–5. [DOI] [PubMed] [Google Scholar]
  • 10.Mederos MA, Reber HA, Girgis MD. Acute pancreatitis: a review. JAMA 2021; 325: 382–90. [DOI] [PubMed] [Google Scholar]
  • 11.Friedman J, Hastie T, Tibshirani R. Regularization paths for generalized linear models via coordinate descent. J Stat Softw 2010; 33: 1–22. [PMC free article] [PubMed] [Google Scholar]
  • 12.Le Gall JR, Lemeshow S, Saulnier F. A new Simplified Acute Physiology Score (SAPS II) based on a European/North American multicenter study. JAMA 1993; 270: 2957–63. [DOI] [PubMed] [Google Scholar]
  • 13.Piechota M, Piechota A, Misztal M, et al. An evaluation of the usefulness of extracorporeal liver support techniques in patients with severe liver dysfunction. Arch Med Sci 2019; 15: 99–112. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 14.Poole D, Rossi C, Latronico N, et al. Comparison between SAPS II and SAPS 3 in predicting hospital mortality in a cohort of 103 Italian ICUs. Is new always better? Intensive Care Med 2012; 38: 1280–8. [DOI] [PubMed] [Google Scholar]
  • 15.Sakr Y, Marques J, Mortsch S, et al. Is the SAPS II score valid in surgical intensive care unit patients? J Eval Clin Pract 2012; 18: 231–7. [DOI] [PubMed] [Google Scholar]
  • 16.Gupta R, Arora VK. Performance evaluation of APACHE II score for an Indian patient with respiratory problems. Indian J Med Res 2004; 119: 273–82. [PubMed] [Google Scholar]
  • 17.Tempe A, Wadhwa L, Gupta S, et al. Prediction of mortality and morbidity by simplified acute physiology score II in obstetric intensive care unit admissions. Indian J Med Sci 2007; 61: 179–85. [PubMed] [Google Scholar]
  • 18.Han D, Xu F, Li C, et al. A novel nomogram for predicting survival in patients with severe acute pancreatitis: an analysis based on the large MIMIC-III Clinical Database. Emerg Med Int 2021; 2021: 9190908. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 19.Dang C, Wang M, Qin T, et al. Clinical importance of preoperative red-cell volume distribution width as a prognostic marker in patients undergoing radical surgery for pancreatic cancer. Surg Today 2022; 52: 465–74. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 20.Karabuga B, Gemcioglu E, Konca Karabuga E, et al. Comparison of the predictive values of CRP, CRP/albumin, RDW, neutrophil/lymphocyte, and platelet/lymphocyte levels in determining the severity of acute pancreatitis in patients with acute pancreatitis according to the BISAP score. Bratisl Lek Listy 2022; 123: 129–35. [DOI] [PubMed] [Google Scholar]
  • 21.Zhang FX, Li ZL, Zhang ZD, et al. Prognostic value of red blood cell distribution width for severe acute pancreatitis. World J Gastroenterol 2019; 25: 4739–48. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 22.Şenol K, Saylam B, Kocaay F, et al. Red cell distribution width as a predictor of mortality in acute pancreatitis. Am J Emerg Med 2013; 31: 687–9. [DOI] [PubMed] [Google Scholar]
  • 23.Kolber W, Sporek M, Dumnicka P, et al. [Acute pancreatitis and red cell distribution width (RDW)I at early phase of disease]. Przegl Lek 2013; 70: 916–9. [PubMed] [Google Scholar]
  • 24.Lee SH, Choe JW, Cheon YK, et al. Revised clinical practice guidelines of the Korean Pancreatobiliary Association for Acute Pancreatitis. Gut Liver 2023; 17: 34–48. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 25.He W, Chen P, Lei Y, et al. Randomized controlled trial: neostigmine for intra-abdominal hypertension in acute pancreatitis. Crit Care 2022; 26: 52. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 26.Siebert M, Le Fouler A, Sitbon N, et al. Management of abdominal compartment syndrome in acute pancreatitis. J Visc Surg 2021; 158: 411–9. [DOI] [PubMed] [Google Scholar]
  • 27.Zhu C, Zhang S, Zhong H, et al. Intra-abdominal infection in acute pancreatitis in eastern China: microbiological features and a prediction model. Ann Transl Med 2021; 9: 477. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 28.Mehmood M. Mean arterial pressure: getting it right. Crit Care Med 2020; 48: e156. [DOI] [PubMed] [Google Scholar]
  • 29.Rikhraj KJK, Wood MD, Hoiland RL, et al. Determining optimal mean arterial pressure after cardiac arrest: a systematic review. Neurocrit Care 2021; 34: 621–34. [DOI] [PubMed] [Google Scholar]
  • 30.Li C, Ren Q, Wang Z, et al. Early prediction of in-hospital mortality in acute pancreatitis: a retrospective observational cohort study based on a large multicentre critical care database. BMJ Open 2020; 10: e041893. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 31.Flati G, Andrén-Sandberg A, La Pinta M, et al. Potentially fatal bleeding in acute pancreatitis: pathophysiology, prevention, and treatment. Pancreas 2003; 26: 8–14. [DOI] [PubMed] [Google Scholar]
  • 32.Li ZF, Xu MY, Zhang DH, et al. Effects of ulinastatin combined with octreotide on blood coagulation function, inflammatory factors and amylase in patients with severe acute pancreatitis. J Biol Regul Homeost Agents 2020; 34: 2147–51. [DOI] [PubMed] [Google Scholar]
  • 33.Li Q, Liu C, Ling L, et al. [Association between coagulation function and prognosis in patients with acute pancreatitis]. Nan Fang Yi Ke Da Xue Xue Bao 2022; 42: 1006–12. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 34.Vogenberg FR. Predictive and prognostic models: implications for healthcare decision-making in a modern recession. Am Health Drug Benefits 2009; 2: 218–22. [PMC free article] [PubMed] [Google Scholar]

Articles from Archives of Medical Science : AMS are provided here courtesy of Termedia Publishing

RESOURCES