1. Introduction
Pediatric ICU patients generally fall within the age group of 0–18 years, with complications mostly arising from congenital heart diseases (CHDs) from birth. Recently, we have seen a rise in neonatal admissions to pediatric cardiac ICUs. An Indian study showed a 30–50% increase in the admission of child patients due to cardiac diseases [1]. Another study showed that 32,000 children in the USA are affected by CHDs, of which 25% require invasive treatment [2,3]. Birth defect-associated CHDs contribute to a 30–40% mortality rate among infants and children [4]. Although several advanced interventional and surgical techniques have been devised in recent years, heart disease in infants and children remains a major cause of morbidity and mortality [5]. Winter admissions further increase the number of pediatric patients per unit and the associated mortality rates [6]. Moreover, the number of pediatric ICUs is not adequate globally, and most low- and middle-income countries do not have designated ICUs with adequately trained staff, characterized by a critically low nurse-to-patient ratio [7].
Predicting ICU patients’ statuses in terms of immediate changes, especially the deterioration in some clinical and biochemical parameters, may improve the quality of treatment by allowing doctors to be more proactive in anticipating patient deterioration and helping physicians prepare families for likely changes in their child’s clinical status. Timely intervention may also reduce the length of hospital/ICU stays, which could reduce patient costs and free up more hospital beds to accommodate other patients in need.
Several studies have employed time-series modeling for sensing or predicting the clinical status of patients. Kennedy and Turley [8] outlined the processes required to construct predictive models employing time-series clinical data, as well as prediction models from nonclinical domains that use time-series data. The authors demonstrated the methodology with the specific example of developing a prediction model for cardiac arrest in a pediatric intensive care unit. Muge Capan et al. [9] predicted the hospital census for neonatal ICU patients. They showed that time-series modeling could predict the census with fewer errors compared to the fixed-average census approach, although the inputs were static variables. Yixian Xu et al. [10] proposed a model for predicting ICU mortality in rheumatic heart disease. A framework based on machine learning was published to forecast cardiac arrests in a pediatric intensive care unit [11]. To assess predictability, the authors leveraged causally related changes in signals such as heart rate, respiration rate, systolic blood pressure, and peripheral cutaneous oxygen saturation. Meanwhile, M. Pishgar et al. [12] predicted unplanned 30-day readmissions of ICU patients with heart failure. Demographic information and severity scores were used for the predictions. Some papers have analyzed the early prediction of critical events for infants. A machine learning model was employed by Bongjin Lee et al. [13] to forecast fatal outcomes during the initial stages of intensive care unit admission. Victor M. Ruiz et al. [14] focused on the early prediction of critical events for infants. None of these methods, however, offers a comprehensive framework for expertly enhanced causal graph construction with a focused clinical application. However, the identification of dominant parameters for predicting upcoming clinical and/or biochemical deterioration may help decrease the mortality rate.
With the ultimate goal of giving doctors an early warning of a patient’s immediate future condition during ICU stays and enabling better healthcare services by enhancing patient information, this study aims to identify the critical parameters measured in intensive care units to monitor the status of patients and predict the future values of those parameters. Here, status refers to the prediction of ICU patients’ conditions in terms of immediate changes, especially the deterioration of some clinical and biochemical parameters, which will guide caregivers in taking appropriate and adequate management strategies to avoid anticipated clinical adversities.
2. Materials and Methods
2.1. Data Collection and Preprocessing
Data on 300 patients were gathered from the hospital. Patients were admitted to the ICU at the National Heart Foundation Hospital and Research Institute in Dhaka, Bangladesh, between 2017 and 2018. Data from patients who stayed more than 24 h in the ICU were collected for this study. This study included patients with congenital cardiac disease who were between the ages of one day and twelve years. So, patients older than 12 years were excluded from this study, resulting in 12 patients being excluded. So, data on 288 patients were used for this analysis. Among them, 146 (51%) were female patients, and 142 (49%) were male patients. In this dataset, 3 (1 %) were neonates (<1 month), 35 (12%) were infants (<1 year), 74 (26%) were toddlers (1 to 3 years), and 176 (61%) were older children (≤12 years).
According to most definitions, individuals up to 18 years are considered children. Patients older than 12 years were excluded as their congenital heart disease and associated conditions begin to resemble that of adult congenital heart disease patients, which include several longer-term comorbidities and physiological changes that are not seen as frequently in younger patients.
The patients were always under observation by medical personnel, including doctors and nurses, in the intensive care unit. The medical personnel held a piece of paper listing 42 parameters. They tracked these 42 parameters while observing the patients. Each patient’s data were gathered every hour. A typical patient remained in the ICU for two to seven days. Each day, a large datasheet was created. The collected patient variables included demographic information like age, sex, weight, date of ICU admission, and total length of ICU stay. The physiological data recorded in this dataset included arterial blood pressure (ABP), central venous pressure (CVP), body and peripheral temperature, and peripheral capillary oxygen saturation (SpO2). Ventilation data included in this study were the mode of ventilation, ventilation rate, tidal volume (TV), peak inspiratory pressure (PIP), positive end-expiratory pressure (PEEP), mean airway pressure (MAP), fraction of inspired oxygen (FiO2), and arterial and venous blood gas measurements (pH, pCO2, and bicarbonate). Laboratory findings included levels of calcium, potassium, chloride, sodium, urine, and anion gap. The primary drugs included in our dataset were Dobutamine, Norepinephrine, Milrinone, Amiodarone, and Furosemide. The dataset contained many inaccuracies because of noise, missing values, or incorrect records. As a result, we needed to recognize and address these conflicting or inaccurate records. First, we noticed that the measurement units for some variables varied; for instance, the peripheral temperature was expressed in Celsius. Second, some parameter values were recorded as errors or were missing entirely. Third, some variables had multiple recorded values at the same time. We performed forward and backward imputation for data occasionally missing within a 24 h period. If there were no such data for 24 h, we used the average values of that variable from all patients. For instances with multiple values recorded in an hour, we randomly selected one value. We represented all data in Fahrenheit to solve the problem of conflicting values in body temperature records. In this paper, we provide an analysis of the cause-and-effect relationships between ICU parameters. The Pearson correlation model was used to find statistically significant correlations. Then, we predicted patients’ statuses using the ARIMA model and the simple linear regression (LR) model and analyzed the differences between the two models. Figure 1 shows the workflow diagram of this study.
This study’s protocols and procedures followed the ethical rules and principles of the Declaration of Helsinki. Ethical approval was obtained from the National Heart Foundation Hospital and Research Institute Ethics Committee (Decision No. 4/14-7/AD-2230/2022).
2.2. Cause-And-Effect Relationship
Cause-and-effect statements demonstrate a distinct, direct connection between events. They demonstrate how one action or occurrence triggers another [15]. By working with a clinical domain expert, a critical care physician, we created a causal graph using our knowledge of the clinical domain. Three operations are involved in the causal relationship: if the endpoint is supported by domain knowledge, preserve it; if not, modify the direction or orientation of the endpoint if the domain information supports it; and if neither applies, remove the endpoint. Statistical analyses were performed using the R programming language. The Pearson correlation test was used to conduct the correlation analysis. The threshold for statistical significance was set at p < 0.01.
2.3. Linear Model and ARIMA Model
A predictive, quantifiable technique for showing the relationship between a dependent variable and a specific configuration of independent variables is called linear regression. It is an easy method for showing how one dependent variable and one or more independent variables are related. It is referred to as simple linear regression when there is just one independent variable present. The process is known as multiple linear regression when there are numerous independent variables involved. Linear regression was used in this study to forecast patients’ statuses [16].
The linear equation that adds specific information, denoted as arrangement x, to the linear regression description is described as follows: the response y is the predicted outcome for the data given a particular arrangement (y). Each value is provided by the linear equation or a portion of a scale factor known as the coefficient (represented by the Greek letter beta ). Adding more coefficients in the same manner gives the equation more degrees of freedom, and one of these coefficients is frequently referred to as the intercept or offset coefficient. For a simple regression problem, the model is as follows:
(1)
where is the intercept, is the coefficient, x is the independent variable, and y is the dependent variable [16].Autoregressive integrated moving averages are limited to being linear functions of prior data, exhibiting linearity in their projections of future values [17]. ARIMA, which stands for autoregressive integrated moving average, is a statistical technique used to analyze time-series data. The three main components of an ARIMA model are an autoregressive (AR) process, an integrated (I) process, and a moving average (MA) process. The ARIMA model, sometimes known as the Box–Jenkins model [18], is the most popular method for predicting future values in time-series forecasting. According to [19], Equation 5 is used to compute the future value of a variable by summing the values from the past.
(2)
In this case, the error is denoted by e subscript t, the number of moving averages is denoted by q, the number of autoregressive terms is denoted by p, and the real value at time t is represented by X subscript t.
The mean absolute error (MAE) and the root mean square error (RMSE) were used as indices to evaluate the performance of the model. The MAE measures the absolute error compared to the actual and expected values. The root mean square error (RMSE) is the square root of the average of the squared differences between the actual and anticipated values. These functions are based on the following equations [20]:
(3)
(4)
The MAE and RMSE are represented by Equations (3) and (4), respectively. The real value in this example is y, while the predicted value is .3. Results
This study included 288 post-operative pediatric patients with CHD. In health studies, variables typically fall into two categories. We anticipated that the independent variables () would impact the dependent variables () (predictors). What occurs as a consequence of an independent variable is referred to as a dependent variable or predictor. The dependent and independent variables were selected according to the designated expert’s advice. The procedure for using the advice of the domain expert is shown in Table 1. to means causes . After consulting a physician, we evaluated the graph to ensure it was acyclic. Figure 2 shows the cause-and-effect relationship between the parameters.
According to expert knowledge, weight and BP are confounding variables that can influence other independent and dependent variables. So, we eliminated these weight–BP correlations. Table 2 demonstrates that BP and urine output were significant (r = 0.151079; p < 0.001), pH and PO2 were significant (r = 0.2362; p < 0.001), and PEEP and FiO2 had a high correlation (r = 0.7367744; p < 0.001) and were significant. So, for forecasting patients’ statuses, this study used three parameters: BP (mmHg), PO2 (mmHg), and FiO2(%). To predict patients’ statuses, the LR and ARIMA models were used. Figure 3 shows the predicted values of the BP, PO2, and FiO2 parameters for the next 10 h using the ARIMA model. Here, the blue line indicates the expected value, and the upper and lower prediction limits are indicated by shaded areas. Figure 4 shows the actual and predicted values using the LR model.
For the ARIMA model, the autoarima function was used in R and R Studio version 2.1.1. For neonate patients, the best ARIMA model selected was (2, 1, 1); for infant patients, the best ARIMA model selected was (1, 1, 0); and for ventilation patients, the best ARIMA model selected was (1, 0, 2). This study used the first 48 h of time-series data for prediction, utilizing a univariate time-series dataset for analysis. The lowest errors in forecast accuracies are shown in Table 3. This study showed minimal errors in the MAE (BP = 2.17; = 0.009) for ventilation patients. For neonate patients, the MAE = 5.2274 and the RMSE = 7.001 for the BP parameters, while the MAE = 10.83 and the RMSE = 16.04 for the parameters in the ARIMA model.
4. Discussion
Every year, CHD causes significant morbidity and mortality, particularly in neonates, despite significant advances in medical and surgical treatment. Studying the dominant parameters affecting outcomes after surgery and identifying a model that helps predict the patient’s course in the acute setting could significantly advance care.
Our study presented a cause-and-effect relationship from observational data using expert knowledge. Nowadays, the ability to determine the causal consequences of medical therapies through data analysis makes causal inference an essential topic in the medical industry [25]. However, potential outcome guidelines (Rubin causal model) [26,27] and structural causal models (SCMs) [28] are considered the foundation of causal models because they consistently incorporate prior causal knowledge, assumptions, and estimates. Using expert information from clinicians or previously published literature, structure learning algorithms must be used to create a graphical representation of the causal link between variables of interest in this approach [29]. However, a variety of algorithms exist that can determine the graphical structure from data under various presumptions. As a result, depending on the underlying assumptions, the resulting causal graph may differ significantly [30]. Although there exist additional clinical applications of SCMs [31,32], the majority of the literature mainly utilizes domain expertise to create causal graphs. This study created a casual graph using clinical expertise, as shown in Figure 1. A significant association between the parameters is shown in Table 2. Although some of the parameters were highly statistically significant, the correlations were quite low for most of the parameters. Our study showed that BP and CVP (r = 0.284), pH and (r = 0.23), and PEEP and (r = 0.734) exhibited significant correlations. BP may affect other parameters, while determines the arterial blood oxygenation status, reflecting the gas exchange in the lungs. So, these parameters signal changes that require close monitoring and timely intervention.
This study also used a simple linear regression model and an ARIMA model for predicting patient conditions in the ICU. The prediction of patient outcomes in the intensive care unit (ICU) setting is a critical challenge that has garnered significant research attention. While traditional statistical models, such as linear regression and ARIMA (autoregressive integrated moving average), are often applied to this task, they often fall short of capturing the complex and nonlinear relationships inherent in ICU patient data. In this study, the ARIMA model showed fewer errors than the linear regression model.
One of the key challenges in using ARIMA models for ICU patient data is the limited availability of historical data. Typically, ARIMA models require a relatively long time series of data to accurately capture the underlying patterns and trends [33,34]. In the context of ICU patient data, the duration of the stay and the rapid changes in the patient’s condition can lead to short and irregularly spaced time series, making it difficult for ARIMA models to perform accurate forecasts [35].
The limitations of this study include the consideration of confounding parameters for cause-and-effect relationships in this study.
Preload, afterload, and contractility also play a significant role in determining cardiac output. However, these factors are rarely assessed directly in a clinical setting and are only monitored in a very small number of highly specific cases or for research purposes in locations with the necessary infrastructure and hardware. The availability of suitable technology to assess preload and afterload directly is very limited. In any case, CVP can serve as a stand-in for preload as it provides sufficient and useful information. However, there is an indirect relationship between afterload and blood pressure, urine output, and peripheral temperature. It is correct that an echocardiography can be used to measure functional parameters, and this is often performed. In considering this, the analysis should have incorporated it. As it was left out of the analysis, it can be considered a limitation of this study. We also acknowledge the importance of serum lactate after cardiac surgery. However, as mentioned, these values could not be used due to frequently missing records. Serum lactate values are typically obtained alongside arterial blood gas analysis, along with many other parameters. Due to sensor malfunction, the serum lactate values were frequently missing and were not included in this study. Many other factors, such as preoperative hemodynamics, nutritional status, renal dysfunction, and neurological state are also important determinants of short- and long-term outcomes after surgery. However, including these parameters could have made the analysis more complex and time-consuming; hopefully, this can be addressed in our future research. Due to limited resources, most of the surgeries were performed electively. Patients who had severe hemodynamic anomalies, renal impairment, or neurological dysfunction were not admitted for surgery.
Moreover, ICU patient data often exhibit complex and nonlinear relationships that may not be adequately captured by the linear structure of ARIMA models [36,37]. Patients’ disease risk and mortality are influenced by a multitude of factors, including clinical characteristics, demographic information, and treatment interventions, which can introduce significant heterogeneity and nonlinearity into the data [38].
To address these limitations, our future work will explore the use of more advanced machine learning techniques, which have demonstrated improved performance in predicting ICU patient outcomes.
5. Conclusions
The intensive care unit is a critical care setting that generates a wealth of patient data, including vital signs, laboratory results, and other clinical parameters. Effectively leveraging these data to monitor patients’ statuses and predict future outcomes can significantly improve clinical decision making and patient outcomes. This study aimed to investigate the relationship between various ICU parameters and explore the use of time-series and regression models to predict the future values of those parameters. The Pearson correlation model was employed to identify statistically significant correlations between ICU parameters. Then, the autoregressive integrated moving average model and simple linear regression model were used to predict patients’ statuses, with the goal of assessing the performance of these two approaches. The findings of this study indicate that the ARIMA model outperformed the linear regression model in terms of prediction accuracy, demonstrating lower error rates. This suggests that the ARIMA model was more predictive but still requires ongoing refinements and technology to help physicians in real time. The results of this study highlight the importance of leveraging advanced analytical techniques to monitor and predict a patient’s acute course in the ICU. By identifying the most important physiological parameters that are predictive of patient outcomes, clinicians can be provided with an early warning system to intervene and improve patient care.
Conceptualization, H.S. and S.N.S.; methodology, S.N.S., H.S. and M.Z.R.; software, S.N.S.; validation, M.N.A.H.; data curation, S.N.S. and M.N.A.H.; writing—original draft preparation, S.N.S.; writing—review and editing, M.N.A.H., M.Z.R. and H.S.; visualization, S.N.S.; supervision, H.S. and M.Z.R.; project administration, M.Z.R. All authors have read and agreed to the published version of the manuscript.
The hospital’s institutional review board and the ethics committee of the National Heart Foundation Hospital and Research Institute approved this study (approval number 4/14-7/AD-2230/2022 and approval date: 3 October 2022). All methods used in our investigation conformed with the ethical principles of the Declaration of Helsinki and the Institutional Review Board of the hospital.
We collected patient-related anonymous data. So, the data collection process did not include patient personal information. Consent was obtained from the hospital authority.
For privacy considerations, the authors will provide the raw data that support the findings of this paper upon request.
In order to give hospital patients access to information, the National Heart Foundation Hospital and Research Institute authorities in Dhaka, Bangladesh, are acknowledged by the authors. Additionally, the authors acknowledge the financial support for the PhD scholarship provided by Bangladesh’s Ministry of Information and Communication Technology.
The authors declare no conflicts of interest.
Footnotes
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.
Figure 2. Causal graph after expert evaluations were utilized to include domain knowledge. Amiodarone is a medication that prevents and treats an irregular heartbeat.
Figure 3. Forecasting patients’ conditions for the next hour using the ARIMA model.
Figure 4. Forecasting patients’ conditions for the next hour using the linear regression model.
Expert knowledge of casual relationships.
| | Evidence |
---|---|---|
Weight | BP | Domain Expert [ |
BP | HR | Domain Expert [ |
CVP | BP | Domain Expert [ |
BP | Urine output | Domain Expert [ |
Age | HR | Domain Expert |
Age | BP | Domain Expert [ |
BP | | Domain Expert |
BP | | Domain Expert |
Na | HR | Domain Expert |
Cl | HR | Domain Expert |
PEEP | | Domain Expert [ |
| | Domain Expert |
| | Domain Expert [ |
HR | Amiodarone | Domain Expert |
K | BP | Domain Expert |
K | HR | Domain Expert |
PH | | Domain Expert |
pH | TV | Domain Expert |
pH | HR | Domain Expert |
pH | BP | Domain Expert |
| | Domain Expert [ |
BP—blood pressure; CVP—central venous pressure; HR—heart rate;
Relationships between independent and dependent variables.
Predictor | Independent Variable | p Value | Correlation | t-Test |
---|---|---|---|---|
HR | BP | 0.7631 | 0.01191929 | 0.30156 |
HR | Na | 0.07837 | 0.0695229 | 1.7631 |
HR | Cl | 0.1415 | 0.05808523 | 1.4719 |
HR | K | 0.1022 | −0.06456345 | −1.6368 |
HR | PH | 0.725 | −0.01390998 | −0.35193 |
BP | CVP | <0.001 * | 0.2841249 | 7.4968 |
BP | K | 0.5047 | −0.02637669 | −0.66752 |
BP | pH | 0.002025 * | −0.1216032 | −3.0993 |
Urine output | BP | 0.0001217 * | 0.151079 | 3.8664 |
| BP | 0.7896 | −0.0105502 | −0.26692 |
| BP | 0.5382 | −0.02433762 | −0.61588 |
| PEEP | <0.001 * | 0.7367744 | 27.567 |
| | 0.7339 | 0.01344123 | 0.34007 |
| | 0.0002411 * | −0.1444255 | −3.6924 |
| pH | <0.001 * | 0.2362575 | 6.151 |
TV | pH | 0.01845 | 0.09298063 | 2.3625 |
| | 0.5347 | 0.2362575 | 0.62112 |
Here, * indicates p < 0.01.
The performance evaluation metrics.
Model | Neonate Patients | Infant Patients | Ventilation Patients | |||
---|---|---|---|---|---|---|
MAE | RMSE | MAE | RMSE | MAE | RMSE | |
LR Model (BP) | 5.973879 | 8.0574 | 2.795142 | 6.707442 | 4.47021 | 4.974626 |
LR Model ( | 38.5670 | 49.01 | 81.72645 | 99.54716 | - | - |
LR Model ( | - | - | - | - | 0.0122449 | 01503418 |
ARIMA Model (BP) | 5.2724 | 7.0011 | 4.435455 | 6.362786 | 2.176254 | 2.618761 |
ARIMA Model ( | 10.8366 | 16.0403 | 16.065 | 27.812 | - | - |
ARIMA Model ( | - | - | - | - | 0.0095 | 0.01941237 |
Gray boxes indicate lowest errors. LR = linear regression model; ARIMA = Autoregressive integrated moving average.
References
1. Iyer, P.U. Management issues in intensive care units for infants and children with heart disease. Indian J. Pediatr.; 2015; 82, pp. 1164-1171. [DOI: https://dx.doi.org/10.1007/s12098-015-1914-0] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/26542311]
2. Roger, V.L.; Go, A.S.; Lloyd-Jones, D.M.; Adams, R.J.; Berry, J.D.; Brown, T.M.; Carnethon, M.R.; Dai, S.; De Simone, G.; Ford, E.S. et al. Heart disease and stroke statistics—2011 update: A report from the American Heart Association. Circulation; 2011; 123, pp. e18-e209. [DOI: https://dx.doi.org/10.1161/CIR.0b013e3182009701] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/21160056]
3. Gundogdu, Z.; Babaoglu, K.; Deveci, M.; Tugral, O.; Uyan, Z. A study of mortality in cardiac patients in a pediatric intensive care unit. Cureus; 2019; 11, e6052. [DOI: https://dx.doi.org/10.7759/cureus.6052] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/31827987]
4. Gilboa, S.M.; Salemi, J.L.; Nembhard, W.N.; Fixler, D.E.; Correa, A. Mortality resulting from congenital heart disease among children and adults in the United States, 1999 to 2006. Circulation; 2010; 122, pp. 2254-2263. [DOI: https://dx.doi.org/10.1161/CIRCULATIONAHA.110.947002] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/21098447]
5. Kula, S.; Cevik, A.; Olguntürk, F.R.; Tunaoğlu, F.S.; Oğuz, A.D.; İlhan, M.N. Distribution of congenital heart disease in Turkey. Turk. J. Med Sci.; 2011; 41, pp. 889-893. [DOI: https://dx.doi.org/10.3906/sag-1001-6]
6. McShane, P.; Draper, E.S.; McKinney, P.A.; McFadzean, J.; Parslow, R.C.; Network, P.I.C.A. Effects of out-of-hours and winter admissions and number of patients per unit on mortality in pediatric intensive care. J. Pediatr.; 2013; 163, pp. 1039-1044. [DOI: https://dx.doi.org/10.1016/j.jpeds.2013.03.061]
7. Murthy, S.; Leligdowicz, A.; Adhikari, N.K. Intensive care unit capacity in low-income countries: A systematic review. PLoS ONE; 2015; 10, e0116949. [DOI: https://dx.doi.org/10.1371/journal.pone.0116949]
8. Kennedy, C.E.; Turley, J.P. Time series analysis as input for clinical predictive modeling: Modeling cardiac arrest in a pediatric ICU. Theor. Biol. Med Model.; 2011; 8, 40. [DOI: https://dx.doi.org/10.1186/1742-4682-8-40]
9. Capan, M.; Hoover, S.; Jackson, E.V.; Paul, D.; Locke, R. Time series analysis for forecasting hospital census: Application to the neonatal intensive care unit. Appl. Clin. Informatics; 2016; 7, pp. 275-289.
10. Xu, Y.; Han, D.; Huang, T.; Zhang, X.; Lu, H.; Shen, S.; Lyu, J.; Wang, H. Predicting ICU Mortality in Rheumatic Heart Disease: Comparison of XGBoost and Logistic Regression. Front. Cardiovasc. Med.; 2022; 9, 847206. [DOI: https://dx.doi.org/10.3389/fcvm.2022.847206]
11. Matam, B.; Duncan, H.; Lowe, D. Machine learning based framework to predict cardiac arrests in a paediatric intensive care unit. J. Clin. Monit. Comput.; 2019; 33, pp. 713-724. [DOI: https://dx.doi.org/10.1007/s10877-018-0198-0] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/30264218]
12. Pishgar, M.; Theis, J.; Del Rios, M.; Ardati, A.; Anahideh, H.; Darabi, H. Prediction of unplanned 30-day readmission for ICU patients with heart failure. BMC Med Inform. Decis. Mak.; 2022; 22, 117. [DOI: https://dx.doi.org/10.1186/s12911-022-01857-y] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/35501789]
13. Lee, B.; Kim, K.; Hwang, H.; Kim, Y.S.; Chung, E.H.; Yoon, J.S.; Cho, H.J.; Park, J.D. Development of a machine learning model for predicting pediatric mortality in the early stages of intensive care unit admission. Sci. Rep.; 2021; 11, 1263. [DOI: https://dx.doi.org/10.1038/s41598-020-80474-z] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/33441845]
14. Ruiz, V.M.; Saenz, L.; Lopez-Magallon, A.; Shields, A.; Ogoe, H.A.; Suresh, S.; Munoz, R.; Tsui, F.R. Early prediction of critical events for infants with single-ventricle physiology in critical care using routinely collected data. J. Thorac. Cardiovasc. Surg.; 2019; 158, pp. 234-243. [DOI: https://dx.doi.org/10.1016/j.jtcvs.2019.01.130] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/30948317]
15. Gani, M.O.; Kethireddy, S.; Adib, R.; Hasan, U.; Griffin, P.; Adibuzzaman, M. Structural causal model with expert augmented knowledge to estimate the effect of oxygen therapy on mortality in the icu. Artif. Intell. Med.; 2023; 137, 102493. [DOI: https://dx.doi.org/10.1016/j.artmed.2023.102493]
16. Linear-Regression Description. Available online: https://www.machinelearningplus.com/machine-learning/complete-introduction-linear-regression-r/ (accessed on 23 July 2018).
17. Zhang, G.P. Time series forecasting using a hybrid ARIMA and neural network model. Neurocomputing; 2003; 50, pp. 159-175. [DOI: https://dx.doi.org/10.1016/S0925-2312(01)00702-0]
18. Al-Chalabi, H.; Al-Douri, Y.K.; Lundberg, J. Time series forecasting using ARIMA model: A case study of mining face drilling rig. Proceedings of the 12th International Conference on Advanced Engineering Computing and Applications in Sciences (ADVCOMP 2018), International Academy, Research and Industry Association (IARIA); Athens, Greece, 18–22 November 2018; pp. 1-3.
19. Mehrmolaei, S.; Keyvanpour, M.R. Time series forecasting using improved ARIMA. Proceedings of the 2016 Artificial Intelligence and Robotics (IRANOPEN); Qazvin, Iran, 9 April 2016; pp. 92-97. [DOI: https://dx.doi.org/10.1109/RIOS.2016.7529496]
20. Jadon, A.; Patil, A.; Jadon, S. A Comprehensive Survey of Regression-Based Loss Functions for Time Series Forecasting. Proceedings of the International Conference on Data Management, Analytics & Innovation; Springer: Singapore, 2024; pp. 117-147.
21. Sinha, A.; Bagga, A. Pediatric Nephrology: Update for Clinicians. Indian J. Pediatr.; 2020; 87, pp. 598-599. [DOI: https://dx.doi.org/10.1007/s12098-020-03309-9]
22. Abbott, M.B.; Vlasses, C.H. Nelson textbook of pediatrics. Jama; 2011; 306, pp. 2387-2388. [DOI: https://dx.doi.org/10.1001/jama.2011.1775]
23. Pacheco, L.D.; Saad, A.F. Ventilator management in critical illness. Critical Care Obstetrics; Wiley: Hoboken, NJ, USA, 2024; pp. 233-266.
24. Tài, P.; Laurent, J.; Arthur, S. Mechanical ventilation: State of the art. Mayo Clinic Proceedings; Mayo Foundation for Medical Education and Research: Toronto, ON, Canada, 2017.
25. Wu, X.; Peng, S.; Li, J.; Zhang, J.; Sun, Q.; Li, W.; Qian, Q.; Liu, Y.; Guo, Y. Causal inference in the medical domain: A survey. Appl. Intell.; 2024; 54, pp. 4911-4934. [DOI: https://dx.doi.org/10.1007/s10489-024-05338-9]
26. Keller, B.; Branson, Z. Defining, identifying, and estimating effects with the rubin causal model: A review for education research. Asia Pac. Educ. Rev.; 2023; [DOI: https://dx.doi.org/10.31234/osf.io/58qmp]
27. Imbens, G.W.; Rubin, D.B. Rubin causal model. Microeconometrics; Springer: Berlin/Heidelberg, Germany, 2010; pp. 229-241.
28. Imbens, G.W.; Rubin, D.B. Causal Inference in Statistics, Social, and Biomedical Sciences; Cambridge University Press: Cambridge, UK, 2015.
29. Lederer, D.J.; Bell, S.C.; Branson, R.D.; Chalmers, J.D.; Marshall, R.; Maslove, D.M.; Ost, D.E.; Punjabi, N.M.; Schatz, M.; Smyth, A.R. et al. Control of confounding and reporting of results in causal inference studies. Guidance for authors from editors of respiratory, sleep, and critical care journals. Ann. Am. Thorac. Soc.; 2019; 16, pp. 22-28. [DOI: https://dx.doi.org/10.1513/AnnalsATS.201808-564PS] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/30230362]
30. Raghu, V.K.; Poon, A.; Benos, P.V. Evaluation of causal structure learning methods on mixed data types. Proceedings of the 2018 ACM SIGKDDWorkshop on Causal Discovery, PMLR; London, UK, 20 August 2018; pp. 48-65.
31. Schlüter, D.K.; Griffiths, R.; Adam, A.; Akbari, A.; Heaven, M.L.; Paranjothy, S.; Andersen, A.M.N.; Carr, S.B.; Pressler, T.; Diggle, P.J. et al. Impact of cystic fibrosis on birthweight: A population based study of children in Denmark and Wales. Thorax; 2019; 74, pp. 447-454. [DOI: https://dx.doi.org/10.1136/thoraxjnl-2018-211706] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/30026297]
32. Vitolo, C.; Scutari, M.; Ghalaieny, M.; Tucker, A.; Russell, A. Modeling air pollution, climate, and health data using Bayesian Networks: A case study of the English regions. Earth Space Sci.; 2018; 5, pp. 76-88. [DOI: https://dx.doi.org/10.1002/2017EA000326]
33. Tiao, G.C. Time series: ARIMA methods. International Encyclopedia of the Social, Behavioral Sciences; 2nd ed. Elsevier: Amsterdam, The Netherlands, 2015; pp. 316-321.
34. Liu, J. Navigating the Financial Landscape: The Power and Limitations of the ARIMA Model. Highlights Sci. Eng. Technol.; 2024; 88, pp. 747-752. [DOI: https://dx.doi.org/10.54097/9zf6kd91]
35. Clifford, G.D.; Long, W.J.; Moody, G.B.; Szolovits, P. Robust parameter extraction for decision support using multimodal intensive care data. Philos. Trans. R. Soc. Math. Phys. Eng. Sci.; 2009; 367, pp. 411-429. [DOI: https://dx.doi.org/10.1098/rsta.2008.0157]
36. Veith, N.; Steele, R. Machine learning-based prediction of ICU patient mortality at time of admission. Proceedings of the 2nd International Conference on Information System and Data Mining; New York, NY, USA, 9–11 April 2018; pp. 34-38.
37. Yousaf, M.; Zahir, S.; Riaz, M.; Hussain, S.M.; Shah, K. Statistical analysis of forecasting COVID-19 for upcoming month in Pakistan. Chaos Solitons Fractals; 2020; 138, 109926. [DOI: https://dx.doi.org/10.1016/j.chaos.2020.109926]
38. Singh, D.; Kumar, V.; Qiu, R.G. Patients’ disease risk predictive modeling using MIMIC data. Procedia Comput. Sci.; 2020; 168, pp. 112-117. [DOI: https://dx.doi.org/10.1016/j.procs.2020.02.271]
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
© 2024 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/). Notwithstanding the ProQuest Terms and Conditions, you may use this content in accordance with the terms of the License.
Abstract
(1) Background: The main objective of this research was to assess the clinical factors related to the condition of pediatric patients with congenital heart defects after they underwent intensive care unit surgery. The information was gathered from the Congenital Heart Disease Surgery Unit at the National Heart Foundation Hospital and Research Institute in Dhaka, Bangladesh. We gathered and examined data from 288 ICU patients. Patients under the age of twelve who required more than a 24-h ICU stay were selected. (2) Methods: The dependent and independent variables were chosen in advance based on expert opinion. The relationships between these pre-specified ICU parameters were determined using the Pearson correlation model and assessed through linear regression and ARIMA modeling to predict subsequent acute changes in the patients’ ICU statuses. (3) Results: A statistically significant relationship (p value < 0.001) was found between CVP and BP (95% CI = 0.2113; 0.353 r = 0.2841249) and between PEEP and FiO2 (95% CI = 0.6992; 0.770 r = 0.7367744). Although the relationships between pH and PO2 were minor (95% CI = 0.161; 0.308 r = 0.2362575), they were statistically significant. The parameters considered statistically significant (p < 0.001) were chosen for forecasting. In this work, the linear regression model and the ARIMA model used the parameters BP, FiO2, and PO2 for prediction. We forecasted the patients’ statuses for the next hour. It was found that the ARIMA model had a lower error rate than the linear regression model. (4) Conclusions: This study helps identify the important parameters for predicting and monitoring patients’ statuses in the ICU, with the ultimate goal of providing physicians with an early warning system to anticipate deterioration in clinical and biochemical parameters. The ability to accurately forecast future patients’ conditions can enable proactive, targeted interventions, potentially improving outcomes and reducing the risk of adverse events.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
Details


1 Department of Computer Science and Engineering, Jahangirnagar University, Savar 1342, Bangladesh;
2 Department of Computer Science and Engineering, United International University, Dhaka 1212, Bangladesh;
3 Department of Pediatric Cardiac Intensive Care, National Heart Foundation Hospital and Research Institute, Dhaka 1216, Bangladesh;