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

Size: px
Start display at page:

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

Transcription

1 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 Aalborg University, Denmark Electronic Health Record (EHR) systems are being developed to improve the communication of patient data. The health care domain includes many different types of data and concepts, of which some are constantly changing, and some are more lasting. This makes the development of an EHR a complex task. In order to improve the handling of this complexity, a new two-level modelling approach in EHR system development has emerged, using a concept of archetypes as the pivot in the representation of the health care knowledge. The key issue in this approach involves dividing the problem field into two separate models: A generic information model and a domain knowledge model. By analysis of how this layering has been carried out in two different two-level EHR systems the OpenEHR (formerly the Australian GEHR, Good Electronic Health Record) and the EHR project of Aarhus County, Denmark. We have identified critical meta model parameters influencing the ability of the modelling paradigm to meet the expectation for easy handling of the development process (flexibility) and the capability to manage changing models (dynamics). The OpenEHR has defined the division line in such a way that it makes the generic model small and the domain model large. The opposite is the case of the Aarhus EHR system, where the information model is large, and the knowledge model is small. A small information model and a large knowledge model make more of the system changeable, but it also makes it less flexible to develop. The opposite is the case for a large information model and a small knowledge model. Keywords: Electronic Health Record (EHR); Two-Level Modelling; Archetype; EDD (Event Description Definition); Information Model; Domain Model; Generic Model, Meta Model 1. Introduction An essential motive for implementing Electronic Health Records (EHR) is the desire to utilize the opportunities of information technology to support the work and development taking place within the health care sector. The fundamental reason for implementing an EHR is to improve the possibilities of providing better, coordinated care, and to create better documentation of the events as well as the composition and the quality of health care contributions. There are many things to be considered when developing an EHR system. First of all, the EHR system must be designed for several types of users and hospital departments. The EHR system must therefore be flexible to fulfil the demands of the different users and departments and to cover a wide range of clinical domains. Secondly, the clinical domain is constantly encompassing new knowledge and improved technology. The process of modifying an EHR system should be flexible and dynamic.

2 114 The classical single-level model approach to develop an information system is to model domain concepts directly in software and database models. It is difficult to fulfil the demands of a flexible and dynamic EHR system with this single-level approach, as it uses one comprehensive information model. The single-level approach system can be seen as a snapshot of knowledge existing at the time the EHR system was developed. [1, 2] A new approach has emerged in EHR development where the idea is to divide the problem field into two separate models: An information model and a knowledge model [2]. This approach is often called two-level modelling. The information model depicts stabile and generic concepts, whereas the knowledge model expresses the variability and dynamics of the problem field. Terms like archetypes [2], event description definitions (EDD) [3], clinical templates [4], and clinical document architectures (CDA) [5] are used to describe concepts representing selfcontained parts of domain knowledge, acting as building blocks in the knowledge model. The purpose of the two-level model approach is to make it possible to change or extend the knowledge model without changing the basic functions of the system, as they are to remain static within the information model. The generic information concepts are steady in time, while the domain knowledge specific concepts express variability [1, 2]. The implementation of the dynamic aspect of the modelling process has to be sufficiently flexible to make it attractive in practice. In this paper we have chosen to analyze how the division between the model layers has been carried out, and what the consequences are in two different EHR systems using the two-level approach: the OpenEHR [2] and the EHR project in Aarhus County, Denmark [3]. In these two examples we have identified critical meta model parameters which affect the ability of the modelling paradigm to meet the expectations for (1) easy handling of the development process (flexibility) and (2) the capability to manage changing models (dynamics). 2. Methods Information about theories and principles of two-level modelling and the two EHR approaches is obtained from literature and websites of OpenEHR and Aarhus County, Denmark, and through semi-structured qualitative interviews and questionnaires. The analysis is a comparative study of the two EHR approaches, concentrating on their ontology structure and the division between the model layers. Moreover focus is chosen to be on three specific aspects: Version control, legislative requirements, and domain knowledge acquisition. Other aspects as economic circumstances, data security, structured querying, patient interaction, and use of terminologies are not treated in this analysis. 3. Two-Level Modelling and Archetypes In the OpenEHR approach the term archetype is used, while the corresponding concept in the Aarhus EHR approach uses the term EDD. In the following description of two-level modelling and archetypes, the term archetype is used as a general concept covering both the term archetype used in the OpenEHR approach and the term EDD used in the Aarhus EHR approach. The essential concept in two-level modelling encompasses the separation of information and knowledge, where all clinical information is created in the image of appropriate knowledge structures [6].

3 115 The information model includes software object models and database schemas, while the knowledge model contains the domain specific concepts, consisting of terminologies and ontologies. Archetypes are used to express self-contained domain knowledge chunks, which are expressed by the terms of a constrained information model. The advantage of separating knowledge from information is the possibility to make domain experts model the knowledge model using archetypes and make technical developers model the information model. Figure 1-The concept of archetype modelling. Modified from [8, 9]. An archetype is a constraint model that defines interpretation restrictions for EHR information, for instance information about the composition of blood pressure measurement expressed in information model terms. The purpose of archetypes is to ensure that only data with a certain structure can be added to the EHR. As the archetype is developed from the underlying information model, the ability to add new archetypes over time is present without having to remodel the whole information model [7]. Archetypes are used to drive the runtime features of software in the information model, entailing that the data shown to the user is a combination of the data in the information model and the restrictions prescribed by the archetypes. This principle is illustrated in Figure 1. On the knowledge side to the right, the knowledge model is illustrated. This knowledge model constrains its underlying information model. Archetypes are instances of this model [8]. The actual information obtains its structure from the information model via the archetype. The knowledge model provides a sensible health domain information structure of the elements in the information model [2], shown on the left. The archetype assures that data acquisition is processed in accordance with the information model, so that data can be stored in databases. 4. Results The OpenEHR and Aarhus EHR Approach Ontology levels: In order to classify the clinical domain knowledge, the OpenEHR approach makes use of six different ontology levels to structure its information model. The ontology levels are used to find classes in the information model and to classify and compose archetypes. The six ontology levels are labelled: principles, descriptive, organizing, unit of

4 116 work, historical, and communication [6]. Archetype is the crucial class in the information model from where the classes connected to the ontology levels inherit. This is illustrated in Figure 2. Figure 2 (a) The illustration shows the archetype class connected to all six ontology levels. (b) The illustration shows the EDD class connected to only three ontology levels. To compare the two models we have arranged the model of the Aarhus EHR in accordance with the equivalent six ontology levels used in the OpenEHR. The result of the comparison is shown in Figure 2. The EDDs are not related to all six ontology levels, but only the first three levels of abstraction. In the Aarhus EHR information model, the fundamental class is the Event class [3] (not shown in Figure 2). Consequently, archetypes can represent a wider range of levels of abstractions than EDDs. General structures: The OpenEHR approach is built completely as a two-level model, whereas the Aarhus EHR approach is built both as a two-level and a single-level model. The information model of the Aarhus EHR contains three main models: A process model, a logistic model, and a registration model [3]. The process model contains the classes shown in Figure 2 and is built according to the two-level modelling principles. The logistic and registration models are both single-level models. Figure 3 compares the general structure of the OpenEHR and the Aarhus EHR models. Domain knowledge acquisition: In the Aarhus EHR and the OpenEHR, maintenance of the EHR systems is managed in different ways. The Aarhus EHR has a specific organization developing EDDs. This is a technical organization co-operating with the domain experts in creating the EDDs [10]. No EDD editor is available for the clinicians. In the OpenEHR an archetype editor is to be used by clinicians and developers [11]. The archetype editor is a modelling tool for creating and editing archetypes in accordance with the information model [12]. Legislative requirements: In the Aarhus EHR the development of EDDs is influenced by legislation about national reporting requirements and clinical databases. For this reason, to make the automatic reports, the structure of some EDDs must be stable and follow the requirements established by legislation [13]. The OpenEHR must follow the same legislation about national reports, but archetypes have not yet been modelled for report use. With regard to this, an advantage in the OpenEHR might be that archetypes can be made up of smaller archetypes and can be reused in one large archetype corresponding to a report [12]. Version control: The advantages of EDDs and archetypes are that they can be modified,

5 117 which implies change management and version control. An EDD or an archetype may be changed due to omissions, legislation, technology, or traceability. The last point is due to the requirement that it must be possible to return to any previous version of the record [2, 6]. In the OpenEHR each archetype has its own version with version control provided by the information model. In the Aarhus EHR the single EDD is not version controlled, but the whole collection of EDDs is version controlled. In both EHR projects there are more dimensions of version control than indicated above. The information models, the archetypes/edds, and the terminologies are all to be version controlled independently. What makes the task complex is that these three aspects depend on each other. Figure 3-The OpenEHR model is built completely as a two-level model, while the Aarhus EHR model also contains single-level models. 5. Discussion and conclusion The OpenEHR and the Aarhus EHR have defined the dividing line between the information model and the knowledge model differently. The dynamic part of the Aarhus EHR covers fewer modelling aspects than the OpenEHR approach, leaving fewer clinical concepts to be modifiable. Consequently the OpenEHR seems to be more future-proofed with regard to the amount of knowledge structure that can be changed, although it may be irrational to model persistent concepts such as professional groups, departments etc. In the Aarhus EHR, EDDs are developed by one separate technical group in co-operation with clinicians. In the OpenEHR, the archetypes are to be developed by domain experts using an archetype editor. Archetypes may require a lot of insight into the information model in order to be able to model them. Modelling EDDs also requires domain knowledge and insight into the domain knowledge, and this might challenge the technical group of the Aarhus EHR. Version control is performed on each archetype in the OpenEHR and on the complete knowledge model in the Aarhus EHR. It is therefore difficult to compare how archetypes and EDDs are version controlled. Version control is a non-trivial task in both cases. The essential problem in version control is granularity. Version control of archetypes might be more complex than version control of EDDs, due to the fact that archetypes have more structures. The Aarhus EHR is performing version control on the complete model. By using this solution the basic properties of the EDD, which are reducing redundancy, providing reusability, and being replaceable, are not obtained.

6 118 Due to external circumstances, the dynamics of the Aarhus EHR system is restricted. Conditions concerning legislation about national reporting mean that some EDDs have to be structured in a certain way to comply with the reporting rules. In the OpenEHR the same legislation exists, but there is no practical experience with archetypes and national reports. Based on the analysis, our hypothesis is that the division between the model layers influences the flexibility and dynamics of the EHR systems. A small information model and a large knowledge model make more of the system changeable, but also make development less flexible. The opposite is the case for a large information model and a small knowledge model. There are no fully implemented and evaluated EHR systems using the two-level approach. Therefore experiences regarding this hypothesis are sparse. The hypothesis can be utilized to analyze the flexibility and dynamics of other EHR projects using two-level modelling. HL7v3 and CEN ENV are both EHR projects using the two-level approach [4, 5]. In the CEN ENV pre-standard for EHR a generic model for the EHR architecture has been constructed, together with archetype-like templates. In HL7 a knowledge model has been developed with the purpose of representing semantics and relations between concepts for all data in a HL7-message. 6. Acknowledgements We thank Mona Holm from the Virtual Hospital in Aarhus County, Trine Joergensen from Systematic Software Engineering A/S, and Inge Madsen from Skejby Hospital, Aarhus, for answering questions about the Aarhus EHR project. We also thank Thomas Beale and Sam Heard from Ocean Informatics for answering questions about the OpenEHR project. 7. References [1] Andersen SK, Nøhr C, Vingtoft S, Bernstein K, Bruun-Rasmussen M. EPJ-Observatoriet : statusrapport Aalborg Universitet; Center for Sundheds-telematik; MEDIQ [2] Beale T. Archetypes: Constraint-based Domain Models for Future-proof Information Systems. Deep Thought Informatics URL: accessed December [3] The County of Aarhus. Domaene Objektmodel URL: accessed December [4] CEN/TC251 European Standardization of Health Informatics. URL: accessed December [5] Health Level Seven. URL: accessed December [6] Beale T, Goodchild A, Heard S. Design Principles for the EHR. Rev The OpenEHR Foundation [7] Bird L, Goodchild A, Tun Z. Experiences with a Two-Level Modelling Approach to Electronic Health Records. Journal of Research and Practice in Information Technology, 35(2), [8] Beale T. OpenEHR Modelling and Design Principles. Rev The OpenEHR Foundation [9] Beale T, Heard S. Archetype definitions and principles. Rev The OpenEHR Foundation [10] Interview with M. Holm. September [11] DSTC Titanium. Clinical Model Builder Software URL: titanium.dstc.edu.au/gehr/clinical-modelbuilder, accessed December [12] Mail Correspondence with T. Beale. December [13] Private Communication with T. Joergensen. November Address for correspondence Assoc. Prof. Stig Kjær Andersen, Ph.D., Virtuel Center for Health Informatics (V-CHI), Department for Health Science and Technology, Aalborg University, Fr Bajersvej 7 D, DK-9220 Aalborg, ska@hst.aau.dk

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

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

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

Templates and Archetypes: how do we know what we are talking about?

Templates and Archetypes: how do we know what we are talking about? Templates and Archetypes: how do we know what we are talking about? Sam Heard, Thomas Beale, Gerard Freriks, Angelo Rossi Mori, Ognian Pishev Version 1.2, 12th February 2003 This discussion paper is addressed

More information

The Journal on Information Technology in Healthcare 2003; 1(5): 369 380. Archetypes, GEHR, openehr and Electronic Health Records

The Journal on Information Technology in Healthcare 2003; 1(5): 369 380. Archetypes, GEHR, openehr and Electronic Health Records HT I J The Journal on Information Technology in Healthcare 2003; 1(5): 369 380 Archetypes, GEHR, openehr and Electronic Health Records Ping Yu School of Information Technology and Computer Science, The

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Introduction to openehr Archetypes & Templates. Dr Ian McNicoll Dr Heather Leslie

Introduction to openehr Archetypes & Templates. Dr Ian McNicoll Dr Heather Leslie Introduction to openehr Archetypes & Templates Dr Ian McNicoll Dr Heather Leslie Traditional Application Development Clinical Knowledge Data Model Ocean Informatics 2010 Tradi&onal Informa&on model 2 level

More information

What s next for openehr. Sam Heard Thomas Beale

What s next for openehr. Sam Heard Thomas Beale What s next for openehr Sam Heard Thomas Beale Current situation (2010-) General industry movement toward SOA, growing use of terminology SOA: IHE Information / messages HL7 v3 failed, org in fresh look

More information

Semantic interoperability of dual-model EHR clinical standards

Semantic interoperability of dual-model EHR clinical standards 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

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

Electronic Health Records: An introduction to openehr and archetypes

Electronic Health Records: An introduction to openehr and archetypes Electronic Health Records: An introduction to openehr and archetypes Dr. Sebastian Garde CCR Workshop Munich 29 th April 2008 Expectations Timely information and reports for ALL professions with a minimum

More information

EHR Definition, Scope & Context. Sam Heard for Peter Schloeffel ISO/TC 215 WG1 Aarhus, Denmark 3 Oct 2003

EHR Definition, Scope & Context. Sam Heard for Peter Schloeffel ISO/TC 215 WG1 Aarhus, Denmark 3 Oct 2003 EHR Definition, Scope & Context Sam Heard for Peter Schloeffel ISO/TC 215 WG1 Aarhus, Denmark 3 Oct 2003 2 Agenda Background to the project A taxonomy and definitions of the EHR Scope of the EHR Context

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

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

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

Clinical Knowledge Manager. Product Description 2012 MAKING HEALTH COMPUTE

Clinical Knowledge Manager. Product Description 2012 MAKING HEALTH COMPUTE Clinical Knowledge Manager Product Description 2012 MAKING HEALTH COMPUTE Cofounder and major sponsor Member and official submitter for HL7/OMG HSSP RLUS, EIS 'openehr' is a registered trademark of the

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

Monitoring the Danish EHR strategy Dissemination status and system validation

Monitoring the Danish EHR strategy Dissemination status and system validation Monitoring the Danish EHR strategy Dissemination status and system validation - a Report from the Danish EHR Observatory Knut Bernstein MEDIQ kb@mediq.dk MEDIQ Organisations behind the EHR observatory

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

Experiences with a Two-Level Modelling Approach to Electronic Health Records L. Bird, A. Goodchild and Z. Tun

Experiences with a Two-Level Modelling Approach to Electronic Health Records L. Bird, A. Goodchild and Z. Tun Experiences with a Two-Level Modelling Approach to Electronic Health Records L. Bird, A. Goodchild and Z. Tun CRC for Enterprise Distributed Systems Technology DSTC Pty Ltd, Level 7 General Purpose South

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

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

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

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

National Model and Implementation Guidelines for EHR in Denmark

National Model and Implementation Guidelines for EHR in Denmark National Model and Implementation Guidelines for EHR in Denmark Morten Bruun-Rasmussen Denmark 1 Disposition The Danish EHR Observatory The Danish IT strategy for Health The Danish Basic EHR model Implementation

More information

Object-relational EH databases

Object-relational EH databases Proceedings of the 7 th International Conference on Applied Informatics Eger, Hungary, January 28 31, 2007. Vol. 1. pp. 335 342. Object-relational EH databases Lajos Kollár a, Henrietta Sipos b, Krisztián

More information

How To Write An Electronic Health Record

How To Write An Electronic Health Record EHR Requirements David LLOYD and Dipak KALRA CHIME Centre for Health Informatics and Multiprofessional Education, University College London N19 5LW, by email: d.lloyd@chime.ucl.ac.uk. Abstract. Published

More information

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

Development, implementation and diffusion of EHR systems in Denmark

Development, implementation and diffusion of EHR systems in Denmark International Journal of Medical Informatics (2005) 74, 229 234 Development, implementation and diffusion of EHR systems in Denmark Christian Nøhr a,, Stig Kjær Andersen a, Søren Vingtoft b, Knut Bernstein

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

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

Architecture Overview

Architecture Overview Release 1.0.2 openehr Architecture Architecture Overview Editors: {T Beale, S Heard} a Revision: 1.1.1 Pages: 79 Date of issue: 13 Nov 2008 a. Ocean Informatics Status: STABLE Keywords: EHR, reference

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

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

Modeling Temporal Data in Electronic Health Record Systems

Modeling Temporal Data in Electronic Health Record Systems International Journal of Information Science and Intelligent System, 3(3): 51-60, 2014 Modeling Temporal Data in Electronic Health Record Systems Chafiqa Radjai 1, Idir Rassoul², Vytautas Čyras 3 1,2 Mouloud

More information

EHR Standards and Semantic Interoperability

EHR Standards and Semantic Interoperability EHR Standards and Semantic Interoperability Setting the Frame of Reference Dr. Marco Eichelberg OFFIS - Institute for Information Technology E-Mail: eichelberg@offis.de Page 1 Introduction Semantic Interoperability:

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

What do clinical data standards mean for clinicians? Dr Nick Booth GP and Informatician, Warden, Northumberland, UK

What do clinical data standards mean for clinicians? Dr Nick Booth GP and Informatician, Warden, Northumberland, UK What do clinical data standards mean for clinicians? Dr Nick Booth GP and Informatician, Warden, Northumberland, UK Outline of Presentation Assertions What are we trying to do in the English NHS IT programme?

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

The Electronic Health Record Why is it still so hard?

The Electronic Health Record Why is it still so hard? The Electronic Health Record Why is it still so hard? Dr Ian McNicoll Clinical Analyst Ocean Informatics Editor openehr Clinical Knowledge Manager Cape Town MEDINFO Sept 2010 Agenda 0900-0945 Why is the

More information

REQUIREMENTS REGARDING QUALITY CERTIFICATION OF ELECTRONIC HEALTH RECORDS

REQUIREMENTS REGARDING QUALITY CERTIFICATION OF ELECTRONIC HEALTH RECORDS REQUIREMENTS REGARDING QUALITY CERTIFICATION OF ELECTRONIC HEALTH RECORDS Alexander Hoerbst, Thomas Schabetsberger, Werner Hackl, Elske Ammenwerth Research Division for ehealth and Telemedicine UMIT -

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

Describing Electronic Health Records Using XML Schema

Describing Electronic Health Records Using XML Schema Describing Electronic Health Records Using XML Schema Bird LJ, Goodchild A and Sue H R for Enterprise Distributed Systems (DST Pty Ltd) Level 7, GP South, The University of Queensland, Qld, 4072, Australia.

More information

Archetypes and ontologies to facilitate the breast cancer identification and treatment process

Archetypes and ontologies to facilitate the breast cancer identification and treatment process Archetypes and ontologies to facilitate the breast cancer identification and treatment process Ainhoa Serna 1, Jon Kepa Gerrikagoitia 1, Iker Huerga, Jose Antonio Zumalakarregi 2 and Jose Ignacio Pijoan

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

Introduction to Service Oriented Architectures (SOA)

Introduction to Service Oriented Architectures (SOA) Introduction to Service Oriented Architectures (SOA) Responsible Institutions: ETHZ (Concept) ETHZ (Overall) ETHZ (Revision) http://www.eu-orchestra.org - Version from: 26.10.2007 1 Content 1. Introduction

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

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

A Sematic Web-Based Framework for Quality Assurance of Electronic Medical Records Data for Secondary Use

A Sematic Web-Based Framework for Quality Assurance of Electronic Medical Records Data for Secondary Use A Sematic Web-Based Framework for Quality Assurance of Electronic Medical Records Data for Secondary Use Guoqian Jiang, Harold Solbrig, Christopher Chute Mayo Clinic W3C RDF Validation Workshop September

More information

A Framework for Software Product Line Engineering

A Framework for Software Product Line Engineering Günter Böckle Klaus Pohl Frank van der Linden 2 A Framework for Software Product Line Engineering In this chapter you will learn: o The principles of software product line subsumed by our software product

More information

Ten years experience with National IT strategies for the Danish Health Care service

Ten years experience with National IT strategies for the Danish Health Care service Ten years experience with National IT strategies for the Danish Health Care service Abstract Morten Bruun-Rasmussen, Knut BERNSTEIN, Søren VINGTOFT Since 1995 IT strategies have been an important instrument

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

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

A MODEL OF OPENEHR-BASED ELECTRONIC MEDICAL RECORD IN INDONESIA

A MODEL OF OPENEHR-BASED ELECTRONIC MEDICAL RECORD IN INDONESIA A MODEL OF OPENEHR-BASED ELECTRONIC MEDICAL RECORD IN INDONESIA 1 A.B. MUTIARA, 2 A. MUSLIM, 3 T. OSWARI, 4 R. ASRITA 1 Prof., Faculty of Computer Science and Information Technology, Gunadarma University,

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

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

AN OVERVIEW OF INTEROPERABILITY STANDARDS FOR ELECTRONIC HEALTH RECORDS

AN OVERVIEW OF INTEROPERABILITY STANDARDS FOR ELECTRONIC HEALTH RECORDS Integrated Design and Process Technology, IDPT-2007 Printed in the United States of America, June, 2007 2007 Society for Design and Process Science AN OVERVIEW OF INTEROPERABILITY STANDARDS FOR ELECTRONIC

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

2. MOTIVATING SCENARIOS 1. INTRODUCTION

2. MOTIVATING SCENARIOS 1. INTRODUCTION Multiple Dimensions of Concern in Software Testing Stanley M. Sutton, Jr. EC Cubed, Inc. 15 River Road, Suite 310 Wilton, Connecticut 06897 ssutton@eccubed.com 1. INTRODUCTION Software testing is an area

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

Enabling medical research on clinically collected data using openehr archetypes

Enabling medical research on clinically collected data using openehr archetypes FACULTY OF SCIENCE AND TECHNOLOGY DEPARTMENT OF COMPUTER SCIENCE Enabling medical research on clinically collected data using openehr archetypes Leykun Melkamu Gebeyehu INF-3997 Master's Thesis in Telemedicine

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

EHR Information Model

EHR Information Model The openehr Reference Model EHR Information Model Issuer: openehr Specification Program Revision: 5.1.1 Pages: 82 Date of issue: 16 Aug 2008 Status: STABLE Keywords: EHR, reference model, openehr EHR EHR

More information

8th Medical Open Source Software Symposium

8th Medical Open Source Software Symposium 8th Medical Open Source Software Symposium openehr as A New Approach to Electronic Health Record System in Cambodia Maternity Care Program Kakada Hok 2009.10.31 1 Objectives of the Research Study To identify

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

Semantic Business Process Management Lectuer 1 - Introduction

Semantic Business Process Management Lectuer 1 - Introduction Arbeitsgruppe Semantic Business Process Management Lectuer 1 - Introduction Prof. Dr. Adrian Paschke Corporate Semantic Web (AG-CSW) Institute for Computer Science, Freie Universitaet Berlin paschke@inf.fu-berlin.de

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

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

Annotation for the Semantic Web during Website Development

Annotation for the Semantic Web during Website Development Annotation for the Semantic Web during Website Development Peter Plessers, Olga De Troyer Vrije Universiteit Brussel, Department of Computer Science, WISE, Pleinlaan 2, 1050 Brussel, Belgium {Peter.Plessers,

More information

A MODEL OF OPENEHR BASED ELECTRONIC MEDICAL RECORD IN INDONESIA

A MODEL OF OPENEHR BASED ELECTRONIC MEDICAL RECORD IN INDONESIA A MODEL OF OPENEHR BASED ELECTRONIC MEDICAL RECORD IN INDONESIA 1 A.B. Mutiara, 2 A. Muslim, 3 T. Oswari, 4 R.A. Miharja 1,2,4 Faculty of Computer Science and Information Technology, Gunadarma University,

More information

Document Engineering: Analyzing and Designing the Semantics of Business Service Networks

Document Engineering: Analyzing and Designing the Semantics of Business Service Networks Document Engineering: Analyzing and Designing the Semantics of Business Service Networks Dr. Robert J. Glushko University of California Berkeley glushko@sims.berkeley.edu Tim McGrath Universal Business

More information

Translational Medicine and Patient Safety in Europe

Translational Medicine and Patient Safety in Europe TRANSFoRm Translational Medicine and Patient Safety in Europe Prof Brendan Delaney King s College London, Co-ordinator and Scientific Director, on behalf of the project steering ctte This project is partially

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

Trends in Healthcare Information Standardization

Trends in Healthcare Information Standardization TANJI Natsuki Abstract Standardization of medical information systems by industry associations such as ISO/TC 215 and CEN/TC 251 is currently underway internationally. In Japan, too, participation in and

More information

Defining the content of shared electronic medical records (emr)

Defining the content of shared electronic medical records (emr) Defining the content of shared electronic medical records (emr) An pragmatic and cost-saving initiative of the College of Family Physicians of Canada With over a 100 million consultations last year, the

More information

TOWARD A FRAMEWORK FOR DATA QUALITY IN ELECTRONIC HEALTH RECORD

TOWARD A FRAMEWORK FOR DATA QUALITY IN ELECTRONIC HEALTH RECORD TOWARD A FRAMEWORK FOR DATA QUALITY IN ELECTRONIC HEALTH RECORD Omar Almutiry, Gary Wills and Richard Crowder School of Electronics and Computer Science, University of Southampton, Southampton, UK. {osa1a11,gbw,rmc}@ecs.soton.ac.uk

More information

Semantically Steered Clinical Decision Support Systems

Semantically Steered Clinical Decision Support Systems Semantically Steered Clinical Decision Support Systems By Eider Sanchez Herrero Department of Computer Science and Artificial Intelligence University of the Basque Country Advisors Prof. Manuel Graña Romay

More information

zen Platform technical white paper

zen Platform technical white paper zen Platform technical white paper The zen Platform as Strategic Business Platform The increasing use of application servers as standard paradigm for the development of business critical applications meant

More information

Health Informatics Standardisation - educational, informative and normative

Health Informatics Standardisation - educational, informative and normative Health Informatics Standardisation - educational, informative and normative William Grimson, Chair: NSAI s Health Informatics Standards Consultative committee What do you observe? What do you observe?

More information

Integration of Distributed Healthcare Records: Publishing Legacy Data as XML Documents Compliant with CEN/TC251 ENV13606

Integration of Distributed Healthcare Records: Publishing Legacy Data as XML Documents Compliant with CEN/TC251 ENV13606 Integration of Distributed Healthcare Records: Publishing Legacy Data as XML Documents Compliant with CEN/TC251 ENV13606 J.A. Maldonado, M. Robles, P. Crespo Bioengineering, Electronics and Telemedicine

More information

Data Provenance. Functional Requirements Document: Developed in Response to the Data Provenance Task Force Recommendations. Version 1.

Data Provenance. Functional Requirements Document: Developed in Response to the Data Provenance Task Force Recommendations. Version 1. Data Provenance Functional Requirements Document: Developed in Response to the Data Provenance Task Force Recommendations Version 1.0 May 2015 Version History Version Revision Author Description of Change

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

NASCIO EA Development Tool-Kit Solution Architecture. Version 3.0

NASCIO EA Development Tool-Kit Solution Architecture. Version 3.0 NASCIO EA Development Tool-Kit Solution Architecture Version 3.0 October 2004 TABLE OF CONTENTS SOLUTION ARCHITECTURE...1 Introduction...1 Benefits...3 Link to Implementation Planning...4 Definitions...5

More information

EHR Information Model

EHR Information Model Release 1.0.2 The openehr Reference Model Editors: {T Beale, S Heard} a, {D Kalra, D Lloyd} b Revision: 5.1.1 Pages: 85 Date of issue: 16 Aug 2008 Status: STABLE a. Ocean Informatics b. Centre for Health

More information

Ontology Content Patterns - A Quick Overview

Ontology Content Patterns - A Quick Overview Ontology Content Patterns as Bridge for the Semantic Representation of Clinical Information Catalina Martínez Costa 1, Stefan Schulz 1,2 1 Institute for Medical Informatics, Statistics and Documentation,

More information

A terminology model approach for defining and managing statistical metadata

A terminology model approach for defining and managing statistical metadata A terminology model approach for defining and managing statistical metadata Comments to : R. Karge (49) 30-6576 2791 mail reinhard.karge@run-software.com Content 1 Introduction... 4 2 Knowledge presentation...

More information