| Literature DB >> 23476717 |
Marcos Martínez-Romero1, José M Vázquez-Naya, Javier Pereira, Miguel Pereira, Alejandro Pazos, Gerardo Baños.
Abstract
Physicians in the Intensive Care Unit (ICU) are specially trained to deal constantly with very large and complex quantities of clinical data and make quick decisions as they face complications. However, the amount of information generated and the way the data are presented may overload the cognitive skills of even experienced professionals and lead to inaccurate or erroneous actions that put patients' lives at risk. In this paper, we present the design, development, and validation of iOSC3, an ontology-based system for intelligent supervision and treatment of critical patients with acute cardiac disorders. The system analyzes the patient's condition and provides a recommendation about the treatment that should be administered to achieve the fastest possible recovery. If the recommendation is accepted by the doctor, the system automatically modifies the quantity of drugs that are being delivered to the patient. The knowledge base is constituted by an OWL ontology and a set of SWRL rules that represent the expert's knowledge. iOSC3 has been developed in collaboration with experts from the Cardiac Intensive Care Unit (CICU) of the Meixoeiro Hospital, one of the most significant hospitals in the northwest region of Spain.Entities:
Mesh:
Year: 2013 PMID: 23476717 PMCID: PMC3586453 DOI: 10.1155/2013/650671
Source DB: PubMed Journal: Comput Math Methods Med ISSN: 1748-670X Impact factor: 2.238
Comparison of iOSC3 with related medical expert systems. Each system is classified according to the categories proposed in [24]. The last column summarizes the main techniques or technologies used for knowledge representation and processing.
| System | Category | Application | Techniques/technologies |
|---|---|---|---|
| iOSC3 | Ontology-based, rule-based | Decision support in cardiac ICUs | OWL ontology, SWRL rules, Pellet reasoner |
| Chen et al. (2012) [ | Ontology-based, | Antidiabetic drugs selection | OWL ontology, SWRL rules, JESS engine |
| ODDIN (2010) [ | Ontology-based, rule-based, probabilistic | Differential diagnosis in medicine | OWL ontology, Jena rules |
|
Nocedal et al. (2010) [ | Rule-based | Breast cancer treatment | OWL ontology, inference rules |
| Kumar et al. (2009) [ | Case-based, rule-based | Clinical decision support in ICUs | Rules in XML format |
| Blum et al. (2009) [ | Intelligent agents, rule-based | Improving physiologic alarms in critical care | Inference engine implemented using a stored SQL procedure |
|
Karabatak and Ince (2009) [ | Association rules, neural network | Breast cancer detection | Association rules for feature extraction and multilayer perceptron for intelligent classification |
| Si et al. (1998) [ | Fuzzy logic, neural network | Electroencephalogram monitoring in pediatric ICUs | Statistical comparison of features, fuzzy logic for feature classification, and neural networks for EEG assessment |
Figure 1iOSC3 architecture and workflow.
Figure 2Case management window, showing the content of the patient's data tab.
Figure 4Intelligent care window.
Figure 3Pumps configuration tab.
Figure 5iOSC3 installed in the CICU of the Meixoeiro Hospital.
Figure 6Ontology development process (a simplified version of the Methontology lifecycle [46]).
Figure 7Fragment of the C3O hierarchy of classes.
Main classes and properties contained in the C3O ontology.
| Name | Type | Description |
|---|---|---|
| Decision | Class | A class that represents the different judgments made at the CICU to treat a patient. |
| Dose_modification | Class | Adjustment of the amount of drugs (infusion rate) that is being supplied to the patient. |
| Treatment_decision | Class | Choice about the treatment that is being administered to the patient. |
| Drug | Class | Substance used at the CICU to treat patients. |
| Amine | Class | Drug with vasoconstriction properties. Amines increase blood pressure, which raises organ perfusion pressure and preserves distribution of cardiac output to the organs. Examples: dobutamine, noradrenaline, and adrenaline. |
| Vasodilator | Class | Drug that relax the smooth muscle in blood vessels, which causes the vessels to dilate and decreases blood pressure. Examples: nitroglycerine and nitroprusside. |
| Medical_device | Class | Equipment used at the CICU to monitor or treat patients. Examples: patient monitor and infusion pump. |
| Hemodynamic_condition | Class | State of health of the patient with respect to the situation of the forces the heart has to develop to circulate blood through the cardiovascular system. |
| Vital_sign | Class | Indicator of a patient's general physical condition. Examples: cardiac index, temperature, and mean arterial pressure. |
| atPump | Object property | A property which allows to represent the dose modification that has to be applied at a specific infusion pump (domain: dose_modification; range: infusion_pump). |
| hasValue | Datatype property | A property which represents the values and limits of the patient's vital signs by means of its children: hasExactValue, hasLowerLimitValue, hasNormalValue, and hasUpperLimitValue. |
Figure 8Screenshot of the SWRL Editor showing some of the C3O rules.
Box 1Example of rule written in natural language and SWRL.
Example of test case. The MAP value (40.0) is lower than its lower limit (50.0). Other patient parameters have normal values. In this situation, the decision would be to decrease the vasodilator infusion rate and increase the amine infusion rate.
| Parameter | Unit | Value | Lower limit | Upper limit | |
|---|---|---|---|---|---|
| Vital parameters | Mean arterial pressure (MAP) | mmHg | 40.0 | 50.0 | 90.0 |
| Oxygen saturation (SpO2) | % | 92.0 | 90.0 | 100.0 | |
| Central venous pressure (CVP) | mmHg | 10.0 | 4.0 | 20.0 | |
| Cardiac frequency (CF) | bpm | 76.0 | 40.0 | 120.0 | |
| Cardiac index (CI) | L/min/m2 | 2.3 | Ref. value: 2.2 | ||
| Temp (T) | °C | 37.1 | 32.0 | 39.0 | |
|
| |||||
| Infusion rates | Vasodilator pump | mL/h | 4.0 | 0.0 | 10.0 |
| Amine pump | mL/h | 2.0 | 0.0 | 10.0 | |
|
| |||||
| Expected recommendation | Decrease the infusion rate at the vasodilator pump and increase the infusion rate at the amine pump | ||||
| until the MAP reaches normal values | |||||
Summary of validation results.
| Parameter | Value |
|---|---|
| Number of test cases | 14 |
| Correct decisions | 14 |
| Incorrect decisions | 0 |
| Precision | 100% |