the final results organized as sets of experiments eas-
ily visualized in a user-friendly way. The eXiTCDSS
tool is presented giving advice to an example appli-
cation, assisting a recent complex minimally invasive
surgery which is receiving growing attention lately,
the Transcatheter Aortic Valve Implantation (TAVI).
This paper is structured as follows. In Section 2
a description of the workflow management during an
intervention is detailed. Also, recent applications of
CDSS for surgical processes are reviewed. Section 3
introduces the eXiTCDSS framework. In Section 4,
the eXiTCDSS demonstrates its performance with its
application to a TAVI procedure. Finally, conclusions
are included in Section 5.
2 CDSS INTEGRATION WITH
CLINICAL WORKFLOW
Examples of successful applications of CDSSs into
clinical workflows comprise computer based patient
record systems (Patel et al., 2000), knowledge man-
agement systems for biomedical engineering (Rinkus
et al., 2004) and computer based training systems in
pathology (Crowley et al., 2003). From the successful
applications mentioned before it can be extracted that
integration with workflow is key to success. How to
integrate the CDSS with clinician workflow, however,
remains a challenge, in part because there are no cur-
rent standards for clinical workflow (Das and Eichner,
2010).
Although there is no universally agreed upon defi-
nition of the term workflow, for the purpose of this ar-
ticle, we have taken the workflow definition stated in
(Carayon et al., 2010) which defines a clinical work-
flow as a modular sequence of tasks, with a distinct
beginning and end, performed for the specific pur-
pose of delivering clinical care. In order to implement
a workflow-based CDSS, tasks, timing and involved
subprocesses must by identified first. Therefore, the
proposed workflow has been specified at up to four
level of detail: 1) clinical workflow, 2) phase, 3) task,
and 4) attribute. Figure 1 shows a schematic workflow
of an exemplified operative process where the previ-
ously mentioned levels have been illustrated. The first
level of the workflow represents the particular work-
flow itself. The second level describes the phases,
being a phase the primordial division of the specific
clinical workflow. For the particular example shown
in Figure 1, each phase corresponds to the pre, intra,
and post-operative periods. In the same way, every
phase has been split into tasks, a task being any partic-
ular step taken during each phase e.g. apply anesthe-
sia, initial puncture location or valve final placement.
Each task has a different number of distinguishable
items or attributes associated. These attributes refer
to all the important values or considerations that the
medical staff will take into account during the resolu-
tion of a task. The attributes can be described as nu-
merical data, text data, categorical data, and boolean
data. As numerical data it can be considered blood
count, coagulation parameters, age, size, or specific
physiologic measurements. The text data comprises
those textual items regarding the patient’s patholog-
ical or surgical history as well as possible allergies.
The categorical, in fact ordered categorical data, com-
prises attributes which measure a certain degree of
intensity, e. g. amount of calcification or valve re-
gurgitation while the boolean data confirms or denies
the presence of an attribute, for example the vascu-
lar tortuosity or the existence of coronary flow dam-
age. During the intervention execution and according
to the current information being generated, the CDSS
has to be capable to identify the phase, the task, and
the attributes involved. Then, the software will use the
CBR engine to retrieve the most similar cases to the
current one. The framework eXiTCDSS presented in
this article provides the required tools to define a case
structure for any clinical procedure based on a work-
flow.
3 THE eXiTCDSS FRAMEWORK
Case-Based Reasoning (CBR) is a technique of arti-
ficial intelligence that attempts to solve a given prob-
lem within a specific domain by adapting established
solutions to similar problems (Aamodt and Plaza,
1994). CBR has been formalized for purposes of rea-
soning and learning based on the exploitation of ex-
isting similar historical records as humans do. It has
been argued that CBR is not only a powerful method
for computer reasoning, but also a pervasive behavior
in everyday human problem solving; or, more radi-
cally, that all reasoning is based on past cases person-
ally experienced. These features make CBR a good
contender for any decision support system.
Four main phases of action are defined in the CBR
methodology: retrieve, reuse, revise and retain. For
example, in TAVI, a case base contains information
about patients that have been operated in the past. Us-
ing this case base, a CBR system is able to give advice
to future TAVI cases by following the four phases: re-
trieve, reuse, revise and retain. First, in the retrieve
phase, the current case is compared with all the past
experiences in the case base, and the most similar are
recovered. Given a target problem, during the retrieve
step, cases from memory that are relevant to solving
HEALTHINF2013-InternationalConferenceonHealthInformatics
202