Clinical decision support system: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Supten Sarbadhikari
imported>Supten Sarbadhikari
Line 10: Line 10:


The role of an apparently simple search by [[Google]] in pointing towards a better diagnosis has been emphasized by a recent publication [http://www.bmj.com/cgi/content/abstract/bmj.39003.640567.AEv1?hrss=1].
The role of an apparently simple search by [[Google]] in pointing towards a better diagnosis has been emphasized by a recent publication [http://www.bmj.com/cgi/content/abstract/bmj.39003.640567.AEv1?hrss=1].
==Other uses==
CDSS offer a powerful medical informatics tool that can be usefully applied to EBM practice. Other applications of informatics that are in ubiquitous in clinical practice nowadays are the use of resources like the Internet and PubMed to look up published medical information, journals and even patient related informational sites or support groups.


==Methods of Decision Support==
==Methods of Decision Support==
1. Rule-based [[expert systems]], where predefined rules in the form of {if-else if-then}guide the decision making. Rules may also be obtained by various forms of decision trees (e.g., Iterative Dichotomizer or ID variants) or Bayesian networks.
1. Rule-based [[expert systems]], where predefined rules in the form of {if-else if-then}guide the decision making. Rules may also be obtained by various forms of decision trees (e.g., Iterative Dichotomizer or ID variants) or Bayesian networks. The early models for building a Knowledge Base and utilizing it for decision-making, were:
(a) Logical / deductive: branching logic (e.g., ID3 or iterative dichotomizer 3); e.g., MYCIN, NEOMYCIN [Sotos 1990]
(b) Probabilistic: Bayesian e.g., de Dombal [1995] and
(c) Hybrid: heuristic reasoning e.g., QMR (Quick Medical Reference), DXplain, ILIAD


2. [[Artificial neural networks]] or [[ANN]]s (also referred to as connectionist architectures, parallel distributed processing, and neuromorphic systems), are information-processing paradigm inspired by the way the densely interconnected, massively parallel structure of the mammalian brain processes information. ANNs are collections of mathematical models that emulate some of the observed properties of biological nervous systems and draw on the analogies of adaptive biological learning. It behaves more or less like a black box where the reasoning for the correct classification is not known.
2. [[Artificial neural networks]] or [[ANN]]s (also referred to as connectionist architectures, parallel distributed processing, and neuromorphic systems), are information-processing paradigm inspired by the way the densely interconnected, massively parallel structure of the mammalian brain processes information. ANNs are collections of mathematical models that emulate some of the observed properties of biological nervous systems and draw on the analogies of adaptive biological learning. It behaves more or less like a black box where the reasoning for the correct classification is not known.

Revision as of 01:52, 18 November 2006

Clinical (or Diagnostic) Decision Support Systems (CDSS) are interactive computer programs that directly assist physicians and other health professionals with decision making tasks. These fall under the class of Decision support systems.

For medical diagnosis, there are scopes for ambiguities in inputs, such as history (patient’s description of the diseased condition), physical examinations (especially in cases of uncooperative or less intelligent patients), and laboratory tests (faulty methods or equipment). Moreover, for treatment, there are chances of drug reactions and specific allergies, and patients' non-compliance of the therapy due to cost or time or adverse reactions.

In all these areas, computers can help the clinician to reach an accurate diagnosis faster. Another new branch of medicine pharmacogenomics is the product of breeding between information technology and biology, leading to individualized treatment.

The basic components of a CDSS include a dynamic (medical) knowledge base and an inferencing mechanism (usually a set of rules derived from the experts and evidence-based medicine). It could be based on Expert systems or artificial neural networks or both (Connectionist expert systems).

CDSS may be linked to Electronic medical records, for decision making and also they could be used for practicing Evidence-based medicine in an automated way. However they are not meant to replace doctors, rather empower them to make better and more rational decisions.

The role of an apparently simple search by Google in pointing towards a better diagnosis has been emphasized by a recent publication [1].

Other uses

CDSS offer a powerful medical informatics tool that can be usefully applied to EBM practice. Other applications of informatics that are in ubiquitous in clinical practice nowadays are the use of resources like the Internet and PubMed to look up published medical information, journals and even patient related informational sites or support groups.

Methods of Decision Support

1. Rule-based expert systems, where predefined rules in the form of {if-else if-then}guide the decision making. Rules may also be obtained by various forms of decision trees (e.g., Iterative Dichotomizer or ID variants) or Bayesian networks. The early models for building a Knowledge Base and utilizing it for decision-making, were: (a) Logical / deductive: branching logic (e.g., ID3 or iterative dichotomizer 3); e.g., MYCIN, NEOMYCIN [Sotos 1990] (b) Probabilistic: Bayesian e.g., de Dombal [1995] and (c) Hybrid: heuristic reasoning e.g., QMR (Quick Medical Reference), DXplain, ILIAD

2. Artificial neural networks or ANNs (also referred to as connectionist architectures, parallel distributed processing, and neuromorphic systems), are information-processing paradigm inspired by the way the densely interconnected, massively parallel structure of the mammalian brain processes information. ANNs are collections of mathematical models that emulate some of the observed properties of biological nervous systems and draw on the analogies of adaptive biological learning. It behaves more or less like a black box where the reasoning for the correct classification is not known.

3. Connectionist expert systems, where the "inferencing" methods of the ANNs can be backtracked and "rules generation" is possible. This might actually lead to the enhancement and enrichment of the medical knowledge base itself.

4. Rule-based CDSS are the ones that are mostly found in the commercially available clinical informatics applications. Alerts for allergies and possible drug interactions, prompts for drug doses corrected for weight, height, sex, age and underlying clinical condition are the ones that are most commonly touted as CDSS. Arden Syntax was designed and developed for this very purpose. However, due to some issues related to its acceptance and standardization, it has not really been able to deliver on its immense promise. However, use of Evidence-based medicine (EBM) and Outcomes Analysis (OA) coupled with Bayesian Belief Networks (BBN) can allow for a highly accurate diagnostic tool and treatment planner to be made available in the hands of the healthcare providers.

5. BBN is a mathematical model for using AI (probabilistic) networks for predictive purposes. It is used in the CDSS module as an AI engine to help make probabilistic predictions based upon the observations made by the clinician. These could be used for diagnostics, treatment planning, and even predicting outcomes.

External links

Template:GFDL