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

Size: px
Start display at page:

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

Transcription

1 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 Language And Information Engineering Lab, Jena University, Germany c School of Computer Science, Manchester University, United Kingdom Abstract SNOMED CT is emerging as a reference terminology for the entire health care process. It claims to be founded on logic-based modeling principles. In this work we analyze a special encoding scheme for SNOMED disease and procedure entities, the so-called relationship groups which had been devised in order to avoid ambiguities in entity definitions. We show that these artifacts may represent hidden mereological relations. We also report discrepancies encountered between the defined semantics of many SNOMED CT entity terms and their intuitive meaning, and inconsistencies detected between the definition of some complex composed entities and the definition of their top-level parents. As a result we formulate recommendations for improvements of SNOMED CT. Keywords: SNOMED, Knowledge Representation, Logic 1. Introduction SNOMED Clinical Terms (SNOMED CT) is a huge clinical terminology constructed by merging, expanding, and restructuring the previous SNOMED version RT and the Clinical Terms Version 3 (former Read Codes). SNOMED CT contains around 364,000 concepts, 984,000 terms and 1.45 million defined relationships between concepts 1. In the coming years it will be deployed for routine usage in several countries (U.S., U.K., Denmark), and it is intensively being analyzed by medical terminologists and decision makers in many other countries. SNOMED CT is a concept-oriented controlled vocabulary which has been designed according to previously suggested criteria for computer-based medical terminologies [1]. SNOMED CT is described as a clinical reference terminology, i.e. a set of concepts and relationships that provides a common reference point for comparison and aggregation of data about the entire health care process [2]. SNOMED CT concepts belong to multiple is-a hierarchies and are related with one another by various semantic relationships such as is-a, has-associated topography, has-action, has-associated morphology. Interestingly, SNOMED CT explicitly encodes part-of relationships only between 1

2 774 anatomic entities [3]. There is no relation with which to describe partonomy between diseases or procedure entities. 2. Relationship groups 2 in SNOMED SNOMED NT and CT follow a formal semantics based on KRSS, an early description logic [4], and have used a terminological classifier for terminology development [5,6]. In the UMLS distribution, however, the relational format of the MRREL table requires SNOMED CT content to be compressed into the common OAV (object attribute value triplets) format. For a logic-based model such a representation is ambiguous because it (i) obscures which attribute-value pairs are sufficient for the entity3 definitions, (ii) lacks role quantifications, and (iii) does not indicate whether sets of related attribute-value pairs should be interpreted as disjunction, conjunction or optional. Table 1 gives an example: Table 1. Example of OAV (object attribute-value) format of SNOMED CT entities such as distributed via the UMLS Metathesaurus SNOMED Concept 1 SNOMED Relationship SNOMED Concept 2 Renal glomerular disease has_finding_site Kidney Renal glomerular disease has_onset Gradual onset Renal glomerular disease has_onset Sudden onset Since 2004, the UMLS Rich Release Format (RRF) has encoded further information in the MRSAT table, including which entities are defined or primitive, which OAV triplets are optional (qualifiers) and which are restrictions, and which relationship group each belongs to. The purpose of relationship groups such as introduced by SNOMED is best explained by an example: Removal of foreign body from the stomach by incision involves Stomach structure and Digestive structure as values of the attribute has_procedure_site, and both Incision and Removal as values of the attribute has_method. However, such a simplistic representation is ambiguous: it could also be interpreted as Removal of the stomach and incision of a foreign body. Relationship groups declare associations between sets of OAV triplets (see Table 2). Although each group has an integer value, this does not imply any temporal or other ordering between groups. The SNOMED CT Technical Implementation and Technical Reference makes the following statement about relationship groups: Relationships, for a concept that are logically associated with each other. The Relationship group field in the Relationships Table is used to group these rows together for a concept. As relationship groups occur in about 17,000 disease entities and 13,000 procedure entities, according to [5], this phenomenon constitutes a major issue in SNOMED CT. In [5], Spackman et al. propose a description logics representation for relationship groups, in which they are expressed by an anonymous relation, named rg. From an ontological point of view, the proposed solution is, however, rather obscure. In the following we therefore explore the possible semantics of SNOMED CT relationship groups. We show that some basic assumptions of SNOMED CT are ontologically problematic, and we propose a 2 also called role groups [5] 3 Many ontological assumptions of SNOMED CT are still unclear. E.g., different things like Foot, Absent Foot, Football (qualifier value), Europe, Love, mmol, Yin excess, Kiel Classification, are concepts in SNOMED CT. Hence we use for the sake of neutrality the term entity for what SNOMED names concept.

3 775 solution for clarification which will be mostly compatible with the current SNOMED CT architecture. Table 2. Entries in the SNOMED CT core relationships table for the entity : Removal of foreign body from the stomach by incision, using three relationship groups SNOMED Concept 1 SNOMED Relationship SNOMED Concept 2 RG Removal of Foreign Access Open Approach 0 Body from the Stomach Is A Removal of foreign body from 0 by Incision digestive system Is A Removal of foreign body from 0 stomach Is A Incision of stomach 0 Method Removal - action 1 Direct Morphology Foreign body 1 Procedure site-indirect Digestive structure 1 Method Incision - action 2 Procedure site Stomach Structure 2 3. Ontological Analysis of Relationship Groups We refer to the same parsimonious variant of description logics as used by [5]. Entity names are characterized by initial capital letters. They can be joined by the AND operator. As an example, the expression AcuteDigestiveSystemDisorder AND AcuteInflammatoryDisease denotes inflammatory diseases of the digestive system, i.e. the intersection of entities subsumed by AcuteDigestiveSystemDisorder with all those subsumed by the entity AcuteInflammatoryDisease (or the set of all entities subsumed by both). Relation symbols begin with lower case, e.g. hasassociatedmorphology. Roles are formed by a quantifier (here only the existential quantifier,, is used), a relation symbol, followed by a dot and an entity symbol. For example, hasassociatedmorphology.inflammation denotes the entity whose instantiation is the set of all individuals related to an instance of Inflammation by the relation hasassociatedmorphology. We can therefore rewrite the role group 1 and 2 entries in Table 2: (1) RemovalOfForeignBodyFromTheStomachByIncision IMPLIES rg.( hasproceduresite.stomachstructure AND hasmethod.incisionaction) AND rg.( hasproceduresite. DigestiveStructure AND hasdirectmorphology.foreignbody AND hasmethod.removalaction) Let us now look at the parent entities, RemovalOfForeignBodyFromDigestiveSystem and IncisionOfStomach 4. The first is an is-a descendent of RemovalProcedure, and the latter an is-a descendent of IncisionProcedure. Consequently, all instances of the entity RemovalOfForeignBodyFromTheStomachByIncision are instances of both IncisionProcedure and RemovalProcedure and as a result must therefore inherit the properties of both Incision and Removal. This is hardly imaginable: In this case, objects 4 As contained in the SNOMED CT sources from the UMLS, or visualized by the SNOMED CT Browser at

4 776 would be equally incised and removed. In a strict upper level ontology Incision and Removal are expected to be mutually exclusive. In reality, the surgeon first performs the incision and then the removal: Incision and Removal are two separate sub-procedures and so are properly not parents but parts 5 of the entity RemovalOfForeignBodyFromTheStomachByIncision. Fig. 1 gives a graphic outline of this procedure which begins with the incision of the wall of the stomach, followed by the removal action and the closure of the wound (the latter is not mentioned in the procedure definition). These time-dependent sub-procedures stand to the main procedure in a part-of relationship. This is concordant with the commonly accepted mereological (part-whole) view of actions and processes, which are, according to [8] characterized by time-dependent parts. Having this in mind it seems straightforward to re-interpret the relationship group attribute rg in (1) as the mereological primitive has-part: RemovalOfForeignBodyFromTheStomachByIncision IMPLIES has-part.( hasproceduresite.stomachstructure AND hasmethod.incisionaction) AND has-part.( hasproceduresite. DigestiveStructure AND hasdirectmorphology.foreignbody AND hasmethod.removalaction) (2) Similarly, for the parent entities we obtain: IncisionOfStomach IMPLIES has-part.( hasproceduresite.stomachstructure AND hasmethod.incisionaction) (3) RemovalOfForeignBodyFromDigestiveSystem IMPLIES has-part.( hasproceduresite. DigestiveStructure AND hasdirectmorphology.foreignbody AND hasmethod.removalaction) (4) Looking up the SNOMED CT hierarchy, we obtain exactly these definitions after replacing rg by has-part. At a first glance this seems strange, since the main rationale for relationship groups, viz. the avoidance of ambiguities, makes no sense, here. Entity names such as Incision of Stomach, suggest definitions without the has-part role: IncisingAStomach IMPLIES hasproceduresite.stomachstructure AND hasmethod.incisionaction (5) Fig. 1. Graphical Representation of the Process Removal of Foreign Body from the Stomach by Incision 5 Entity A has B as part is equivalent to the DL expression A IMPLIES has-part.b,

5 777 The semantic difference is the following: Whereas IncisingAStomach denotes the atomic procedure of performing an incision onto a stomach, SNOMED s IncisionOfStomach subsumes any complex procedure during which an incision of stomach is being performed. Analogously, RemovalOfForeignBodyFromDigestiveSystem subsumes any complex procedure during which a foreign body is extracted from the digestive system. Looking still higher up the SNOMED CT hierarchy, IncisionOfStomach is a child entity of IncisionProcedure, which is itself related to an Incision action by the relation has_method: IncisionProcedure IMPLIES rg.( hasmethod.incisionaction) (6) As indicated above, the semantics of rg may be improved to derive: IncisionProcedure IMPLIES has-part.( hasmethod.incisionaction) (7) An IncisionProcedure is, therefore, any procedure which has a part characterized by the enactment of an Incision. Only this broader definition justifies IncisionProcedure being the ancestor of nearly one thousand entities: so many distinct flavours of incision do not exist, but more than one thousand surgical procedures have an incision as part of their description. We have taken our example from the procedure branch of SNOMED CT. We could have used, as well, numerous examples from the disease / disorders branch, e.g. Acute Perforated Appendicitis, which is subsumed by both Inflammation and Perforation (in the above sense). However, there may be situations in SNOMED where the translation of rg as has-part would not be correct. For example, within the current SNOMED content, it is possible to construct the post-coordinated composition of an urgent swab of the left eye, by adding the urgent and left qualifiers as appropriate. The flattened (not role grouped) representation that would result would be: Entity 1 Relationship Entity2 isa Specimen from Conjunctiva specimensourcetopography Conjunctival Structure Urgent Swab of the Left Eye specimenprocedure Taking of Swab priority Urgent laterality Left Here it would then be impossible to tell whether the attribute Left should be applied to the swab or the eye. So, we might want to formalize: UrgentSwabOfLeftEye IMPLIES Specimen from Conjunctiva AND rg.( specimensourcetopography.conjunctivalstructure AND Laterality.Left) AND rg.( specimenprocedure.takingoffswab AND.Priority.Urgent) (8) 4. Conclusion Our analysis of relationship groups in SNOMED CT revealed weaknesses which motivated us to make some recommendations which would improve SNOMED CT in clarity and which would remove inconsistencies from the terminology. These suggestions

6 778 would encompass only minor modifications of the SNOMED CT architecture: Rename the relationship group attribute rg by has-part or has-subprocess where it appears between a complex process and its subprocesses (i.e. especially in the disease and procedure chapters of SNOMED CT). Make a clearer distinction between atomic entities (such as IncisionAction) and those entities which have atomic entities as parts (such as IncisionProcess). The present entity names are misleading. Finally, one has to take into account, there are scenarios in which the use of relationship groups seem adequate, without, however, corresponding to a mereological relation. A more detailed ontological inquiry of these cases is still due. 5. Acknowledgments This work was supported by the EU Network of Excellence Semantic Interoperability and Data Mining in Biomedicine (NoE ), cf. We also thank Ulrike Sattler (Manchester, UK) and Kent Spackman (Portland, OR, U.S.), for their helpful discussions. 6. References [1] Cimino JJ. Desiderata for controlled medical vocabularies in the twenty-first century. Methods of Information in Medicine, 1998: 37(4/5): [2] Spackman KA, Campbell K, and Cote RA. SNOMED RT: A reference terminology for health care. In Daniel R. Masys, editor, AMIA'97 - Proceedings of the 1997 AMIA Annual Fall Symposium, pp Philadelphia, PA: Hanley & Belfus, [3] Spackman KA and Reynoso G. Examining SNOMED from the perspective of formal ontological principles: Some preliminary analysis and observations. In Hahn U, Schulz S, and Cornet S, editors, KR-MED Proceedings of the 1st International Workshop on Formal Biomedical Knowledge Representation, Collocated with the 9th International Conference on the Principles of Knowledge Representation and Reasoning (KR 2004), pp Whistler, B.C., Canada, June 1, Bethesda, MD: American Medical Informatics Association (AMIA), Published via [4] Baader F, Calvanese D, McGuinness D, Nardi D, Patel-Schneider P. The Description Logic Handbook. Theory, Implementation and Applications. Cambridge, U.K. Cambridge University Press. [5] Spackman KA, Dionne R, Mays E, and Weis J. Role grouping as an extension to the description logic of ONTYLOG, motivated by entity modeling in SNOMED. In Kohane IS, editor, AMIA Proceedings of the Annual Symposium of the American Medical Informatics Association, pp Philadelphia, PA: Hanley & Belfus, [6] Spackman KA and Campbell KE. Compositional entity representation using SNOMED: Towards further convergence of clinical terminologies. In Chute CG, editor, AMIA'98 - Proceedings of the 1998 AMIA Annual Fall Symposium, pp Philadelphia, PA: Hanley & Belfus, [7] Schulz S and Hahn U. Medical knowledge reengineering: Converting major portions of the UMLS into a terminological knowledge base. International Journal of Medical Informatics 2001: 64(2/3): [8] Simons P. Parts: A Study in Ontology. Oxford: Clarendon Press, Address for correspondence PD Dr. med. Stefan Schulz, Abteilung Medizinische Informatik, Universtätsklinikum Freiburg Stefan-Meier-Str. 26, D Freiburg (Germany), stschulz@uni-freiburg.de,

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

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

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

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

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 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

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

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

Is the International Classification for Patient Safety a Classification?

Is the International Classification for Patient Safety a Classification? 502 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-502

More information

or

or Validating Clinical Terminology Structures: Integration and Cross-Validation of Read Thesaurus and GALEN JE Rogers 1 C Price 2 AL Rector 1 WD Solomon 1 N Smejko 2 1 Medical Informatics Group, Department

More information

With Semantic Analysis from Noun Phrases to SNOMED CT and Classification Codes H. R. Straub, M. Duelli, Semfinder AG, Kreuzlingen, Switzerland

With Semantic Analysis from Noun Phrases to SNOMED CT and Classification Codes H. R. Straub, M. Duelli, Semfinder AG, Kreuzlingen, Switzerland With Semantic Analysis from Noun Phrases to SNOMED CT and Classification Codes H. R. Straub, M. Duelli, Semfinder AG, Kreuzlingen, Switzerland Abstract For the classification of freely formulated diagnostic

More information

Automatic generation of MedDRA terms groupings using an ontology

Automatic generation of MedDRA terms groupings using an ontology Automatic generation of MedDRA terms groupings using an ontology Gunnar DECLERCK a,1, Cédric BOUSQUET a,b and Marie-Christine JAULENT a a INSERM, UMRS 872 EQ20, Université Paris Descartes, France. b Department

More information

The Semantics of Intention Maintenance for Rational Agents

The Semantics of Intention Maintenance for Rational Agents The Semantics of Intention Maintenance for Rational Agents Michael P. Georgeffand Anand S. Rao Australian Artificial Intelligence Institute Level 6, 171 La Trobe Street, Melbourne Victoria 3000, Australia

More information

Ontological Queries Supporting Decision Process in KaSeA System

Ontological Queries Supporting Decision Process in KaSeA System Ontological Queries Supporting Decision Process in KaSeA System Krzysztof GOCZYŁA, Aleksander WALOSZEK, Wojciech WALOSZEK, Teresa ZAWADZKA, Michał ZAWADZKI Gdańsk University of Technology, Faculty of Electronics,

More information

Temporal Primitives, an Alternative to Allen Operators

Temporal Primitives, an Alternative to Allen Operators Temporal Primitives, an Alternative to Allen Operators Manos Papadakis and Martin Doerr Foundation for Research and Technology - Hellas (FORTH) Institute of Computer Science N. Plastira 100, Vassilika

More information

SNOMED CT: Who Needs to Know What?

SNOMED CT: Who Needs to Know What? en40 Original Article SNOMED CT: Who Needs to Know What? Ed Conley 1,2, Tim Benson 1,3 1 Wellcome Trust Sintero Server Project, Cardiff University School of Computer Science & Informatics, UK 2 Severnside

More information

The Significance of SNODENT

The Significance of SNODENT Connecting Medical Informatics and Bio-Informatics R. Engelbrecht et al. (Eds.) IOS Press, 2005 2005 EFMI European Federation for Medical Informatics. All rights reserved. 737 The Significance of SNODENT

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

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

Effect of (OHDSI) Vocabulary Mapping on Phenotype Cohorts

Effect of (OHDSI) Vocabulary Mapping on Phenotype Cohorts Effect of (OHDSI) Vocabulary Mapping on Phenotype Cohorts Matthew Levine, Research Associate George Hripcsak, Professor Department of Biomedical Informatics, Columbia University Intro Reasons to map: International

More information

Authoring SNOMED CT Generic Authoring Principles. Penni Hernandez and Cathy Richardson Senior Terminologists

Authoring SNOMED CT Generic Authoring Principles. Penni Hernandez and Cathy Richardson Senior Terminologists Authoring SNOMED CT Generic Authoring Principles Penni Hernandez and Cathy Richardson Senior Terminologists Outline of Tutorial Welcome Examining a request What s been requested Does it belong in SNOMED

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

Deliberating on Ontologies: The Present Situation. Simon Milton Department of Information Systems, The University of Melbourne

Deliberating on Ontologies: The Present Situation. Simon Milton Department of Information Systems, The University of Melbourne Deliberating on Ontologies: The Present Situation Simon Milton Department of, The University of Melbourne 1. Helping data models better map the world 2. Finding the role of ontology where theories of agency

More information

To what entities does an ICD-9-CM code refer? A realist approach.

To what entities does an ICD-9-CM code refer? A realist approach. To what entities does an ICD-9-CM code refer? A realist approach. William R. Hogan* Division of Biomedical Informatics, University of Arkansas for Medical Sciences, Little Rock, AR Abstract. I take a view

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

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

A Unified View of Consequence Relation, Belief Revision and Conditional Logic

A Unified View of Consequence Relation, Belief Revision and Conditional Logic A Unified View of Consequence Relation, Belief Revision and Conditional Logic Hirofumi Katsuno NTT Basic Research Laboratories Musashinoshi, Tokyo 180 Japan katsuno(dntt-20.ntt. jp Ken Satoh ICOT Research

More information

Can SNOMED CT replace ICD-coding?

Can SNOMED CT replace ICD-coding? Can SNOMED CT replace ICD-coding? B. Van Bruwaene, K. Mies +, J. Schots, R. Van de Velde ± *Medical Registration university hospital AZ V.U.B., Brussels, Belgium + Medical Registration, H. Hart Hospital

More information

PLANNING THE RESEARCH PROJECT

PLANNING THE RESEARCH PROJECT Van Der Velde / Guide to Business Research Methods First Proof 6.11.2003 4:53pm page 1 Part I PLANNING THE RESEARCH PROJECT Van Der Velde / Guide to Business Research Methods First Proof 6.11.2003 4:53pm

More information

Operationalizing Prostate Cancer Clinical Pathways: An Ontological Model to Computerize, Merge and Execute Institution-Specific Clinical Pathways

Operationalizing Prostate Cancer Clinical Pathways: An Ontological Model to Computerize, Merge and Execute Institution-Specific Clinical Pathways Operationalizing Prostate Cancer Clinical Pathways: An Ontological Model to Computerize, Merge and Execute Institution-Specific Clinical Pathways Samina Raza Abidi, Syed Sibte Raza Abidi, Sajjad Hussain

More information

The openehr approach. Background. Approach. Heather Leslie, July 17, 2014

The openehr approach. Background. Approach. Heather Leslie, July 17, 2014 Heather Leslie, July 17, 2014 The openehr approach Background The open source openehr 1 architecture specifications 2 have evolved as the result of over 20 years of research and international implementations,

More information

Answers to end of chapter questions

Answers to end of chapter questions Answers to end of chapter questions Chapter 1 What are the three most important characteristics of QCA as a method of data analysis? QCA is (1) systematic, (2) flexible, and (3) it reduces data. What are

More information

Toward a Diagnosis Driven (Dental) Profession through Controlled Terminology

Toward a Diagnosis Driven (Dental) Profession through Controlled Terminology Toward a Diagnosis Driven (Dental) Profession through Controlled Terminology James J. Cimino, MD Director, Informatics Institute University of Alabama at Birmingham Birmingham, Alabama, USA Los Angeles,

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

Using SNOMED CT Codes for Coding Information in Electronic Health Records for Stroke Patients

Using SNOMED CT Codes for Coding Information in Electronic Health Records for Stroke Patients Using SNOMED CT Codes for Coding Information in Electronic Health Records for Stroke Patients Judith van der Kooij a,1, William T.F. Goossen a, Anneke T.M. Goossen-Baremans a, Marinka de Jong-Fintelman

More information

Oncology Ontology in the NCI Thesaurus

Oncology Ontology in the NCI Thesaurus forthcoming in: Proceedings of AIME 2005 Oncology Ontology in the NCI Thesaurus Anand Kumar 1, Barry Smith 1,2 1 IFOMIS, University of Saarland, Saarbruecken, Germany 2 Department of Philosophy, SUNY at

More information

Abstract. Introduction and Background. by Hari Nandigam MD, MSHI, and Maxim Topaz, PhD, RN, MA

Abstract. Introduction and Background. by Hari Nandigam MD, MSHI, and Maxim Topaz, PhD, RN, MA Mapping Systematized Nomenclature of Medicine Clinical Terms (SNOMED CT) to International Classification of Diseases, Tenth Revision, Clinical Modification (ICD-10-CM): Lessons Learned from Applying the

More information

Chapter 2. Knowledge Representation: Reasoning, Issues, and Acquisition. Teaching Notes

Chapter 2. Knowledge Representation: Reasoning, Issues, and Acquisition. Teaching Notes Chapter 2 Knowledge Representation: Reasoning, Issues, and Acquisition Teaching Notes This chapter explains how knowledge is represented in artificial intelligence. The topic may be launched by introducing

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

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

Identifying anatomical concepts associated with ICD10 diseases

Identifying anatomical concepts associated with ICD10 diseases Proceedings of the 8th Conference on Terminology and Artificial Intelligence (TIA 2009). (electronic proceedings: http://www.irit.fr/tia09/start_here.htm) Identifying anatomical concepts associated with

More information

Issues in Integrating Epidemiology and Research Information in Oncology: Experience with ICD-O3 and the NCI Thesaurus

Issues in Integrating Epidemiology and Research Information in Oncology: Experience with ICD-O3 and the NCI Thesaurus Issues in Integrating Epidemiology and Research Information in Oncology: Experience with ICD-O3 and the NCI Thesaurus Anita Burgun 1, M.D., Ph.D., Olivier Bodenreider 2, M.D., Ph.D. 1 EA 3888, School of

More information

Subjective Consciousness: A Self-Representational Theory

Subjective Consciousness: A Self-Representational Theory Book reviews Subjective Consciousness: A Self-Representational Theory, by Uriah Kriegel. Oxford University Press Inc., 2009, 335 pp. BIBLID [0873-626X (2012) 32; pp. 413-417] In the last decades interest

More information

INTERVIEWS II: THEORIES AND TECHNIQUES 5. CLINICAL APPROACH TO INTERVIEWING PART 1

INTERVIEWS II: THEORIES AND TECHNIQUES 5. CLINICAL APPROACH TO INTERVIEWING PART 1 INTERVIEWS II: THEORIES AND TECHNIQUES 5. CLINICAL APPROACH TO INTERVIEWING PART 1 5.1 Clinical Interviews: Background Information The clinical interview is a technique pioneered by Jean Piaget, in 1975,

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

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

IAASB Exposure Draft, Proposed ISAE 3000 (Revised), Assurance Engagements Other Than Audits or Reviews of Historical Financial Information

IAASB Exposure Draft, Proposed ISAE 3000 (Revised), Assurance Engagements Other Than Audits or Reviews of Historical Financial Information Tel +44 (0) 20 7694 8871 Fax +44 (0) 20 7694 8429 8 Salisbury Square DX 38050 Blackfriars London EC4Y 8BB sylvia.smith@kpmgifrg.com United Kingdom Technical Director International Auditing and Assurance

More information

USER GUIDE. SNOMED RT Systematized Nomenclature of Medicine Reference Terminology VERSION 1.0

USER GUIDE. SNOMED RT Systematized Nomenclature of Medicine Reference Terminology VERSION 1.0 SNOMED RT Systematized Nomenclature of Medicine Reference Terminology VERSION 1.0 USER GUIDE Revision date: November 10, 2000 2000 College of American Pathologists. All rights reserved Patent applied for.

More information

The Logic of Categorization

The Logic of Categorization From: FLAIRS-02 Proceedings. Copyright 2002, AAAI (www.aaai.org). All rights reserved. The Logic of Categorization Pei Wang Department of Computer and Information Sciences, Temple University Philadelphia,

More information

Knowledge Representation of Traditional Chinese Acupuncture Points Using the UMLS and a Terminology Model

Knowledge Representation of Traditional Chinese Acupuncture Points Using the UMLS and a Terminology Model Knowledge Representation of Traditional Chinese Acupuncture Points Using the UMLS and a Terminology Model Xinxin Zhu a,b KP Lee b James J. Cimino a katie.zhu@philips.com kp.lee@philips.com ciminoj@dbmi.columbia.edu

More information

Clinical terms and ICD 11

Clinical terms and ICD 11 Clinical terms and ICD 11 Family of Classifications Robert Jakob, WHO Detail of health information -> Classification Reality (individual detail) Free Text (medical information) Terminologies / ICD-11 URI

More information

Opposition principles and Antonyms in Medical Terminological Systems: Structuring Diseases Description with Explicit Existential Quantification

Opposition principles and Antonyms in Medical Terminological Systems: Structuring Diseases Description with Explicit Existential Quantification 1261 Opposition principles and Antonyms in Medical Terminological Systems: Structuring Diseases Description with Explicit Existential Quantification Christian Jacquelinet Agence de la Biomédecines, 1,

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

CSC2130: Empirical Research Methods for Software Engineering

CSC2130: Empirical Research Methods for Software Engineering CSC2130: Empirical Research Methods for Software Engineering Steve Easterbrook sme@cs.toronto.edu www.cs.toronto.edu/~sme/csc2130/ 2004-5 Steve Easterbrook. This presentation is available free for non-commercial

More information

Thinking the environment aurally An enactive approach to auditory-architectural research and design

Thinking the environment aurally An enactive approach to auditory-architectural research and design 1 Thinking the environment aurally An enactive approach to auditory-architectural research and design Alex Arteaga (Lecture given in the Architecture and Urban Planning section of the conference Invisible

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

Matching GP terms to the ICD-10-AM index

Matching GP terms to the ICD-10-AM index 1 of 9 3/07/2008 11:39 AM HIMJ: Reviewed articles HIMJ HOME Matching GP terms to the ICD-10-AM index Peter R Scott CONTENTS GUIDELINES MISSION CONTACT US HIMAA Locked Bag 2045 North Ryde, NSW Australia

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

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

A Difference that Makes a Difference: Welfare and the Equality of Consideration

A Difference that Makes a Difference: Welfare and the Equality of Consideration 84 A Difference that Makes a Difference: Welfare and the Equality of Consideration Abstract Elijah Weber Philosophy Department Bowling Green State University eliweber1980@gmail.com In Welfare, Happiness,

More information

Analyzing the Semantics of Patient Data to Rank Records of Literature Retrieval

Analyzing the Semantics of Patient Data to Rank Records of Literature Retrieval Proceedings of the Workshop on Natural Language Processing in the Biomedical Domain, Philadelphia, July 2002, pp. 69-76. Association for Computational Linguistics. Analyzing the Semantics of Patient Data

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 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

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

Cultural Introspection: Findings of a Pilot Study

Cultural Introspection: Findings of a Pilot Study Proceedings of the May 2010 Conference of the Global Awareness Society International in San Juan, Puerto Rico Cultural Introspection: Findings of a Pilot Study Shreekant G. Joag drjoag@aol.com 631-801-2211,

More information

Bayesian (Belief) Network Models,

Bayesian (Belief) Network Models, Bayesian (Belief) Network Models, 2/10/03 & 2/12/03 Outline of This Lecture 1. Overview of the model 2. Bayes Probability and Rules of Inference Conditional Probabilities Priors and posteriors Joint distributions

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

Perception Lie Paradox: Mathematically Proved Uncertainty about Humans Perception Similarity

Perception Lie Paradox: Mathematically Proved Uncertainty about Humans Perception Similarity Perception Lie Paradox: Mathematically Proved Uncertainty about Humans Perception Similarity Ahmed M. Mahran Computer and Systems Engineering Department, Faculty of Engineering, Alexandria University,

More information

Fuzzy-set Qualitative Comparative Analysis Summary 1

Fuzzy-set Qualitative Comparative Analysis Summary 1 Fuzzy-set Qualitative Comparative Analysis Summary Arthur P. Tomasino Bentley University Fuzzy-set Qualitative Comparative Analysis (fsqca) is a relatively new but accepted method for understanding case-based

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

Estimating and Analysing Coordination in Medical Terminologies

Estimating and Analysing Coordination in Medical Terminologies Estimating and Analysing Coordination in Medical Terminologies Cornelia Hedeler, Bijan Parsia, and Sebastian Brandt School of Computer Science, The University of Manchester, Manchester, UK Abstract. Medical

More information

An Ontology for Healthcare Quality Indicators: Challenges for Semantic Interoperability

An Ontology for Healthcare Quality Indicators: Challenges for Semantic Interoperability 414 Digital Healthcare Empowering Europeans R. Cornet et al. (Eds.) 2015 European Federation for Medical Informatics (EFMI). This article is published online with Open Access by IOS Press and distributed

More information

Research Ethics and Philosophies

Research Ethics and Philosophies Lecture Six Research Ethics and Philosophies Institute of Professional Studies School of Research and Graduate Studies Outline of Presentation Introduction Research Ethics Research Ethics to whom and from

More information

SNOMED Clinical Terms Fundamentals

SNOMED Clinical Terms Fundamentals SNOMED Clinical Terms Fundamentals Penni Hernandez Senior Terminologist, IHTSDO 1 13/10/11 OUTLINE Outline of presentation What is SNOMED CT? What is it for? EHR, statements and expressions What kinds

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

Foundations for a Science of Social Inclusion Systems

Foundations for a Science of Social Inclusion Systems Foundations for a Science of Social Inclusion Systems Fabio N. Akhras Renato Archer Center of Information Technology Rodovia Dom Pedro I, km 143,6 13089-500 Campinas, São Paulo, Brazil Phone: 0055-19-37466268

More information

COURSE: NURSING RESEARCH CHAPTER I: INTRODUCTION

COURSE: NURSING RESEARCH CHAPTER I: INTRODUCTION COURSE: NURSING RESEARCH CHAPTER I: INTRODUCTION 1. TERMINOLOGY 1.1 Research Research is a systematic enquiry about a particular situation for a certain truth. That is: i. It is a search for knowledge

More information

Group Assignment #1: Concept Explication. For each concept, ask and answer the questions before your literature search.

Group Assignment #1: Concept Explication. For each concept, ask and answer the questions before your literature search. Group Assignment #1: Concept Explication 1. Preliminary identification of the concept. Identify and name each concept your group is interested in examining. Questions to asked and answered: Is each concept

More information

The Regression-Discontinuity Design

The Regression-Discontinuity Design Page 1 of 10 Home» Design» Quasi-Experimental Design» The Regression-Discontinuity Design The regression-discontinuity design. What a terrible name! In everyday language both parts of the term have connotations

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

Representation Theorems for Multiple Belief Changes

Representation Theorems for Multiple Belief Changes Representation Theorems for Multiple Belief Changes Dongmo Zhang 1,2 Shifu Chen 1 Wujia Zhu 1,2 Zhaoqian Chen 1 1 State Key Lab. for Novel Software Technology Department of Computer Science and Technology

More information

Observations on the Use of Ontologies for Autonomous Vehicle Navigation Planning

Observations on the Use of Ontologies for Autonomous Vehicle Navigation Planning Observations on the Use of Ontologies for Autonomous Vehicle Navigation Planning Ron Provine, Mike Uschold, Scott Smith Boeing Phantom Works Stephen Balakirsky, Craig Schlenoff Nat. Inst. of Standards

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

FIT ISO STANDARDS COMMITTEE POSITION PAPER ON THE REMOVAL OF THE NOTES TO SECTION OF ISO 17100

FIT ISO STANDARDS COMMITTEE POSITION PAPER ON THE REMOVAL OF THE NOTES TO SECTION OF ISO 17100 POSITION PAPER ON THE REMOVAL OF THE NOTES TO SECTION 3.1.4 OF ISO 17100 1. Conclusions and recommendations Removal of the notes to section 3.1.4 of ISO 17100:2015, as published in May 2015, would not

More information

Why Do It the Hard Way? The Case for an Expressive Description Logic for SNOMED

Why Do It the Hard Way? The Case for an Expressive Description Logic for SNOMED 744 Rector and Brandt, Why Do it the Hard Way? Viewpoint Paper Why Do It the Hard Way? The Case for an Expressive Description Logic for SNOMED ALAN L. RECTOR, MD, PHD, SEBASTIAN BRANDT, PHD Abstract There

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

Ontological Representation of Laboratory Test Observables: Challenges and Perspectives in the SNOMED CT Observable Entity Model Adoption

Ontological Representation of Laboratory Test Observables: Challenges and Perspectives in the SNOMED CT Observable Entity Model Adoption Ontological Representation of Laboratory Test Observables: Challenges and Perspectives in the SNOMED CT Observable Entity Model Adoption Mélissa Mary 1,2(&), Lina F. Soualmia 2,3, Xavier Gansel 1, Stéfan

More information

What can Ontology Contribute to an Interdisciplinary Project?

What can Ontology Contribute to an Interdisciplinary Project? What can Ontology Contribute to an Interdisciplinary Project? Andrew U. Frank Geoinformation TU Vienna frank@geoinfo.tuwien.ac.at www.geoinfo.tuwien.ac.at Andrew Frank 1 My naïve view of archeology: How

More information

Interface Terminologies: Facilitating Direct Entry of Clinical Data into Electronic Health Record Systems

Interface Terminologies: Facilitating Direct Entry of Clinical Data into Electronic Health Record Systems Journal of the American Medical Informatics Association Volume 13 Number 3 May / Jun 2006 277 Review Paper j Interface Terminologies: Facilitating Direct Entry of Clinical Data into Electronic Health Record

More information

How preferred are preferred terms?

How preferred are preferred terms? How preferred are preferred terms? Gintare Grigonyte 1, Simon Clematide 2, Fabio Rinaldi 2 1 Computational Linguistics Group, Department of Linguistics, Stockholm University Universitetsvagen 10 C SE-106

More information

Research Methodology in Social Sciences. by Dr. Rina Astini

Research Methodology in Social Sciences. by Dr. Rina Astini Research Methodology in Social Sciences by Dr. Rina Astini Email : rina_astini@mercubuana.ac.id What is Research? Re ---------------- Search Re means (once more, afresh, anew) or (back; with return to

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

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

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

UMLS and phenotype coding

UMLS and phenotype coding One Medicine One Pathology: 2 nd annual CASIMIR Symposium on Human and Mouse Disease Informatics UMLS and phenotype coding Anita Burgun, Fleur Mougin, Olivier Bodenreider INSERM U936, EA 3888- Faculté

More information

UNIT 5 - Association Causation, Effect Modification and Validity

UNIT 5 - Association Causation, Effect Modification and Validity 5 UNIT 5 - Association Causation, Effect Modification and Validity Introduction In Unit 1 we introduced the concept of causality in epidemiology and presented different ways in which causes can be understood

More information

Closing Plenary April 2019 Business Meeting. Kelly Kuru April 10, 2019

Closing Plenary April 2019 Business Meeting. Kelly Kuru April 10, 2019 Closing Plenary April 2019 Business Meeting Kelly Kuru April 10, 2019 April 2019 Business Meeting Recap 180+ Delegates 26 Countries Represented Opening Plenary: Peter Rhijnbeek New Update Session Sessions:

More information

ERA: Architectures for Inference

ERA: Architectures for Inference ERA: Architectures for Inference Dan Hammerstrom Electrical And Computer Engineering 7/28/09 1 Intelligent Computing In spite of the transistor bounty of Moore s law, there is a large class of problems

More information

Conceptual and Empirical Arguments for Including or Excluding Ego from Structural Analyses of Personal Networks

Conceptual and Empirical Arguments for Including or Excluding Ego from Structural Analyses of Personal Networks CONNECTIONS 26(2): 82-88 2005 INSNA http://www.insna.org/connections-web/volume26-2/8.mccartywutich.pdf Conceptual and Empirical Arguments for Including or Excluding Ego from Structural Analyses of Personal

More information

Prototypes Vs Exemplars in Concept Representation

Prototypes Vs Exemplars in Concept Representation Prototypes Vs Exemplars in Concept Representation Marcello Frixione 1 and Antonio Lieto 2 1 DAFIST, University of Genova, Genoa, Italy 2 Computer Science Department, University of Turin, Turin, Italy marcello.frixione@gmail.com,

More information