Deriving an Abstraction Network to Support Quality Assurance in OCRe

Size: px
Start display at page:

Download "Deriving an Abstraction Network to Support Quality Assurance in OCRe"

Transcription

1 Deriving an Abstraction Network to Support Quality Assurance in OCRe Christopher Ochs, MS 1, Ankur Agrawal, BE 1, Yehoshua Perl, PhD 1, Michael Halper, PhD 1, Samson W. Tu, MS 3, Simona Carini, MA 2, Ida Sim, MD, PhD 2, Natasha Noy, PhD 3, Mark Musen, MD, PhD 3, James Geller, PhD 1 1 New Jersey Institute of Technology, Newark, NJ; 2 Univ. of California, San Francisco, San Francisco, CA; 3 Stanford University, Stanford, CA Abstract An abstraction network is an auxiliary network of nodes and links that provides a compact, high-level view of an ontology, which is typically large and complex in nature. Such a view lends support to ontology orientation, comprehension, and quality-assurance efforts. A methodology is presented for deriving a kind of abstraction network, called a partial-area taxonomy, for the Ontology of Clinical Research (OCRe), covering the topic of studies with human subjects. OCRe was selected as a representative of ontologies implemented using the Web Ontology Language (OWL). The derivation of the partial-area taxonomy for one specific hierarchy of OCRe, namely, the Entity hierarchy, is described. Utilizing the enhanced visualization of the content and structure of the hierarchy provided by the taxonomy, the Entity hierarchy is audited, and several errors and inconsistencies in OCRe s modeling of its domain are exposed. After appropriate corrections are made to OCRe, a new partial-area taxonomy is derived. The generalizability of the paradigm of the derivation methodology to various families of biomedical ontologies is discussed. Introduction Biomedical ontologies support communication and integration among healthcare information systems. These terminological knowledge bases are typically large and complex, making them difficult to visualize and comprehend. As a result, errors and inconsistencies in their content are nearly unavoidable and are often difficult to detect. Visualization tools like FlexViz [1] help in this regard by providing a view of one concept s contextual neighborhood, including its parents, children, and target concepts of its lateral relationships. Such visualization tools provide micro-level contextual knowledge for concepts, but are not helpful in gaining an understanding of the whole ontology, i.e., getting an idea of its gestalt. To accomplishment that task, other tools are required. One example of such a tool is an abstraction network, a relatively compact, auxiliary collection of nodes and links that summarizes the structure and content of an ontology. Each node in an abstraction network derived from the ontology itself represents a whole subset of classes, unified by a similar structure and/or semantics. The nodes are organized hierarchically in a manner derived from the hierarchical relationships in the original ontology. While abstraction networks have previously been constructed for various terminologies and terminological systems [2], idiosyncrasies in the underlying knowledge models can limit the overall applicability of the methodologies. There is a need to formulate a unified abstraction methodology that can work with an entire family of ontologies exhibiting similar knowledge properties. In this paper, we begin the work toward that goal. In fact, fruitful ground for this work can be found in the extensive collection of important ontologies hosted in the National Center for Biomedical Ontology (NCBO) BioPortal repository [3, 4]. In particular, we present an abstraction methodology for the Ontology of Clinical Research (OCRe), as a representative description-logic-based ontology, modeled using OWL. The abstraction network derived for OCRe is called a partial-area taxonomy. Its usefulness in auditing OCRe and guiding selective remodeling is demonstrated. Indeed, the results of this research have already been incorporated into a newer release of OCRe. The general applicability of the methodology with respect to other ontologies is discussed. Background In previous work, two abstraction networks, the area taxonomy and the partial-area taxonomy, have been formulated and successfully employed in quality-assurance efforts for SNOMED CT hierarchies [5]. The area taxonomy is derived based on the relationship patterns exhibited by the hierarchy s concepts, which are partitioned accordingly into groups called areas. The partial-area taxonomy goes further by systematically dividing areas into

2 smaller groups of concepts, called partial-areas, based on relationship patterns and hierarchical proximity. The methodology presented in this paper significantly adapts some of the techniques to OCRe (and related ontologies). The Ontology of Clinical Research (OCRe) provides classes and relationships to characterize the different types of human studies in a uniform way [6]. It was developed in the Web Ontology Language (OWL) 1.1 [6] using Protégé 4.1 [6], and focuses on annotating human studies according to their design and analysis. OCRe is organized as a set of modular components with the core modules being study protocol, study design, and statistics. OCRe includes significant information on human investigations, with its Revision 258 consisting of 342 unique classes and 192 different kinds of relationships [7]. In this research, we have accessed OCRe through the National Center for Biomedical Ontologies (NCBO) BioPortal, which provides access to a collection of over 300 ontologies with a uniform framework [2]. OWL [8] is based on description logic (DL) and defines ontologies in an abstract syntax. Ontology authoring tools, such as Protégé [9, 10], help create ontologies in OWL format. Within NCBO s BioPortal [3, 4], many ontologies, including OCRe, are released in this format [11-13]. Overall, an OWL ontology consists of a collection of classes that may be related to one another through a class hierarchy. All classes are subclasses of owl:thing which is the root class and all classes are subclassed by owl:nothing which is the empty class. An important knowledge element used in this paper is the object property, which defines a directed binary relationship between two classes, allowing for their respective instances to be related. As an example from [14], consider this definition of the object property madefromgrape: <owl:objectproperty rdf:id="madefromgrape"> <rdfs:domain rdf:resource="#wine"/> <rdfs:range rdf:resource="#winegrape"/> </owl:objectproperty> This states that madefromgrape has the domain (class) Wine and the range (class) WineGrape. Therefore, for example, LindemansBin65Chardonnay (a type of wine) can be related to ChardonnayGrape (a type of grape) using the object property madefromgrape. OCRe is released in the asserted OWL format. An ontology released in the asserted format consists of only the knowledge explicitly defined by the editor(s) of the ontology. This stands in contrast to the inferred view of an ontology, which is obtained by running a reasoner on the asserted view. More precisely, classifiers take the facts from the asserted view of an ontology and infer new knowledge to obtain the inferred view of the same ontology. The inferred view may contain new hierarchical relationships, different domains for object properties, and other knowledge that was not explicitly expressed in the asserted view. Methods An Abstraction Network for OCRe The derivation of a partial-area taxonomy abstraction network for OCRe requires the reformulation of the taxonomic elements of area and partial-area. Here, these notions are based on object properties and their defined (class) domains. This represents a shift from a reliance on actual relationship occurrences to potential relationship occurrences. Let O be a non-empty set of object properties. The area with respect to O is defined as the set of all classes that are explicitly defined (or are inferred) as being in the exact domains of O s object properties. The object properties collectively are used to name the area. For example, the OCRe class Entity is explicitly asserted as the domain for the object properties has part and part of; therefore, it belongs to the area named {has part, part of}. All of the descendants of Entity are also implicitly within the domain of has part and part of. However, many descendants introduce new object properties of their own and therefore will have different (larger) sets of object properties and reside in different areas. This inheritance and introduction of object properties within OCRe is the basis for defining an area taxonomy. Areas are linked by child-of relationships that abstract the underlying subclass hierarchy. A root within an area is defined as a class whose set of object properties differs from all such sets of its superclasses. An area may have more than one root. A partial-area, which is based on a root within an area, is defined as a collection of classes that share a common set of object properties and a common ancestor class, namely, the root, which introduced the partial-area s new object properties (while the rest of the object properties were inherited from ancestors of the root). Let R be a root of an area A. The set of classes consisting of R and all its descendants in A is called a partial-area and is named after the root. Partial-areas are linked by child-of relationships derived from the

3 underlying subclass hierarchy in the ontology. In this paper, we focus on OCRe s Entity hierarchy, which is the largest and features a rich set of object properties. As of Version 244, there were 120 distinct classes and 75 unique types of object properties defined within Entity. This hierarchy also contains the important Study class, which is considered the primary element of OCRe. A preliminary step in creating the partial-area taxonomy was to run a reasoner on the ontology. We applied Pellet, provided within Protégé [7]. As the first step, we analyzed where object properties were introduced within the hierarchy. Figure 1 shows an indented subhierarchy of 21 classes from Entity, along with classes that are explicitly defined as the domains for the given object properties. The object properties introduced at a given class are shown in bold brackets next to the class name. As an example, the class Physical entity is defined as being within the domain of two object properties, is element of and plays. In addition, Physical entity has the two object properties has part and part of that are inherited from the Entity class. Altogether, Physical entity has four object properties. Object properties are color-coded according to the total number of properties for this class. For example, all classes with a green-colored object property have three in total. This color coding will be utilized in the following figures. Figure 1. A portion of OCRe s Entity hierarchy in an indented format with object properties introduced. The number after + indicates the inherited properties. Once the inferred hierarchy was established and all the properties were identified, the hierarchy was traversed using a depth first search algorithm and classes that shared the exact same set of properties were grouped together. This second step established the area taxonomy for Entity. Figure 2 shows the grouping of classes for the part of the hierarchy from Figure 1. Areas are represented as colored boxes. Different colors indicate different numbers of object properties. Sets of properties are shown at the top of each colored box. Each such list of properties is the respective area s name. Classes with that set of properties are shown in the box, with descendants of each root shown indented. For example, the class Collection in Figure 2 has the object property set {has part, part of, has element} and a child class Population along with two grandchildren, Enrolled population and Study population. Edges are used to represent child-of links between areas. Child-of links indicate the chain of inheritance involved with a particular set of object properties. The edge from the area containing Organization indicates that this area inherited five properties from the area containing Social institution. The third and final step was to identify the roots of each area and group the descendants of these roots into partialareas. In Figure 2, Planned activity is the ancestor of five classes that all share the same set of object properties: has part, part of, has effective time, has planned component relationship, and occurs in. This group of classes is joined into a single partial-area rooted at Planned activity. Partial-areas are then arranged into the partial-area taxonomy. Child-of links between partial-areas are established, linking each root to the partial-area where its superclass resides. Figure 3 shows the partial-area taxonomy for the subset of classes from Figure 2. In Figure 3, we explicitly identity

4 the root that names each partial-area. The numbers in parentheses indicate the total numbers of classes of the respective partial-areas. The targets of the child-of s between partial-areas are listed in the boxes after CHILD OF. Figure 2. The grouping of classes from Figure 1 into areas based on each class s set of object properties. Edges are child-of links between areas. Figure 3. Partial-areas derived for each area in Figure 2. The targets of child-of links within partial-areas are indicated after CHILD OF. Figure 4 shows the final diagram representation of the partial-area taxonomy created for the subhierarchy of Entity given in Figure 1. It is a representation that is more compact than the original hierarchy. In Figure 4, we have condensed the 21 classes of Figure 1 into a structure of ten partial-areas residing in nine areas. In the figure, the colored boxes represent areas. The white boxes in an area are the partial-areas. The number of classes for each partial-area is shown. We organized areas into levels based on their number of object properties. Areas containing classes with the fewest object properties are at the top, while those with the most properties are at the bottom. Within the partial-area taxonomy, edges are used to represent the child-of s links between partial-areas. As a graphical simplification, we draw edges only between areas when all of the partial-areas of a given area are children of the same parent area. As the level structure is now explicit, arrow heads may be omitted. For additional clarity, edges may be color coded based on which area the parent partial-area resides in. For example, Biospecimen is childof Physical entity. Because Physical entity is at Level 2 (blue), a blue line is used to connect the two areas that contain these two partial-areas.

5 Figure 4. Partial-area taxonomy for the subset of classes from OCRe s Entity hierarchy used in Figures 1 3. Auditing Methodology One way to perform quality assurance is to review the partial-area taxonomy to see whether it conforms to the original conception that the designer of the ontology had. For example, do the various partial-areas indeed have the correct sets of object properties? Such a review can be done by an individual who is familiar with the content and structure of the ontology. Another way of utilizing the taxonomy is by identifying any components that display an anomaly vis-à-vis the rest of the ontology. For example, a partial-area that is much larger than all the other partialareas might be considered an anomaly. Another example is a partial-area in which a very large number of object properties are introduced. A further anomaly may relate to exceptions in the number of child-of relationships emanating from a partial-area. If, for example, most partial-areas have just one child-of and only a few have multiple child-of s, the latter constitute an exception to the norm and are recommended for review. It is not necessarily the case that each such anomaly manifests an error, but the anomalous classes are recommended for in-depth review by an auditor or curator of the ontology. Some anomalies are the results of modeling errors that can be discovered during an in-depth review. Results The complete partial-area taxonomy for the Entity hierarchy, shown in Figure 5, was created for Version 244 of OCRe, as hosted on NCBO s BioPortal repository. This version of Entity consists of 120 classes and 75 unique types of object properties. Levels are numbered, with the root area {has part, part of} at Level 0. Lower levels have larger level numbers and also larger numbers of object properties; however, these numbers are usually not equal. The partial-area Physical entity is in the area {has part, part of, is element of, plays} at Level 2. Physical entity has three classes, the root and its two children, Material and Organism (see Figure 2). There are two partial-areas that are child-of the partial-area Physical entity: Person which is a subclass of Organism, and Biospecimen which is a subclass of Material in the original ontology. The corresponding child-of relationships are shown as (blue) lines in Figure 5. In total, the taxonomy has 21 areas organized into nine levels. There are 23 partial-areas in total, because two areas at Level 1 contain two partial-areas. Twelve of the partial-areas consist of just one class. To observe the main focus of the content of the Entity hierarchy, we should concentrate on the larger partial-areas: Entity (14 classes), Study design (13 classes), Outcome analysis specification (34 classes), Planned activity (6 classes), and Study (24 classes). By reviewing the 21 partial-areas and concentrating on the large ones, one can get an orientation to the structure and content of this hierarchy. The two largest partial-areas, Outcome analysis specification and Study, should be considered anomalous. At first, the OCRe curators were surprised to see so many classes included within the former. Upon closer inspection, it was seen that all 33 descendants of Outcome analysis specification describe statistical methods and clearly do not belong under

6 this class. Furthermore, they do not even belong in the Entity hierarchy. In the revised modeling of OCRe, all 33 were moved to OCRe s Statistical concept hierarchy. Figure 5. Complete partial-area taxonomy for OCRe s Entity hierarchy prior to auditing efforts. Figure 6 shows the taxonomy of the revised Entity hierarchy, which has only 88 classes. It was made available on BioPortal as Version 258 of OCRe. In the revised taxonomy, the partial-area Outcome analysis specification contains just one class on Level 2 (blue) with only four object properties. Outcome analysis specification was removed as the domain of two object properties, has dependent variable and has independent variable, which were formulated as existential restrictions on Outcome analysis specification. Variable specification was added as the domain of these properties inverses. Because of this addition, Variable specification moved down one level to Level 7 in the taxonomy. Another anomaly was encountered at the partial-area Relative time point (one class). It is the only partial-area that has two child-of s emanating from it, one to the partial-area Entity, where it is a subclass of the Time point class, and the other to the partial-area Time interval, where it is a subclass of the root class Time interval. According to the definition provided within the ontology, Relative time point is not a Time interval at all, but a Time point in reference to some other given time point. Furthermore, the subclass to Time interval was not in the asserted view of OCRe, but was instead inferred by the Pellet reasoner. The error was due to an error in the specified domain of the duration object property, leading the reasoner to infer an unintended subsumption relationship. During the review of OCRe, the domain of the property was changed and as a result the second subclass relationship to Time interval is no longer inferred. In Figure 6, Relative time point appears on Level 3 (red), with only five object properties. This is due to the fact that the two object properties has start time and has stop time, originally inherited from Time interval, disappeared since Relative time point is no longer a subclass of Time interval.

7 Figure 6. Partial-area taxonomy for OCRe s Entity hierarchy, revised after an audit. Another change in the ontology resulted from observations made upon review of the various partial-areas and their sets of object properties. The partial-area Physical entity (two classes) had an irrelevant object property has semantic constraint, which was removed. This partial-area is now on Level 2 (blue) of the taxonomy (Figure 6). Discussion Our long-range goal in a broader research project is to develop methodologies for deriving partial-area taxonomies and similar abstraction networks that are applicable to whole families of ontologies, with members sharing a similar model and similar meta-properties. Examples of candidate ontologies that all share a similar model and have similar properties to OCRe include the Orphanet Ontology of Rare Diseases (OntoOrpha) [15, 16], the Bone Dysplasia Ontology (BDO) [17], and the Sleep Domain Ontology (SDO) [18, 19]. Hence, we hypothesize that they form a family and that the methodology developed in this paper for deriving a partial-area taxonomy is applicable to them and further that such a taxonomy is useful for quality assurance. However, we note that OCRe is somewhat unusual among OWL ontologies in its careful assignment of domains for object properties. Future research may lead to distinguishing among various kinds of OWL ontologies, and to the formulation of several families requiring potentially different methodologies for taxonomy derivation. OCRe served as an initial test case for developing a methodology for deriving taxonomies for medical ontologies based on DL and expressed using OWL. It is an encouraging sign that the derived taxonomy for OCRe has proven helpful in quality assurance and was embraced by the OCRe editorial team for this purpose. Further taxonomy derivation is planned for the other six hierarchies of OCRe for the purpose of auditing. With regards to the methodology used in this paper, we note that the intermediate stages, reflected by Figures 1, 2, and 3, are only shown for expository purposes. The methodology is algorithmic and can automatically generate the partial-area taxonomy (as has been done previously for SNOMED CT). The purpose of highlighting these stages and

8 the transitions between them was to help the reader develop an understanding of the process. In other words, we provided the figures for the intermediate stages to demystify the black box derivation. A human auditor will only see the final results, corresponding to Figure 5 before the auditing and Figure 6 afterward. The remodeling of OCRe following the auditing that was facilitated by the taxonomy of Figure 5 has not yet been completed. In addition to the changes reflected in Figure 6 and presented in the previous section, there is some additional remodeling work underway for the partial-area Study (bottom of Figure 5 on Level 8). This partial-area has 24 object properties, a large increase versus the nine object properties at Level 7 in the taxonomy. It is surprising that besides part of and has part all 22 other object properties are introduced at the same class Study. One could envision some of the object properties being defined at children or grandchildren of Study. For example, the object properties has recruitment status or has biospecimen collected may not be relevant for all 24 classes of this partialarea and should be introduced at appropriate descendants. This introduction would partition the large partial-area Study into several smaller ones, likely improving the presentation of OCRe to users. The editorial team of OCRe is currently using this feedback to re-examine the modeling of these classes, which are critical to the purpose of OCRe. Some initial changes are reflected in Figure 6, where Study has grown from 24 to 26 classes, compared to Figure 5, reflecting a finer distinction between classes. Conclusions An abstraction-network derivation methodology has been introduced and used to obtain a partial-area taxonomy for OCRe, an OWL ontology, focusing on human studies. This taxonomy was shown to support quality-assurance efforts and led to an improved version of the Entity hierarchy of OCRe, which was reduced from 120 classes to 88 classes. The corrections suggested by the study have already been incorporated by the OCRe editorial team into Version 258 of OCRe, hosted in the NCBO BioPortal, and more corrections are expected in the future. The derivation methodology is applicable to three more ontologies in the NCBO BioPortal. Further work is planned in studying the generalizability of the paradigm for taxonomy derivation methodologies for various families of ontologies sharing similar models and properties. References 1. The CHISEL Group, University of Victoria. [cited 2012 January 24]; Available from: 2. Min H, Perl Y, Chen Y, Halper M, Geller J, Wang Y. Auditing as part of the terminology design life cycle. J Am Med Inform Assoc. 2006;13(6): Epub 2006/08/ BioPortal. [cited 2012 January 30]; Available from: 4. Musen MA, Noy NF, Shah NH, Whetzel PL, Chute CG, Story MA, et al. The national center for biomedical ontology. J Am Med Inform Assoc. 2012;19(2): Wang Y, Halper M, Min H, Perl Y, Chen Y, Spackman KA. Structural methodologies for auditing SNOMED. J Biomed Inform. 2007;40(5): Epub 2007/02/ Tu S, Carini S, Rector A, Maccalum P, Toujilov I, Harris S, et al. OCRe: An Ontology of Clinical Research. 11th International Protege Conference OCRe in BioPortal. BioPortal [updated February 21, 2012; cited 2012 February 22]; Available from: 8. OWL Web Ontology Language Overview. [cited 2012 February 23]; Available from: 9. Noy NF, Crubezy M, Fergerson RW, Knublauch H, Tu SW, Vendetti J, et al. Protege-2000: an open-source ontology-development and knowledge-acquisition environment. AMIA Annu Symp Proc. 2003:953. Epub 2004/01/ Protégé. [cited 2012 February 23]; Available from: Bertaud-Gounot V, Duvauferrier R, Burgun A. Ontology and medical diagnosis. Inform Health Soc Care. 2012;37(1): Bright TJ, Yoko Furuya E, Kuperman GJ, Cimino JJ, Bakken S. Development and evaluation of an ontology for guiding appropriate antibiotic prescribing. J Biomed Inform. 2012;45(1): Hardiker NR, Kim TY, Coenen AM, Jansen KR. A dynamic classification approach for nursing. AMIA Annu Symp Proc. 2011:543-8.

9 14. OWL Web Ontology Language Guide. [cited 2012 March 14]; Available from: Dhombres F, Vandenbussche P-Y, Rath A, Hanauer M, Orly A, Urbero B, et al. OntoOrpha : an ontology to support the editing and audit of rare diseases knowledge in Orphanet. International Conference of Biomedical Ontology Orphanet Ontology of Rare Diseases [cited 2012 March 4]; Available from: Bone Dysplasia Ontology. [cited 2012 March 4]; Available from: Arabandi S, Ogbuji C, Redline S, Chervin R, Boero J, Benca R, et al. Developing a Sleep Domain Ontology. AMIA Clinical Research Informatics Summit; San FranciscoMar 12-13, Sleep Domain Ontology. [cited 2012 March 4]; Available from:

Auditing SNOMED Relationships Using a Converse Abstraction Network

Auditing SNOMED Relationships Using a Converse Abstraction Network Auditing SNOMED Relationships Using a Converse Abstraction Network Duo Wei, MS 1, Michael Halper, PhD 2, Gai Elhanan, MD 1, Yan Chen, PhD 3, Yehoshua Perl, PhD 1, James Geller, PhD 1, Kent A. Spackman,

More information

A Descriptive Delta for Identifying Changes in SNOMED CT

A Descriptive Delta for Identifying Changes in SNOMED CT A Descriptive Delta for Identifying Changes in SNOMED CT Christopher Ochs, Yehoshua Perl, Gai Elhanan Department of Computer Science New Jersey Institute of Technology Newark, NJ, USA {cro3, perl, elhanan}@njit.edu

More information

Copyright Warning & Restrictions

Copyright Warning & Restrictions Copyright Warning & Restrictions The copyright law of the United States (Title 17, United States Code) governs the making of photocopies or other reproductions of copyrighted material. Under certain conditions

More information

Representation of Part-Whole Relationships in SNOMED CT

Representation of Part-Whole Relationships in SNOMED CT Representation of Part-Whole Relationships in SNOMED CT A. Patrice Seyed 1, Alan Rector 2, Uli Sattler 2, Bijan Parsia 2, and Robert Stevens 2 1 Department of Computer Science and Engineering, University

More information

Formalizing UMLS Relations using Semantic Partitions in the context of task-based Clinical Guidelines Model

Formalizing UMLS Relations using Semantic Partitions in the context of task-based Clinical Guidelines Model Formalizing UMLS Relations using Semantic Partitions in the context of task-based Clinical Guidelines Model Anand Kumar, Matteo Piazza, Silvana Quaglini, Mario Stefanelli Laboratory of Medical Informatics,

More information

Copyright Warning & Restrictions

Copyright Warning & Restrictions Copyright Warning & Restrictions The copyright law of the United States (Title 17, United States Code) governs the making of photocopies or other reproductions of copyrighted material. Under certain conditions

More information

Semantic Alignment between ICD-11 and SNOMED-CT. By Marcie Wright RHIA, CHDA, CCS

Semantic Alignment between ICD-11 and SNOMED-CT. By Marcie Wright RHIA, CHDA, CCS Semantic Alignment between ICD-11 and SNOMED-CT By Marcie Wright RHIA, CHDA, CCS World Health Organization (WHO) owns and publishes the International Classification of Diseases (ICD) WHO was entrusted

More information

AMIA 2005 Symposium Proceedings Page - 166

AMIA 2005 Symposium Proceedings Page - 166 Two DL-based Methods for Auditing Medical Terminological Systems Ronald Cornet MSc, Ameen Abu-Hanna PhD Dept. of Medical Informatics, Academic Medical Center, University of Amsterdam Amsterdam, The Netherlands

More information

Building a Diseases Symptoms Ontology for Medical Diagnosis: An Integrative Approach

Building a Diseases Symptoms Ontology for Medical Diagnosis: An Integrative Approach Building a Diseases Symptoms Ontology for Medical Diagnosis: An Integrative Approach Osama Mohammed, Rachid Benlamri and Simon Fong* Department of Software Engineering, Lakehead University, Ontario, Canada

More information

AN ONTOLOGICAL APPROACH TO REPRESENTING AND REASONING WITH TEMPORAL CONSTRAINTS IN CLINICAL TRIAL PROTOCOLS

AN ONTOLOGICAL APPROACH TO REPRESENTING AND REASONING WITH TEMPORAL CONSTRAINTS IN CLINICAL TRIAL PROTOCOLS AN ONTOLOGICAL APPROACH TO REPRESENTING AND REASONING WITH TEMPORAL CONSTRAINTS IN CLINICAL TRIAL PROTOCOLS Ravi D. Shankar, Susana B. Martins, Martin J. O Connor and Amar K. Das Stanford Medical Informatics,

More information

Harvard-MIT Division of Health Sciences and Technology HST.952: Computing for Biomedical Scientists. Data and Knowledge Representation Lecture 6

Harvard-MIT Division of Health Sciences and Technology HST.952: Computing for Biomedical Scientists. Data and Knowledge Representation Lecture 6 Harvard-MIT Division of Health Sciences and Technology HST.952: Computing for Biomedical Scientists Data and Knowledge Representation Lecture 6 Last Time We Talked About Medical Coding Systems UMLS Today

More information

A Content Model for the ICD-11 Revision

A Content Model for the ICD-11 Revision A Content Model for the ICD-11 Revision Samson W. Tu 1, Olivier Bodenreider 2, Can Çelik 3, Christopher G. Chute 4, Sam Heard 5, Robert Jakob 3, Guoquian Jiang 4, Sukil Kim 6, Eric Miller 7, Mark M. Musen

More information

Using an Integrated Ontology and Information Model for Querying and Reasoning about Phenotypes: The Case of Autism

Using an Integrated Ontology and Information Model for Querying and Reasoning about Phenotypes: The Case of Autism Using an Integrated Ontology and Information Model for Querying and Reasoning about Phenotypes: The Case of Autism Samson W. Tu, MS, Lakshika Tennakoon, RMP, MSC, MPhil, Martin O'Connor, MS, Ravi Shankar,

More information

Research Scholar, Department of Computer Science and Engineering Man onmaniam Sundaranar University, Thirunelveli, Tamilnadu, India.

Research Scholar, Department of Computer Science and Engineering Man onmaniam Sundaranar University, Thirunelveli, Tamilnadu, India. DEVELOPMENT AND VALIDATION OF ONTOLOGY BASED KNOWLEDGE REPRESENTATION FOR BRAIN TUMOUR DIAGNOSIS AND TREATMENT 1 1 S. Senthilkumar, 2 G. Tholkapia Arasu 1 Research Scholar, Department of Computer Science

More information

Binding Ontologies and Coding Systems to Electronic Health Records and Message

Binding Ontologies and Coding Systems to Electronic Health Records and Message Binding Ontologies and Coding Systems to Electronic Health Records and Message Alan Rector 1, Rahil Qamar 1 & Tom Marley 2 1 University of Manchester 2 University of Salford with acknowledgements to the

More information

Data Structures vs. Study Results:

Data Structures vs. Study Results: Data Structures vs. Study Results: Confessions of a failed epidemiologist who had an informatics epiphany CG Chute, MD DrPH, Bloomberg Distinguished Professor of Health Informatics April 7, 2015 1 Chris

More information

Temporal Knowledge Representation for Scheduling Tasks in Clinical Trial Protocols

Temporal Knowledge Representation for Scheduling Tasks in Clinical Trial Protocols Temporal Knowledge Representation for Scheduling Tasks in Clinical Trial Protocols Chunhua Weng, M.S., 1 Michael Kahn, M.D., Ph.D., 2 & John Gennari, Ph.D. 1 1 Biomedical and Health Informatics, University

More information

A Lexical-Ontological Resource forconsumerheathcare

A Lexical-Ontological Resource forconsumerheathcare A Lexical-Ontological Resource forconsumerheathcare Elena Cardillo FBK-IRST, Via Sommarive 18, 38123 Trento, Italy cardillo@fbk.eu Abstract. In Consumer Healthcare Informatics it is still difficult for

More information

Defined versus Asserted Classes: Working with the OWL Ontologies. NIF Webinar February 9 th 2010

Defined versus Asserted Classes: Working with the OWL Ontologies. NIF Webinar February 9 th 2010 Defined versus Asserted Classes: Working with the OWL Ontologies NIF Webinar February 9 th 2010 Outline NIFSTD ontologies in brief Multiple vs Single hierarchy of classes/ Asserted vs Inferred classes/primitive

More information

Design of a Goal Ontology for Medical Decision-Support

Design of a Goal Ontology for Medical Decision-Support Design of a Goal Ontology for Medical Decision-Support Davide Zaccagnini, MD 1, Aziz A. Boxwala PhD 2,3 1 Language and Computing, N.V., Boston, MA 2 Decision Systems Group, Brigham and Women s Hospital,

More information

A FRAMEWORK FOR CLINICAL DECISION SUPPORT IN INTERNAL MEDICINE A PRELIMINARY VIEW Kopecky D 1, Adlassnig K-P 1

A FRAMEWORK FOR CLINICAL DECISION SUPPORT IN INTERNAL MEDICINE A PRELIMINARY VIEW Kopecky D 1, Adlassnig K-P 1 A FRAMEWORK FOR CLINICAL DECISION SUPPORT IN INTERNAL MEDICINE A PRELIMINARY VIEW Kopecky D 1, Adlassnig K-P 1 Abstract MedFrame provides a medical institution with a set of software tools for developing

More information

What Is A Knowledge Representation? Lecture 13

What Is A Knowledge Representation? Lecture 13 What Is A Knowledge Representation? 6.871 - Lecture 13 Outline What Is A Representation? Five Roles What Should A Representation Be? What Consequences Does This View Have For Research And Practice? One

More information

An introduction to case finding and outcomes

An introduction to case finding and outcomes An introduction to case finding and outcomes Dr Harshana Liyanage Department of Clinical & Experimental Medicine University of Surrey Wednesday, 25 January 2017 1 Objectives Problems with routine data

More information

Clinical Genome Knowledge Base and Linked Data technologies. Aleksandar Milosavljevic

Clinical Genome Knowledge Base and Linked Data technologies. Aleksandar Milosavljevic Clinical Genome Knowledge Base and Linked Data technologies Aleksandar Milosavljevic Topics 1. ClinGen Resource project 2. Building the Clinical Genome Knowledge Base 3. Linked Data technologies 4. Using

More information

Kaiser Permanente Convergent Medical Terminology (CMT)

Kaiser Permanente Convergent Medical Terminology (CMT) Kaiser Permanente Convergent Medical Terminology (CMT) Using Oxford RDFox and SNOMED for Quality Measures Peter Hendler, MD Alan Abilla, RN, MS About Kaiser Permanente Largest health maintenance organization

More information

Stepwise Knowledge Acquisition in a Fuzzy Knowledge Representation Framework

Stepwise Knowledge Acquisition in a Fuzzy Knowledge Representation Framework Stepwise Knowledge Acquisition in a Fuzzy Knowledge Representation Framework Thomas E. Rothenfluh 1, Karl Bögl 2, and Klaus-Peter Adlassnig 2 1 Department of Psychology University of Zurich, Zürichbergstraße

More information

Role Representation Model Using OWL and SWRL

Role Representation Model Using OWL and SWRL Role Representation Model Using OWL and SWRL Kouji Kozaki, Eiichi Sunagawa, Yoshinobu Kitamura, Riichiro Mizoguchi The Institute of Scientific and Industrial Research (ISIR), Osaka University 8-1 Mihogaoka,

More information

International Journal of Software and Web Sciences (IJSWS)

International Journal of Software and Web Sciences (IJSWS) International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) ISSN (Print): 2279-0063 ISSN (Online): 2279-0071 International

More information

Keeping Abreast of Breast Imagers: Radiology Pathology Correlation for the Rest of Us

Keeping Abreast of Breast Imagers: Radiology Pathology Correlation for the Rest of Us SIIM 2016 Scientific Session Quality and Safety Part 1 Thursday, June 30 8:00 am 9:30 am Keeping Abreast of Breast Imagers: Radiology Pathology Correlation for the Rest of Us Linda C. Kelahan, MD, Medstar

More information

STIN2103. Knowledge. engineering expert systems. Wan Hussain Wan Ishak. SOC 2079 Ext.: Url:

STIN2103. Knowledge. engineering expert systems. Wan Hussain Wan Ishak. SOC 2079 Ext.: Url: & Knowledge STIN2103 engineering expert systems Wan Hussain Wan Ishak SOC 2079 Ext.: 4786 Email: hussain@uum.edu.my Url: http://www.wanhussain.com Outline Knowledge Representation Types of knowledge Knowledge

More information

Basis for Conclusions: ISA 530 (Redrafted), Audit Sampling

Basis for Conclusions: ISA 530 (Redrafted), Audit Sampling Basis for Conclusions: ISA 530 (Redrafted), Audit Sampling Prepared by the Staff of the International Auditing and Assurance Standards Board October 2008 , AUDIT SAMPLING This Basis for Conclusions has

More information

HBML: A Representation Language for Quantitative Behavioral Models in the Human Terrain

HBML: A Representation Language for Quantitative Behavioral Models in the Human Terrain HBML: A Representation Language for Quantitative Behavioral Models in the Human Terrain Nils F. Sandell, Robert Savell David Twardowski, George Cybenko Conference on Social Computing, Behavioral Modeling,

More information

An Interval-Based Representation of Temporal Knowledge

An Interval-Based Representation of Temporal Knowledge An Interval-Based Representation of Temporal Knowledge James F. Allen Department of Computer Science The University of Rochester Rochester, NY 14627 Abstract This paper describes a method for maintaining

More information

When and Why to use a Classifier?

When and Why to use a Classifier? When and Why to use a Classifier? Alan Rector with acknowledgement to Jeremy Rogers, Pieter Zanstra,, & the GALEN Consortium Nick Drummond, Matthew Horridge, Hai Wang in CO-ODE/ ODE/HyOntUSE Information

More information

A Comparison of Collaborative Filtering Methods for Medication Reconciliation

A Comparison of Collaborative Filtering Methods for Medication Reconciliation A Comparison of Collaborative Filtering Methods for Medication Reconciliation Huanian Zheng, Rema Padman, Daniel B. Neill The H. John Heinz III College, Carnegie Mellon University, Pittsburgh, PA, 15213,

More information

Models of Information Retrieval

Models of Information Retrieval Models of Information Retrieval Introduction By information behaviour is meant those activities a person may engage in when identifying their own needs for information, searching for such information in

More information

A Method for Analyzing Commonalities in Clinical Trial Target Populations

A Method for Analyzing Commonalities in Clinical Trial Target Populations A Method for Analyzing Commonalities in Clinical Trial Target Populations Zhe (Henry) He 1, Simona Carini 2, Tianyong Hao 1, Ida Sim 2, and Chunhua Weng 1 1 Department of Biomedical Informatics, Columbia

More information

CIMI Modeling Architecture, Methodology & Style Guide

CIMI Modeling Architecture, Methodology & Style Guide CIMI Modeling Architecture, Methodology & Style Guide Version 1 Submitted On: 12/04/2017 Authors: HL7 CIMI Work Group CIMI Architecture, Methodology, and Style Guide Page 3 BACKGROUND... 7 CIMI AND FHIR...

More information

A Framework Ontology for Computer-based Patient Record Systems

A Framework Ontology for Computer-based Patient Record Systems A Framework Ontology for Computer-based Patient Record Systems Chimezie Ogbuji Case Western University (School of Medicine) cut@case.edu Abstract. A lack of uniform content and format standards remains

More information

Explanation-Boosted Question Selection in Conversational CBR

Explanation-Boosted Question Selection in Conversational CBR Explanation-Boosted Question Selection in Conversational CBR Mingyang Gu and Agnar Aamodt Department of Computer and Information Science, Norwegian University of Science and Technology, Sem Sælands vei

More information

Using the CEN/ISO Standard for Categorial Structure to Harmonise the Development of WHO International Terminologies

Using the CEN/ISO Standard for Categorial Structure to Harmonise the Development of WHO International Terminologies Medical Informatics in a United and Healthy Europe K.-P. Adlassnig et al. (Eds.) IOS Press, 2009 2009 European Federation for Medical Informatics. All rights reserved. doi:10.3233/978-1-60750-044-5-255

More information

Extending the GuideLine Implementability Appraisal (GLIA) instrument to identify problems in control flow

Extending the GuideLine Implementability Appraisal (GLIA) instrument to identify problems in control flow Extending the GuideLine Implementability Appraisal (GLIA) instrument to identify problems in control flow Mor Peleg, Ph.D., Jeffrey R. Garber, M.D., F.A.C.P., F.A.C.E. Department of Management Information

More information

Weighted Ontology and Weighted Tree Similarity Algorithm for Diagnosing Diabetes Mellitus

Weighted Ontology and Weighted Tree Similarity Algorithm for Diagnosing Diabetes Mellitus 2013 International Conference on Computer, Control, Informatics and Its Applications Weighted Ontology and Weighted Tree Similarity Algorithm for Diagnosing Diabetes Mellitus Widhy Hayuhardhika Nugraha

More information

Foundations of AI. 10. Knowledge Representation: Modeling with Logic. Concepts, Actions, Time, & All the Rest

Foundations of AI. 10. Knowledge Representation: Modeling with Logic. Concepts, Actions, Time, & All the Rest Foundations of AI 10. Knowledge Representation: Modeling with Logic Concepts, Actions, Time, & All the Rest Wolfram Burgard, Andreas Karwath, Bernhard Nebel, and Martin Riedmiller 10/1 Contents Knowledge

More information

Causal Knowledge Modeling for Traditional Chinese Medicine using OWL 2

Causal Knowledge Modeling for Traditional Chinese Medicine using OWL 2 Causal Knowledge Modeling for Traditional Chinese Medicine using OWL 2 Peiqin Gu College of Computer Science, Zhejiang University, P.R.China gupeiqin@zju.edu.cn Abstract. Unlike Western Medicine, those

More information

EER Assurance Criteria & Assertions IAASB Main Agenda (June 2018)

EER Assurance Criteria & Assertions IAASB Main Agenda (June 2018) Definition EER Assurance Criteria & Assertions Criteria & Assertions guidance skeleton Agenda Item 4-B Suitability of Criteria 1. Criteria specify both: the nature and scope of the topics and related resources

More information

A Visual Representation of Part-Whole Relationships in BFO-Conformant Ontologies

A Visual Representation of Part-Whole Relationships in BFO-Conformant Ontologies Preprint version of paper published in Recent Advances in Information Systems and Technologies (Advances in Intelligent Systems and Computing 569), 2017, 184-194. A Visual Representation of Part-Whole

More information

PO Box 19015, Arlington, TX {ramirez, 5323 Harry Hines Boulevard, Dallas, TX

PO Box 19015, Arlington, TX {ramirez, 5323 Harry Hines Boulevard, Dallas, TX From: Proceedings of the Eleventh International FLAIRS Conference. Copyright 1998, AAAI (www.aaai.org). All rights reserved. A Sequence Building Approach to Pattern Discovery in Medical Data Jorge C. G.

More information

APPROVAL SHEET. Uncertainty in Semantic Web. Doctor of Philosophy, 2005

APPROVAL SHEET. Uncertainty in Semantic Web. Doctor of Philosophy, 2005 APPROVAL SHEET Title of Dissertation: BayesOWL: A Probabilistic Framework for Uncertainty in Semantic Web Name of Candidate: Zhongli Ding Doctor of Philosophy, 2005 Dissertation and Abstract Approved:

More information

Accepted Manuscript. Use of Ontology Structure and Bayesian Models to Aid the Crowdsourcing of ICD-11 Sanctioning Rules

Accepted Manuscript. Use of Ontology Structure and Bayesian Models to Aid the Crowdsourcing of ICD-11 Sanctioning Rules Accepted Manuscript Use of Ontology Structure and Bayesian Models to Aid the Crowdsourcing of ICD-11 Sanctioning Rules Yun Lou, Samson W. Tu, Csongor Nyulas, Tania Tudorache, Robert J.G. Chalmers, Mark

More information

APPLYING ONTOLOGY AND SEMANTIC WEB TECHNOLOGIES TO CLINICAL AND TRANSLATIONAL STUDIES

APPLYING ONTOLOGY AND SEMANTIC WEB TECHNOLOGIES TO CLINICAL AND TRANSLATIONAL STUDIES APPLYING ONTOLOGY AND SEMANTIC WEB TECHNOLOGIES TO CLINICAL AND TRANSLATIONAL STUDIES Cui Tao, PhD Assistant Professor of Biomedical Informatics University of Texas Health Science Center at Houston School

More information

Recognizing Scenes by Simulating Implied Social Interaction Networks

Recognizing Scenes by Simulating Implied Social Interaction Networks Recognizing Scenes by Simulating Implied Social Interaction Networks MaryAnne Fields and Craig Lennon Army Research Laboratory, Aberdeen, MD, USA Christian Lebiere and Michael Martin Carnegie Mellon University,

More information

Case-based reasoning using electronic health records efficiently identifies eligible patients for clinical trials

Case-based reasoning using electronic health records efficiently identifies eligible patients for clinical trials Case-based reasoning using electronic health records efficiently identifies eligible patients for clinical trials Riccardo Miotto and Chunhua Weng Department of Biomedical Informatics Columbia University,

More information

Hoare Logic and Model Checking. LTL and CTL: a perspective. Learning outcomes. Model Checking Lecture 12: Loose ends

Hoare Logic and Model Checking. LTL and CTL: a perspective. Learning outcomes. Model Checking Lecture 12: Loose ends Learning outcomes Hoare Logic and Model Checking Model Checking Lecture 12: Loose ends Dominic Mulligan Based on previous slides by Alan Mycroft and Mike Gordon Programming, Logic, and Semantics Group

More information

Heiner Oberkampf. DISSERTATION for the degree of Doctor of Natural Sciences (Dr. rer. nat.)

Heiner Oberkampf. DISSERTATION for the degree of Doctor of Natural Sciences (Dr. rer. nat.) INTEGRATED REPRESENTATION OF CLINICAL DATA AND MEDICAL KNOWLEDGE AN ONTOLOGY-BASED APPROACH FOR THE RADIOLOGY DOMAIN Heiner Oberkampf DISSERTATION for the degree of Doctor of Natural Sciences (Dr. rer.

More information

Development of Application Ontology of Lenke s classification of Scoliosis - OBR-Scolio

Development of Application Ontology of Lenke s classification of Scoliosis - OBR-Scolio Development of Application Ontology of Lenke s classification of Scoliosis - OBR-Scolio Vanja Lukovic, Danijela Milosevic, Sasa Cukovic, and Goran Devedzic Abstract the objective of this paper is to demonstrate

More information

Semantic Clarification of the Representation of Procedures and Diseases in SNOMED CT

Semantic Clarification of the Representation of Procedures and Diseases in SNOMED CT 773 Semantic Clarification of the Representation of Procedures and Diseases in SNOMED CT Stefan Schulz a, Udo Hahn b, Jeremy Rogers c a Department of Medical Informatics, Freiburg University, Germany b

More information

ORC: an Ontology Reasoning Component for Diabetes

ORC: an Ontology Reasoning Component for Diabetes ORC: an Ontology Reasoning Component for Diabetes Özgür Kafalı 1, Michal Sindlar 2, Tom van der Weide 2 and Kostas Stathis 1 1 Department of Computer Science Royal Holloway, University of London, UK {ozgur.kafali,kostas.stathis}@rhul.ac.uk

More information

Plan Recognition through Goal Graph Analysis

Plan Recognition through Goal Graph Analysis Plan Recognition through Goal Graph Analysis Jun Hong 1 Abstract. We present a novel approach to plan recognition based on a two-stage paradigm of graph construction and analysis. First, a graph structure

More information

Data driven Ontology Alignment. Nigam Shah

Data driven Ontology Alignment. Nigam Shah Data driven Ontology Alignment Nigam Shah nigam@stanford.edu What is Ontology Alignment? Alignment = the identification of near synonymy relationship b/w terms from different ontologies. Mapping = the

More information

Ontology Development for Type II Diabetes Mellitus Clinical Support System

Ontology Development for Type II Diabetes Mellitus Clinical Support System Ontology Development for Type II Diabetes Mellitus Clinical Support System Nopphadol Chalortham 1, Marut Buranarach 2 and Thepchai Supnithi 2 1 Department of Health-Related Informatics of Pharmacy, Silpakorn

More information

Including Quantification in Defeasible Reasoning for the Description Logic EL

Including Quantification in Defeasible Reasoning for the Description Logic EL Including Quantification in Defeasible Reasoning for the Description Logic EL Maximilian Pensel and Anni-Yasmin Turhan Institute for Theoretical Computer Science, Technische Universität Dresden first-name.last-name

More information

An OWL Ontology of Norms and Normative Judgements

An OWL Ontology of Norms and Normative Judgements An OWL Ontology of Norms and Normative Judgements Rossella Rubino, Antonino Rotolo, Giovanni Sartor CIRSFID, Alma Mater Studiorum - Università di Bologna Via Galliera, 3, I-40121 Bologna, Italy Law Department,

More information

Design of a Goal Ontology for Medical Decision-Support

Design of a Goal Ontology for Medical Decision-Support Design of a Goal Ontology for Medical Decision-Support Davide Zacacagnini M.D Submitted to the Department of Health Sciences and Technology in Partial Fulfillment of the Requirement for the Degree of Masters

More information

Toward a Unified Representation of Findings in Clinical Radiology

Toward a Unified Representation of Findings in Clinical Radiology Toward a Unified Representation of Findings in Clinical Radiology Valérie Bertaud a, Jérémy Lasbleiz ab, Fleur Mougin a, Franck Marin a, Anita Burgun a, Régis Duvauferrier ab a EA 3888, LIM, Faculty of

More information

Health informatics Digital imaging and communication in medicine (DICOM) including workflow and data management

Health informatics Digital imaging and communication in medicine (DICOM) including workflow and data management INTERNATIONAL STANDARD ISO 12052 Second edition 2017-08 Health informatics Digital imaging and communication in medicine (DICOM) including workflow and data management Informatique de santé Imagerie numérique

More information

Knowledge Representation defined. Ontological Engineering. The upper ontology of the world. Knowledge Representation

Knowledge Representation defined. Ontological Engineering. The upper ontology of the world. Knowledge Representation 3 Knowledge Representation defined Knowledge Representation (Based on slides by Tom Lenaerts) Lars Bungum (Ph.D. stip.) Department of Computer & Information Science How to represent facts about the world

More information

NIH Public Access Author Manuscript Stud Health Technol Inform. Author manuscript; available in PMC 2010 February 28.

NIH Public Access Author Manuscript Stud Health Technol Inform. Author manuscript; available in PMC 2010 February 28. NIH Public Access Author Manuscript Published in final edited form as: Stud Health Technol Inform. 2009 ; 150: 537 541. An Evolutionary Approach to the Representation of Adverse Events Werner Ceusters

More information

Evaluation of Semantic Web Technologies for Storing Computable Definitions of Electronic Health Records Phenotyping Algorithms

Evaluation of Semantic Web Technologies for Storing Computable Definitions of Electronic Health Records Phenotyping Algorithms Evaluation of Semantic Web Technologies for Storing Computable Definitions of Electronic Health Records Phenotyping Algorithms Václav Papež 1,2,*, MSc, Spiros Denaxas 1,2,*, PhD, Harry Hemingway 1,2, FRCP

More information

Lecture 2: Foundations of Concept Learning

Lecture 2: Foundations of Concept Learning Lecture 2: Foundations of Concept Learning Cognitive Systems - Machine Learning Part I: Basic Approaches to Concept Learning Version Space, Candidate Elimination, Inductive Bias last change October 18,

More information

Effective radiology workflow in a filmless, An Ontology for PACS Integration

Effective radiology workflow in a filmless, An Ontology for PACS Integration An Ontology for PACS Integration Charles E. Kahn Jr., M.D., M.S., 1 David S. Channin, M.D., 2 and Daniel L. Rubin, M.D., M.S. 3 An ontology describes a set of classes and the relationships among them.

More information

Evaluating OWL 2 Reasoners in the context of Clinical Decision Support in Lung Cancer Treatment Selection

Evaluating OWL 2 Reasoners in the context of Clinical Decision Support in Lung Cancer Treatment Selection Evaluating OWL 2 Reasoners in the context of Clinical Decision Support in Lung Cancer Treatment Selection M. Berkan Sesen 1, Ernesto Jiménez-Ruiz 2, René Bañares-Alcántara 1, Sir Michael Brady 3 1 Department

More information

Not all NLP is Created Equal:

Not all NLP is Created Equal: Not all NLP is Created Equal: CAC Technology Underpinnings that Drive Accuracy, Experience and Overall Revenue Performance Page 1 Performance Perspectives Health care financial leaders and health information

More information

The Potential of SNOMED CT to Improve Patient Care. Dec 2015

The Potential of SNOMED CT to Improve Patient Care. Dec 2015 The Potential of SNOMED CT to Improve Patient Care stephen.spencer@nhs.net stephen.spencer@nhs.net Dec 2015 What is SNOMED CT SNOMED CT: Is the most comprehensive, multilingual clinical healthcare terminology

More information

A Study on a Comparison of Diagnostic Domain between SNOMED CT and Korea Standard Terminology of Medicine. Mijung Kim 1* Abstract

A Study on a Comparison of Diagnostic Domain between SNOMED CT and Korea Standard Terminology of Medicine. Mijung Kim 1* Abstract , pp.49-60 http://dx.doi.org/10.14257/ijdta.2016.9.11.05 A Study on a Comparison of Diagnostic Domain between SNOMED CT and Korea Standard Terminology of Medicine Mijung Kim 1* 1 Dept. Of Health Administration,

More information

Rehabilitation Robotics Ontology on the Cloud

Rehabilitation Robotics Ontology on the Cloud 2013 IEEE International Conference on Rehabilitation Robotics June 24-26, 2013 Seattle, Washington USA Rehabilitation Robotics Ontology on the Cloud Zeynep Dogmus, Agis Papantoniou, Muhammed Kilinc, Sibel

More information

Ontologies for the Study of Neurological Disease

Ontologies for the Study of Neurological Disease Alexander P. Cox 1, Mark Jensen 1, William Duncan 1, Bianca Weinstock-Guttman 3, Kinga Szigiti 3, Alan Ruttenberg 2, Barry Smith 1 and Alexander D. Diehl 3* 1 Department of Philosophy, University at Buffalo,

More information

A Simple Pipeline Application for Identifying and Negating SNOMED CT in Free Text

A Simple Pipeline Application for Identifying and Negating SNOMED CT in Free Text A Simple Pipeline Application for Identifying and Negating SNOMED CT in Free Text Anthony Nguyen 1, Michael Lawley 1, David Hansen 1, Shoni Colquist 2 1 The Australian e-health Research Centre, CSIRO ICT

More information

High-level Vision. Bernd Neumann Slides for the course in WS 2004/05. Faculty of Informatics Hamburg University Germany

High-level Vision. Bernd Neumann Slides for the course in WS 2004/05. Faculty of Informatics Hamburg University Germany High-level Vision Bernd Neumann Slides for the course in WS 2004/05 Faculty of Informatics Hamburg University Germany neumann@informatik.uni-hamburg.de http://kogs-www.informatik.uni-hamburg.de 1 Contents

More information

Using Semantic Web technologies for Clinical Trial Recruitment

Using Semantic Web technologies for Clinical Trial Recruitment Using Semantic Web technologies for Clinical Trial Recruitment Paolo Besana 1, Marc Cuggia 1, Oussama Zekri 2, Annabel Bourde 1,Anita Burgun 1 1 Université de Rennes 1, 2 Centre Eugène Marquis Abstract.

More information

Using Scripts to help in Biomedical Text Interpretation

Using Scripts to help in Biomedical Text Interpretation Using Scripts to help in Biomedical Text Interpretation Working Note 30 Peter Clark (peter.e.clark@boeing.com), Boeing Research and Technology, 2009 Introduction This short note speculates on the use of

More information

Expert System Profile

Expert System Profile Expert System Profile GENERAL Domain: Medical Main General Function: Diagnosis System Name: INTERNIST-I/ CADUCEUS (or INTERNIST-II) Dates: 1970 s 1980 s Researchers: Ph.D. Harry Pople, M.D. Jack D. Myers

More information

Grounding Ontologies in the External World

Grounding Ontologies in the External World Grounding Ontologies in the External World Antonio CHELLA University of Palermo and ICAR-CNR, Palermo antonio.chella@unipa.it Abstract. The paper discusses a case study of grounding an ontology in the

More information

Chapter 5: Field experimental designs in agriculture

Chapter 5: Field experimental designs in agriculture Chapter 5: Field experimental designs in agriculture Jose Crossa Biometrics and Statistics Unit Crop Research Informatics Lab (CRIL) CIMMYT. Int. Apdo. Postal 6-641, 06600 Mexico, DF, Mexico Introduction

More information

AN ONTOLOGY FOR DIABETES EARLY WARNING SYSTEM

AN ONTOLOGY FOR DIABETES EARLY WARNING SYSTEM AN ONTOLOGY FOR DIABETES EARLY WARNING SYSTEM 1 NOUF ALMUTAIRI, 2 RIYAD ALSHAMMARI, 3 IMRAN RAZZAK 1,2,3 King Saud bin Abdulaziz University for Health Sciences, Riyadh, Saudi Arabia E-mail: razzakmu@ngha.med.sa

More information

Hierarchical Bayesian Modeling of Individual Differences in Texture Discrimination

Hierarchical Bayesian Modeling of Individual Differences in Texture Discrimination Hierarchical Bayesian Modeling of Individual Differences in Texture Discrimination Timothy N. Rubin (trubin@uci.edu) Michael D. Lee (mdlee@uci.edu) Charles F. Chubb (cchubb@uci.edu) Department of Cognitive

More information

Support system for breast cancer treatment

Support system for breast cancer treatment Support system for breast cancer treatment SNEZANA ADZEMOVIC Civil Hospital of Cacak, Cara Lazara bb, 32000 Cacak, SERBIA Abstract:-The aim of this paper is to seek out optimal relation between diagnostic

More information

Assessing the Foundations of Conscious Computing: A Bayesian Exercise

Assessing the Foundations of Conscious Computing: A Bayesian Exercise Assessing the Foundations of Conscious Computing: A Bayesian Exercise Eric Horvitz June 2001 Questions have long been posed with about whether we might one day be able to create systems that experience

More information

Network Analysis of Toxic Chemicals and Symptoms: Implications for Designing First-Responder Systems

Network Analysis of Toxic Chemicals and Symptoms: Implications for Designing First-Responder Systems Network Analysis of Toxic Chemicals and Symptoms: Implications for Designing First-Responder Systems Suresh K. Bhavnani 1 PhD, Annie Abraham 1, Christopher Demeniuk 1, Messeret Gebrekristos 1 Abe Gong

More information

An Evolutionary Approach to the Representation of Adverse Events

An Evolutionary Approach to the Representation of Adverse Events Medical Informatics in a United and Healthy Europe K.-P. Adlassnig et al. (Eds.) IOS Press, 2009 2009 European Federation for Medical Informatics. All rights reserved. doi:10.3233/978-1-60750-044-5-537

More information

Technical Specifications

Technical Specifications Technical Specifications In order to provide summary information across a set of exercises, all tests must employ some form of scoring models. The most familiar of these scoring models is the one typically

More information

A Description Logics Approach to Clinical Guidelines and Protocols

A Description Logics Approach to Clinical Guidelines and Protocols A Description Logics Approach to Clinical Guidelines and Protocols Stefan Schulz Department of Med. Informatics Freiburg University Hospital Germany Udo Hahn Text Knowledge Engineering Lab Freiburg University,

More information

Learning Deterministic Causal Networks from Observational Data

Learning Deterministic Causal Networks from Observational Data Carnegie Mellon University Research Showcase @ CMU Department of Psychology Dietrich College of Humanities and Social Sciences 8-22 Learning Deterministic Causal Networks from Observational Data Ben Deverett

More information

NIH Public Access Author Manuscript J Biomed Inform. Author manuscript; available in PMC 2013 February 1.

NIH Public Access Author Manuscript J Biomed Inform. Author manuscript; available in PMC 2013 February 1. NIH Public Access Author Manuscript Published in final edited form as: J Biomed Inform. 2012 February ; 45(1): 120 128. doi:10.1016/j.jbi.2011.10.001. Development and Evaluation of an Ontology for Guiding

More information

Rare Diseases Nomenclature and classification

Rare Diseases Nomenclature and classification Rare Diseases Nomenclature and classification Annie Olry ORPHANET - Inserm US14, Paris, France annie.olry@inserm.fr Using standards and embedding good practices to promote interoperable data sharing in

More information

Semantics-Powered Healthcare Engineering and Data Analytics

Semantics-Powered Healthcare Engineering and Data Analytics Journal of Healthcare Engineering Semantics-Powered Healthcare Engineering and Data Analytics Lead Guest Editor: Zhe He Guest Editors: Cui Tao, Jiang Bian, Michel Dumontier, and William Hogan Semantics-Powered

More information

Biomedical resources for text mining

Biomedical resources for text mining August 30, 2005 Workshop Terminologies and ontologies in biomedicine: Can text mining help? Biomedical resources for text mining Olivier Bodenreider Lister Hill National Center for Biomedical Communications

More information

Understanding Users. - cognitive processes. Unit 3

Understanding Users. - cognitive processes. Unit 3 Understanding Users - cognitive processes Unit 3 Why do we need to understand users? Interacting with technology involves a number of cognitive processes We need to take into account Characteristic & limitations

More information

Plan Recognition through Goal Graph Analysis

Plan Recognition through Goal Graph Analysis Plan Recognition through Goal Graph Analysis Jun Hong 1 Abstract. We present a novel approach to plan recognition based on a two-stage paradigm of graph construction and analysis. First, a graph structure

More information