The Guide Project
Implementing Evidence-Based Medicine (1999-2006)

With respect to the past research in this area, mainly focused on representing the tasks involved in a (Clinical Practice Guideline) CPG, but poorly addressing the more general and practical issue of the CPGs implementation, the focus of the Guide project shifted towards a different conceptual and architectural paradigm based on a major pattern coming form the software engineering literature: Separation of Concerns (SoC) [5.1]. SoC is the core of software engineering, in general, and of object-oriented software development in particular.

SoC: The Separation of Concerns paradigm refers to the ability to identify, encapsulate, and manipulate only those parts of software that are relevant to a particular concept, goal, or purpose.

Concerns are the primary motivation for organizing and decomposing software into manageable and comprehensible parts. But SoC is not only a software engineering paradigm, it is a general approach that can be applied to human resources [5.2] indicating that each individual exhibits different concerns that are normally associated with his/her skills, attitude or past experience: “not everybody is equal, not everybody performs the same job with the same ability”. Moreover, it has been observed in working environment that separating people with common skills in different working groups increases productivity and reduces management costs, but only if the groups do not overlap and have clear "contracts" that define their operability and their concerns. In the heathcare domain the knowledge creation/conversion process, aiming at developing a knowledge-based information system, is carried out by three kinds of actors:

Medical expert: he manages all medical aspects related to healthcare activities. Usually medical experts are physicians trained in formalizing medical knowledge through a given method (for the Guide method see next chapter).

Organizational expert: he manages organizational aspects related to the health care activities. Usually organizational experts are people trained to formalize workflow processes in an health care organization, maps of resources, organization charts and so on.

Knowledge formalization expert: he represents the link between experts and the various representation formalisms. Knowledge formalization experts are usually knowledge engineers trained to define knowledge and process models at different levels of abstractions. They normally define meta-models that will be instantiated by medical and organizational experts.



The SoC paradigm allows minimizing the common ground needed in order to make the three actors communicating, hiding specific details as much as possible. In fact, poor communication is mainly a knowledge gap problem. The proposed approach allows actors to concentrate on their specific domain without taking care about details of other domains which are not part of their know-how and everyday effort.

The big picture

The above described approach refers to the knowledge formalization process that leads to medical and organizational “behavioral models” (process models) and common grounding knowledge models in general. To put in practice such models there is the need of considering the patient’s issue. In fact, while formalization is usually based on ideal cases and processes, during the execution the system must be able to face real patients and resource instances.

Guide project, the big picture by Paolo Ciccarese

Figure 1 - The high level view of the Guide project platform. Three independent concerns are depicted: Guideline Management System, Workflow Management System and Health Care Record Management System. The three concerns are able to communicate each others through the common ground, depicted in the middle, which is composed by a set of data types and terminologies/ontologies and a set of contracts describing the allowed types and structure of communication content.

Figure 1 represents a possible high level view of the project structure. The Health Care Record Management System (HCRMS) or simply the Electronic Patient Record (EPR) is depicted as one of the main components together with the Guideline Management System (GLMS) and with the Workflow Management System (WfMS). GLMS deals with the representation and execution (in term of evidence-based medical decision support) of medical knowledge, while WfMS deals with the representation and execution (in term of work/resources allocation) of organizational knowledge. Ontologies and terminologies together with data types are wrapped by contracts and represent the common ground, fundamental for communication between the different concerns (EPR, GL, Wf). In fact, communication is message-based according to specific contracts. Each concern has the same level of importance and has its own representation models and languages. Moreover, the strong separation between medical and organizational issues allows improving not only the software product (reducing crosstalk and powering parallelization) but also the quality of interaction between the system and the domain experts, who usually have different skills and background. In the following paragraph, after an introduction about the global architecture and contracts that have been implemented for the project together with the GLMS architecture, we illustrate how a CPG can be formalized into models and used in real-world settings. In most cases, the EPR and the WfMS are developed and implemented by third parties, before planning the integration with a medical decision support system.

The architecture

The Guide Project (TGP) is a distributed environment aiming at the complete management of computerized CPGs life cycle with respect to patient’s and healthcare professionals’ issues. In fact, it is, a knowledge management system allowing formalization of medical, organizational and health care record models (information, processes and knowledge) which will be adapted, combined and distributed in order to implement a full process-based Health Knowledge System (figure 2). In fact, TGP main goal is to support the daily process-oriented examination, diagnosis, treatment, and care of the patient, meanwhile taking care of organizational processes (resources management).

Guide project, the big picture by Paolo Ciccarese

Figure 2 - The process of models definition, adaptation, dissemination and enactment has the same structure for each concern. Each step consists in a well defined knowledge transformation.

For each of the specified concerns we can define a complete process which will take from knowledge models conceptualization/formalization, through adaptation and dissemination, to enactment. It is basically an application of the three fundamentals processes of the knowledge management (see paragraph 1.2). The behavior is similar to the water-fall model, each level transmits knowledge in different forms (formal/semiformal models and documentation) to the subsequent one after an optional transformation process. In the first step, i.e. the formalization, the knowledge is transformed from implicit/tacit to explicit and more important computerizable models. During the second step, i.e. dissemination, explicit knowledge models are adapted and refined according to a more specific setting. Finally in the third phase, i.e. enactment, knowledge models are transformed into interaction between users and systems, users and users and systems and systems.

Guide project, knowledge models water-fall by Paolo Ciccarese

Figure 3 - The Guide project knowledge models water-fall. Each step consist in a specific knowledge transformation.

The knowledge flow is mainly one-way but it is possible to obtain model adaptation feedback from the dissemination level to the formalization one.

Guide project, knowledge models water-fall with feedback by Paolo Ciccarese

Figure 4 - The Guide project knowledge models water-fall with a feed-back between the dissemination level and the formalization level. This is a powerful model for fostering knowledge models evaluation.

Such feedback is a powerful method for:

Let me explain the three different levels in detail:

formalization: it represents the level in which the different kinds of knowledge involved in the health care process are defined in form of computerizable models. It corresponds to the step defined by Davenport and Prusak [1.2] as knowledge codification. Formalization can be carried out by different organizations that sell or freely publish computerized models together with traditional electronic and textual documentation. Regarding the medical concern, the formalization is not limited to the Guide Model (defining the health care path) that will be explained later on, but it includes related ontologies (for instance drugs interaction ontologies) and terminologies (in the case adopted official terminologies are not enough to cover all the needs or in the case organizations decide to develop internal terminologies only). Moreover, CPGs may include decision-analytic tools, like decision trees and probabilistic networks, mainly when patient’s preferences and trade-offs are to be taken into account. As an example, 2.11 describes an influence diagram in a breast cancer context, aimed at sharing the decision on surgical options between the physician and the patient) .All this models together will represent the medical knowledge base for a particular health care path.

dissemination: it is a middle layer level that allows to customize and share the general purpose knowledge models. It is in fact a local adaptation [2.26]. In general the dissemination and adaptation of medical knowledge bases is quite common as normally the CPGs are not developed for a particular HCO. For organizational issues the dissemination is harder as it is strongly necessary to model the specific HCO. However, we strongly believe it is possible to define a meta-organization model and to formalize pieces of CPGs-related workflow based on such model in order to make the whole workflow definition faster.

enactment: it is the final level in which the models are used in clinical practice. The adaptation performed in the above level and usability are the key factors for reaching an effective usage of the system in a given HCO.

The above specified levels, represented in Guide by macro-components, can be organized in a potentially infinite number of configurations aiming at the complete management of the computerized CPGs life cycle. Figure 5 shows a complex example in which formal/semi-formal models are defined by different organizations and are disseminated at a national level (Italian level in this case). To be trusty, these models should be certified by an health authority or scientific organization. Each Italian Region can access the models and the documentation in order to perform new adaptations and then to distribute the modified resources to the HCOs. At the local level, healthcare organizations (HCOs) may decide to adopt one of such CPGs. Site specifications may be performed by individual HCOs before putting CPGs at work in the clinical practice through the enactment level.

Example of configuration of Guide macro-components

Figure 5 - A possible configuration of the three Guide macro-components. This has been defined to deal with the Italian national health service.

Medical formalization level architecture

Guide formalization level architecture

Figure 6 - Guide formalization level architecture. Through the NewGuide editor and other tools, it is possible to formalize clinical practice guidelines models, their properties, and refer to existing ontologies and terminologies. The knowledge base is shared though services.

Computerized CPGs lifecycle starts with the formalization of the CPGs. Such step, in the Guide platform, is performed through the NewGuide graphical editor application, through which the CPG is represented as a set of decision flow-charts that refer to conceptual entities typically embodied in medical terms from vocabularies and ontologies. or entries of knowledge bases. These terminologies are usually defined outside the NewGuide editor through external specialized applications:

local terminologies are usually of small dimensions and defined through simple data entry tools;

standard terminologies are normally of medium and big dimension, usually created through specialized applications and stored in dedicated servers.

TO BE CONTINUED...

References