<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">An Ontology-based Bayesian Network Approach for Representing Uncertainty in Clinical Practice Guidelines</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Hai-Tao</forename><surname>Zheng</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Biomedical Knowledge Engineering Laboratory Dentistry College</orgName>
								<orgName type="institution">Seoul National University</orgName>
								<address>
									<addrLine>28 Yeongeon-dong, Jongro-gu</addrLine>
									<settlement>Seoul</settlement>
									<country key="KR">Korea</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Bo-Yeong</forename><surname>Kang</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Biomedical Knowledge Engineering Laboratory Dentistry College</orgName>
								<orgName type="institution">Seoul National University</orgName>
								<address>
									<addrLine>28 Yeongeon-dong, Jongro-gu</addrLine>
									<settlement>Seoul</settlement>
									<country key="KR">Korea</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Hong-Gee</forename><surname>Kim</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Biomedical Knowledge Engineering Laboratory Dentistry College</orgName>
								<orgName type="institution">Seoul National University</orgName>
								<address>
									<addrLine>28 Yeongeon-dong, Jongro-gu</addrLine>
									<settlement>Seoul</settlement>
									<country key="KR">Korea</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">An Ontology-based Bayesian Network Approach for Representing Uncertainty in Clinical Practice Guidelines</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">A9EB2AAE0C11E9552A8ACCC3686959FD</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T03:04+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Clinical Practice Guidelines (CPGs) play an important role in improving the quality of care and patient outcomes. Although several machine-readable representations of practice guidelines implemented with semantic web technologies have been presented, there is no implementation to represent uncertainty with respect to activity graphs in clinical practice guidelines. In this paper, we are exploring a Bayesian Network(BN) approach for representing the uncertainty in CPGs based on ontologies. Based on the representation of uncertainty in CPGs, when an activity occurs, we can evaluate its effect on the whole clinical process, which, in turn, can help doctors judge the risk of uncertainty for other activities, and make a decision. A variable elimination algorithm is applied to implement the BN inference and a validation of an aspirin therapy scenario for diabetic patients is proposed.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>Clinical Practice Guidelines (CPGs) play an important role in improving the quality of care and patient outcomes; therefore, the task of clinical guidelinesharing across different medical institutions is a prerequisite to many EMR (Electronic Medical Record) applications including medical data retrieval <ref type="bibr" target="#b17">[18]</ref>, medical knowledge management <ref type="bibr" target="#b6">[7]</ref>, and clinical decision support systems (CDSSs) <ref type="bibr" target="#b12">[13]</ref>. To facilitate clinical guideline-sharing, GLIF (GuideLine Interchange Format) and SAGE (Standards-based Sharable Active Guideline Environment) have been the focus of extensive research <ref type="bibr" target="#b11">[12]</ref>. GLIF is a semantic web based standard for representing clinical guidelines <ref type="bibr" target="#b14">[15]</ref> and SAGE is an interoperable guideline execution engine, which encodes the content of the clinical guideline to an ontology representation, and executes the ontology through the functions of a CIS (clinical information system) <ref type="bibr" target="#b16">[17]</ref>.</p><p>Most previous approaches using GLIF and SAGE are designed to proceed from one step to the next only if there is no uncertain data in the former step <ref type="bibr" target="#b12">[13]</ref>. However, this expectation is unrealistic in practice. For example, a guideline, which requires risk factors for heart disease to be assessed, needs to proceed Corresponding author: hgkim@snu.ac.kr even when the information about this item is uncertain. In the clinical process, uncertain data can be (1) data stemming from unreliable sources (e.g., a patient can not remember the results of his/her last glucose test); <ref type="bibr" target="#b1">(2)</ref> data not obtainable (e.g., no historical data on familial diabetes); and <ref type="bibr" target="#b2">(3)</ref> data not yet collected (e.g., levels of serum glucose today) <ref type="bibr" target="#b13">[14]</ref>. If data represented in CPGs is uncertain, the activities that handle these uncertain data become uncertain as well. For instance, in CDSS systems, when using the diabetes clinical guideline, it is necessary to get the family history for evaluating the risk of insulin therapy. However, in the real hospital environment, clinicians cannot easily obtain all the needed data for his/her health care activity. Based on these issues, the goal of this paper is to construct an approach to represent the uncertainty in CPGs and help doctors judge the risk of these uncertainties in the clinical process. Uncertainty in CPGs means that activity graphs that CPGs are composed of contain uncertain activities.</p><p>As a model for uncertainty, Bayesian Networks (BNs) occupy a prominent position in many medical decision making processes and statistical inference <ref type="bibr" target="#b10">[11,</ref><ref type="bibr" target="#b2">3,</ref><ref type="bibr" target="#b1">2]</ref>. However, there have been few reports on applying BNs to the representation of uncertainty in CPGs. Therefore, to address this issue, we propose an ontologybased representation of uncertainty in CPGs by using BNs.</p><p>In this paper, we first introduce BNs, then we describe the use of BNs for the medical domain, and review previous work on applying semantic web technology to model CPGs in section 2; Section 3 elaborates the mechanism of encoding uncertainty into a CPG ontology; Section 4 describes a scenario validation based on BN inference; Section 5 discusses the conclusions and future work.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Background and Related Work</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1">Bayesian Network</head><p>There are several models that are used to represent uncertainty, such as fuzzylogic, BNs, etc. Generally, a BN of n variables consists of a DAG (Direct Acyclic Graph) of n nodes and a number of arcs. Nodes X i in a DAG correspond to random variables, and directed arcs between two nodes represent direct causal or influential relations from one variable to the other. The uncertainty of the causal relationship is represented locally by the CPT (Conditional Probability Table <ref type="table">)</ref>. P (X i |pa(X i )) associated with each node X i , where pa(X i ) is the parent set of X i . Under the conditional independence assumption, the joint probability distribution of X = (X 1 , X 2 , ..., X n ) can be factored out as a product of the CPTs in the network, namely, the chain rule of BN: P (X) = i P (X i |pa(X i )). With the joint probability distribution, BNs support, at least in theory, any probabilistic inference in the joint space. Besides the power of probabilistic reasoning provided by BNs themselves, we are attracted to BNs in this work for the structural similarity between the DAG of a BN and activity graphs of CPGs: both of them are directed graphs, and direct correspondence exists between many nodes and arcs in the two graphs. Moreover, BNs can be utilized to represent the uncertainty visually, provide inference effectively and facilitate human understanding of CPGs. Considering the advantages of BNs, we apply BNs to represent the uncertainty in CPGs.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2">Bayesian Networks for the Medical Domain</head><p>Because BNs occupy a prominent position as a model for uncertainty in decision making and statistical inference, it has been applied to many medical decision support systems <ref type="bibr" target="#b10">[11,</ref><ref type="bibr" target="#b2">3,</ref><ref type="bibr" target="#b1">2]</ref>. Atoui <ref type="bibr" target="#b2">[3]</ref> adopted a decision making solution based on a BN that he trained to predict the risk of a cardiovascular event (infarction, stroke, or cardiovascular death) based on a set of demographic and clinical data. Aronsky <ref type="bibr" target="#b1">[2]</ref> presented the development and the evaluation of a BN for the diagnosis of community-acquired pneumonia and he showed that BNs are an appropriate method to detect pneumonia patients with high accuracy. With respect to clinical guidelines, Mani <ref type="bibr" target="#b10">[11]</ref> proposed BNs for the induction of decision tables and generated the guideline by these tables. However, although these method focus on predicting some feature or risk of disease by using BN inference, there has been no implementation to represent the uncertainty with respect to activity graphs in CPGs and to reason on the uncertainty to provide the probabilities of target activities, which is the focus of our approach.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.3">Semantic Web for Clinical Practice Guideline</head><p>A representational form of clinical guideline knowledge, which promotes completeness and minimizes inconsistency and redundancy, is essential if we want to implement and share guidelines for computer-based applications. Semantic Web technology offers such sharable and manageable methodology for modeling CPGs. GLIF <ref type="bibr" target="#b14">[15]</ref> and SAGE <ref type="bibr" target="#b16">[17]</ref> are two good examples. For creation and maintenance of implementable clinical guideline specifications, an architecture is presented in <ref type="bibr" target="#b7">[8]</ref>. This architecture includes components such as a rules engine, an OWL-based classification engine and a data repository storing patient data. Moreover, approaches for modeling clinical guidelines are discussed and they show that guideline maintenance is tractable when a CPG is represented in an ontology. Here, we apply an ontology to represent the uncertainty in CPGs because it is more extensible and maintainable than other methods such as relational databases.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Encoding Uncertainty into a CPG Ontology</head><p>Figure <ref type="figure" target="#fig_0">1</ref> depicts the overall procedure of the proposed method. Firstly, the original CPG is encoded into an ontology model that contains uncertainty features using BNs. For this, we propose a formal model of CPG Ontology to represent uncertainty and an algorithm to construct the CPTs (Conditional Probability Tables) of the BN. The CPG ontology can be shared and utilized in different clinical information systems. Then, when a user provides his/her observed evidence in the clinical process, the BN inference engine will load the CPG ontology  </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">Clinical Practice Guideline Ontology</head><p>CPGs typically include multiple recommendation sets represented as an activity graph that show the recommended activities during a clinical process and <ref type="bibr" target="#b3">[4]</ref>. An activity graph describes the relationship between activities in the recommendation set as a process model. In this article, we use a single recommendation set in the SAGE diabetes CPG <ref type="bibr" target="#b0">[1]</ref>, which is an activity graph of aspirin therapy for diabetic patients, to illustrate how we represent the uncertainty in CPGs based on ontology (Fig. <ref type="figure" target="#fig_1">2</ref>). Typically, an activity graph contains three kinds of activities, i.e., context activity, decision activity, action activity. Each activity graph segment within a guideline begins with a context activity node that serves as a control point in guideline execution by specifying the clinical context for that segment. A decision activity node in the SAGE guideline model represents clinical decision logic by listing alternatives (typically subsequent action activity nodes), and specifying the criteria that need to be met to reach those nodes. An action activity node encapsulates a set of work items that must be performed by either a computer system or persons. To represent activities in CPGs, we create the activity class that represents all the nodes in activity graph as shown in Figure <ref type="figure" target="#fig_2">3</ref>. Because there are three kinds of activities, we construct an action class, a context class, and a decision class as sub classes of the activity class in the ontology respectively. In CPGs, activities may include internal conditions that restrict their execution. For example, for the decision activity "Yes;check for ASA(aspirin therapy) contraindications" (Fig. <ref type="figure" target="#fig_1">2</ref>), there are many internal conditions, such as checking presence of family history, checking presence of hypertensive disorder etc., to make sure the ASA contraindications will be checked correctly. We encode these internal conditions of activity as an activity condition class in the ontology (Fig. <ref type="figure" target="#fig_2">3</ref>).</p><p>A CPG Ontology with uncertainty features is defined as follows: In CPG ontology, the activity instance set I represents the set of real activities that belong to activity classes accordingly. The property set P s is proposed to represent the different attributes of activities in order to encode the features of the BN into ontology. The property set P s is defined as follows: In CPGs, if the criteria associated with an activity node are satisfied, it will be successfully executed, which will cause the execution of subsequent nodes in the activity graph. Therefore, the relationship between activities is called the cause relationship. For example, in Figure <ref type="figure" target="#fig_1">2</ref>, the context activity "Patient 21 years or older" causes the decision activity "Check for Aspirin therapy". To represent this relationship in the ontology, we construct the object property cause whose domain and range are activity class and activity condition class. The hasCondition property is proposed as inverse properties of the cause property, which describes the "parent" activities of an activity that cause its execution. For instance, the decision activity "Check for aspirin therapy" has the property hasCondition with value "Patient 21 years or older" activity that causes its execution. With the hasCondition property, users can easily figure out all the conditions that cause the execution of any activity. The cause property plays the role of "directed arc" and all the activity instances play the role of "node" in the DAG of BN. Another property, the hasState property, which has a boolean value range, is denoted as the state of the activity instance; the isObserved property shows if the activity instances have been observed or not.</p><p>Prior probability and conditional probability are two features that represent the uncertainty level of nodes in BNs. To encode prior probability and conditional probability of activity instances into the ontology respectively, hasPrior-ProValue property and hasCondiProValue property are employed. Let A, B be the instances of the activity class representing two concrete activities. We interpret P (A = a) as the prior probability that a value a is a state of instance A and P (B = b|A = a) as the conditional probability that when A has state a, B has state b. For example, when A is activity "Patient 21 years or older", B is activity "Check for Aspirin therapy", P (A = true) = 0.5 can be expressed as follows:</p><p>&lt;Context rdf:ID="Patient_21_yo_or_older"&gt; &lt;hasPriorProValue rdf:datatype="http://www.w3.org/2001/XMLSchema#float" &gt;0.5&lt;/hasPriorProValue&gt; &lt;hasState rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean" &gt;true&lt;/hasState&gt; &lt;cause rdf:resource="#Check_for_Aspirin_therapy"/&gt; &lt;/Context&gt;</p><p>The conditional probability P (B = true|A = true) = 1.0 can be expressed as follows:  This algorithm provides principles to initialize the CPTs of BNs. The instances in the definition mean the activity instances in the CPGs. Firstly, we assign prior probabilities to activity instances, i.e, only when the activity instances have no "parents" in BN, they have prior probabilities. When an activity A causes the set of activities {B 1 , B 2 , ..., B n } simultaneously, the conditional probability P (B i |A) = 1.0, (i = 1, ..., n) (Fig. <ref type="figure" target="#fig_6">4(a)</ref>); when an activity A causes one of the activities {B 1 , B 2 , ..., B n }, the conditional probability P (B i |A) = 1.0/n, (i = 1, ..., n) (Fig. <ref type="figure" target="#fig_6">4(b</ref>)); when a set of activities {A 1 , A 2 , ..., A n } cause activity B together, then P (B|A 1 , A 2 , ..., A n ) = 1.0 (Fig. <ref type="figure" target="#fig_6">4(c</ref>)); when one of the activities {A 1 , A 2 , ..., A n } can cause activity B, then P (B|A 1 , A 2 , ..., A n ) = 0.0 (Fig. <ref type="figure" target="#fig_6">4(d))</ref>.</p><p>With the initialization of CPTs, we have finished constructing the BN from an ontology that represents the uncertainty in CPGs, namely, the activity graphs containing uncertain activities are represented using a BN. When a BN inference engine loads this ontology, the ontology will be converted to a BN for BN inference. All the instances of the activity class and the activity condition class are translated into the node of the BN whose properties are also converted from properties of these instances in ontology accordingly. In the BN, an arc is drawn between nodes if the corresponding two activity instances are related by a cause property, with the direction from the activity instance that has cause property to the value of this property. CPTs in the BN are also easily obtained from property hasCondiProValue and property hasPriorProValue of corresponding activity instances. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">A Scenario Validation Based on Bayesian Network Inference</head><p>We apply the variable elimination algorithm <ref type="bibr" target="#b8">[9,</ref><ref type="bibr" target="#b4">5]</ref> to perform BN inference. To verify the feasibility of our approach, a scenario of aspirin therapy for a diabetic patient is proposed. Based on this scenario, we apply our ontology-based BN approach to represent the uncertainty in CPGs and carried out the BN inference based on this BN.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1">Bayesian Network Inference</head><p>There are a lot of algorithms that manipulate BNs to produce posterior values <ref type="bibr" target="#b15">[16,</ref><ref type="bibr" target="#b9">10]</ref>. The variable elimination algorithm <ref type="bibr" target="#b8">[9,</ref><ref type="bibr" target="#b4">5]</ref> and the bucket elimination algorithm <ref type="bibr" target="#b5">[6]</ref> are focused on algebraic operations. Since algebraic schemes like variable and bucket elimination compute marginal probability values for a given set of variables that is suitable for inference on observed evidence, we apply the variable elimination algorithm to implement the BN inference on the uncertainty of CPGs. We assume all random variables have a finite number of possible values. Set of variables are denoted in bold; for instance, X. The set of all variables that belong to X but do not belong to Y is indicated by X\Y. The expression X f (X, Y) indicates that all variables in X are summed out from the function f (X, Y). Denoted by P (X) is the probability density of X: P (x) is the probability measure of the event {X = x}. Denoted by P (X|Y ) is the probability density of X conditional on values of Y .</p><p>Given a BN, the event E denotes the observed evidence in the network. Denoted by X E is the set of observed variables. Inferences with BNs usually involve the calculation of the posterior marginal for a set of query variables X q . The posterior of X q given E is:</p><formula xml:id="formula_0">P (X q |E) = P (X q , E) P (E) = X\{Xq,X E } P (X) X\X E P (X)<label>(1)</label></formula><p>The detail of variable elimination algorithm can be found in <ref type="bibr" target="#b8">[9,</ref><ref type="bibr" target="#b4">5]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.2">A Validation of an Aspirin Therapy Scenario for Diabetic Patients</head><p>We demonstrate the validity of our approach by applying an experiment to the CPG of aspirin therapy for diabetic patients (Fig. <ref type="figure" target="#fig_1">2</ref>). Let us consider a scenario:</p><p>Scenario 1 A user(medical student, nurse or physician etc. ) is trying to apply aspirin therapy for a diabetic patient using the diabetes CPG. When he/she tries to check the aspirin risk factors, he/she can get a few observed evidence, such as observations of hypertensive disorder, tobacco user finding, hyperlipidemia, and myocardial infarction. In this case, the user wants to evaluate target activities that he is concerned about in this CPG. In this way, he hopes the results can help him understand the effect of the observed evidence on the target activities during the whole clinical process. In the scenario, the CPG of aspirin therapy for diabetic patients is used. Since there are some uncertain activities with respect to the activity graph in this CPG, we can apply our ontology-based BN approach to represent this uncertainty. Details are described in Section 3. Figure <ref type="figure" target="#fig_7">5</ref> shows the ontology-based BN representing the uncertainty in the CPG of aspirin therapy for diabetic patients.</p><p>After loading the ontology-based BN, the BN inference engine can process BN inference when the user provides his/her observed evidence, such as observations of hypertensive disorder, tobacco user finding, hyperlipidemia, and myocardial infarction in this scenario (Fig. <ref type="figure" target="#fig_7">5</ref>). If the user selects the target activities, the BN inference engine can calculate the probability of them by using the variable elimination.</p><p>For example, after the user got the observed evidence of some aspirin risk factors, he wants to know the probability of activity "No ASA (aspirin therapy) contraindications; recommend ASA" to help him to judge whether or not his ob-servations of aspirin risk factors are adequate. In the BN inference engine, since the activity instance "presence of problem hypertensive disorder" is observed, its property isObserved is set true and the property hasState is set f alse. Similarly, the activities instances "presence of problem myocardial infarction", "presence of tobacco user finding", and "presence of problem hyperlipidemia" are also set in the same manner. With CPTs in this BN, equation 1 (Section 4.1) is applied to calculate the probability of activity instance "No ASA contraindications; recommend ASA" : P (X q |E) = P (X q , E) P (E) = X\{Xq,X E } P (X)</p><formula xml:id="formula_1">X\X E P (X) = 0.775</formula><p>where X q ={"No ASA contraindications; recommend ASA"}, and E={"presence of problem hypertensive disorder" = f alse,"presence of problem myocardial infarction" = f alse, "presence of tobacco user finding" = f alse, "presence of problem hyperlipidemia"= f alse }.</p><p>In another case, when the user wants to get the uncertain degree of activity instance "presence of problem coagulation factor deficiency syndrome", he can choose this target activity instance based on the observed evidence E. Through BN inference, we can obtain: P (X q |E) = P (X q , E) P (E) = 0.6425 where X q ={"presence of problem coagulation factor deficiency syndrome"} and E is the same as the above case.</p><p>The results in the two cases show high probabilities for the target activities, which suggest the user can make a decision to go ahead based on the observed evidence. When we consult several medical experts with this scenario, their opinions are coincident with these results, which shows the feasibility of our approach.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Conclusion and future work</head><p>In this paper, we contribute an ontology-based BN approach to represent the uncertainty in CPGs. With this uncertain representation in ontology, computers can: (1) calculate the uncertainty of target activities in CPGs; (2) remind users of the missing important data or event items, which should be observed in the clinical process; (3) simulate the clinical process under uncertain situations, which can be applied to e-learning systems in medical schools.</p><p>In the future, we are planning to combine our approach with a real CIS environment and apply uncertain clinical data to our application. A more comprehensive evaluation based on real clinical data should also be carried out.</p><p>Interoperable EHR Research and Development Center(A050909), Ministry of Health &amp; Welfare, Republic of Korea.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Fig. 1 .</head><label>1</label><figDesc>Fig. 1. The framework</figDesc><graphic coords="4,139.13,115.91,340.10,155.83" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Fig. 2 .</head><label>2</label><figDesc>Fig. 2. Clinical practice guideline of aspirin therapy for diabetic patients(ASA means aspirin therapy)</figDesc><graphic coords="4,134.76,387.52,396.80,113.10" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Fig. 3 .</head><label>3</label><figDesc>Fig. 3. Classes representation for clinical practice guideline</figDesc><graphic coords="5,224.17,245.43,170.00,118.78" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Definition 1 .</head><label>1</label><figDesc>(CPG Ontology) CPG Ontology O := {C, I, P s, cinst}, with an activity class set C, an activity instance set I, a property set P s, and an activity class instantiation function cinst : C → 2 I .</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_4"><head>Definition 2 .</head><label>2</label><figDesc>(Properties for uncertainty representation) Property Set Ps := {cause, hasCondition, hasState, isObserved, hasPriorProValue, hasCondiProValue}, has a property function cause : I → I, a property function hasCondition : I → I, a property function hasState : I → Boolean, a property function isObserved: I → Boolean, a property function hasP riorP roV alue: I → F loat, and a property function hasCondiP roV alue: I → F loat.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_5"><head></head><label></label><figDesc>&lt;Decision rdf:ID="Check_for_Aspirin_therapy"&gt; &lt;hasCondition&gt; &lt;Context rdf:ID="Patient_21_yo_or_older"&gt; &lt;hasState rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean" &gt;true&lt;/hasState&gt; &lt;/Context&gt; &lt;/hasCondition&gt; &lt;hasState rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean" &gt;true&lt;/hasState&gt; &lt;hasCondiProValue rdf:datatype="http://www.w3.org/2001/XMLSchema#float" &gt;1.0&lt;/hasCondiProValue&gt; &lt;cause rdf:resource="#Check_fo_age_older_than_40"/&gt; &lt;/Decision&gt; 3.2 Construction of Conditional Probability Tables</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_6"><head>Fig. 4 .</head><label>4</label><figDesc>Fig. 4. Algorithm for constructing the conditional probability tables</figDesc><graphic coords="7,167.48,267.97,283.40,101.95" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_7"><head>Fig. 5 .</head><label>5</label><figDesc>Fig. 5. An ontology based Bayesian network of aspirin therapy for diabetic patients derived from figure 2 (blue nodes are the observed ones)</figDesc><graphic coords="10,136.81,180.82,425.10,260.47" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head></head><label></label><figDesc>Algorithm 1 Construct CPTs( CPG η, CPG Ontology O ) for each activity Xi in η do if Xi can be successfully executed then Set property hasState of activity instance Xoi in O with value true end if if there is no activity that causes the execution of Xi then Set property hasCondition of activity instance Xoi in O with value null Set property hasP riorP roV alue of Xoi with value 0.5 end if end for if activity A in η cause the execution of activities n i=1 Bi then Set property hasCondiP roV alue of activity instance Boi in O with value 1.0 Set activity instance Ao as the value of property hasCondition of activity instance Boi in O Set property hasState of activity instance Ao and Boi in O with value true end if if activity A in η cause the execution of activities n i=1 Bi then Set property hasCondiP roV alue of activity instance Boi in O with value 1.0/n Set activity instance Ao as the value of property hasCondition of activity instance Boi in O Set property hasState of activity instance Ao and Boi in O with value true end if if activities n i=1 Ai in η cause the execution of activities B then Set property hasCondiP roV alue of activity instance Bo in O with value 1.0 Set activity instances Ao1, ..., Aon as the value of property hasCondition of activity instance Bo in O Set property hasState of activity instance Aoi and Bo in O with value true end if if activities n i=1 Ai in η cause the execution of activities B then Set property hasCondiP roV alue of activity instance Bo in O with value 0.0 Set activity instances Ao1, ..., Aon as the value of property hasCondition of activity instance Bo in O Set property hasState of activity instance Aoi with value false Set property hasState of activity instance Bo with value true end if</figDesc><table /></figure>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgements</head><p>This study was supported by a grant of National Project for Information Technology Advancement, Ministry of Information and Communication, and the</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<ptr target="http://sage.wherever.org/cpgs/diabetes/diabeteshtml/phtml.html" />
		<title level="m">Sage diabetes guideline</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Diagnosing community-acquired pneumonia with a bayesian network</title>
		<author>
			<persName><forename type="first">D</forename><surname>Aronsky</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">J</forename><surname>Haug</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc AMIA Symp</title>
				<meeting>AMIA Symp</meeting>
		<imprint>
			<date type="published" when="1998">1998</date>
			<biblScope unit="page" from="632" to="636" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Cardiovascular risk stratification in decision support systems:a probabilistic approach. application to phealth</title>
		<author>
			<persName><forename type="first">H</forename><surname>Atoui</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Fayn</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Gueyffier</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Rubel</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Computers in Cardiology</title>
		<imprint>
			<biblScope unit="volume">33</biblScope>
			<biblScope unit="page" from="281" to="284" />
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<monogr>
		<title level="m" type="main">The sage guideline model:a knowledge representation framework for encoding interoperable cpgs</title>
		<author>
			<persName><forename type="first">J</forename><surname>Campbell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Tu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Mansfield</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Boyer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Mcclay</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Parker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Ram</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Scheitel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Mcdonald</surname></persName>
		</author>
		<idno>SMI- 2003-0962</idno>
		<imprint>
			<date type="published" when="2003">2003</date>
		</imprint>
	</monogr>
	<note type="report_type">Stanford Medical Informatics Report</note>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Generalizing variable elimination in bayesian networks</title>
		<author>
			<persName><forename type="first">F</forename><forename type="middle">G</forename><surname>Cozman</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Workshop on Probabilistic Reasoning in Artificial Intelligence</title>
				<imprint>
			<date type="published" when="2000">2000</date>
			<biblScope unit="page" from="27" to="32" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Bucket elimination: A unifying framework for probabilistic inference</title>
		<author>
			<persName><forename type="first">R</forename><surname>Dechter</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Learning in Graphical Models,MITPress</title>
				<editor>
			<persName><forename type="first">M</forename><forename type="middle">I</forename><surname>Jordan</surname></persName>
		</editor>
		<imprint>
			<date type="published" when="1999">1999</date>
			<biblScope unit="page" from="75" to="104" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Writing arden syntax medical logic modules</title>
		<author>
			<persName><forename type="first">G</forename><surname>Hripcsak</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Comput Biol Med</title>
		<imprint>
			<biblScope unit="volume">24</biblScope>
			<biblScope unit="page" from="331" to="363" />
			<date type="published" when="1994">1994</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Creation and maintenance of implementable clinical guideline specifications</title>
		<author>
			<persName><forename type="first">V</forename><surname>Kashyap</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Morales</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Hongsermeier</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ISWC 2005</title>
				<imprint>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Exploiting causal independence in bayesian network inference</title>
		<author>
			<persName><forename type="first">Z</forename><forename type="middle">N</forename></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">D</forename></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Artificial Intelligence Research</title>
		<imprint>
			<biblScope unit="page" from="301" to="328" />
			<date type="published" when="1996">1996</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Local computations with probabilities on graphical structures and their application to expert systems</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">L</forename><surname>Lauritzen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">J</forename><surname>Spiegelhalter</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of the Royal Statistical SocietyB</title>
		<imprint>
			<biblScope unit="volume">50</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="157" to="224" />
			<date type="published" when="1988">1988</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Guideline generation from data by induction of decision tables using a bayesian network framework</title>
		<author>
			<persName><forename type="first">S</forename><surname>Mani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">J</forename><surname>Pazzani</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">JAMIA supplement</title>
		<imprint>
			<biblScope unit="page" from="518" to="522" />
			<date type="published" when="1998">1998</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Developing and implementing computerized protocols for standardization of clinical decisions</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">H</forename><surname>Morris</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Annal of Internal Medicine</title>
		<imprint>
			<biblScope unit="volume">132</biblScope>
			<biblScope unit="issue">5</biblScope>
			<biblScope unit="page" from="373" to="383" />
			<date type="published" when="2000">2000</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Eon:a component-based approach to automation of protocol-directedtherapy</title>
		<author>
			<persName><forename type="first">M</forename><surname>Musen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Tu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Das</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Shahar</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">J Am Med Inform Assoc</title>
		<imprint>
			<biblScope unit="volume">2</biblScope>
			<biblScope unit="page" from="367" to="388" />
			<date type="published" when="1996">1996</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Representing uncertainty in clinical practice guidelines</title>
		<author>
			<persName><forename type="first">L</forename><surname>Ohno-Machado</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">An Invitational Workshop: Towards Representations for Sharable Guidelines</title>
				<imprint>
			<date type="published" when="2000-03">March 2000</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">The guideline interchange format: A model for representing guidelines</title>
		<author>
			<persName><forename type="first">L</forename><surname>Ohno-Machado</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">N</forename><surname>Murphy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">E</forename><surname>Oliver</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">A</forename><surname>Greenes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">O</forename><surname>Barnett</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of the Americal Medical Informatics Association</title>
		<imprint>
			<biblScope unit="volume">5</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="357" to="372" />
			<date type="published" when="1998-07">Jul 1998</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<monogr>
		<title level="m" type="main">Probabilistic Reasoning in Intelligent Systems: Networks of Plausible Inference</title>
		<author>
			<persName><forename type="first">J</forename><surname>Pearl</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1988">1988</date>
			<publisher>Morgan Kaufmann</publisher>
			<pubPlace>SanMateo,California</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Executing clinical practice guidelines using the sage execution engine</title>
		<author>
			<persName><forename type="first">P</forename><surname>Ram</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Berg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Tu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Mansfield</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Q</forename><surname>Ye</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Abarbanel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Beard</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Medinfo</title>
		<imprint>
			<biblScope unit="page" from="251" to="255" />
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Geode-cm:a state-transition framework for clinical management</title>
		<author>
			<persName><forename type="first">P</forename><surname>Stoufflet</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Ohno-Machado</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Deibel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Lee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Greenes</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">20th Annu Symp Comput Appl Med Care</title>
				<imprint>
			<date type="published" when="1996">1996</date>
			<biblScope unit="page">924</biblScope>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
