Semantic interoperability of dual-model EHR clinical standards

Size: px
Start display at page:

Download "Semantic interoperability of dual-model EHR clinical standards"

Transcription

1 Semantic interoperability of dual-model EHR clinical standards Catalina Martínez-Costa Departamento de Informática y Sistemas, Facultad de Informática Universidad de Murcia, CP 30100, Murcia cmartinezcosta@um.es Abstract. Semantic interoperability of clinical standards is a major challenge in the ehealth across Europe, because this would allow health care professionals to manage the complete Electronic Healthcare Record (EHR) of patients independently from the institution in which each clinical session was generated. Archetypes are considered a cornerstone to deliver fully interoperable EHRs and they are built for particular EHR standards. This work is focused on the development of methods and techniques for providing semantic interoperability between dierent EHR standards at archetype level. 1 Introduction Semantic interoperability intends to ensure that the precise meaning of exchanged information is understandable by any other system or application not initially developed for the same purpose. Recent recommendations of the European Commission [1,2] have stated that the semantic interoperability of EHR systems is essential to improve the quality and safety of patient care, public health, clinical research, and health service management. In order to manage that interoperability, the digitalization of the EHR has been a major research issue for the last decades. An increasing number of countries have been making eorts in the digitalization of EHRs since the GEHR project ( began the design of an electronic health architecture in the late 80s. As a consequence of those eorts, several EHR standards were proposed, including HL7 ( OpenEHR ( and ISO EN ( The availability of multiple standards has provoked that clinical information be distributed amongst dierent systems syntactically or semantically incompatible. This work focuses on providing methods for achieving the desired semantic interoperability, in particular, methods applicable to dual-model based standards [3] such as OpenEHR and ISO EN The dualmodel architecture is based on two modelling levels: information and knowledge. The information level is provided by the reference model and the knowledge level by the archetype model. Archetypes dene clinical concepts and are usually built by domain experts. They are a tool for building clinical consensus in a consistent way and they are considered basic to deliver fully interoperable EHRs [4].

2 Most of the currently available archetypes are described for OpenEHR wheareas ISO EN is likely to be widely used in European countries. Recently, ISO EN has been selected as the ocial EHR standard in Sweden [5] and is a candidate standard for the European project epsos (Smart Open Services for European Patients) ( Moreover, the usage of this standard has been recommended in the nal report of the Semantic Health project ( It should be noted that ISO EN and OpenEHR are likely to coexist in the near future, so the exchange, sharing and re-use of archetypes between these standards becomes an important issue. Clinical archetypes are dened using the Archetype Denition Language (ADL). This is a generic language that does not allow performing any semantic activity over archetypes such as comparisons, classication, integration of information and so on. The Semantic Web [6] technologies such as ontologies provide a semantic formalism that facilitate such knowledge-intensive tasks, and they will play an essential role in our approach. In [7] a representation of archetyeps as ontology instances is presented. They are derived from the semantic interpretation of both the ISO EN and OpenEHR reference and archetype models and are written in the Web Ontology Language (OWL) ( There, two main ontologies were built for each standard. The (ISO13606/OpenEHR)-SP ontologies represent the clinical data structures and datatypes dened in the corresponding standards, and (ISO13606/OpenEHR)-AR that are archetype model ontologies and re-use the SP ones. They are available in a public repository [8], and constitute the basic technological infrastructure for our research work. 2 Towards ISO EN and OpenEHR archetype-based semantic interoperability The representation of archetypes in a semantic way allows performing knowledge tasks on them and describing its information in a more natural way making it easier its access. This representation has been chosen to be used in the transformation process. Then, the rst step in our research work was the design and implementation of a methodology for getting semantic archetypes from syntactic ones. Then, the transformation of archetypes between both standards was achieved. Both results are explained next. 2.1 Transforming ADL syntactic archetypes into semantic ones For getting archetypes conforming to the previous ontological representation from the ADL ones we designed a technical solution that involves three technical spaces (TS) [9]: the Grammar TS to which ADL belongs, the Semantic Web TS to which ontologies belong, and the Model Driven Engineering (MDE) TS. This last one is the pivotal TS in which the transformation takes place hence it makes our transformation approach easy to maintain and to adapt to other ontological languages. In MDE a metamodel can be described as a collection of

3 related concepts in a certain domain and a model is considered as an instance of a metamdel.thus, metamodels from the OWL ontologies were obtained by using the ODM standard [10] that denes the representation of OWL ontologies in MDE TS. The methodology proposed for the transformation in the rst approximation [11] was optimized in [12] for getting better quality OWL archetypes. The evolution was purely technical, and it came from the lessons learnt from our previous work. Finally the transformation process is divided in the following three phases (see Figure 1): (1) the input ADL archetype is expressed as a syntactic model conforming to the archetype model; (2) this syntactic model is transformed into a semantic model by using a model to model transformation that denes the model to model mappings between the syntactic archetype metamodel and the ISO EN 13606/OpenEHR semantic one and (3) the semantic model is transformed into OWL according to the EHR ontologies by using a model to text transformation. Fig. 1. The ADL to OWL transformation process 2.2 Transforming archetypes between ISO EN and OpenEHR Both clinical standards, ISO EN and OpenEHR follow the dual model approach. They use the same syntactic model for dening archetypes but they dier in how they structure the EHR domain, that is, they dene dierent reference models. OpenEHR was devised to fully support the construction of EHR systems, whereas ISO EN was designed for exchanging EHR extracts. Every ISO EN entity has a similar one dened in OpenEHR, but the opposite does not happen because OpenEHR provides richer data structures and data types. For transforming OpenEHR archetypes into ISO EN and vice versa, a similar technological solution to the adopted in the ADL to OWL transformation has been used. The architecture of this solution is depicted in Figure 2. There, two layers can be distinguished, namely, ontology and MDE. The ontology layer comprises a series of ontologies that model EHR-related knowledge for the dierent standards. In particular, our current semantic infrastructure includes ontologies for ISO EN and OpenEHR, as described in Section 2.1, and a common ontology designed for representing archetypes from both standards. This last ontology was designed to develop a generic and extensible architecture, capable of dealing in the future with other standards such as HL7 v3 or Detailed Clinical Models (

4 The MDE layer contains the metamodels corresponding to the semantic representations dened in the ontology layer. Once the metamodels have been obtained, the correspondences amongst them were dened. In order to transform OpenEHR archetypes into their ISO EN representation and vice versa, the mappings were dened between the particular standard and the Common metamodel. These mappings have been conceptually dened at concept and property levels and implemented using a model transformation language. In addition, model to text rules have been dened and applied to the target metamodel to obtain the ADL archetype textual representation. The transformation of ADL OpenEHR archetypes into ADL ISO EN consists of the following four phases: (1) the ADL archetype input is transformed into a model conforming to the OpenEHR metamodel (OpenEHR model); (2) the OpenEHR model is transformed into the common archetype representation (Common model); (3) the Common model is transformed into ISO EN (ISO EN model) and (4) the ISO EN model is transformed into ADL code (ISO EN ADL archetype). Fig. 2. The ISO EN OpenEHR transformation process The last phase of the workow can be congured to produce an OWL archetype instead of an ADL one. The transformation from ISO EN to OpenEHR is similar, as the main dierence between both workows is the set of mapping rules applied in phases 2 and 3. Both results have been implemented into the Poseacle Converter, which is available at We have also produced a repository of automatically transformed archetypes, which is accessible from the converter. 3 Conclusions In this work, we have described our current results on the semantic interoperability between dual-model EHR standards. So far, we have been able to obtain an OWL representation of archetypes and methods for transforming archetypes

5 between such standards. To the best of our knowledge, this is the rst implementation of archetype transformation between such standards, although there are other proposals pursuing similar goals, such as [13,14]. The next step is to reuse our previous results to develop methods for the automatic transformation of data instances. Moreover, since we have developed semantic models for representing and transforming archetypes. semantic query models will also be researched. References 1. Semantic Interoperability for Better Health and Safer Healthcare. Deployment and Research Roadmap for Europe Commission Recommendation of 2 July 2008 on cross-border interoperability of electronic health record systems (notied under document number C(2008) 3282) Beale, T.: Archetypes and the ehr. Stud Health Technol Inform 96 (2003) Kalra, D., Tapuria, A.: The ehr and clinical archetypes: time for clinical engagement! In: ehealth Planning and Management Symposium. (2008 November; Copenhagen, Denmark) 5. A national decision in Sweden on healthcare informatics standard 2008: _swedish_decision.doc (cited 2010 May) 6. Berners-Lee, T., Hendler, J., Lassila, O.: The semantic web. Scientic American May (2001) Fernandez-Breis, J., Vivancos-Vicente, P., Menarguez-Tortosa, M., Moner, D., Maldonado, J., Valencia-Garcia, R., Miranda-Mena, T.: Using semantic technologies to promote interoperability between electronic healthcare records' information models. In: Proc. 28th Annual International Conference of the IEEE Engineering in Medicine and Biology Society EMBS '06. (Aug Sept ) Poseacle repository: researchehr/websvn/ (cited 2010 May) 9. Kurtev, I., Bezivin, J., Aksit, M.: Technological spaces: an initial appraisal. In: CoopIS, DOA'2002 Federated Conferences, Industrial track,. (2003) 10. OMG: Ontology metamodel denition specication. (2006) 11. Martinez-Costa, C., Menarguez-Tortosa, M., Fernandez-Breis, J., Maldonado, J.: A model-driven approach for representing clinical archetypes for semantic web environments. J. of Biomedical Informatics 42(1) (2009) Martinez-Costa, C., Menarguez-Tortosa, M., Maldonado, J., Fernandez-Breis, J.: Semantic Web technologies for managing EHR-related clinical knowledge. In: Semantic Web. ISBN (2010) Chen, R., Klein, G., Sundvall, E., D.Karlsson, Ahlfeldt, H.: Archetype-based conversion of ehr content models: pilot experience with a regional ehr system. BMC Medical Informatics and Decision Making 9(33) (2009) 14. OpenEHR to ISO EN mapping: /stds/openehr+to+iso ,+iso mapping (cited 2010 May)

Ontology-based Archetype Interoperability and Management

Ontology-based Archetype Interoperability and Management Ontology-based Archetype Interoperability and Management Catalina Martínez-Costa, Marcos Menárguez-Tortosa, J. T. Fernández-Breis Departamento de Informática y Sistemas, Facultad de Informática Universidad

More information

Archetype-Based Knowledge Management for Semantic Interoperability of Electronic Health Records

Archetype-Based Knowledge Management for Semantic Interoperability of Electronic Health Records 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-1007

More information

A Repository of Semantic Open EHR Archetypes

A Repository of Semantic Open EHR Archetypes International Journal of Artificial Intelligence and Interactive Multimedia, Vol. 3, Nº 2. A Repository of Semantic Open EHR Archetypes Fernando Sánchez, Samuel Benavides, Fernando Moreno, Guillermo Garzón,

More information

Improving EHR Semantic Interoperability Future Vision and Challenges

Improving EHR Semantic Interoperability Future Vision and Challenges Improving EHR Semantic Interoperability Future Vision and Challenges Catalina MARTÍNEZ-COSTA a,1 Dipak KALRA b, Stefan SCHULZ a a IMI,Medical University of Graz, Austria b CHIME, University College London,

More information

Data models standards to define, exchange and archive data

Data models standards to define, exchange and archive data Data models standards to define, exchange and archive data MedInfo 2013, Copenhagen Dr. Bernhard Breil HL7 CDA CDA = Clinical Document Architecture Defined by HL7 Available at hmp://www.hl7.org/implement/standards/product_brief.cfm?product_id=7

More information

Semantic-enabled Software Engineering and Development

Semantic-enabled Software Engineering and Development Semantic-enabled Software Engineering and Development Bernhard Bauer, Stephan Roser Programming of Distributed Systems, University of Augsburg, 86135 Augsburg [bauer roser]@informatik.uni-augsburg.de Abstract:

More information

ARCHETYPE ALIGNMENT: A TWO-LEVEL DRIVEN SEMANTIC MATCHING APPROACH TO INTEROPERABILITY IN THE CLINICAL DOMAIN

ARCHETYPE ALIGNMENT: A TWO-LEVEL DRIVEN SEMANTIC MATCHING APPROACH TO INTEROPERABILITY IN THE CLINICAL DOMAIN ARCHETYPE ALIGNMENT: A TWO-LEVEL DRIVEN SEMANTIC MATCHING APPROACH TO INTEROPERABILITY IN THE CLINICAL DOMAIN Jesús Bisbal Universitat Pompeu Fabra (CISTIB) and CIBER-BBN, Pg Circumvallacio 8, Barcelona

More information

Linköping University Post Print. Archetype-based conversion of EHR content models: pilot experience with a regional EHR system

Linköping University Post Print. Archetype-based conversion of EHR content models: pilot experience with a regional EHR system Linköping University Post Print Archetype-based conversion of EHR content models: pilot experience with a regional EHR system Rong Chen, Gunnar O Klein, Erik Sundvall, Daniel Karlsson and Hans Åhlfeldt

More information

Concept of knowledge-based self-management pathways for the empowerment of diabetes patients

Concept of knowledge-based self-management pathways for the empowerment of diabetes patients en12 Original Article Concept of knowledge-based self-management pathways for the empowerment of diabetes patients Holger Schmuhl 1, Hans Demski 1, Ilias Lamprinos 2, Asuman Dogac 3, Manuela Ploessnig

More information

Integration Information Model

Integration Information Model Release 1.0.1 The openehr Reference Model a. Ocean Informatics Editors: T Beale a Revision: 0.6 Pages: 15 Date of issue: 22 Jul 2006 Keywords: EHR, reference model, integration, EN13606, openehr EHR Extract

More information

Automatic Synthesis of Graphical User Interfaces for Health Information Systems

Automatic Synthesis of Graphical User Interfaces for Health Information Systems Automatic Synthesis of Graphical User Interfaces for Health Information Systems Síntese Automática de Interfaces Gráficas de Usuário para Sistemas de Informação em Saúde Iuri M. Teixeira, Regina M. Braga,

More information

The Model for Managing Real Media Contents in Terms of EHR

The Model for Managing Real Media Contents in Terms of EHR The Model for Managing Real Media Contents in Terms of EHR You-Jin Song 1, Jang-Mook Kang 2 and Jaedoo Huh 3 1 Department of Information Management, Dongguk University, 707 Seokjang-dong, Gyeongju, Gyeongsangbuk-do,

More information

Comparing Different Approaches to Two-Level Modelling of Electronic Health Records

Comparing Different Approaches to Two-Level Modelling of Electronic Health Records 113 Comparing Different Approaches to Two-Level Modelling of Electronic Health Records Line Michelsen, Signe S. Pedersen, Helene B. Tilma, Stig K. Andersen Abstract Department of Health Science and Technology

More information

Strategies and experiences in Sweden

Strategies and experiences in Sweden Strategies and experiences in Sweden Inger Wejerfelt Head of information structure group National Center for Coordination of ehealth NCCEH inger.wejerfelt@skl.se National IT strategi organisation Ministry

More information

Standardised and Flexible Health Data Management with an Archetype Driven EHR System (EHRflex)

Standardised and Flexible Health Data Management with an Archetype Driven EHR System (EHRflex) Standardised and Flexible Health Data Management with an Archetype Driven EHR System (EHRflex) Anton Brass 1, David Moner 2, Claudia Hildebrand 1, Montserrat Robles 2 1 Helmholtz Zentrum München, Germany

More information

EHR Systems: an Introduction

EHR Systems: an Introduction ehealth Week 2007 EuroRec Institute / ProRec Germany Workshop EHR Systems: an Introduction Bernd Blobel 1 & Dipak Kalra 2 1 ehealth Competence Center University of Regensburg Medical Center Regensburg,

More information

HL7 CDA, Clinical Modelling and openehr

HL7 CDA, Clinical Modelling and openehr HL7 CDA, Clinical Modelling and openehr Thomas Beale NHS Scotland, February 2007 Thomas Beale Introductions Chief Technology Officer Ocean Informatics Senior Researcher, Centre for Health Informatics,

More information

The next generation EHR

The next generation EHR The next generation EHR European EHR standard OpenEHR Ocean Informatics Gerard Freriks v1 7-11-2007 Electronic Patient Record What do we expect? We need and expect EHR-systems that: 2 Electronic Patient

More information

Design of Modern Mobile Devices based on Medical Information Interchange Standards Med e Tel, 2015 Luxembourg

Design of Modern Mobile Devices based on Medical Information Interchange Standards Med e Tel, 2015 Luxembourg D. Tcharaktchiev University Hospital of Endocrinology, Sofia, Bulgaria I. E. Ivanov, V. Gueorguiev Technical University Sofia, Bulgaria D. V. Georgieva 4New Bulgarian University, Bulgaria Design of Modern

More information

The use of ehealth standards in Norway

The use of ehealth standards in Norway The use of ehealth standards in Norway Torbjørn Nystadnes, KITH Archetypes and Architecture Oslo, 26 November 2009 In the beginning... KITH was established in 1990 The same year as CEN/TC251 - Norway has

More information

Advanced Aspects of Hospital Information Systems

Advanced Aspects of Hospital Information Systems Advanced Aspects of Hospital Information Systems EHR- and related Standards DI Harald Köstinger (harald.koestinger@inso.tuwien.ac.at) INSO - Industrial Software Institut für Rechnergestützte Automation

More information

Techniques for ensuring interoperability in an Electronic health Record

Techniques for ensuring interoperability in an Electronic health Record Techniques for ensuring interoperability in an Electronic health Record Author: Ovidiu Petru STAN 1. INTRODUCTION Electronic Health Records (EHRs) have a tremendous potential to improve health outcomes

More information

EHR Standards Landscape

EHR Standards Landscape EHR Standards Landscape Dr Dipak Kalra Centre for Health Informatics and Multiprofessional Education (CHIME) University College London d.kalra@chime.ucl.ac.uk A trans-national ehealth Infostructure Wellness

More information

ISO 18308 INTERNATIONAL STANDARD. Health informatics Requirements for an electronic health record architecture

ISO 18308 INTERNATIONAL STANDARD. Health informatics Requirements for an electronic health record architecture INTERNATIONAL STANDARD ISO 18308 First edition 2011-04-15 Health informatics Requirements for an electronic health record architecture Informatique de santé Exigences relatives à une architecture de l'enregistrement

More information

Advanced and secure architectural EHR approaches

Advanced and secure architectural EHR approaches International Journal of Medical Informatics (2006) 75, 185 190 Advanced and secure architectural EHR approaches Bernd Blobel Chair of the EFMI WG Electronic Health Records, University Hospital Magdeburg,

More information

Semantic validation of standard based electronic health record documents with W3C XML Schema

Semantic validation of standard based electronic health record documents with W3C XML Schema Semantic validation of standard based electronic health record documents with W3C XML Schema C. Rinner, S. Janzek-Hawlat, S. Sibinovic, G. Duftschmid Section of Medical Information and Retrieval Systems

More information

EHR Data Reuse through openehr Archetypes

EHR Data Reuse through openehr Archetypes EHR Data Reuse through openehr Archetypes Rong Chen MD, PhD Chief Medical Informatics Officer 2012.09.19-1- 2012-10-02 Agenda Background introduction (3 min) Experience of extracting EHR data from regional

More information

Evaluation of a Persistent Store for openehr

Evaluation of a Persistent Store for openehr Evaluation of a Persistent Store for openehr Jon Patrick 1, Richard Ly 1, Donna Truran 2 1 School of Information Technologies University of Sydney 2 National Centre for the Classification in Health University

More information

ACE GIS Project Overview: Adaptable and Composable E-commerce and Geographic Information Services

ACE GIS Project Overview: Adaptable and Composable E-commerce and Geographic Information Services ACE GIS Project Overview: Adaptable and Composable E-commerce and Geographic Information Services José Poveda, Michael Gould, Carlos Granell 64 Departamento de Lenguajes y Sistemas Informáticos Universitat

More information

Towards a Case-Based Reasoning Method for openehr-based Clinical Decision Support

Towards a Case-Based Reasoning Method for openehr-based Clinical Decision Support Towards a Case-Based Reasoning Method for openehr-based Clinical Decision Support Hajar Kashfi and Jairo Robledo Jr. 1 Department of Applied Information Technology Chalmers University of Technology SE

More information

Analysis and Evaluation of EHR Approaches

Analysis and Evaluation of EHR Approaches ehealth Beyond the Horizon Get IT There S.K. Andersen et al. (Eds.) IOS ress, 008 008 Organizing Committee of MIE 008. All rights reserved. 359 Analysis and Evaluation of EHR Approaches Bernd G.M.E. BLOBEL

More information

An archetype-based solution for the interoperability of computerised guidelines and electronic health records

An archetype-based solution for the interoperability of computerised guidelines and electronic health records An archetype-based solution for the interoperability of computerised guidelines and electronic health records Mar Marcos 1, Jose A. Maldonado 2, Begoña Martínez-Salvador 1, David Moner 2, Diego Boscá 2,

More information

Proceedings of the Second Symposium on Healthcare Systems Interoperability

Proceedings of the Second Symposium on Healthcare Systems Interoperability Proceedings of the Second Symposium on Healthcare Systems Interoperability Hosted by OpenHealth-Spain Fuenlabrada Hospital, Madrid, Spain November 2010 Edited by OpenHealth-Spain Fuenlabrada, Madrid, Spain

More information

HL7 and SOA Based Distributed Electronic Patient Record Architecture Using Open EMR

HL7 and SOA Based Distributed Electronic Patient Record Architecture Using Open EMR HL7 and SOA Based Distributed Electronic Patient Record Architecture Using Open EMR Priti Kalode 1, Dr Onkar S Kemkar 2, Dr P R Gundalwar 3 Research Student, Dept of Comp Sci &Elec, RTM Nagpur University

More information

Towards an EXPAND Assessment Model for ehealth Interoperability Assets. Dipak Kalra on behalf of the EXPAND Consortium

Towards an EXPAND Assessment Model for ehealth Interoperability Assets. Dipak Kalra on behalf of the EXPAND Consortium Towards an EXPAND Assessment Model for ehealth Interoperability Assets Dipak Kalra on behalf of the EXPAND Consortium Specific objectives EXPAND will define a set of quality labelling criteria that can

More information

How To Use Networked Ontology In E Health

How To Use Networked Ontology In E Health A practical approach to create ontology networks in e-health: The NeOn take Tomás Pariente Lobo 1, *, Germán Herrero Cárcel 1, 1 A TOS Research and Innovation, ATOS Origin SAE, 28037 Madrid, Spain. Abstract.

More information

Certification of Electronic Health Record systems (EHR s)

Certification of Electronic Health Record systems (EHR s) Certification of Electronic Health Record systems (EHR s) The European Inventory of Quality Criteria Georges J.E. DE MOOR, M.D., Ph.D. EUROREC EuroRec The «European Institute for Health Records» A not-for-profit

More information

A Metabolic Syndrome Health Check EHR based on openehr

A Metabolic Syndrome Health Check EHR based on openehr Seagaia Meeting 2009, Okinawa A Metabolic Syndrome Health Check EHR based on openehr 2009/05/15 早 稲 田 大 学 国 際 情 報 通 信 研 究 科 Waseda University, GITS Kano Lab Hsu WanYen (Nora) 徐 婉 晏 1 Research Background

More information

Applying Standards in Cross-sector Communication for an Integrated Health Environment

Applying Standards in Cross-sector Communication for an Integrated Health Environment Applying Standards in Cross-sector Communication for an Integrated Health Environment Hans Demski Helmholtz Zentrum München - German Research Center for Environmental Health Working Group MEDIS Institute

More information

Model Driven Interoperability through Semantic Annotations using SoaML and ODM

Model Driven Interoperability through Semantic Annotations using SoaML and ODM Model Driven Interoperability through Semantic Annotations using SoaML and ODM JiuCheng Xu*, ZhaoYang Bai*, Arne J.Berre*, Odd Christer Brovig** *SINTEF, Pb. 124 Blindern, NO-0314 Oslo, Norway (e-mail:

More information

ERS EN 13606 Product & Services Suite an elevator pitch

ERS EN 13606 Product & Services Suite an elevator pitch EN 13606 Product & Services Suite an elevator pitch 1-9-2008 Authors Gerard Freriks, director René Schippers, director Iʼm very proud to be able to present to you a product based on the European EHR-standard

More information

EHR Archetypes in practice: getting feedback from clinicians and the role of EuroRec

EHR Archetypes in practice: getting feedback from clinicians and the role of EuroRec EuroRec - EHTEL Conference, Vienna, October 2007 EHR Archetypes in practice: getting feedback from clinicians and the role of EuroRec Dr Dipak Kalra Centre for Health Informatics and Multiprofessional

More information

Practical Implementation of a Bridge between Legacy EHR System and a Clinical Research Environment

Practical Implementation of a Bridge between Legacy EHR System and a Clinical Research Environment Cross-Border Challenges in Informatics with a Focus on Disease Surveillance and Utilising Big-Data L. Stoicu-Tivadar et al. (Eds.) 2014 The authors. This article is published online with Open Access by

More information

Management and maintenance policies for EHR interoperability resources

Management and maintenance policies for EHR interoperability resources Management and maintenance policies for EHR interoperability resources Authors: Dipak Kalra, University College London, UK Gerard Freriks, TNO, NL François Mennerat, ProRec France, FR Jos Devlies, ProRec

More information

Adverse Events Detection through Data Mining in Clinical Information Systems. Hans Åhlfeldt Daniel Karlsson Håkan Petersson Sten Walther

Adverse Events Detection through Data Mining in Clinical Information Systems. Hans Åhlfeldt Daniel Karlsson Håkan Petersson Sten Walther Adverse Events Detection through Data Mining in Clinical Information Systems Hans Åhlfeldt Daniel Karlsson Håkan Petersson Sten Walther Dept Biomedical Engineering Linköping University April 2008 OVERVIEW

More information

Using Archetypes with HL7 Messages and Clinical Documents. Heath Frankel HL7 Working Group Meeting 14 January 2011

Using Archetypes with HL7 Messages and Clinical Documents. Heath Frankel HL7 Working Group Meeting 14 January 2011 Using Archetypes with HL7 Messages and Clinical Documents Heath Frankel HL7 Working Group Meeting 14 January 2011 Ocean Informatics 2011 Template Data Schema (TDS) XML Schema representation of a clinical

More information

Medical-Miner at TREC 2011 Medical Records Track

Medical-Miner at TREC 2011 Medical Records Track Medical-Miner at TREC 2011 Medical Records Track 1 J.M. Córdoba, 1 M.J. Maña, 1 N.P. Cruz, 1 J. Mata, 2 F. Aparicio, 2 M. Buenaga, 3 D. Glez-Peña, 3 F. Fdez-Riverola 1 Universidad de Huelva 2 Universidad

More information

Applying Rules to an Ontology for Project Management

Applying Rules to an Ontology for Project Management Fran J. Ruiz-Bertol, Daniel Rodríguez, Javier Dolado Applying Rules to an Ontology for Project Management Fran J. Ruiz-Bertol 1, Daniel Rodríguez 2, and Javier Dolado 3 1 Tecnalia Fran.Ruiz@tecnalia.com,

More information

Archetype-based electronic health records: a literature review and evaluation of their applicability to health data interoperability and access

Archetype-based electronic health records: a literature review and evaluation of their applicability to health data interoperability and access Archetype-based electronic health records: a literature review and evaluation of their applicability to health data interoperability and access Dennis Wollersheim, Anny Sari and Wenny Rahayu Abstract Health

More information

Open Source Modular Units for Electronic Patient Records. Hari Kusnanto Faculty of Medicine, Gadjah Mada University

Open Source Modular Units for Electronic Patient Records. Hari Kusnanto Faculty of Medicine, Gadjah Mada University Open Source Modular Units for Electronic Patient Records Hari Kusnanto Faculty of Medicine, Gadjah Mada University Open Source Initiatives in Patient Information System electronic health records, scheduling

More information

European Quality Labelling, Certification, Electronic Health Record systems (EHRs) gf v1

European Quality Labelling, Certification, Electronic Health Record systems (EHRs) gf v1 European Quality Labelling, Certification, Electronic Health Record systems (EHRs) gf v1 EuroRec: current standing on EHR certification in Europe AGENDA 1. The EuroRec Institute 2. EHR-systems Certification:

More information

An Ontology Based Method to Solve Query Identifier Heterogeneity in Post- Genomic Clinical Trials

An Ontology Based Method to Solve Query Identifier Heterogeneity in Post- Genomic Clinical Trials ehealth Beyond the Horizon Get IT There S.K. Andersen et al. (Eds.) IOS Press, 2008 2008 Organizing Committee of MIE 2008. All rights reserved. 3 An Ontology Based Method to Solve Query Identifier Heterogeneity

More information

Supporting Change-Aware Semantic Web Services

Supporting Change-Aware Semantic Web Services Supporting Change-Aware Semantic Web Services Annika Hinze Department of Computer Science, University of Waikato, New Zealand a.hinze@cs.waikato.ac.nz Abstract. The Semantic Web is not only evolving into

More information

Development of an open metadata schema for Prospective Clinical Research (openpcr)

Development of an open metadata schema for Prospective Clinical Research (openpcr) Supplementary Web Material Development of an open metadata schema for Prospective Clinical Research (openpcr) in China A. Methods We used Singapore Framework for Dublin Core Application Profiles (DCAP),

More information

Electronic Health Record (EHR) System for Developing as well as Developed Countries Based on the openehr Approach

Electronic Health Record (EHR) System for Developing as well as Developed Countries Based on the openehr Approach Journal of Asia-Pacific Studies (Waseda University) No. 15 (October 2010) Electronic Health Record (EHR) System for Developing as well as Developed Countries Based on the openehr Approach Sadahiko Kano

More information

Building the National EHR Strategy

Building the National EHR Strategy Building the National EHR Strategy SUS: Brazilian Unified Health System Prof. Ricardo Staciarini Puttini, PhD University of Brasilia/Ministry of Health BRAZIL Aug-2015, HIC 2015, Brisbane Inspired after

More information

A Secure Real Media Contents Management Model Based on Archetypes using Cloud Computing

A Secure Real Media Contents Management Model Based on Archetypes using Cloud Computing A Secure Real Media Contents Management Model Based on Archetypes using Cloud Computing You-Jin Song 1, Jang-Mook Kang 2 and Jaedoo Huh 3 1 Department of Information Management, Dongguk University, 707

More information

Health Informatics: the Relevance of Open Source and Multilevel Modeling

Health Informatics: the Relevance of Open Source and Multilevel Modeling Health Informatics: the Relevance of Open Source and Multilevel Modeling Luciana T. Cavalini 1, Timothy W. Cook 2 2 1 Institute of Community Health, Fluminense Federal University (UFF) Rua Marquês de Paraná,

More information

An Interoperability Architecture for the Health Information Exchange in Rwanda

An Interoperability Architecture for the Health Information Exchange in Rwanda An Interoperability Architecture for the Health Information Exchange in Rwanda Ryan Crichton 12, Deshendran Moodley 1, Anban Pillay 1, and Christopher J. Seebregts 123 1 Health Architecture Laboratory,

More information

CEN/tc251 EN 13606-1 EHRcom European and National EHR standard has been published on 28 February 2007

CEN/tc251 EN 13606-1 EHRcom European and National EHR standard has been published on 28 February 2007 CEN/tc251 EN 13606-1 EHRcom European and National EHR standard has been published on 28 February 2007 Gerard Freriks, MD v1 28-2-2007 1 EN 13606-1 EHRcom CEN/tc251 has published the EN 13606-1 norm for

More information

The Template Object Model (TOM)

The Template Object Model (TOM) Release 1 (in development) The openehr Archetype Model The Template Object Model (TOM) Editors: {T Beale, S Heard} a Revision: 0.5 Pages: 19 Date of issue: 13 Mar 2007 a. Ocean Informatics Keywords: EHR,

More information

Towards a Repository for Managing Archetypes for Electronic Health Records

Towards a Repository for Managing Archetypes for Electronic Health Records Towards a Repository for Managing Archetypes for Electronic Health Records Sebastian Garde 1, Evelyn J.S. Hovenga 1, Jana Gränz 1,2, Shala Foozonkhah 1,3, Sam Heard 1,4 1 Health Informatics Research Group,

More information

Clinical Research from EHR data

Clinical Research from EHR data Clinical Research from EHR data Gunnar O Klein professor in Health Informatics at NSEP Norwegian Centre for EHR Research Workshop at HelseIT in Trondheim 2012-09-19 1 Purpose of the workshop Together with

More information

Standards for E-Health Interoperability

Standards for E-Health Interoperability Standards for E-Health Interoperability An E-Health Transition Strategy Version 1.0 08/05/2007 National E-Health Transition Authority National E-Health Transition Authority Ltd Level 25 56 Pitt Street

More information

Il lavoro di armonizzazione. e HL7

Il lavoro di armonizzazione. e HL7 Il lavoro di armonizzazione tra CEN 13606, openehr e HL7 Dr Dipak Kalra Centre for Health Informatics and Multiprofessional Education (CHIME) University College London d.kalra@chime.ucl.ac.uk Drivers for

More information

Managing large sound databases using Mpeg7

Managing large sound databases using Mpeg7 Max Jacob 1 1 Institut de Recherche et Coordination Acoustique/Musique (IRCAM), place Igor Stravinsky 1, 75003, Paris, France Correspondence should be addressed to Max Jacob (max.jacob@ircam.fr) ABSTRACT

More information

Message generation facilities for interoperability in pervasive healthcare environments

Message generation facilities for interoperability in pervasive healthcare environments Message generation facilities for interoperability in pervasive healthcare environments João Luís Cardoso de Moraes Federal University of São Carlos-Brazil joao_moraes@dc.ufscar.br Luís Ferreira Pires

More information

Original Article en11 A Reference Architecture for Sharing CDA Documents in Colombia Edgar De la Cruz 1, Diego M. Lopez 1,2 Bernd Blobel 2 1 Telematics Department, University of Cauca, Colombia 2 ehealth

More information

The Role of Ontologies for Sustainable, Semantically Interoperable and Trustworthy EHR Solutions

The Role of Ontologies for Sustainable, Semantically Interoperable and Trustworthy EHR Solutions Medical Infonnatics in a United and Healthy Europe K.-P. Adlassnig et of. (Eds.) los Press, 2009 2009 European Federation for Medical Informatics. All rights reserved. doi: 1 0.32331978-1-60750-044-5-953

More information

HL7 NCPDP e-prescribing harmonization: using the v3 HDF for as a basis for semantic interoperability

HL7 NCPDP e-prescribing harmonization: using the v3 HDF for as a basis for semantic interoperability HL7 NCPDP e-prescribing e harmonization: using the v3 HDF for as a basis for semantic interoperability Mark Shafarman HL7 Chair Applications Architect, Oracle Corporation mark.shafarman@oracle.com 1 415

More information

Document downloaded from: http://hdl.handle.net/10251/44370. This paper must be cited as:

Document downloaded from: http://hdl.handle.net/10251/44370. This paper must be cited as: Document downloaded from: http://hdl.handle.net/10251/44370 This paper must be cited as: Fernández-Breis JT; Maldonado Segura, JA.; Marcos M; Legaz-García MD; Moner Cano, D.; Torres-Sospedra J; Esteban-Gil

More information

Models Supporting Development of Complex Information Systems in Healthcare. Case study: an Obstetrics-Gynecology Department

Models Supporting Development of Complex Information Systems in Healthcare. Case study: an Obstetrics-Gynecology Department en18 Original Article Models Supporting Development of Complex Information Systems in Healthcare. Case study: an Obstetrics-Gynecology Department Mihaela Crisan-Vida 1, Lăcrămioara Stoicu-Tivadar 1, Oana

More information

Reusing openehr Archetypes for the Expression of Cerebral Palsy Electronic Medical Records

Reusing openehr Archetypes for the Expression of Cerebral Palsy Electronic Medical Records Comput. Sci. Appl. Volume 1, Number 3, 2014, pp. 179-188 Received: July 28, 2014; Published: September 25, 2014 Computer Science and Applications www.ethanpublishing.com Reusing openehr Archetypes for

More information

DIPS Arena New Archetype-based EHR. Sigurd From, DIPS ASA

DIPS Arena New Archetype-based EHR. Sigurd From, DIPS ASA DIPS Arena New Archetype-based EHR Sigurd From, DIPS ASA The largest EHR vendor in Norway Product areas Clinical Process Support - EHR Administative Process Support Medical Services & Integration Main

More information

ONEM2M SERVICE LAYER PLATFORM

ONEM2M SERVICE LAYER PLATFORM ONEM2M SERVICE LAYER PLATFORM Roland Hechwartner (Deutsche Telekom) onem2m TP Vice Chair Roland.hechwartner@t mobile.at onem2m www.onem2m.org 2015 onem2m The Partnership Project Over 200 member organizations

More information

An overview of Health Informatics Standards

An overview of Health Informatics Standards An overview of Health Informatics Standards Management and Information Systems in Health Care in the Russian Federation, Moscow Y.Samyshkin, A.Timoshkin Centre for Health Management The Business School

More information

CLOUD-BASED DEVELOPMENT OF SMART AND CONNECTED DATA IN HEALTHCARE APPLICATION

CLOUD-BASED DEVELOPMENT OF SMART AND CONNECTED DATA IN HEALTHCARE APPLICATION CLOUD-BASED DEVELOPMENT OF SMART AND CONNECTED DATA IN HEALTHCARE APPLICATION S. Naisha Sultana 1, Gandikota Ramu 2 and Prof. B. Eswara Reddy 3 1, 2&3 Dept of Computer Science & Engineering, JNTUA College

More information

Semantic Interoperability in electronic health record: a standardised approach. Ruibin Ye

Semantic Interoperability in electronic health record: a standardised approach. Ruibin Ye Semantic Interoperability in electronic health record: a standardised approach Ruibin Ye University of Tampere School of Information Sciences Software Development M.Sc. thesis Supervisor: Pirkko Nykänen

More information

ISO 13606 based system for biomedical parameter storage, querying and alarm detection

ISO 13606 based system for biomedical parameter storage, querying and alarm detection 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 under

More information

How To Understand The Difference Between Terminology And Ontology

How To Understand The Difference Between Terminology And Ontology Terminology and Ontology in Semantic Interoperability of Electronic Health Records Dr. W. Ceusters Saarland University Semantic Interoperability Working definition: Two information systems are semantically

More information

openehr The Reference Model Thomas Beale Sam Heard

openehr The Reference Model Thomas Beale Sam Heard openehr The Reference Model Thomas Beale Sam Heard 1:N openehr Semantic architecture Screen Forms Messages 1:N Reports Templates Data conversion schemas 1:N Archetypes Terminology interface Terminologies

More information

LEVERAGING COUNTRYWIDE EHRs TO FACILITATE AN INTEGRATED RESEARCH FRAMEWORK Kuttin O 1, Gall W 1

LEVERAGING COUNTRYWIDE EHRs TO FACILITATE AN INTEGRATED RESEARCH FRAMEWORK Kuttin O 1, Gall W 1 LEVERAGING COUNTRYWIDE EHRs TO FACILITATE AN INTEGRATED RESEARCH FRAMEWORK Kuttin O 1, Gall W 1 Abstract Collaboration between clinical care and medical research is essential to meet demands for improvements

More information

The ERS IC-EHR as Local, Regional and National ehealth Infrastructure July 2010

The ERS IC-EHR as Local, Regional and National ehealth Infrastructure July 2010 The ERS IC-EHR as Local, Regional and National ehealth Infrastructure July 2010 Table of contents Present situation!... 1 What healthcare wants!... 2 ERS IC-EHR: Introduction!... 4 ERS IC-EHR: Integrating

More information

Clinical Decision Support Strategies

Clinical Decision Support Strategies Clinical Decision Support Strategies CIMI Meeting, Amsterdam Rong Chen MD PhD, CMIO rong.chen@cambio.se CAMBIO HEALTHCARE SYSTEMS 1/11/2014 WWW.CAMBIO.SE 1 Objectives The common goal of improving healthcare

More information

From Business World to Software World: Deriving Class Diagrams from Business Process Models

From Business World to Software World: Deriving Class Diagrams from Business Process Models From Business World to Software World: Deriving Class Diagrams from Business Process Models WARARAT RUNGWORAWUT 1 AND TWITTIE SENIVONGSE 2 Department of Computer Engineering, Chulalongkorn University 254

More information

Electronic Health Record (EHR) Standards Survey

Electronic Health Record (EHR) Standards Survey Electronic Health Record (EHR) Standards Survey Compiled by: Simona Cohen, Amnon Shabo Date: August 1st, 2001 This report is a short survey about the main emerging standards that relate to EHR - Electronic

More information

A model driven approach for bridging ILOG Rule Language and RIF

A model driven approach for bridging ILOG Rule Language and RIF A model driven approach for bridging ILOG Rule Language and RIF Valerio Cosentino, Marcos Didonet del Fabro, Adil El Ghali To cite this version: Valerio Cosentino, Marcos Didonet del Fabro, Adil El Ghali.

More information

Smart Financial Data: Semantic Web technology transforms Big Data into Smart Data

Smart Financial Data: Semantic Web technology transforms Big Data into Smart Data Smart Financial Data: Semantic Web technology transforms Big Data into Smart Data Insurance Data and Analytics Summit 2013 18 April 2013 David Saul, Senior Vice President & Chief Scientist State Street

More information

Achieving Clinical Statement Interoperability using R-MIM and Archetype-based Semantic Transformations

Achieving Clinical Statement Interoperability using R-MIM and Archetype-based Semantic Transformations 1 Achieving Clinical Statement Interoperability using R-MIM and Archetype-based Semantic Transformations Ozgur Kilic, Asuman Dogac Member, IEEE Abstract Effective use of Electronic Healthcare Records (EHRs)

More information

City Research Online. Permanent City Research Online URL: http://openaccess.city.ac.uk/3707/

City Research Online. Permanent City Research Online URL: http://openaccess.city.ac.uk/3707/ Plastiras, P., O'Sullivan, D. & Weller, P. (2014). An Ontology-Driven Information Model for Interoperability of Personal and Electronic Records. Paper presented at the Proceedings of etelemed, The Sixth

More information

A Product Line and Model Driven Approach for Interoperable EMR Messages Generation

A Product Line and Model Driven Approach for Interoperable EMR Messages Generation A Product Line and Model Driven Approach for Interoperable EMR Messages Generation Deepa Raka December, 2010 Department of Computer Science California State University, Fresno A Product Line and Model

More information

FHIM Model Content Overview

FHIM Model Content Overview FHIM Model Content Overview Federal Health Information Model (FHIM) and Associated Terminology Models Goal Produce a logical, health information model that supports semantic interoperability and that is

More information

Quality Label and Certification Processes Education Material on ehealth Interoperability. Karima Bourquard Director of Interoperability IHE-Europe

Quality Label and Certification Processes Education Material on ehealth Interoperability. Karima Bourquard Director of Interoperability IHE-Europe Quality Label and Certification Processes Education Material on ehealth Interoperability Karima Bourquard Director of Interoperability IHE-Europe Testing and Certification Objectives To design a European

More information

Model-driven Adapter Development for Web Services Interactions

Model-driven Adapter Development for Web Services Interactions Model-driven Adapter Development for Web Services Interactions Hamid Reza Motahari Nezhad 1;2 1 The School of Computer Science and Engineering, The University Of New South Wales Sydney, NSW 2052, Australia

More information

A Pattern-based Framework of Change Operators for Ontology Evolution

A Pattern-based Framework of Change Operators for Ontology Evolution A Pattern-based Framework of Change Operators for Ontology Evolution Muhammad Javed 1, Yalemisew M. Abgaz 2, Claus Pahl 3 Centre for Next Generation Localization (CNGL), School of Computing, Dublin City

More information

Universitat Jaume I, Castellón, Spain, Mar.Marcos@icc.uji.es, Begona.Martinez@icc.uji.es, http://www.keg.uji.es/

Universitat Jaume I, Castellón, Spain, Mar.Marcos@icc.uji.es, Begona.Martinez@icc.uji.es, http://www.keg.uji.es/ Towards the interoperability of computerised guidelines and electronic health records: an experiment with openehr archetypes and a chronic heart failure guideline M. Marcos and B. Martínez-Salvador Universitat

More information

A HUMAN RESOURCE ONTOLOGY FOR RECRUITMENT PROCESS

A HUMAN RESOURCE ONTOLOGY FOR RECRUITMENT PROCESS A HUMAN RESOURCE ONTOLOGY FOR RECRUITMENT PROCESS Ionela MANIU Lucian Blaga University Sibiu, Romania Faculty of Sciences mocanionela@yahoo.com George MANIU Spiru Haret University Bucharest, Romania Faculty

More information

ISO EN 13606 TECHNICAL REVISION

ISO EN 13606 TECHNICAL REVISION ISO EN 13606 TECHNICAL REVISION Dipak Kalra!! with support from! Shanghua Sun, Tony Austin! and EN13606 Association EN ISO 13606 EHR Communications A means to exchange part or all of a patients EHR! between

More information

CONTEMPORARY SEMANTIC WEB SERVICE FRAMEWORKS: AN OVERVIEW AND COMPARISONS

CONTEMPORARY SEMANTIC WEB SERVICE FRAMEWORKS: AN OVERVIEW AND COMPARISONS CONTEMPORARY SEMANTIC WEB SERVICE FRAMEWORKS: AN OVERVIEW AND COMPARISONS Keyvan Mohebbi 1, Suhaimi Ibrahim 2, Norbik Bashah Idris 3 1 Faculty of Computer Science and Information Systems, Universiti Teknologi

More information