Original Paper
Abstract
Background: Every hospital manager aims to build harmonious, mutually beneficial, and steady-state departments. Therefore, it is important to explore a hospital department development assessment model based on objective hospital data.
Objective: This study aims to use a novel machine learning algorithm to identify key evaluation indexes for hospital departments, offering insights for strategic planning and resource allocation in hospital management.
Methods: Data related to the development of a hospital department over the past 3 years were extracted from various hospital information systems. The resulting data set was mined using neural machine algorithms to assess the possible role of hospital departments in the development of a hospital. A questionnaire was used to consult senior experts familiar with the hospital to assess the actual work in each hospital department and the impact of each department’s development on overall hospital discipline. We used the results from this questionnaire to verify the accuracy of the departmental risk scores calculated by the machine learning algorithm.
Results: Deep machine learning was performed and modeled on the hospital system training data set. The model successfully leveraged the hospital’s training data set to learn, predict, and evaluate the working and development of hospital departments. A comparison of the questionnaire results with the risk ranking set from the departments machine learning algorithm using the cosine similarity algorithm and Pearson correlation analysis showed a good match. This indicates that the department development assessment model and risk score based on the objective data of hospital systems are relatively accurate and objective.
Conclusions: This study demonstrated that our machine learning algorithm provides an accurate and objective assessment model for hospital department development. The strong alignment of the model's risk assessments with expert opinions, validated through statistical analysis, highlights its reliability and potential to guide strategic hospital management decisions.
doi:10.2196/54638
Keywords
Introduction
The planning and equipping of health care and hospital department systems represent among the most complex tasks [
]. Hospital managers are increasingly concerned with not only developing the hospital’s core competitiveness but also creating a harmonious steady-state ecological environment in a balanced and cooperative way. They recognize that a harmonious environment is a crucial factor in enhancing the hospital’s overall competitiveness, vitality, sustainability, and ability to treat critically ill patients. The use of machine algorithms to construct a sophisticated and practical assessment model for the harmonious development of a hospital department aligns with the principles of realistic management science and hospital operational values. Consequently, hospital administrators are inclined to use independent internal data to construct such a machine algorithm and model. Most studies on machine algorithms in health care focus on clinical research [ ], but increased attention is required on how to use the massive amount of hospital data to build hospital management models.With the improvement and popularization of the technologies of global hospital information, hospital information system (HIS) interconnection, and business intelligence, many hospital systems are generating massive amounts of data with typical big data characteristics. Therefore, exploring deep machine learning algorithms, such as neural networks, to build a hospital department development evaluation model can be significant in guiding hospital managers to reasonably equip and promote the harmonious development of hospital departments and divisions. Currently, machine learning algorithm models are used in various fields to predict research directions [
]. Consensus clustering is a common clustering method used in machine learning algorithms. It uses repeated sampling to draw a certain sample for the data set, specifies the number of k clusters, and calculates the rationality under different numbers of clusters. The k means algorithm is a widely used clustering analysis algorithm that is simple, efficient, and can make the clustering results locally optimal [ ]. The support vector machine (SVM) algorithm is also one of the most popular and discussed machine learning algorithms, which works by constructing a multidimensional hyperplane that optimally differentiates two classes by maximizing the gap between clusters of data [ ].This study uses historical objective data from a specific research hospital, encompassing key indicators of workload, work difficulty, and the diagnosis-related groups (DRG) payment method. The widespread application of the DRG payment method globally bolsters the scientific and universal nature of our research findings. For evaluation, we selected Honghui Hospital, Xi'an Jiaotong University as the subject of our study. By using a series of advanced machine learning algorithms, including cluster analysis, dimensionality reduction, and regression analysis, we conducted an in-depth study and analysis to establish evaluation indicators for hospital departments and to construct an evaluation model. Furthermore, we developed a departmental risk model and conducted cosine similarity comparison analysis and Pearson correlation analysis with departmental development scores obtained from expert surveys. These efforts improved the accuracy and reliability of our model.
Methods
Source of Data Sets
The data sets analyzed were derived from those generated by each of the hospitals’ data management systems, namely HIS, the picture archiving and communication system, and the laboratory information system. The data sets span the past 3 years and include various indicators describing workload, work difficulty, drug usage, number of medical tests, and charges for a total of 34 indexes, the specific names of which and their IDs are listed in
.Consensus Clustering
Based on the collected data from 34 indexes, we conducted an unsupervised cluster analysis of hospital departments using the consensus clustering method, with the aim of categorizing these departments into groups with distinct characteristics. This clustering process was facilitated using the R ConsensusClusterPlus package (R Foundation for Statistical Computing) [
], with parameters set to 50 repetitions and a resampling rate of 80% (pItem=0.8) to enhance the robustness of the analysis. Furthermore, to validate the effectiveness and reliability of the clustering results, we performed a principal component analysis on the 34 indexes of the hospital departments and used the data visualization tool R package ggplot2 for an intuitive graphical representation of the findings.K Means Clustering Algorithm Used for Clustering Hospital Departments
To validate the results of consensus clustering, we used the k means clustering algorithm to recluster the hospital departments. For a comprehensive feature selection process, we also used the SVM recursive feature elimination algorithm to sift through 34 potential indicators, identifying key features that significantly impact hospital development. This selection process is implemented using the e1071 package [
].To verify that the filtered feature indexes were representative, we again clustered the hospital departments using the k means clustering algorithm and these feature indexes to determine if the new clusters were consistent with the hospital department classification results of the unsupervised clustering method. Detailed introductions to the k means clustering algorithm and the SVM recursive feature algorithm can be found in
.Characteristic Indexes Model Construction
Based on the feature indexes, we constructed a logistic regression prediction model using the R language. Using this model, we developed a nomogram designed to predict risk scores for various departments. The departments were then assessed and ranked according to these predicted risk scores. Furthermore, to ensure the predictive accuracy of the model, a calibration curve was applied to rigorously validate the goodness-of-fit of the model.
Correlation Analysis of Hospital Departments
To investigate the direct or indirect network interactions between different clustered departments within the hospital, we first conducted a Spearman correlation analysis on the data matrix of the 2 clustered departments, with a screening criterion of cor>0.4 and P<.05. Additionally, to construct an interoperability network between the departments, we used Cytoscape software (version 3.9.1, The Cytoscape Consortium). To gain further insight into the potential interaction coefficients between the components and different clustered departments, we performed a correlation analysis using the corrplot package in R. The outcomes were presented in the form of a heat map.
Questionnaire and Cosine Similarity Verification
The questionnaires included the experts’ sex, age, profession, years of experience, and title. Most experts had more than 20 years of work experience (n=23, 68%) and were largely chief physicians or associate chief physicians (n=31, 82%). A total of 34 valid questionnaires were used in our analysis, providing valuable insights into the hospital departments’ development.
delineates the scoring criteria and elucidates the methodology for the computation of weighted scores. Ultimately, we used the cosine similarity algorithm to ascertain the congruence between the rankings of overall departmental development scores and the risk rankings assigned by the machine algorithm to the departments. Additionally, we applied Pearson correlation analysis to further validate the similarity between these 2 sets of rankingsEthical Considerations
The study was conducted in accordance with the Declaration of Helsinki and Declaration of Geneva and was approved by the Ethics Committee of Honghui Hospital, Xi'an Jiaotong University (202209003). Informed consent was obtained from all experts participating in the study. All data used in this study were anonymized to ensure the privacy and confidentiality of the participants. No compensation was provided to the participants for their involvement in this study.
Results
Overall Flow
The schematic flow of this study is shown in
. We collected data on quantifiable indicators from various departments within the hospital's information systems for the past 3 years. The consensus clustering and K means clustering algorithms were sequentially applied to categorize the hospital’s 41 departments, with consistent clustering results observed between the 2 methods. Subsequently, the SVM machine learning algorithm was applied to filter the feature indexes and recluster the departments to confirm the representativeness of the selected indexes. Thereafter, we visualized the clustering outcomes and model feature indexes using a nomogram and obtained a risk score and ranking for each department. Additionally, an expert questionnaire was used to score the level and breadth of disciplinary development and the balance of the departments, leading to a composite development score and ranking for the 41 departments. Ultimately, the cosine similarity algorithm and Pearson correlation analysis were jointly applied to validate the similarity between the overall departmental development score ranking and the department risk ranking as determined by the machine algorithm.Consensus Clustering and Dividing the Departments Into 2 Clusters
The consensus clustering analysis among different departments revealed that the optimal effect for the samples was achieved when the clustering variable (k) was equal to 2. The detailed process and results of this analysis were provided in
. The matrix heat map and cumulative distribution function curve, as depicted in , further confirmed the clear separation and stability of the 2 clusters. The departments were robustly divided into cluster A with 22 departments and cluster B with 19 departments, as visualized by the principal component analysis results in L.Clustering of Departments Using the K Means Clustering Algorithm
To observe the reliability of the consensus clustering results, we used the k means clustering algorithm to cluster the 41 departments using 34 indicators.
shows the 41-department ID correspondence. We first used the elbow method ( A) to determine the number of clusters and found that the decline decreased when k=2. To observe the similarity of the subclusters from different perspectives, we used a clustering dendrogram to observe the hierarchy of the different subclusters ( B). Clustering is meaningful when departments are divided into 2 clusters (cluster 1: n=22; cluster 2: n=19). The centroid diagram ( C) shows that the departments can be clearly divided into 2 clusters, with each department being closest to the corresponding centroid. The k means clustering results were consistent with the consensus clustering results.Reclustering and Grouping of 41 Hospital Departments Using Indexes Modeled on the SVM Algorithm
A round-robin algorithm was applied to the SVM model (
D), and the lowest error rate (0.09) was identified for 8 indexes (outpatient visits, medical income, total relative weights [RW], and number of surgical cases, ambulatory [day] surgery, radiological examinations, intraoperative radiological examinations, and large medical equipment examinations) in the cross-validation. The reclustering analysis using these indexes, as shown in A-4C, confirmed the division into 2 clusters, consistent with previous findings.Nomogram Model Construction and Validation
Based on the 8 key indexes, we constructed a bar graph model (
D), and the calibration curve ( E) showed that the nomogram had strong predictive power. The 11 departments with higher risk scores were as follows: critical care medicine, hematology and oncology, gastroenterology, ophthalmology, gynecology and obstetrics, neurospinal rehabilitation, neurosurgery, neurology, bone and joint rehabilitation, cardiovascular medicine, and pain intervention ( ). Interestingly, the departments with high-risk scores were all departments within cluster B, while the departments with low-risk scores were all within cluster A. Furthermore, the department development scores, which were calculated based on the expert questionnaire scores for 41 departments, demonstrated that departments with high development scores had relatively low-risk scores, whereas departments with low development scores had relatively high-risk scores ( and ). The results of cosine similarity demonstrate a high degree of consistency between the two algorithms, with a similarity coefficient of 0.94 ( ). Pearson correlation analysis revealed a significant correlation between the 2 data sets (correlation coefficient=0.734; P=4.85610–8).Department Network Analysis
The correlation network diagram and heat map (
) showed that the cluster B departments of respiratory diseases, urology surgery, general practice, neurosurgery, gastroenterology, cardiovascular medicine, thoracic surgery, and peripheral vascular medicine were strongly correlated with almost all departments in cluster A (cor≥0.94). In contrast, the departments of pediatric orthopedic and emergency appeared to be more independent, which may be related to the departmental characteristics or patient populations. The following department pairs showed the strongest correlation: department of orthopedic oncology and department of digestive surgery; department of orthopedic oncology and department of neurology; department of peripheral vascular medicine and department of integrated traditional Chinese medicine and western medicine orthopedics; and department of urology surgery and department of orthopedic microsurgery. Their correlation coefficients are 0.9849, 0.9843, 0.9841, and 0.9840, respectively. shows that the correlation coefficients for the following departments were all greater than 0.998: department of cervical surgery and department of spinal degenerative diseases and spinal oncologic; department of cervical surgery and department of spinal minimally invasive surgery; hand surgery center II and hand surgery center I; department of spinal degenerative diseases and spinal oncologic and department of spinal minimally invasive surgery; department of lumbar surgery and department of intervertebral disc diseases and spinal deformities surgery. Ophthalmology had a lower correlation with 15 departments (correlation coefficient less than 0.85), and gynecology and obstetrics had a lower correlation with 5 departments (correlation coefficient less than 0.85).Discussion
Principal Findings
Many countries now recognize health information technology as a national strategy for the health sector. For example, the United States has enhanced health information technology as part of its health care reform strategy [
]. In China, hospitals above the second level have completed their HIS, laboratory information system, picture archiving and communication system, and other information systems to realize the information and digital foundation of patient services and hospital management [ ]. Increasing information technology use in hospitals worldwide has enabled most medical institutions to extract a large amount of data for machine algorithms and to build hospital department evaluation models. These findings can be used to objectively evaluate the development status of hospital departments and determine whether some are in a mature state and will be further differentiated into subspecialty departments. This model also allows us to assess the poor development of certain departments, and hospital administrators should pay more attention to these departments and strengthen their support in all areas.Under the condition that the model has sufficient complexity and accuracy, the larger the data set, the more suitable the machine learning model is, in theory, for a perfect function. We collected the available data on all 34 fields in each of the hospital's systems, with data sets spanning 3 years. We applied consensus clustering and k means algorithms to classify the 41 departments of the study hospital, and the clustering was surprisingly consistent. One cluster included all orthopedic departments of the study hospital. Orthopedics is part of traditional surgery, and some traditional surgical departments in the hospital studies were not clustered into the category that included orthopedics, such as departments of neurosurgery, thoracic surgery, digestive surgery, and urology surgery belonging to a different cluster from all orthopedic departments. This could be because the study hospital is affiliated with a Red Cross institution. The hospital was established in 1911 when China was at war, and the main medical mission of the hospital at its inception was to treat patients with traumatic injuries. Over more than 100 years, the hospital has grown to maintain its traditional strengths in treating trauma patients; however, it is now centrally located in a major city in China (with an urban population of approximately 10 million) and exists in peacetime. Hospital administrators and local governments are increasingly concerned about the comprehensive capacity of hospitals to treat critically ill patients owing to the needs of those in surrounding communities and regions. While the study hospital is gradually developing into a multidisciplinary general hospital, it still has distinctive departmental characteristics (with 1600 beds, 1000 of which are orthopedic), and its orthopedic discipline development has a certain influence in the Chinese region. For 4 consecutive years, the study hospital was ranked among the top 100 hospitals in China (including more than 2000 tertiary hospitals) in the “performance assessment ranking of tertiary public hospitals.”
While this study used machine learning algorithms to assess the development status of hospital departments, the data indicators selected represent only a subset of what we believe can evaluate the workload and developmental potential of hospital departments. These indicators may have limitations, as they were chosen based on our understanding of hospital workload and departmental development. Different hospitals may have different characteristics and development needs; therefore, other hospitals should adjust these indicators appropriately based on their specific circumstances. For instance, certain specialties may require specific indicators to more accurately reflect their workload and potential for development. Additionally, as medical technology and patient needs continue to evolve, the assessment models and indicator systems will also need to be regularly updated and adjusted to ensure their relevance and effectiveness. Consequently, the model we present serves as a starting point, and we encourage future research to explore additional indicators that could enhance the model’s comprehensiveness and adaptability.
Machine learning is a promising research area for the solution of numerous societal problems, and it is rapidly gaining influence in several important teaching, research, and policy-making areas [
]. Machine learning enables the training of machines to learn certain behaviors or characteristics and then to think and make decisions based on those learned behaviors, thus enabling the imitation of human reasoning and behavior [ ]. Davison [ ] and Edeh et al [ ] argue that machine learning-based predictions are reliable if the model is correctly validated after being trained on the data set. Machine learning models are trained using large amounts of data from research data sets, identifying trends and patterns in the data, some of which are often difficult for humans to detect. By understanding and analyzing these patterns, decision makers can gain a deeper understanding of their organization’s original work patterns and modify the direction of future guidance [ ]. In this study, we applied the SVM machine learning algorithm to filter 8 important indexes, including the number of outpatient visits, surgical cases, day surgery, radiological examinations, intraoperative radiological examinations, large medical equipment examinations, as well as medical income, and total RW. Among them, outpatient visits and surgical cases represent the most fundamental indicators of hospital workload. The “Best Hospitals in America” honor roll (US News & World Report), a framework for assessing health system performance (World Health Organization), and the “World’s Best Hospitals” ranking in the United States refer to indexes of patient volume and surgical procedures [ , ].Day surgery is important in reducing the duration of hospital stay and improving operational efficiency. Patients undergoing day surgery typically have shorter hospital stays, lower risk of infection, faster postoperative recovery, and lower costs. The global trend is the day surgery, which accounts for an increasing proportion of all procedures [
]. Day surgery does not increase the risk of complications or unplanned readmission rates for patients [ ], and the percentage of day surgery in advanced hospitals worldwide is already as high as 70%-80% [ ]. The higher the volume of day surgery, the faster the bed turnover, and the lower the cost to the patient. According to the DRG policies implemented globally, the higher the percentage of ambulatory surgical procedures a hospital performs each day, the more Medicare funds they receive. As a result, the “medical income” filtered by machine algorithms may increase accordingly, and the development of the discipline has sufficient funding to serve as the basis for a virtuous cycle. Furthermore, day surgery has the potential to significantly enhance patient satisfaction [ ].In this study, the number of radiological examinations, intraoperative radiological examinations, and large medical equipment examinations were filtered out using an SVM algorithm, likely due to the outstanding performance of the orthopedic departments in the study hospital. Orthopedic cases accounted for a significant majority of the total patient caseload, reaching 75.36%. Modalities such as digital radiography, computed tomography, magnetic resonance imaging, and intraoperative radiological examinations are indispensable for orthopedic inpatients. It is not surprising that medical revenue, which is the most fundamental and crucial operational metric for hospitals, was incorporated into the model. Interestingly, while the case mix index, a pivotal determinant in Medicare’s DRG reimbursement schema [
], was not selected by the algorithm, its derivative, the total RW, was. This suggests that the algorithm prioritizes a composite measure that encompasses both the complexity and the volume of diseases treated within a department. This study further developed a risk assessment model based on 8 critical indicators, delineating departments into low- and high-risk clusters. Strikingly, departments with lower development scores, as gauged by expert questionnaires, were consistently categorized within the high-risk cluster, indicating a correlation between expert perceptions and algorithmic risk stratification. In the nomogram, the department of pediatric orthopedic emerged with the lowest risk score, a finding potentially attributable to its robust disciplinary development and status as an early establishment within the hospital. It is the pioneering and largest specialized department dedicated to the treatment of skeletal deformities and injuries in children across Northwest China. The recent establishment of a pediatric orthopedic hospital within a hospital signifies a strategic move toward further subspecialty differentiation and advancement. The department of lumbar surgery achieved the highest total development score on the expert questionnaire. The department of intervertebral disc diseases and spinal deformities surgery, spinal minimally invasive surgery, cervical surgery, and spinal degenerative diseases and spinal oncologic were ranked second, third, fourth, and sixth, respectively, in the total department development score. These hospital departments were split from a department a few years ago and have since grown rapidly. The hospital-within-a-hospital spine hospital they formed is the earliest, largest, and most specialized spine hospital in Northwest China. Experts’ impressions of these departments may be related to the combined strength of the 5 departments that make up the spine hospital. In addition, the risk ranking of the nomogram and expert opinion ranking of the remaining hospital departments largely matched, and the hospital departments that ranked low in the expert questionnaire all belonged to cluster B in the consensus clustering classification, which is the high-risk cluster. Therefore, our model was accurate.Furthermore, the robustness of our analytical approach is evidenced by the cosine similarity results, which indicate a remarkably high consistency between the 2 algorithms used in our study, with a similarity coefficient of 0.94. This level of consistency underscores the reliability of our findings and supports the validity of the risk assessment model. The Pearson correlation analysis further substantiates the significant relationship between the data sets, with a correlation coefficient of 0.734 and an exceedingly low P value of 4.85610–8, indicating a strong and statistically significant association. This integration of statistical measures into our discussion underscores the methodological rigor of our study. The alignment of expert opinion with algorithmic risk stratification not only lends credence to the model's categorization but also highlights the use of expert insights in risk assessment. The significant correlation and high similarity between the data sets used further validated the model's efficacy in differentiating between high- and low-risk departments. These findings collectively contribute to a nuanced understanding of departmental risk, offering valuable insights for hospital administrators and policy makers in strategizing resource allocation and risk management initiatives.
The cooperation between hospital departments is not an occasional collaboration but a regular and extensive joint effort that must be patient-centered [
]. The cooperation between departments gives the overall hospital a stronger possibility to deal with all types of difficult cases and health emergencies. Professional division of labor creates conditions for in-depth research and the disciplinary development of medical science, which is an inevitable trend in the development of modern medicine. However, the human body is a unified whole, and diseases induced by a single factor constitute only a small part of the clinical picture. Even in diseases with a clear etiology, such as trauma, the cause, location, nature, and extent of the injury may result in damage to different sites and organs, often requiring assistance from different departments [ ]. In Shaanxi province, where the study hospital is located, 60% of patients with orthopedic diseases are treated at the study hospital, which is a general hospital with orthopedics as the absolute leading specialty. A strong correlation was found between all departments in the study hospitals. However, ophthalmology and gynecology and obstetrics were the 2 departments least associated with this hospital’s low-risk category, and both also scored lower in the expert opinion assessment questionnaire validation data set. The consensus among the experts was that the medical treatment capacity of these 2 departments was inadequate. During hospital-wide consultations, especially in patients with multiple compound injuries, owing to the low technical capacity of the ophthalmology or gynecology and obstetrics departments, they cannot receive or manage the corresponding complications or comorbidities, and the patients will be forced to be transferred. This affects the ability of the hospital to handle critically ill patients. In future studies, we intend to develop a model for further subspecialty differentiation assessment for well-developed departments, based on data related to all diseases in that department.Conclusions
In summary, our machine learning algorithm provides an accurate assessment model for evaluating the coordination and development of hospital departments, The expert validation data set validates our model with a relatively good match. Combined with the actual situation of the hospital, departments with high-risk scores affect the treatment of some critically ill patients, leading to a lack of coordination in the entire hospital department’s ecological chain. Departments with low-risk scores must be considered for further subspecialty disciplinary differentiation, which is fully consistent with the work plan for those departments in the hospital that have been differentiated and will be differentiated in the future.
Data Availability
The data sets generated during and/or analyzed during the current study are available from the corresponding author on reasonable request.
Authors' Contributions
All authors contributed to the study conception and design. This study was conceived and designed by JL and ZY. Data collection, extraction, and analysis were performed by JL, JT, JH, and MZ. The figures were visualized by HY and JT. The first draft of the manuscript was written by JL, JT, JH, MZ, and YL. The final manuscript was reviewed by JL and ZY and all authors commented on previous versions of the manuscript. All authors read and approved the final manuscript.
Conflicts of Interest
None declared.
Index table of study indicators and their IDs.
DOCX File , 16 KBAdditional methods and results.
DOCX File , 129 KBHospital department index with corresponding IDs.
DOCX File , 15 KBDepartments risk scores of nomogram model.
DOCX File , 16 KBExperts' rating scale for hospital departments.
DOCX File , 15 KBReferences
- Kuziemsky C. Decision-making in healthcare as a complex adaptive system. Healthc Manage Forum. 2016;29(1):4-7. [CrossRef] [Medline]
- Handelman GS, Kok HK, Chandra RV, Razavi AH, Lee MJ, Asadi H. eDoctor: machine learning and the future of medicine. J Intern Med. 2018;284(6):603-619. [FREE Full text] [CrossRef] [Medline]
- Choi RY, Coyner AS, Kalpathy-Cramer J, Chiang MF, Campbell JP. Introduction to machine learning, neural networks, and deep learning. Transl Vis Sci Technol. 2020;9(2):14. [FREE Full text] [CrossRef] [Medline]
- Yang J, Wang Y, Yao X, Lin C. Adaptive initialization method for K-means algorithm. Front Artif Intell. 2021;4:740817. [FREE Full text] [CrossRef] [Medline]
- Yu W, Liu T, Valdez R, Gwinn M, Khoury MJ. Application of support vector machine modeling for prediction of common diseases: the case of diabetes and pre-diabetes. BMC Med Inform Decis Mak. 2010;10:16. [FREE Full text] [CrossRef] [Medline]
- Wilkerson MD, Hayes DN. ConsensusClusterPlus: a class discovery tool with confidence assessments and item tracking. Bioinformatics. 2010;26(12):1572-1573. [FREE Full text] [CrossRef] [Medline]
- Noble WS. What is a support vector machine? Nat Biotechnol. 2006;24(12):1565-1567. [CrossRef] [Medline]
- Walker DM, Yeager VA, Lawrence J, McAlearney AS. Identifying opportunities to strengthen the public health informatics infrastructure: exploring hospitals' challenges with data exchange. Milbank Q. 2021;99(2):393-425. [FREE Full text] [CrossRef] [Medline]
- Zhang Z, Zheng X, An K, He Y, Wang T, Zhou R, et al. Current status of the health information technology industry in China from the China Hospital Information Network Conference: cross-sectional study of participating companies. JMIR Med Inform. 2022;10(1):e33600. [FREE Full text] [CrossRef] [Medline]
- Jalil NA, Hwang HJ, Dawi NM. Machines learning trends, perspectives and prospects in education sector. 2019. Presented at: Proceedings of the 2019 3rd International Conference on Education and Multimedia Technology; July 22-25, 2019; Nagoya, Japan. [CrossRef]
- Roy V, Shukla S, Shukla PK, Rawat P. Gaussian elimination-based novel canonical correlation analysis method for EEG motion artifact removal. J Healthc Eng. 2017;2017:9674712. [FREE Full text] [CrossRef] [Medline]
- Davison M. AI and the classroom: machine learning in education. True Interaction. 2021. URL: https://www.trueinteraction.com/ai-and-the-classroom-machine-learning-in-education/ [accessed 2024-07-23]
- Edeh MO, Nwafor CE, Nnaji AD, Fyneface GA, Obiekwe CP, Omachi D. The impact of inquiry-based teaching approach on computer science learning. EBSU Sci J. 2020;1(1):61-70. [FREE Full text]
- Geurts P, Irrthum A, Wehenkel L. Supervised learning with decision tree-based methods in computational and systems biology. Mol Biosyst. 2009;5(12):1593-1605. [CrossRef] [Medline]
- Sehgal AR. The Role of Reputation in U.S. News & World Report's Rankings of the Top 50 American Hospitals. Ann Intern Med. 2010;152(8):521-525. [CrossRef] [Medline]
- Murray CJ, Frenk J. A framework for assessing the performance of health systems. Bull World Health Organ. 2000;78(6):717-731. [FREE Full text] [Medline]
- Smith I, Cooke T, Jackson I, Fitzpatrick R. Rising to the challenges of achieving day surgery targets. Anaesthesia. 2006;61(12):1191-1199. [FREE Full text] [CrossRef] [Medline]
- Poultsides LA, Triantafyllopoulos GK, Wanivenhaus F, Pumberger M, Memtsoudis SG, Sculco TP. Same-day surgery does not increase the manipulation under anesthesia and reoperation rates for stiffness following bilateral total knee arthroplasty. J Arthroplasty. 2019;34(11):2646-2651. [CrossRef] [Medline]
- Brebbia G, Carcano G, Boni L, Dionigi G, Rovera F, Diurni M, et al. Audit in day surgery in general surgery. Quality and criticality are compared. Int J Surg. 2008;6:S59-S64. [FREE Full text] [CrossRef] [Medline]
- Li X, Yuan L, Gao B, Chen W, Wang S, Xie Y, et al. Comparison of diagnosis-related group based reimbursement and case-mix index within hospitalized patients before and after modified malnutrition diagnosis. Asia Pac J Clin Nutr. 2023;32(3):356-361. [FREE Full text] [CrossRef] [Medline]
- Benoist H, Dinahet A, Clément C, Saint-Lorant G. [A multidisciplinary collaboration for the benefit of patients]. Rev Infirm. 2019;68(255):42-44. [CrossRef] [Medline]
- Zhong X, Wen X, Ji C, Fei X, Zhao X. A temporary-sustainable team: a new multidisciplinary team model for severe trauma. Chin J Traumatol. 2020;23(6):363-366. [FREE Full text] [CrossRef] [Medline]
Abbreviations
DRG: diagnosis-related group |
HIS: hospital information system |
RW: relative weight |
SVM: support vector machine |
Edited by A Mavragani; submitted 16.11.23; peer-reviewed by JCL Chow, S Padhee; comments to author 24.04.24; revised version received 22.05.24; accepted 06.07.24; published 04.09.24.
Copyright©Jingkun Liu, Jiaojiao Tai, Junying Han, Meng Zhang, Yang Li, Hongjuan Yang, Ziqiang Yan. Originally published in JMIR Formative Research (https://formative.jmir.org), 04.09.2024.
This is an open-access article distributed under the terms of the Creative Commons Attribution License (https://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work, first published in JMIR Formative Research, is properly cited. The complete bibliographic information, a link to the original publication on https://formative.jmir.org, as well as this copyright and license information must be included.