سیستم تخصصی برای پیش بینی آنژین ناپایدار بر اساس شبکه های بیزی
کد مقاله | سال انتشار | تعداد صفحات مقاله انگلیسی |
---|---|---|
29227 | 2013 | 7 صفحه PDF |
Publisher : Elsevier - Science Direct (الزویر - ساینس دایرکت)
Journal : Expert Systems with Applications, Volume 40, Issue 12, 15 September 2013, Pages 5004–5010
چکیده انگلیسی
The use of computer-based clinical decision support (CDS) tools is growing significantly in recent years. These tools help reduce waiting lists, minimise patient risks and, at the same time, optimise the cost health resources. In this paper, we present a CDS application that predicts the probability of having unstable angina based on clinical data. Due to the characteristics of the variables (mostly binary) a Bayesian network model was chosen to support the system. Bayesian-network model was constructed using a population of 1164 patients, and subsequently was validated with a population of 103 patients. The validation results, with a negative predictive value (NPV) of 91%, demonstrate its applicability to help clinicians. The final model was implemented as a web application that is currently been validated by clinician specialists.
مقدمه انگلیسی
The use of computer-based clinical decision support (CDS) tools is growing in recent years due to different reasons (Steyerberg, 2009): • Helps the clinicians making decisions, thus reducing the clinical errors. • Improves the time to get a diagnostic reducing waiting time. • Optimizes health resources reducing unnecessary medical tests. Those advantages have expanded the use of these tools in clinical practice in the form of web services, desktop programs or applications for mobile phones and tablets. The use of these tools in different clinical areas, supported by the increasing amount of patient data and the ability to analyse and process it through Big Data techniques, is foreseen as a huge boost in health care (Manyika et al., 2011). Currently, one of the areas that demands more resources is cardiology. Nowadays cardiovascular diseases are the main cause of death in the developed world (Escaned et al., 2008). Modern lifestyle that leads us to many stressful situations, poor diet and little exercise have made heart disease the cause of many deaths. One of the symptoms of possible heart failure angina is characterised by severe chest pain. When suffering from that pain for more than 15 min, it is highly recommended requiring clinical attention, as it can be the initial phase of a myocardial infarction. This pain occurs when the demand for oxygen by the heart muscle is not served (because there is an interruption of the blood supply to a part of the heart muscle). This pain is in fact one of the most frequent causes of admission in the Emergency Services of the hospitals. Some of these patients suffer an acute coronary syndrome that is diagnosed by electrocardiogram (ECG) findings or alteration of biomarkers of myocardial damage (troponin). However, in some patients the ECG is nonspecific and troponin is normal. This population suffers form a chest pain of uncertain origin. They are mostly low-risk patients without any heart disease, but we can not reject an acute coronary syndrome in some of them. The key challenge is to identify those patients at risk for suffering an acute coronary syndrome with normal troponin (unstable angina), within a population that is generally at low risk. The tools currently available in the emergency room of a hospital do not work, because the ECG is nonspecific, and troponin is normal. As a result, the final decision of admission or release is postponed until a treadmill stress test is carried out (usually the next morning) Sanchis et al. (2006). This strategy is suboptimal because the patient must wait for several hours, many patients can not run on the treadmill, and sometimes the results are inconclusive. This article proposes the development of a Clinical Decision Support System, for being use in the emergency units of a hospital in order to determine the probability of unstable angina within 24 h of patient entry into the hospital. The inputs of the system are the clinical data that are routinely collected in the emergency room of a hospital. Almost all of those data have a binary response (e.g. – patient gender, smoker, etc.). With this kind of inputs, the most appropriate machine learning models are decision trees and Bayesian networks (Alpaydin, 2009). The results obtained from decision trees were not good enough (deep trees were needed, and therefore generalisation was bad). Moreover, a system whose parameters could be updated continuously when new information was available was required, that is why Bayesian networks were used. The advantages of these models for using them in clinical problems are Lucas et al. (2004): • The Bayesian model can be interpreted by the clinician, as the relationships among variables are clearly represented by a graph (directed graph in our model). • The clinician can provide expertise knowledge to establish new relationships between variables that might not have been reflected in the case of using an automatic learning algorithm for the Bayesian network structure. • Adding new knowledge is a straight forward process, which can be automated by updating the frequency tables of each input variable. • It is not necessary to know the values of all inputs to the model to obtain a valid output. Thus, if the inputs are obtained in a sequential way, as it happens in an emergency unit, or some information about the patient is missing, the system may be updating the probability as soon as new information of clinical tests is available. Once the Bayesian network was validated, it was implemented into a Decision Support System which allowed clinicians to access it remotely, in an easy and simple way. The obvious solution was to implement the expert system as a web application. This way it is possible to centralise the data at a single location while access can be granted from any computer without requiring dedicated software (only a web browser and an Internet connection). Moreover, it is possible to implement a user-based management to control the people that use the tool and access the data. The rest of this paper is organised as follows. Section 2 explains the Bayesian models used. Section 3 discusses the data used and results obtained. Section 4 explains the Web tool development. Finally, Section 5 summarizes the conclusions of the present work.
نتیجه گیری انگلیسی
This paper presents a Clinical Decision Support System (CDSS) that helps the clinicians in the evaluation of incoming emergency patients with unspecific chest pain that are on risk of a heart attack. A correct diagnosis of these patients, which is difficult to achieve with the standard evaluation procedure (ECG and troponin measurements), could reduce the number of unnecessary hospitalisations. The CDSS is based on a Bayesian Network (BN) model that takes into account 17 different characteristics of the patient. The model uses a FAN network structure with discrete nodes. The BN structure was created in MATLAB while the CPD tables of the nodes were learned using the Netica API for BN. A dataset of 1164 cases was used to train the model, which was validated with a new dataset of 103 cases. The model has been optimised to maximise the negative predictive value, reducing therefore the cases of undetected risk situations. In training, the model achieves a 90.07% of NPV, which increases to a 91.67% for the validation dataset. The CDSS runs as a web application with role-based access conatrol, with three different roles with decreasing privileges (administrator, coordinators and clinicians). The application consists on an input form and an administration panel. The form is used to introduce the characteristics of the patient under evaluation and returns a classified risk of heart attack from low to high. The administration panel is used to review and validate the registered cases in a per-hospital basis.