Skip to main content

DRG grouping by machine learning: from expert-oriented to data-based method

Abstract

Background

Diagnosis-related groups (DRGs) are a payment system that could effectively solve the problem of excessive increases in healthcare costs which are applied as a principal measure in the healthcare reform in China. However, expert-oriented DRG grouping is a black box with the drawbacks of upcoding and high cost.

Methods

This study proposes a method of data-based grouping, designed and updated by machine learning algorithms, which could be trained by real cases, or even simulated cases. It inherits the decision-making rules from the expert-oriented grouping and improves performance by incorporating continuous updates at low cost. Five typical classification algorithms were assessed and some suggestions were made for algorithm choice. The kappa coefficients were reported to evaluate the performance of grouping.

Results

Based on tenfold cross-validation, experiments showed that data-based grouping had a similar classification performance to the expert-oriented grouping when choosing suitable algorithms. The groupings trained by simulated cases had less accuracy when they were tested by the real cases rather than simulated cases, but the kappa coefficients of the best model were still higher than 0.6. When the grouping was tested in a new DRGs system, the average kappa coefficients were significantly improved from 0.1534 to 0.6435 by the update; and with enough computation resources, the update process could be completed in a very short time.

Conclusions

As a new potential option, the data-based grouping meets the requirements of the DRGs system and has the advantages of high transparency and low cost in the design and update process.

Peer Review reports

Introduction

In the most recent healthcare reform, China has made substantial progress in improving equal access to care and enhancing financial protection. However, gaps remain in efficiency in the delivery and control of health expenditures [1]. With the enhancement and standardisation of medical information systems and clinical pathways, the Chinese government has paid closer attention to payment reform and enhanced supervision of the quality of medical care in the new round of healthcare reform, hoping to curb soaring medical expenditures [2, 3]. One of the core measures is provider payment reform, in which diagnosis-related groups (DRGs) payment is perceived as a valuable alternative to the conventional fee-for-service (FFS) payment method. In 2009, the Chinese government announced the initiation of the prospective DRG-based payment reform. Until 2016, two national DRG groupings, CN-DRGs and C-DRGs, were developed and tested in Sanming, Shenzhen and Karamay, and nearly twenty of the thirty-two provinces in mainland China implemented the simplified DRGs.

Originating from Yale University and first implemented in the United States in 1983 [4], DRGs is a payment system that can gather patients with similar clinical symptoms and similar resource consumption patterns into the same group. The medical expenses that patients and medical insurance need to pay are only related to the results of grouping [5, 6]. In the DRGs system, excessive drugs and treatment provided by hospitals will not be paid for, which improves healthcare quality and stabilises costs [7].

Aiming at allowing for more ‘outside’ control on hospital expenditure, several pieces of common grouping software have been developed to standardise and facilitate hospital payments in China. However, as in many other countries, the basic DRGs structure has undergone numerous revisions since its creation, leading to a less stable, more complex, and often confusing process [8]. The grouping, an exhaustive patient case classification system, is the core design characteristic of a DRG-based payment system [9]. Treatment trajectory encoding information about a patient and their clinical treatment is put through a large formal decision tree—the grouping, which consists of thousands of decision rules, each evaluating to either true or false. By traversing these decision rules, a care product is defined and determined [10]. As the grouping is a black box, the decision-making rules of which are not disclosed to the public, its algorithmic nature makes reimbursing a highly technical endeavour. Due to the complexity and lack of transparency of the grouping software, on the one hand, it might spark a public debate about whether providers and professionals might use the system to further their interest [10]; on the other hand, as clinicians have stated, the grouping software has rendered the payment process too complex and error-sensitive, leading to remuneration errors and subsequent loss of hospital income [11].

Moreover, with the purpose of cost control, DRGs payment is usually supported by the mechanism of Global Budget and a maximum growth percentage for hospital care in the government’s pilot practices of DRGs [12]. Thus, in the special context of healthcare reform in China, the grouping software of DRGs is embedded within political concerns and measurements. Though it is necessary to keep the care code correct by updating it, most of the pilot reforms have a tendency towards scientism, elitism, and mysticism, leading to bureaucratic powers playing a leading role in the processes of grouping, pricing, and quality assurance of DRGs [13], as stated by local researchers. As a result, the effects of DRGs payments on healthcare were mixed. Empirical evidence demonstrated that DRGs payment may mildly improve the efficiency but impair the quality and equity of healthcare, and may yield upcoding of medical records [14].

However, it is challenging for expert-oriented grouping to solve these problems. For example, in October 2019, the National Healthcare Security Administration in China officially promulgated “the technical specification of China Healthcare Security Diagnosis Related Groups (CHS-DRG)” [15]. As shown in Fig. 1, this specification proposed a traditional DRG grouping, which divided the grouping into two parts. One part contains decision-making rules based on clinical similarities in cases, the other part contains decision-making rules based on individual similarities in patients including the length of stay, age, complications, etc. They are connected by the core diagnosis-related groups which were named ADRGs.

Fig.1
figure 1

The CHS-DRG grouping

Figure 2 employs a flow diagram to show how a traditional expert-oriented DRG grouping works. As shown in the figure, both the design and update of the grouping rely heavily on the decisions of experts. When doctors get DRG grouping software, because it is a black box that could not give any effective suggestions on improvement. What is more, it is completely impossible to provide localised grouping for different hospitals, when the design or updating of any grouping requires the input of many professional medical associations, specialist experts and consultants via a series of scientific, and rigorous procedures such as committees, expert hearings and consultations [16, 17].

Fig.2
figure 2

Execution flow diagram of expert-oriented grouping

Currently, machine learning provides many new tools for groupings design. There is a growing body of literature discussing machine learning and various algorithms for DRG grouping and resource allocation [18,19,20]. These studies focus on applying machine learning to improve the accuracy of DRG groupings and proving that machine learning could effectively assist in hospital management and resource allocation. However, they do not discuss further whether machine learning provides a new DRG grouping pattern which is data-based to eliminate unnecessary human intervention and restriction.

The data-based structure is an attractive DRG grouping design concept because it could avoid easily the drawbacks of the expert-oriented structure. Both providers and consumers could access, modify and validate decision-making rules in the data-based groupings through exposed machine-learning methods, and machine-learning methods also endow groupings with strong growth capacity with the support of sufficient computing resources. In this research, we propose such a data-based grouping and try to explore a data-based grouping built by machine learning, which could replace the current expert-oriented grouping with higher transparency and simpler design processes.

Available/generated data

Since real cases involve personal privacy, it is quite difficult for researchers to obtain enough real cases directly to design groupings. It is, however, much easier to get the feature distribution of real cases through some statistical reports from the governments. Therefore, we generated 2,000,000 simulated cases based on the feature distribution of real cases in Zhejiang province in 2018, which was provided by the Health Commission of Zhejiang Province for groupings training. What is more, we also got 1,062 real cases from the Dongyang People’s Hospital from November 2019 to December 2019 to verify the performance of groupings. All cases consist of features as shown in Table 1. A simple description of patient characteristics of the real cases is summarised in Table 2.

Table 1 The features contained in cases
Table 2 Patient characteristics of the real cases

In any case, categorical variables are encoded numerically to the positive number, such as major diagnosis, sex, etc. The encoded data can adapt to scikit-learn while is a widely used machine learning toolkit in Python and is normalized by Min–Max scaling. There is no feature information loss in the simulated data and the real data, and the data generation algorithm and the hospital information system guarantee their integrity. However, to make sure that each case can be converted to a data format that the model can accept, we need to populate some features according to the following rules. For patients who are not infants, there are no features of neonatal days, birth weight of the new-born, and birth weight of the new-born, and not everyone normally has a major operation. We use the value of − 1 to make up them because this value is impossible to appear in normal neonatal cases. What’s more, the number of secondary diagnoses varies greatly from case to case which is up to five. To balance the calculation complexity and simulation authenticity, both the simulated data and real data have three secondary diagnoses which are arranged from small to large according to the encoding. If the number of secondary diseases in the original data is less than three, the missing features will be made up with the value of − 1 as well.

The simulated cases and real cases obtained the ADRG labels and DRG labels by being imported into the CN-DRGs-B grouping which is executed through software. The real cases have another set of ADRG labels and DRG labels, which were provided by the local healthcare security administration. In the experiment, these local labels were seen as the revised labels based on the actual local medical cost. Finally, three datasets were set up for different validation goals. The size and a brief description of the datasets are shown in Table 3.

Table 3 Description of the validation datasets

Methods

Machine-learning models

In the optimised grouping, we use machine-learning algorithms to replace all the non-professional work of experts and propose a data-based grouping. Its execution flow is shown in Fig. 3. Taking advantage of real or simulated cases labelled by existing grouping, the new grouping could be designed by training. Then, the grouping is updated with respect to improperly grouped cases and their revised labels. The design and update are implemented by machine-learning algorithms rather than experts’ evaluation. Decision-making rules based on clinical similarities are open to experts and users. Experts still audit these rules according to their professional knowledge. Although the rules based on individual similarities may still be a black box, upcoding could be avoided because rules are invisible to both the designer and the user and are entirely determined by the data when the design method is open.

Fig. 3
figure 3

Flow diagram of the execution of data-based grouping

As shown in Fig. 4, machine-learning algorithms are organised by a rule generation method and a multiclass classification method. They are applied to manage the part based on clinical similarities and the part based on individual similarities respectively. The details of both methods are described in the following sections.

Fig. 4
figure 4

The framework of machine learning algorithms

A rule generation method

The rule generation method needs to provide experts and users with a decision-making rules model which is easy to search and modify. The tree structure is an appropriate choice, which gives a compact intuitively interpretable representation of the statistical model. Trained by cases that only have the features of the major diagnosis and the major operation, a binary decision tree can be built by the CART algorithm [21]. The CART algorithm is an effective means to create conjunctive rules [22], which uses the Gini index to select partition attributes. The Gini index represents the purity of the dataset, so each node selects the rule that can minimise the Gini index of the divided dataset. The tree will grow until either the homogeneity of the nodes cannot be improved significantly or additional stopping criteria are met.

Splitting nodes are called internal nodes, and nodes without successors are termed terminal nodes. In the decision tree built by cases, every internal node has a decision-making rule and every terminal node can be interpreted as an ADRG label. Trees constructed in the CART algorithm tend to have too many internal nodes and layers for a classifier applicable to all DRGs, although it depended on a number of factors, such as the number of branches of each node. To solve this problem, the tree should be reconstructed and compressed since all decision-making rules have only two features. As shown in Fig. 5, the decision tree can be exported as a two-layer rules tree by tracing back from each terminal node to the top node and combining node rules with the same feature and same ADRG label, which is easy for computers. In the rules tree, the internal node in the first layer contains rules which are only based on the major diagnosis, and the internal nodes in the second layer contain rules which are only based on the major operation. Every internal node has several successors and every terminal node represents a different ADRG label. In order to facilitate readers' understanding, we will give a specific example to illustrate the rule tree creation process. Since different samples will not affect the creation process, we have selected a small number of samples for easy presentation in the article. Their details are shown in the following Table 4 and the creation process is shown in Fig. 6. The doctor injects six kinds of data shown in Table 4 into the model. The decision tree algorithm will continuously divide the data set until there is only one ADRG in each data set. At this time, each ADRG rule has at most three decision-making rules, which can be obtained by backtracking the nodes of the binary tree. The computer calculates the set of major diagnostic and major operations in this data set and splits both sets with the decision-making rules corresponding to each ARDG to obtain the final rules shown on the right side of Fig. 6. This example shows that the algorithm can guarantee that no matter how many kinds of data, only as many rules will be output as the number of ADRG types and each rule contains at most two decision-making rules. In practice, there are often thousands of data types, and this algorithm can effectively and quickly generate concise and accurate classification rules for doctors and researchers.

Fig.5
figure 5

The process of generating a rules tree from a decision tree

Table 4 Sample characteristics of the example
Fig.6
figure 6

A specific example of the rule tree creation process

In the update process, we generate a candidate rules tree by revised cases or new cases. The terminal nodes of the candidate rule tree only include the ADRG labels which have been changed. Experts can easily update the grouping by comparing the conflicting rules between the candidate rules tree and the original rules tree, and judging whether to modify them.

A multiclass classification method

Dividing cases from ADRGs into DRGs is a complex multiclass classification problem involving several case features. Traditional decision-making rules cannot have both low design costs and accurate classification results in solving this problem, while there are many machine-learning algorithms employed in developing high-performance classification models. What’s more, in order to improve the multiclass classification capability of each method and reduce the workload of model updating, all algorithms work with the one-vs-all (OVA) strategy.

The OVA strategy, as shown in Fig. 7, consists of fitting one grouping per class. For each grouping, the class is fitted against all the other classes. Adopting this strategy will not reduce the classification accuracy [23], and can ensure that the grouping still has good interpretability. Since in this part the cases are classified from ADRGs into DRGs, and each ADRG contains no more than ten DRGs, so when training the model, the amount of training data for each DRG class is relatively balanced. If an ADRG contains dozens of DRGs as the grouping is continuously updated and expanded, we can choose an appropriate grouping to divide this large ADRG into two parts, and then continue to implement the OVA strategy.

Fig. 7
figure 7

The one-vs-all (OVA) strategy

In the update process, we first record which DRGs in the new training data have been changed, and then we just need to retrain their corresponding groupings. This method avoids retraining all groupings for each update, reduces the cost of computations resources, and makes updating easier.

Model selection

In the multiclass classification method, many machine learning algorithms can be chosen. We describe and access five typical classification algorithms in this paper: Naive Bayes, Support Vector Machines (SVM), Classification and Regression Trees (CART), Extreme Gradient Boosting (XGBoost), and random forest, which is a reference for users to select algorithms. The CART decision-tree algorithm has been described in the previous section.

Naive Bayes algorithm

Naive Bayes algorithm was designed with the assumption of conditional independence between every pair of features given the value of the class variable called class conditional independence [24]. Given class variable \(y\) and dependent feature vector \({x}_{1}\) to \({x}_{n}\), in Naive Bayes algorithm, the posterior probability of a sample can be expressed as follows:

$$P(y\mid {x}_{1},\dots ,{x}_{n})=\frac{P(y)\prod_{i=1}^{n}P({x}_{i}\mid y)}{P({x}_{1},\dots ,{x}_{n})}$$
(1)

The sample will be classified into the class with the highest posterior probability and in this paper, the likelihood of the features is assumed to be Gaussian.

Support vector machines (SVM) algorithm

The Support vector machines (SVM) algorithm was proposed by Cortes and Vapnik [25] and quickly became a mainstream technology in machine learning. The SVM algorithm can construct a hyper-plane or set of hyper-planes in transformed input space to divide different classes and a good classification performance can be achieved by choosing the hyper-plane which has the largest distance to the closest data points of any class. To perform non-linear classification, the radial basis function was chosen as the kernel function.

Random forest algorithm

Random forest algorithm is an ensemble learning algorithm using a decision tree as the base learner proposed by Breiman [26]. It grows multiple decision trees by searching for the best feature among a random subset of features and merges their classification results to decide the final classification with the bagging method.

XGBoost algorithm

XGBoost stands for “Extreme Gradient Boosting” which is a superior implementation of gradient boosted decision trees designed for speed and performance proposed by Chen and Guestrin [27]. The algorithm is optimized in the utilization of computations resources; thus, it has been widely used and well evaluated in machine learning competitions. As the original algorithm, the Gradient boosted decision trees algorithm is also an ensemble learning algorithm using a decision tree as the base learner, but it uses a boosting method in which each tree attempts to minimize the errors of the previous tree and decide final classification with different importance or weights [28].

Evaluation metrics

All classifiers in this paper are designed as multi-classification tools, so commonly used binary classification error evaluation metrics are not applicable. Overall accuracy can well represent the classification accuracy and was applied by other researchers in DRGs classifier evaluation [20]. However, the sample sizes tend to be uneven across categories. Without adjustment on this unbalanced data set, the model is easy to favour the large category and abandon the small category (for example, the ratio of positive and negative samples is 1:9, directly predicting all negative, overall accuracy also has 90%. But the positive sample is completely “thrown away”). High overall classification accuracy does not necessarily mean excellent performance of the classifier. Finally, we have chosen the kappa coefficient to quantify the accuracy of the grouping. Kappa coefficient is a score that expresses the level of agreement between two annotators on a classification problem [29]. In this paper, two annotators represent the case reference labels and the results of the grouping. Kappa coefficient is defined as

$$K=({p}_{o}-{p}_{e})/(1-{p}_{e})$$
(2)

where \({p}_{o}\) is the empirical probability of agreement on the label assigned to any sample, and \({p}_{e}\) is the expected agreement when both annotators assign labels randomly. For a confusion matrix as shown in Table 5, \({p}_{o}\) and \({p}_{e}\) can be calculated as:

$${p}_{o}=\frac{\sum_{i=1}^{r}{x}_{ii}}{N}$$
(3)
$${p}_{e}=\frac{\sum_{i=1}^{r}{(x}_{i+}\times {x}_{+i})}{{N}^{2}}$$
(4)

where \(N\) is the number of samples. \(r\) is the number of classes. A higher kappa coefficient indicates stronger classification accuracy than a lower one, and it can be interpreted referring to the guidelines [30] in Table 6.

Table 5 Confusion matrix schematic
Table 6 Guidelines for interpreting the relationship between the kappa coefficient and classification accuracy

In the process of models training, a tenfold cross-validation method is used to avoid any overfitting caused by unbalanced sample splitting. In the tenfold cross-validation, the dataset is divided into ten complementary subsets called folds. Then nine folds are used to train the groupings and the remaining fold is used as a test set. The process is repeated ten times until every fold has been used as a test set [31]. The final classification accuracy is calculated by the averaging performance of the ten groupings on their associated test sets.

Results

Performance of groupings

We would like to show that the rule generation method and the multiclass classification method can design a new grouping with similar performance to the original expert-oriented grouping. We also compare the performance of the five classification algorithms when they are applied in the multiclass classification method to give a reference for algorithm choice. Dataset A is used to train and test the groupings. Table 7 summarises the performance of the grouping which is trained and tested by simulated cases. Especially, the kappa coefficients of the rule generation method measure the classification accuracy of ADRG labels rather than DRG labels. The rule generation method achieves an average kappa coefficient of 0.9995, which proves that we can learn almost all clinical decision-making rules from existing expert-based groupings. The machine-learning algorithm related to the decision tree performs better in the multiclass classification method with average kappa coefficients of more than 0.9. Because the traditional grouping is also a tree structure, some features cannot satisfy class conditional independence, which leads to the relatively poor performance of the naive Bayes algorithm. Meanwhile, on multidimensional large datasets, SVM consumes a lot of time and memory but fails to achieve an excellent performance.

Table 7 Kappa coefficients of the data-based grouping trained by simulated cases

To verify that the grouping trained by simulated data could also be used in real data, Dataset B is used to test the groupings trained by Dataset A. To evaluate the effectiveness of the data-based update approach, the grouping with the best classification performance in the last experiment is selected to be the original grouping. The performance of groupings that are trained by simulated cases and tested by real cases is displayed in Table 8. Compared with being tested in the simulated cases, the groupings tested by the real cases have less accuracy, but the kappa coefficients of CART, random forest, and XGBoost algorithms are still higher than 0.6, which means that the results of these three groupings are still of the reference value and that these algorithms show good generalisation ability. Thus, designing grouping by simulated cases is a feasible idea when access to many real cases is severely restricted due to concerns about citizen privacy.

Table 8 Kappa coefficients of the data-based grouping trained by simulated cases

In both experiments, the ensemble learning algorithm has a higher classification accuracy than the single decision-tree algorithm, but this improvement is not obvious. In the case of huge data and a lack of computation resources, a single decision-tree algorithm is still a good choice.

Grouping update validation

Dataset C is divided like the tenfold cross-validation, and ten pairs of comparison data can be collected by testing every fold through the original grouping and the new grouping updated by the other nine folds. The performance comparison of the original grouping and updated grouping is shown in Table 9. The original grouping could not work accurately in the relabelled cases, which indicates that the effective decision-making rules for Dataset C are quite different from the rules in the CN-DRGs-B grouping. After being updated with a few relabelled cases, the average kappa coefficients of the grouping are significantly improved, from 0.1534 to 0.6435. Compared with the expert-oriented update, with enough computational resources, the update process can be completed in a very short time.

Table 9 Kappa coefficients of the original grouping and updated grouping

Discussion

A data-based grouping is proposed in this study. We apply machine-learning algorithms to replace the non-professional work of experts in the process of grouping so that the grouping can be designed and updated based on data. Other research using machine-learning algorithms in DRG grouping [15, 18, 20] has focused on improving the performance of groupings or assisting hospitals in allocating medical resources, while we manage to prove that data-based grouping is feasible and superior to expert-based grouping.

Unlike traditional expert-oriented grouping, which is a black box, the design method and clinical-related rules of data-based grouping are disclosed. In addition, the rules of the non-public part of the data-based grouping are also dependent on the cases rather than on healthcare providers. Thus, this grouping could well avoid the problem of upcoding [32, 33]. The new method of grouping also gets rid of the dependence on experts, so we can use the cases whose labels are revised based on the actual local medical costs to update the original results of groupings. When the computation resources are sufficient, the groupings can be updated quickly at a low cost. When data-based groupings run in hospitals, with continuous feedback updates, the data-based grouping will correct the errors of expert-oriented groupings and grow with the advancement of healthcare reform and medical technology, thus providing the government and hospitals with real-time, localised management tools.

Since it involves patient privacy, it is very difficult for researchers to obtain enough real cases to run a study. This paper proposes a method to replace real cases with simulated cases that are generated by referring to the feature distribution of real cases. The groupings trained by the simulated data still have a good performance on the real data test set, so in the study of applying machine learning to DRG grouping, simulated data can help researchers verify their assumptions on the use and optimisation of algorithms in the exploration phase. In order for a data-based grouping to be well supervised and understood, simulated data preserve the interface of expert participation and ensure good interpretability by generating a rule tree and taking the OVA strategy.

We also compare five typical machine-learning classification algorithms. Based on the experimental results, we recommend that users choose the CART algorithm as the core of the multiclass classification method when computation resources are tight, and choose XGBoost when they are not.

Conclusion

In this paper, we propose a data-based grouping based on machine learning, and completely demonstrate its design and update method. Through experiments, a data-based grouping was verified that meets the requirements of the DRGs system and has the advantages of high transparency and low cost in the design and update process. Hence, compared with the export-oriented grouping, the data-based grouping provides a more transparent potential option.

In the future, we will communicate with the government to obtain more real case data for training and improving groupings, while ensuring patient privacy. More experts will be invited to evaluate the problem of primary data, who will identify upcoding and the accuracy of diagnosis as well. We will also test our proposed grouping in cooperative hospitals, and improve our grouping according to feedback and suggestions from hospitals over a longer period, which also encourages health policy innovation [34].

Availability of data and materials

The datasets analysed during the current study are not publicly available due to involving personal information but are available from the corresponding author on reasonable request.

Abbreviations

DRGs:

Diagnosis-related groups

FFS:

Fee-for-service

MDCs:

Major diagnostic categories

ADRGs:

The core diagnosis-related groups

SVM:

Support vector machines

CART:

Classification and regression trees

XGBoost:

Extreme gradient boosting

OVA:

One-vs-all

ICD:

International classification of diseases

References

  1. Yip W, et al. 10 years of health-care reform in China: progress and gaps in Universal Health Coverage. Lancet. 2019;394(10204):1192–204. https://doi.org/10.1016/S0140-6736(19)32136-1.

    Article  PubMed  Google Scholar 

  2. Zhao C, Wang C, Shen C, Wang Q. Diagnosis-related group (DRG)-based case-mix funding system, a promising alternative for fee for service payment in China. Biosci Trends. 2018;12(2):109–15. https://doi.org/10.5582/bst.2017.01289.

    Article  PubMed  Google Scholar 

  3. Huang G. Recent developments and future trends in China’s urban social security. J Chin Gov. 2020;5(3):374–89. https://doi.org/10.1080/23812346.2018.1538197.

    Article  Google Scholar 

  4. Quinn K. After the revolution: DRGs at age 30. Ann Intern Med. 2014;160(6):426–9. https://doi.org/10.7326/M13-2115.

    Article  PubMed  Google Scholar 

  5. Fetter RB. Diagnosis related groups: understanding hospital performance. Interfaces. 1991;21(1):6–26. https://doi.org/10.1287/inte.21.1.6.

    Article  Google Scholar 

  6. Busse R, Schreyögg J, Smith PC. Editorial: hospital case payment systems in Europe. Health Care Manag Sci. 2006;9(3):211–3. https://doi.org/10.1007/s10729-006-9039-7.

    Article  PubMed  Google Scholar 

  7. Goldfield N. The evolution of diagnosis-related groups (Drgs): from its beginnings in case-mix and resource use theory, to its implementation for payment and now for its current utilization for quality within and outside the hospital. Qual Manag Health Care. 2010;19(1):3–16. https://doi.org/10.1097/QMH.0b013e3181ccbcc3.

    Article  PubMed  Google Scholar 

  8. Aiello FA, Roddy SP. Inpatient coding and the diagnosis-related group. J Vasc Surg. 2017;66(5):1621–3. https://doi.org/10.1016/j.jvs.2017.08.030.

    Article  PubMed  Google Scholar 

  9. Mathauer I, Wittenbecher F. Hospital payment systems based on diagnosis-related groups: experiences in low- and middle-income countries. Bull World Health Organ. 2013;91(10):746-756A. https://doi.org/10.2471/BLT.12.115931.

    Article  PubMed  PubMed Central  Google Scholar 

  10. Van Herwaarden S, Wallenburg I, Messelink J, Bal R. Opening the black box of diagnosis-related groups (DRGs): unpacking the technical remuneration structure of the Dutch DRG system. Health Econ Policy Law. 2020;15(2):196–209. https://doi.org/10.1017/S1744133118000324.

    Article  PubMed  Google Scholar 

  11. Van Erp J, Wallenburg I, Bal R. Performance regulation in a networked healthcare system: from cosmetic to institutionalized compliance. Public Admin. 2020;98(1):46–61.

    Article  Google Scholar 

  12. Zhu X, Zheng Y, Wang Q. Comparative study on global budget reform of regional health alliance in China. Chin Hosp Manag. 2020;40(2):21–5 ((in Chinese)).

    Google Scholar 

  13. Gu X. Historical review and reflections on China’s health care payment reforms: the case of DRGs-based payment. Chin Hosp Manag. 2019;3(03):78–91 ((in Chinese)).

    Google Scholar 

  14. Zou K, Li H, Zhou D, Liao Z. The effects of diagnosis-related groups payment on hospital healthcare in china: a systematic review. BMC Health Serv Res. 2020;20(1):112–211. https://doi.org/10.1186/s12913-020-4957-5.

    Article  PubMed  PubMed Central  Google Scholar 

  15. The technical specification of China Healthcare Security Diagnosis Related Groups (CHS-DRG). (2019). Retrieved by 1 Dec 2021. http://www.nhsa.gov.cn/module/download/downfile.jsp?classid=0&filename=8bcc3d2f85434fb598cdc3b7e035ce39.pdf.

  16. Patris A, Blum D, Girardier M. A change in the French patient classification system. CASEMIX Q. 2001;3(34):128–38.

    Google Scholar 

  17. Chanturidze T, Esau M, Hölzer S, Richardson E. Introducing diagnosis-related groups in Kazakhstan: evolution, achievements, and challenges. Health Policy. 2016;120(9):987–91. https://doi.org/10.1016/j.healthpol.2016.07.007.

    Article  PubMed  Google Scholar 

  18. Huo D, Kou B, Zhou Z, Lv M. A machine learning model to classify aortic dissection patients in the early diagnosis phase. Sci Rep. 2019;9(1):2701–8. https://doi.org/10.1038/s41598-019-39066-9.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  19. Grubinger T, Kobel C, Pfeiffer KP. Regression tree construction by bootstrap: model search for DRG-systems applied to Austrian health-data. BMC Med Inform Decis Mak. 2010;10(1):9. https://doi.org/10.1186/1472-6947-10-9.

    Article  PubMed  PubMed Central  Google Scholar 

  20. Gartner D, Kolisch R, Neill DB, Padman R. Machine learning approaches for early DRG classification and resource allocation. INFORMS J Comput. 2015;27(4):718–34. https://doi.org/10.1287/ijoc.2015.0655.

    Article  Google Scholar 

  21. Everitt BS. Classification and regression trees. London: Wiley; 2005. https://doi.org/10.1007/978-3-642-57292-0_10.

    Book  Google Scholar 

  22. Quentin W, Scheller-Kreinsen D, Geissler A, Busse R. Appendectomy and diagnosis-related groups (DRGs): patient classification and hospital reimbursement in 11 European countries. Langenbecks Arch Surg. 2012;397(2):317–26. https://doi.org/10.1007/s00423-011-0877-5.

    Article  PubMed  Google Scholar 

  23. Rifkin RM, Klautau A. In defense of one-vs-all classification. J Mach Learn Res. 2004;5:101–41.

    Google Scholar 

  24. Han J, Kamber M, Pei J. Data mining: concepts and techniques, vol. 5. 3rd ed. Amsterdam: Elsevier; 2006. p. 1–18. https://doi.org/10.1002/9781118029145.ch1.

    Book  Google Scholar 

  25. Cortes C, Vapnik V. Support-vector networks. Mach Learn. 1995;20(3):273–97. https://doi.org/10.1007/BF00994018.

    Article  Google Scholar 

  26. Breiman L. Random forests. Mach Learn. 2001;45(1):5–32. https://doi.org/10.1023/A:1010933404324.

    Article  Google Scholar 

  27. Chen T, Guestrin C. XGBoost: a scalable tree boosting system. In: Proceedings 22nd ACM SIGKDD international conference on knowledge discovery and data mining. 2016. p. 785–794. https://doi.org/10.1145/2939672.2939785.

  28. Friedman JH. Greedy function approximation: a gradient boosting machine. Ann Statist. 2001;29(5):1189–232. https://doi.org/10.2307/2699986.

    Article  Google Scholar 

  29. Artstein R, Poesio M. Inter-coder agreement for computational linguistics. Comput Linguist. 2008;34(4):555–96. https://doi.org/10.1162/coli.07-034-R2.

    Article  Google Scholar 

  30. Landis JR, Koch GG. The measurement of observer agreement for categorical data. Biometrics. 1977;33(1):159–74. https://doi.org/10.2307/2529310.

    Article  CAS  PubMed  Google Scholar 

  31. Hastie T, Tibshirani R, Friedman J. The elements of statistical learning: data mining, inference, and prediction. Berlin: Springer; 2009. https://doi.org/10.1198/jasa.2004.s339.

    Book  Google Scholar 

  32. Steinbusch PJ, Oostenbrink JB, Zuurbier J, Schaepkens FF. The risk of upcoding in casemix systems: a comparative study. Health Policy. 2007;81(2):289–99. https://doi.org/10.1016/j.healthpol.2006.06.002.

    Article  PubMed  Google Scholar 

  33. Barros PP, Braun G. Upcoding in a national health service: the evidence from Portugal. Health Econ. 2016;26(5):600–18. https://doi.org/10.1002/hec.3335.

    Article  PubMed  Google Scholar 

  34. Jessica CT, Nele N. The state of the field for governance and policy innovation in China. J Chin Gov. 2020;5(4):413–8. https://doi.org/10.1080/23812346.2020.1799641.

    Article  Google Scholar 

Download references

Acknowledgements

This work is supported by the Center of Social Welfare and Governance, Zhejiang University. Also, we would like to thank Professor Fiona Barnett for professional language proof reading.

Funding

This study is granted by a Key Project of National Natural Science Foundation of China (71734005), a Key Project of the Province Natural Science Foundation of Zhejiang (D19G030003), a Major Project of Zhejiang Social Science Foundation (19YSXK02ZD) and a Project of National Natural Science Foundation of China (72042005).

Author information

Authors and Affiliations

Authors

Contributions

XL: Conceptualization, Literature Review, Writing original draft preparation. CF: Methodology, Software, Computing, Writing original draft preparation. JY: Conceptualization, supervision, Reviewing and Editing. CW: Methodology, Software. QZ: Literature Review and Writing introduction. All authors read and approved the final manuscript.

Corresponding author

Correspondence to Jianxing Yu.

Ethics declarations

Ethics approval and consent to participate

Not applicable.

Consent for publication

Not applicable.

Competing interests

The authors declare that they have no competing interests.

Additional information

Publisher's Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Liu, X., Fang, C., Wu, C. et al. DRG grouping by machine learning: from expert-oriented to data-based method. BMC Med Inform Decis Mak 21, 312 (2021). https://doi.org/10.1186/s12911-021-01676-7

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12911-021-01676-7

Keywords