Healthc Inform Res Search

CLOSE


Healthc Inform Res > Volume 31(4); 2025 > Article
Kim and Woo: Deep Learning-Based Death Prediction Model for Chronic Kidney Disease

Abstract

Objectives

The prevalence of chronic kidney disease (CKD) continues to rise, making it one of the leading causes of death worldwide. Recent advances in medical and health research have progressed beyond traditional statistical methodologies, increasingly leveraging artificial intelligence to identify and predict factors influencing mortality. Further AI-based research is therefore essential to deepen understanding of the determinants of death among CKD patients.

Methods

This study used data from the Korea Disease Control and Prevention Agency’s in-depth survey of patients discharged between 2016 and 2021. Least absolute shrinkage and selection operator (LASSO) regression, a machine learning technique, was applied to identify significant factors associated with death in CKD patients. These selected variables were then incorporated into a deep learning-based predictive model.

Results

Eight factors influencing death were identified, including length of hospital stay (coefficient = 0.023), emergency admission (0.016), age (0.013), severity-adjusted score (0.008), and regional differences (0.003). The developed deep learning model achieved a loss value of 0.1207 and an accuracy of 96.84%.

Conclusions

This study identified emergency visits and prolonged hospital stays as key predictors of death in CKD patients. To mitigate these risks, regular monitoring by nephrology specialists and timely initiation of renal replacement therapy are essential. Age also emerged as a critical determinant, emphasizing the importance of age-stratified clinical guidelines amid global aging trends. The high-performing, simplified predictive model based on general characteristics offers a valuable tool for rapid prognosis assessment in primary and secondary healthcare settings.

I. Introduction

Chronic kidney disease (CKD), also known as chronic nephropathy, ranks as the 10th leading cause of death globally and continues to represent a major public health burden [1]. In South Korea, approximately 4.6 million individuals are estimated to have CKD, accounting for one in nine adults [2]. Because early symptoms are often minimal, CKD frequently remains undiagnosed until an advanced stage, resulting in a high mortality risk [3]. As diabetes and hypertension are major risk factors, CKD is closely tied to aging and other societal challenges [4]. In 2021, chronic diseases accounted for 7.1% of national healthcare expenditures, underscoring their increasing economic impact [5].
To effectively address CKD-related challenges—such as reducing disease incidence and associated social costs—it is crucial to identify the major factors influencing death among CKD patients. Mortality in CKD is primarily affected by clinical factors such as creatinine levels, hypoalbuminemia, nutritional status, proteinuria, and glomerular filtration rate [6]. These clinical variables are recognized as essential predictors of disease outcomes, particularly in the era of precision medicine and electronic medical record-based healthcare environments [7,8]. Such data provide valuable insights into a patient’s physiological status and disease progression. However, clinical factors are often complex and not readily available in all care settings, limiting the implementation of data-driven decision support systems in primary and secondary healthcare facilities.
To overcome these limitations, it is necessary to focus on general characteristics that are more easily accessible and applicable in routine clinical practice. General characteristics allow for quick patient assessment without extensive testing, thereby enhancing accessibility. Dialysis patients, in particular, depend heavily on healthcare professionals, emphasizing the importance of the clinical decision-making abilities of medical teams. In this context, general characteristics serve as the most immediate and fundamental parameters for clinical decision-making [9]. Notably, CKD clinical guidelines specifically list factors such as age (≥65 years), family history, and other general attributes as risk indicators [10]. General characteristics—including age, comorbidities, and the use of dialysis equipment—have been identified as significant predictors of mortality [6]. This highlights the importance of incorporating general characteristics when evaluating patient prognosis.
Mortality prediction in CKD patients has traditionally relied on probability-based statistical methods, which have long served as the primary analytical approach in this field [11]. More recently, AI models that rely heavily on clinical test results or laboratory data have been developed. Although these methods can yield high accuracy, they often require detailed medical information that may be difficult to obtain or interpret in many healthcare environments [12,13]. In contrast, this study focuses on developing a deep learning model using only general patient characteristics—such as demographics, hospital type, and healthcare utilization patterns—without depending on complex clinical inputs. By applying machine learning-based variable selection before model construction, we sought to improve both model simplicity and transparency. This streamlined approach supports practical application in primary and secondary care settings, where detailed clinical data may be limited. Ultimately, the goal is to develop a simplified yet high-performing prognostic tool that enables timely intervention and improved outcomes in CKD management.

II. Methods

1. Study Design

This study aimed to construct a death prediction model using data from the Korea National Hospital Discharge In-depth Injury Survey (KNHDIS). The target population included all patients discharged from acute care hospitals with ≥100 beds, and the database was created using discharge summaries for this population. Approval for the use of raw data was obtained through the Korea Disease Control and Prevention Agency website, and the study received an exemption from the Institutional Review Board of Kongju National University (No. KNU_IRB_2022-040).
The overall research process is illustrated in Figure 1. First, data preprocessing was performed, followed by a feature selection phase using machine learning to identify key factors influencing death. The least absolute shrinkage and selection operator (LASSO) regression was used for feature selection and compared with logistic regression to evaluate its performance. After selecting relevant features, a deep learning model was developed to predict death, and its predictive accuracy was assessed. Additionally, the deep learning model’s performance was compared with that of random forest and XGBoost algorithms to evaluate relative predictive capability.
The study included patients diagnosed with CKD (N18.X: N18.1, N18.2, N18.3, N18.4, N18.5, N18.9). A total of 12,680 patients were included. Data from 2016 to 2021 were divided into a training set (2016–2020; 10,498 patients) and a test set (2021; 2,182 patients) (Figure 2). To ensure the model’s temporal validity and real-world applicability, data from 2016–2020 were used for model training and validation, while the 2021 dataset—the most recent available—was reserved for testing. This approach was designed to simulate forward-looking prediction performance in clinical practice. The dependent variable was death, and independent variables were categorized into demographics and patient characteristics, medical institution characteristics, and healthcare utilization characteristics (Supplement A) [14].

2. Feature Selection

LASSO regression, a machine learning-based variable selection technique, was applied for feature extraction. LASSO regularization (L1 norm) was used to shrink regression coefficients, effectively eliminating less relevant explanatory variables [15]. This approach was chosen for its ability to perform variable selection and regularization simultaneously, thus promoting model simplicity and interpretability. Although alternative methods such as recursive feature elimination or mutual information-based selection could have been used, LASSO was selected for its practicality and wide adoption in clinical predictive modeling. For comparison, a traditional logistic regression model was also applied. Logistic regression is a well-established method for binary classification; however, it is prone to multicollinearity when handling high-dimensional data, which can lead to biased coefficient estimates and reduced predictive stability [16].

3. Deep Learning

A deep learning model was trained to predict death in CKD patients using TensorFlow. The model architecture consisted of an input layer, two hidden layers, and an output layer. Dropout regularization (50%) was applied to prevent overfitting. The rectified linear unit (ReLU) activation function was used in the hidden layers, while a sigmoid activation function was employed in the output layer. The Adam optimizer was used for efficient gradient-based parameter updates. Performance comparisons were made against random forest and XGBoost models. Hyperparameter tuning was conducted using grid search, with the following configurations: for random forest (n_estimators = 10, max_depth = 6, min_samples_leaf = 8, and min_samples_split = 8) and for XGBoost (n_estimators = 1,000, max_depth = 5, and min_ child_weight = 3) [17,18]. Model performance was evaluated using receiver operating characteristic (ROC) curves, accuracy, and root mean squared error (RMSE). Comparative analyses among models were conducted to validate predictive performance for mortality in CKD patients.

III. Results

1. Patient Characteristics

The general characteristics of the study participants are summarized in Table 1 (Supplement B). Among the participants, men accounted for 56.2%, and the mean age was 63.3 years. Regarding insurance coverage, 81.0% were covered by national health insurance, while 18.4% were medical benefits recipients. The majority of CKD patients were classified as stage 5 CKD (74.9%), followed by unspecified CKD (14.5%). With respect to hospital location, 31.5% were located in metropolitan areas, while 24.5% were in Seoul. In terms of hospital size, institutions with 500–999 beds were the most common (52.5%), whereas hospitals with 300–499 beds were the least common (10.7%). Outpatient admissions accounted for 66.9% of the total, the average length of stay (LOS) was 12.4 days, and the mean adjusted Charlson Comorbidity Index (CCI) was approximately 0.9.

2. Feature Selection Results

Variable selection using LASSO regression identified eight key factors influencing death in CKD patients (Table 2). The most influential factor was LOS (coefficient = 0.023), followed by emergency admissions (0.016), age (0.013), CCI (0.008), and regional area (0.003).
For comparison, traditional logistic regression analysis was also performed, and the results indicated that five factors were significantly associated with death (Table 3). Older age was linked to a higher risk of death (odds ratio [OR] = 1.05; 95% confidence interval [CI], 1.04–1.06). Smaller hospitals (100–299 beds) had a higher death rate than larger hospitals (≥1,000 beds) (OR = 1.98; 95% CI, 1.32–2.97). Emergency admissions were associated with a higher death rate than outpatient admissions (OR = 0.30; 95% CI, 0.23–0.38). Longer LOS (OR = 1.02; 95% CI, 1.01–1.01) and higher CCI scores (OR = 1.32; 95% CI, 1.20–1.45) were also significant predictors of mortality.
The variable selection methods were evaluated using the ROC curve and RMSE values for both LASSO and logistic regression models (Table 4). For LASSO, the area under the ROC curve (AUC) was 82.06%, whereas for logistic regression, it was 79.95%. The RMSE for logistic regression was 0.1930, indicating minimal difference between the two methods. Based on these findings, this study adopted LASSO—a machine learning methodology—for variable selection in model development.

3. Deep Learning

1) Deep learning model performance

The training and validation performance of the deep learning-based predictive model is illustrated in Figure 3. The loss value decreased as the number of training iterations increased, demonstrating the stability of the model. The final model achieved a training accuracy of 97.04% and a validation accuracy of 96.84%.
The predictive model for mortality in CKD patients was developed using deep learning techniques. To assess its effectiveness, the model was compared with random forest and XGBoost algorithms (Table 5, Figure 4). The AUC of the deep learning model was 0.83, with an accuracy of 96.83%. In comparison, random forest achieved an AUC of 0.79, and XGBoost achieved 0.71. These results confirm that the deep learning model outperformed traditional machine learning techniques in predicting mortality among CKD patients.

2) Final model evaluation

Using the 2021 test dataset, the final model was validated and achieved a loss value of 0.1207 and an accuracy of 96.84% (Table 6). These findings demonstrate that deep learning-based prediction models can serve as effective tools for identifying high-risk CKD patients and supporting clinical decision-making to improve patient outcomes.

IV. Discussion

This study aimed to identify the factors influencing death in CKD patients and to predict prognosis based on general characteristics using data from the KNHDIS, collected by the Korea Disease Control and Prevention Agency from 2016 to 2021. The key factors influencing death included prolonged hospitalization, emergency admissions, older age, higher CCI scores, specific regions (other area and Gyeonggi Province), hospitals with 100–299 beds, and health insurance coverage. The results of this study raise several important points for discussion.
First, emergency hospitalizations and prolonged hospital stays were strongly associated with a higher risk of death in CKD patients. This association can be attributed to the progressive nature of CKD, wherein many patients remain unaware of their deteriorating renal function until an acute event necessitates emergency hospitalization and urgent dialysis [19]. Emergency dialysis is frequently associated with severe complications, including infections and electrolyte imbalances, which significantly increase the risk of death within 3 to 12 months [15]. Previous studies have reported that CKD patients requiring emergency hospitalization have higher one-year mortality rates than those receiving scheduled treatment [3].
Moreover, patients requiring emergency care typically experience longer hospital stays, often exceeding twice the duration of those undergoing planned dialysis sessions [20]. Additionally, patients who die from CKD tend to have hospitalization durations more than four times longer than those who survive [6]. These findings suggest that prolonged hospital stays not only reflect disease severity but also exacerbate poor prognosis.
Reducing hospital length of stay is therefore a critical factor in decreasing death risk among CKD patients. To mitigate the negative effects of emergency admissions and prolonged inpatient stays, regular nephrology consultations and structured monitoring programs are essential. Ensuring timely initiation of renal replacement therapies—including hemodialysis, peritoneal dialysis, or kidney transplantation—can prevent acute deterioration, reduce the need for emergency interventions, and ultimately improve long-term survival in CKD patients.
Second, age was a significant predictor of death in CKD patients. According to the Korea Centers for Disease Control and Prevention, CKD prevalence increases with age, with individuals aged ≥60 years accounting for nearly 30% of all cases [21]. The incidence of CKD rises by 1.22 times per year of age, and the risk of death increases by 1.05 times [3,4]. Given that clinical guidelines identify age ≥65 years as a risk factor for CKD [11], tailored interventions and refined clinical strategies for older patients are essential. Furthermore, because awareness of chronic diseases is generally low [22], some older adults may already have CKD without realizing it. Considering that the mean age of subjects in this study was 63.3 years, it is important to recognize a broader age range (including those over 65 years) as a major factor influencing mortality in CKD. As the global population of older adults continues to rise, the development of age-stratified and evidence-based clinical guidelines will be increasingly important for effective CKD management.
Third, hospital size was identified as a crucial factor influencing mortality among CKD patients. This study found that patients admitted to hospitals with 100–299 beds had a higher mortality risk compared to those in larger hospitals. This hospital category includes facilities referred to as “comprehensive hospitals” under South Korean medical law. CKD patients undergoing renal replacement therapy such as hemodialysis receive care in artificial kidney units, and their prognosis is influenced by the clinical competence of the medical staff in these units [23]. Typically, nurses in artificial kidney units reach optimal proficiency after approximately 3 years of work experience [24]. However, as of 2018, comprehensive hospitals had the lowest proportion of nurses with more than 2 years of experience [25]. Because hospitals with fewer than 300 beds play a central role in managing basic diagnoses and providing chronic rehabilitation care, targeted strategies are needed to enhance clinical competency and improve CKD patient outcomes within these institutions.
Fourth, hospital location—particularly facilities located in “other areas” and Gyeonggi Province—was also a significant determinant of mortality among CKD patients. The term “other area” refers to regions excluding Seoul, Gyeonggi Province, and other metropolitan cities, including Gangwon, Chungbuk, Chungnam, Jeonbuk, Jeonnam, Gyeongbuk, Gyeongnam, and Jeju Provinces. These areas generally have fewer general hospitals and nephrologists, resulting in reduced healthcare accessibility and a higher risk of death [26,28]. The disparity in healthcare infrastructure between metropolitan and non-metropolitan areas may contribute to delays in CKD diagnosis and treatment, thereby worsening patient outcomes.
The Gyeonggi region, meanwhile, exhibited a lower standardized death rate but had the highest absolute number of deaths, likely reflecting its large population of older adults and high healthcare demand [27,28]. As of 2020, Gyeonggi Province had 521 nephrologists and the second-highest number of healthcare facilities nationwide, including tertiary hospitals, general hospitals, clinics, and other institutions, totaling 21,151 facilities, second only to Seoul [27]. This robust medical infrastructure may attract CKD patients seeking specialized care, which could partially explain the observed regional differences in death rates.
Fifth, sex emerged as a factor influencing death in CKD patients, with men exhibiting a significantly higher risk of death than women. It is well established that men have a higher overall mortality risk and a slower rate of decline in kidney function than women [29]. Additionally, smoking is frequently used as a proxy variable for men and is recognized as a contributor to renal fibrosis—the ultimate pathological manifestation of CKD [30]—making it a notable risk factor for CKD-related mortality.
Finally, the strength of this study lies in its integration of machine learning and deep learning methodologies to improve mortality prediction in CKD patients. Unlike traditional statistical models that depend on hypothesis testing and assumptions about data distribution, this study employed accuracy-based evaluation metrics to enhance predictive performance. Moreover, performing variable selection before implementing deep learning helped address one of the common limitations of deep learning models—namely, the difficulty in interpreting the relative importance of specific factors.
This study has several limitations. First, the model was developed using data from the Korean healthcare system, which may limit its generalizability to other populations. External validation using internationally diverse datasets is needed to ensure broader applicability. Second, although our two-step modeling approach—LASSO feature selection followed by multilayer perceptron (MLP) classification—was designed to improve interpretability, we did not compare it with alternative architectures such as TabNet or Transformers. Future research should evaluate more complex models and examine their relative advantages depending on data structure and clinical context. Third, although the model achieved satisfactory predictive performance, it was not optimized for class imbalance. Additional performance metrics, including precision, recall, and AUC-PR, could further clarify model behavior. Furthermore, explainability tools such as SHAP or LIME were not utilized in this study, but their application could enhance clinicians’ understanding of individual risk factors and increase trust in model-driven decisions. Given the model’s simplicity and reliance on general characteristics, it holds strong potential for early triage and decision support, particularly in resource-limited healthcare environments. Interestingly, the model demonstrated a slightly higher training loss than validation loss, likely due to the use of dropout regularization and early stopping, which helped mitigate overfitting during training.
Despite these limitations, this study demonstrates that general patient characteristics can serve as valuable prognostic indicators, enabling the development of a high-performance predictive model for CKD mortality. Future studies should focus on refining predictive algorithms, incorporating additional clinical variables, and validating these findings across broader and more diverse populations to further enhance clinical applicability and support evidence-based decision-making in CKD management.

Notes

Conflict of Interest

No potential conflict of interest relevant to this article was reported.

Acknowledgments

This study is based on the first author’s master’s thesis submitted to Kongju National University in partial fulfillment of the requirements for the Master of Public Health (MPH) degree. The authors would like to acknowledge Hyekyung Woo for her invaluable guidance throughout the research process.

This work was supported by a 2022 research grant from Kongju National University and the National Research Foundation of Korea (NRF) funded by the Korean government (No. NRF-2020R1C1C1009679).

Figure 1
Research flowchart.
hir-2025-31-4-396f1.jpg
Figure 2
Population of study.
hir-2025-31-4-396f2.jpg
Figure 3
Comparison of training loss and validation loss.
hir-2025-31-4-396f3.jpg
Figure 4
Performance of the prediction model. AUC: area under the receive operating characteristic curve.
hir-2025-31-4-396f4.jpg
Table 1
Patient characteristics (n = 12,680)
Value
Demographics and patient characteristics
 Sex
  Male 7,130 (56.2)
  Female 5,550 (43.8)
 Age (yr) 63.3 ± 15.6
 Medical security
  National health insurance 10,226 (81.0)
  Medical benefits 2,332 (18.4)
  Other 82 (0.6)
 Stage
  Stage 1 9 (0.1)
  Stage 2 49 (0.4)
  Stage 3 477 (3.8)
  Stage 4 812 (6.4)
  Stage 5 9,496 (74.9)
  NOS 1,837 (14.5)

Medical institution characteristics
 Hospital location
  Seoul 3,104 (24.5)
  Metropolitan 4,000 (31.5)
  Gyeonggi 2,034 (16.0)
  Other 3,542 (27.9)
 Bed
  100–299 1,498 (11.8)
  300–499 1,356 (10.7)
  500–999 6,663 (52.5)
  >1,000 bed 3,163 (24.9)

Healthcare utilization characteristics
 Admission route
  Emergency 4,196 (33.1)
  Outpatient 8,484 (66.9)
 LOS (day) 12.4 ± 25.9
 CCI (score) 0.9 ± 1.0

Values are presented as number (%) or mean ± standard deviation.

NOS: not otherwise specified, LOS: length of hospital stay, CCI: Charlson Comorbidity Index.

Table 2
Optimal features selected by LASSO
LASSO regression (alpha = 0.001)
Weight Selected variable
0.023 LOS
0.016 Emergency
0.013 Age
0.008 CCI
0.003 Area (other)
0.002 Bed (300–499)
0.002 Area (Gyeonggi)
0.001 National health insurance

LASSO: least absolute shrinkage and selection operator, LOS: length of hospital stay, CCI: Charlson Comorbidity Index.

Table 3
Feature selection via logistic regression analysis
Category OR (95% CI)
Demographics and patient characteristics
 Age 1.05 (1.04–1.06)

Medical institution characteristics
 100–299a beds 1.98 (1.32–2.97)

Healthcare utilization characteristics
 Outpatientb 0.30 (0.23–0.38)
 LOS 1.02 (1.01–1.01)
 CCI 1.32 (1.20–1.45)

LOS: length of hospital stay, CCI: Charlson Comorbidity Index, OR: odds ratio, CI: confidence interval.

a Reference: 1,000 over.

b Reference: emergency patient.

Table 4
Evaluation of feature selection performance
AUC RMSE
LASSO 0.8206 0.1930
Logistic regression 0.7995 0.1903

LASSO: least absolute shrinkage and selection operator, AUC: area under the receiver operating characteristic curve, RSME: root mean square error.

Table 5
Evaluation of the performance of the prediction model
Model AUC Accuracy
Deep learning 0.83 0.9683
Random forest 0.79 0.9684
XGBoost 0.71 0.9683

AUC: area under the receiver operating characteristic curve.

Table 6
Model accuracy for the test set (2021)
Test set (2021)
Loss Accuracy (%)
0.1207 96.84

References

1. Kovesdy CP. Epidemiology of chronic kidney disease: an update 2022. Kidney Int Suppl (2011) 2022;12(1):7-11. https://doi.org/10.1016/j.kisu.2021.11.003
crossref pmid pmc
2. Korean Society of Nephrology. Korea’s chronic kidney disease (CKD) by numbers [Internet]. Seoul, Korea: Korean Society of Nephrology; 2019 [cite at 2024 Dec 1]. Avilable from: https://ksn.or.kr/bbs/index.php?page=2&code=Factsheet

3. Jha V, Garcia-Garcia G, Iseki K, Li Z, Naicker S, Plattner B, et al. Chronic kidney disease: global dimension and perspectives. Lancet 2013;382(9888):260-72. https://doi.org/10.1016/S0140-6736(13)60687-X
crossref pmid
4. Kim ES. Factors affecting the occurrence of chronic kidney disease in adults: secondary analysis using data from the 7th Korea National Health and Nutrition Examination Survey. J Korean Data Anal Soc 2018;20(2):1037-50. http://dx.doi.org/10.37727/jkdas.2018.20.2.1037

5. National Health Insurance Service. 2021 National Health Insurance Statistical Yearbook [Internet]. Wonju, Korea: National Health Insurance Service; 2022 [cite at 2024 Sep 25]. Avilable from: https://www.hira.or.kr/bbs-Dummy.do?pgmid=HIRAA020045020000&brdScnBltNo=4&brdBltNo=2314

6. Rai NK, Wang Z, Drawz PE, Connett J, Murphy DP. CKD Progression risk and subsequent cause of death: a population-based cohort study. Kidney Med 2023;5(4):100604. https://doi.org/10.1016/j.xkme.2023.100604
crossref pmid pmc
7. Jeon E. Precision medicine in type 2 diabetes. J Korean Diabetes 2022;23(2):77-82. https://doi.org/10.1111/joim.12859
crossref
8. Kim JM, Yun JH, Kim BJ. Applications of precision medicine to overcome diabetes. Public Health Wkly Rep 2017;10(31):826-9.

9. Seo M, Chung K. Effect of critical thinking disposition and clinical decision making on patient safety competence of nurses in hemodialysis units. Asia Pac J Multimed Serv Converg Art Humanit Sociol 2018;8(8):51-61. http://dx.doi.org/10.35873/ajmahs.2018.8.8.006

10. Korean Academy of Medical Sciences. Evidence-based guideline for chronic kidney disease (CKD) in primary care [Internet]. Seoul, Korea: Korean Academy of Medical Sciences; 2022 [cite at 2025 Jul 1]. Avilable from: https://www.guideline.or.kr/chronic/view.php?number=97

11. Lim T, Han S. Research on a diagnostic model of deep learning-based pneumonia using defense medical data. J Digit Content Soc 2021;22(3):509-17. https://doi.org/10.9728/dcs.2021.22.9.1359
crossref
12. Oh T, Kim D, Won C, Kim S, Jeong E, Yang J, et al. A Machine-Learning-Based Risk Factor Analysis for Hypertension: Korea National Health and Nutrition Examination Survey 2016–2019. Korean Journal of Family Practice 2022;12(3):173-8. https://doi.org/10.21215/kjfp.2022.12.3.173
crossref
13. Levey AS, Stevens LA, Coresh J. Conceptual model of CKD: applications and implications. Am J Kidney Dis 2009;53(3 Suppl 3):S4-16. https://doi.org/10.1053/j.ajkd.2008.07.048
crossref pmid
14. Korea Disease Control and Prevention Agency. 2021 Korea national hospital discharge in-depth injury survey, guidelines for the use of raw data [Internet]. Cheongju, Korea: Korea Disease Control and Prevention Agency; 2023 [cited at 2025 Jul 1]. Available from: https://www.kdca.go.kr/injury/biz/injury/recsroom/rawDta/rawD-taUseGudbkMain.do

15. McEligot AJ, Poynor V, Sharma R, Panangadan A. Logistic LASSO regression for dietary intakes and breast cancer. Nutrients 2020;12(9):2652. https://doi.org/10.3390/nu12092652
crossref pmid pmc
16. Aguilera AM, Escabias M, Valderrama MJ. Using principal components for estimating logistic regression with high-dimensional multicollinear data. Computational Statistics & Data Analysis 2006;50(8):1905-24. https://doi.org/10.1016/j.csda.2005.03.011
crossref
17. Rigatti SJ. Random forest. J Insur Med 2017;47(1):31-9. https://doi.org/10.17849/insm-47-01-31-39.1
crossref pmid
18. Ogunleye A, Wang QG. XGBoost model for chronic kidney disease diagnosis. IEEE/ACM Trans Comput Biol Bioinform 2020;17(6):2131-40. https://doi.org/10.1109/TCBB.2019.2911071
crossref pmid
19. Soo LH, Sook JE, Ah CK, Oh YS. The effects of characteristics of nurses on knowledge and nursing performance evaluation of evidence based hemodialysis nursing practice in hemodialysis unit nurses. J Korean Clin Nurs Res 2016;22(2):225-37. https://doi.org/10.22650/JKCNR.2016.22.2.225
crossref
20. Noh HY, Shin SK, Song HY, Hwang JH, Kang SW, Choi KH, et al. Patients’ referral pattern and dialysis initiation practice: single center experience. Kidney Res Clin Pract. 1999 18(6):965-73. https://kiss.kstudy.com/Detail/Ar?key=1890562

21. Korea Disease Control and Prevention Agency. Trends in the prevalence of chronic kidney disease, 2011–2021. Public Health Wkly Rep 2023;16(8):238-9. https://doi.org/10.56786/PHWR.2023.16.8.3
crossref
22. Cho J. A study on the change of general hospitals size in seoul during 15 years: focused on general hospitals bed and gross area in Seoul since 2005. J Korea Inst Healthc Archit 2022;28(1):53-61. https://doi.org/10.15682/jkiha.2022.28.1.53
crossref
23. Park JH, Lee YK, Kim DJ. Result and improvement direction of Korean Society of Nephrology hemodialysis unit accreditation. HIRA Res 2022;2(2):147-59. https://doi.org/10.52937/hira.22.2.2.e3
crossref
24. Seo JA, Lee BS. Effect of work environment on nursing performance of nurses in hemodialysis units: focusing on the effects of job satisfaction and empowerment. J Korean Acad Nurs Adm 2016;22(2):178-88. https://doi.org/10.11111/jkana.2016.22.2.178
crossref
25. Health Insurance Review and Assessment Service. 2018 (6th) report results of hemodialysis adequacy assessment [Internet]. Wonju, Korea: Health Insurance Review and Assessment Service; 2020 [cite at 2024 Dec 1]. Avilable from: https://www.hira.or.kr/cms/open/04/04/12/2020_15.pdf

26. Korean Statistical Information Service. Current status of nursing homes by city and province 2023 [Internet]. Deajeon, Korea: Health Insurance Review and Assessment Service; 2023 [cite at 2024 Dec 1]. Avilable from: https://kosis.kr/statHtml/statHtml.do?orgId=354&tblId=DT_HIRA4S&conn_path=I2

27. Statistics Korea. 2021 Statistics on the cause of death [Internet]. Deajeon, Korea: Statistics Korea; 2022 [cite at 2024 Dec 1]. Avilable from: https://kostat.go.kr/board.es?mid=a10301060200&bid=218&act=view&list_no=420715

28. Statistics Korea. 2018 Population and Housing Census: result of register-based census [Internet]. Deajeon Korea: Statistics Korea; 2019 [cite at 2024 Dec 1]. Avilable from: https://kostat.go.kr/board.es?mid=a10301100200&bid=203&tag=&act=view&list_no=377115&ref_bid=203,236

29. Huang JC, Lin HY, Lim LM, Chen SC, Chang JM, Hwang SJ, et al. Body mass index, mortality, and gender difference in advanced chronic kidney disease. PLoS One 2015;10(5):e0126668. https://doi.org/10.1371/journal.pone.0126668
crossref pmid pmc
30. Webster AC, Nagler EV, Morton RL, Masson P. Chronic kidney disease. Lancet 2017;389(10075):1238-52. https://doi.org/10.1016/S0140-6736(16)32064-5
crossref pmid


ABOUT
ARTICLE CATEGORY

Browse all articles >

BROWSE ARTICLES
FOR CONTRIBUTORS
Editorial Office
608, 6th floor, Twin City Namsan Office Building, 366 Hangang-daero, Yongsan-gu, Seoul, 04323, Korea
Tel: +82-2-733-7637, +82-2-734-7637    E-mail: hir@kosmi.org                

Copyright © 2026 by Korean Society of Medical Informatics.

Developed in M2community

Close layer
prev next