Automatic Synthesis of Graphical User Interfaces for Health Information Systems
|
|
|
- Julius Wilkins
- 10 years ago
- Views:
Transcription
1 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, Antônio Tadeu A. Gomes Universidade Federal de Juiz de Fora (UFJF), Juiz de Fora, Brasil Laboratório Nacional de Computação Científica (LNCC), Petrópolis, Brasil September 23, 2012 Iuri M. Teixeira, Regina M. Braga, Antônio Tadeu A. Gomes WB-DSDM /18
2 1 Introduction 2 Clinical data models Model Transformation 3 4 Architecture for code generation Rules repository Strategies for rules definition Current state of work 5 Iuri M. Teixeira, Regina M. Braga, Antônio Tadeu A. Gomes WB-DSDM /18
3 Introduction Model-Driven Development (MDD) for Health Information Systems (HIS) is still a challenge. Transcribing the clinical s knowledge to computer systems is not trivial. One way of mitigating such problem is the use of clinical data models (ex.: openehr). openehr models help separate the knowledge of the clinical domain from the technological domain. However, they still demand too much effort to develop HIS implementations. Such models are not sufficient for the construction of HIS (e.g. lack of architectural information). Iuri M. Teixeira, Regina M. Braga, Antônio Tadeu A. Gomes WB-DSDM /18
4 Introduction Objective Provide an architecture for the automated code generation of GUI for HIS from clinical data models. MDD techniques based on a repository of reusable rules for model transformation. With this architecture, not only the implementation of HIS but also the specification of transformation rules can be simplified. Iuri M. Teixeira, Regina M. Braga, Antônio Tadeu A. Gomes WB-DSDM /18
5 Clinical data models openehr Introduction Clinical data models Model Transformation openehr is an open and collaborative specification for interoperable clinical data models. Metamodels: overall characteristics of the components of the health record. Models (archetypes): formal definitions of prescribed combinations of metamodel elements that describe clinical domain concepts. Reuse of domain concepts in healthcare. Reduced dependence among physicians and technologists in the development process. Example of an archetype in the Eclipse platform. Iuri M. Teixeira, Regina M. Braga, Antônio Tadeu A. Gomes WB-DSDM /18
6 Model Transformation Introduction Clinical data models Model Transformation Model Transformation Iuri M. Teixeira, Regina M. Braga, Antônio Tadeu A. Gomes WB-DSDM /18
7 Introduction GUI code generation for HIS from clinical data models [Schuler et al, 2006, Nardon et al, 2007, Van Der Linden, 2009, Atalag e Yang, 2010]. Do not employ metamodeling and transformation rules. Compromises design reuse in MDD. GUI code generation with metamodeling and model transformations [Costa, 2011]. Not restricted to HIS and does not use a common metametamodel. Compromises the reuse of clinical concepts and, therefore, the HIS interoperability. The work [Menárguez-Tortosa et al, 2011] explores the aforementioned concepts, however, does not consider architectural information. Iuri M. Teixeira, Regina M. Braga, Antônio Tadeu A. Gomes WB-DSDM /18
8 Introduction Architecture for code generation Rules repository Strategies for rules definition Current state of work Until the submission of this article, two different strategies for defining model transformation rules that combine clinical data models and architectural information were evaluated: 1 Transformation without explicit architectural information. 2 Transformation based on architectural annotation models. A third strategy is being investigated right now: 3 Transformation based on Acme models. Iuri M. Teixeira, Regina M. Braga, Antônio Tadeu A. Gomes WB-DSDM /18
9 Architecture for code generation Rules repository Strategies for rules definition Current state of work Architecture for code generation of GUI for HIS First step M2M transformation (clinical data models to GUI models) This process is executed through a repository of reusable rules. Second step M2C transformation (GUI models to GUI code). This process is executed through tools (RichUbi [Cirilo et al, 2010]) that generate code from models. Iuri M. Teixeira, Regina M. Braga, Antônio Tadeu A. Gomes WB-DSDM /18
10 Rules repository Introduction Architecture for code generation Rules repository Strategies for rules definition Current state of work Rules are structured according to the openehr metadata hierarchy to generate different GUI elements. Allows to capture the structure from archetypes information. Also allows to apply design patterns on the transformations rules. Iuri M. Teixeira, Regina M. Braga, Antônio Tadeu A. Gomes WB-DSDM /18
11 Architecture for code generation Rules repository Strategies for rules definition Current state of work First strategy Transformation without explicit architectural information. Our hypothesis for this strategy is that it leads to a combinatorial explosion of rules (different rules for different combinations among different families of HIS). Without further architectural information, the developer will have a cognitive overload in defining applicable rules for different families of HIS. Iuri M. Teixeira, Regina M. Braga, Antônio Tadeu A. Gomes WB-DSDM /18
12 Architecture for code generation Rules repository Strategies for rules definition Current state of work Second strategy Transformation based on architectural annotation models Inclusion of models for architectural annotations. Metamodels for annotations allows to create models using property-value pairs. Relationship between annotation models and the model transformation proposed. Iuri M. Teixeira, Regina M. Braga, Antônio Tadeu A. Gomes WB-DSDM /18
13 Architecture for code generation Rules repository Strategies for rules definition Current state of work Second strategy Transformation based on architectural annotation models Iuri M. Teixeira, Regina M. Braga, Antônio Tadeu A. Gomes WB-DSDM /18
14 Architecture for code generation Rules repository Strategies for rules definition Current state of work Current state of work Third strategy Transformation based on Acme models Acme is an Architecture Description Language (ADL) Acme has its metamodel specifications mapped onto the Ecore metametamodel. The current state of the work consists in exploring families of HIS described using Acme s Ecore metamodel. Iuri M. Teixeira, Regina M. Braga, Antônio Tadeu A. Gomes WB-DSDM /18
15 Architecture for code generation Rules repository Strategies for rules definition Current state of work Current state of work Third strategy Transformation based on Acme models Iuri M. Teixeira, Regina M. Braga, Antônio Tadeu A. Gomes WB-DSDM /18
16 Introduction Transformation rules are formally specified from the clinical data models. Code generation of GUI for HIS with reuse of domain concepts. Employment of Ecore metametamodel allows greater interoperability of software. First experiments: Exploration of two families: epidemiological surveillance and prehospital emergency healthcare Conducted under the SPLiCE project (Software-Product Lines in HealthCarE), a software product line for HIS being developed on the National Institute of Science and Technology on Medicine Assisted by Scientific Computing (INCT-MACC). Iuri M. Teixeira, Regina M. Braga, Antônio Tadeu A. Gomes WB-DSDM /18
17 References I Introduction [Atalag e Yang, 2010] Atalag, K.; Yang, H. Y. From openehr Domain Models to Advanced User Interfaces: A Case Study in Endoscopy. Health Informatics New Zealand Conference, [Cirilo et al, 2010] Cirilo, C. E.; Prado, A. F.; Souza, W. L. D. ; Zaina, L. A. M. Model driven richubi: a model driven process for building rich interfaces of context-sensitive ubiquitous applications. Proceedings of the 28th, p , [Costa, 2011] da Costa, S. L. Uma Abordagem Baseada em Modelos para Construção Automática de Interfaces de Usuário para Sistemas de Informação. Dissertação de Mestrado. Goiânia, UFG, [Menárguez-Tortosa et al, 2011] Menárguez-Tortosa, M.; Martínez-Costa, C. ; Fernández-Breis, J. T. A generative tool for building health applications driven by iso archetypes. J Med Syst, [Nardon et al, 2007] Nardon, F. B.; França, T. ; Naves, H. Construção de aplicações em saúde baseadas em arquétipos. Acta Scientiarum Biological Sciences, v.28, n.4, [Schuler et al, 2006] Schuler, T.; Garde, S.; Heard, S. ; Beale, T. Towards automatically generating graphical user interfaces from openehr archetypes. In: Hasman, A.; Haux, R.; van der Lei, J.; Clercq, E. D. ; France, F. H. R., editors, MIE, volume 124 de Studies in Health Technology and Informatics, p IOS Press, [Van Der Linden, 2009] Van Der Linden, H.; Austin, T. ; Talmon, J. Generic screen representations for future-proof systems, is it possible? there is more to a gui than meets the eye. Computer Methods and Programs in Biomedicine, v.95, n.3, p , Iuri M. Teixeira, Regina M. Braga, Antônio Tadeu A. Gomes WB-DSDM /18
18 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, Antônio Tadeu A. Gomes Universidade Federal de Juiz de Fora (UFJF), Juiz de Fora, Brasil Laboratório Nacional de Computação Científica (LNCC), Petrópolis, Brasil September 23, 2012 Iuri M. Teixeira, Regina M. Braga, Antônio Tadeu A. Gomes WB-DSDM /18
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
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
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
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
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
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,
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
A Novel Approach to Developing Applications in the Pervasive Healthcare Environment through the Use of Archetypes
A Novel Approach to Developing Applications in the Pervasive Healthcare Environment through the Use of Archetypes João Luís Cardoso de Moraes 1, Wanderley Lopes de Souza 1, Luís Ferreira Pires 2, Luciana
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
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:
Advanced Aspects of Hospital Information Systems
Advanced Aspects of Hospital Information Systems EHR- and related Standards DI Harald Köstinger ([email protected]) INSO - Industrial Software Institut für Rechnergestützte Automation
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
System of Monitoring/Management of resources and security for a Grid based on Globus Toolkit
System of Monitoring/Management of resources and security for a Grid based on Globus Toolkit Luis Rodrigo de Oliveira Gonçalves [email protected] Laboratório Nacional de Computação Científica LNCC 2 June
SEARCH The National Consortium for Justice Information and Statistics. Model-driven Development of NIEM Information Exchange Package Documentation
Technical Brief April 2011 The National Consortium for Justice Information and Statistics Model-driven Development of NIEM Information Exchange Package Documentation By Andrew Owen and Scott Came Since
Co-Creation of Models and Metamodels for Enterprise. Architecture Projects.
Co-Creation of Models and Metamodels for Enterprise Architecture Projects Paola Gómez [email protected] Hector Florez [email protected] ABSTRACT The linguistic conformance and the ontological
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,
A business process metamodel for Enterprise Information Systems automatic generation
A business process metamodel for Enterprise Information Systems automatic generation Luiz Fernando Batista Loja 1, Valdemar Vicente Graciano Neto 1, Sofia Larissa da Costa 1, Juliano Lopes de Oliveira
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
Supporting FrameNet Project with Semantic Web technologies
Supporting FrameNet Project with Semantic Web technologies Paulo Hauck 1, Regina Braga 1, Fernanda Campos 1, Tiago Torrent 2, Ely Matos 2, José Maria N. David 1 1 Pós Graduação em Ciência da Computação
EHR Standards Landscape
EHR Standards Landscape Dr Dipak Kalra Centre for Health Informatics and Multiprofessional Education (CHIME) University College London [email protected] A trans-national ehealth Infostructure Wellness
Textual Modeling Languages
Textual Modeling Languages Slides 4-31 and 38-40 of this lecture are reused from the Model Engineering course at TU Vienna with the kind permission of Prof. Gerti Kappel (head of the Business Informatics
Taking Subversion to a Higher Level. Branching/Merging Support. Component Management Support. And More
Taking Subversion to a Higher Level Branching/Merging Support Component Management Support And More About Impact CM Impact CM is a Service AddOn that facilitates software configuration management (CM)
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
Europass Curriculum Vitae
Europass Curriculum Vitae Personal information First name(s) / Surname(s) Address Rua Direita nº36, Penedo, 155-3460 Lageosa do Dão - Tondela Mobile +351 916244743 E-mail(s) [email protected];
Meta-Model specification V2 D602.012
PROPRIETARY RIGHTS STATEMENT THIS DOCUMENT CONTAINS INFORMATION, WHICH IS PROPRIETARY TO THE CRYSTAL CONSORTIUM. NEITHER THIS DOCUMENT NOR THE INFORMATION CONTAINED HEREIN SHALL BE USED, DUPLICATED OR
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,
DC2AP Metadata Editor: A Metadata Editor for an Analysis Pattern Reuse Infrastructure
DC2AP Metadata Editor: A Metadata Editor for an Analysis Pattern Reuse Infrastructure Douglas Alves Peixoto, Lucas Francisco da Matta Vegi, Jugurta Lisboa-Filho Departamento de Informática, Universidade
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
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
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
Eclipse SoaML: a Tool for Engineering Service Oriented Applications
Eclipse SoaML: a Tool for Engineering Service Oriented Applications Andrea Delgado, Laura González Instituto de Computación, Facultad de Ingeniería, Universidad de la República Julio Herrera y Reissig
Course 4 27 October 2014. Adrian Iftene [email protected]
Course 4 27 October 2014 Adrian Iftene [email protected] They will not be considered in the maximum values of the laboratory The presentation of the context and of these solutions in the course can
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
Ontology and automatic code generation on modeling and simulation
Ontology and automatic code generation on modeling and simulation Youcef Gheraibia Computing Department University Md Messadia Souk Ahras, 41000, Algeria [email protected] Abdelhabib Bourouis
MENDIX FOR MOBILE APP DEVELOPMENT WHITE PAPER
MENDIX FOR MOBILE APP DEVELOPMENT WHITE PAPER TABLE OF CONTENTS Market Demand for Enterprise Mobile Mobile App Development Approaches Native Apps Mobile Web Apps Hybrid Apps Mendix Vision for Mobile App
APRImora: A Semantic Architecture for Patterns Reuse
APRImora: A Semantic Architecture for Patterns Reuse Angélica Aparecida de Almeida Ribeiro 1, Jugurta Lisboa-Filho 1, Lucas Francisco da Matta Vegi 1, Alcione de Paiva Oliveira 1, Regina Maria Maciel Braga
Data modelling methods in clinical trials: Experiences from the CTMND project (ctmnd.org)
Data modelling methods in clinical trials: Experiences from the CTMND project (ctmnd.org) Athanasios Anastasiou, Emmanuel Ifeachor, John Zajicek & the CTMND Consortium University of Plymouth Peninsula
Development Process Automation Experiences in Japan
Development Process Automation Experiences in Japan Dr. Olaf Kath ikv ++ technologies ag Germany ikv++ technologies ag 2007 who we are core business optimization and automation of our customer s system
Developing Standardized Terminologies to Support Nursing Practice. 1. -Explore the need for consistent terminology in nursing.
7 Developing Standardized Terminologies to Support Nursing Practice Nicholas Hardiker Objectives 1. -Explore the need for consistent terminology in nursing. 2. -Describe the different approaches to terminology
Applying inner source development in product line engineering
Applying inner source development in product line engineering g Frank van der Linden CTO Office Spider April 19, 2011 [email protected] Overview Background Philips Healthcare Funded EU projects
Standards Initiatives for Software Product Line Engineering and Management within the International Organization for Standardization
Standards Initiatives for Software Product Line Engineering and within the International Organization for Standardization Timo Käkölä University of Jyväskylä Finland FiSMA 1 What is software product line
A hybrid approach for multi-view modeling
A hybrid approach for multi-view modeling Antonio Cicchetti, Federico Ciccozzi, Thomas Leveque School of Innovation, Design and Engineering Mälardalen University, MRTC Västerås, Sweden Multi-Paradigm Modeling
Comparison of Model-Driven Architecture and Software Factories in the Context of Model-Driven Development
Comparison of Model-Driven Architecture and Software Factories in the Context of Model-Driven Development Ahmet Demir Technische Universität München Department of Informatics Munich, Germany [email protected]
Overview. Stakes. Context. Model-Based Development of Safety-Critical Systems
1 2 Model-Based Development of -Critical Systems Miguel A. de Miguel 5/6,, 2006 modeling Stakes 3 Context 4 To increase the industrial competitiveness in the domain of software systems To face the growing
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,
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
Model-driven Development for a Treasure Hunt Android application
Model-driven Development for a Treasure Hunt Android application Muram Faiz Ul Subramani Uma Shankar Marinescu Raluca Eduard Paul Enoiu Mälardalen University, Västerås, Sweden {faizulmuram, shanumas, ralukutza,
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
Overview of major concepts in the service oriented extended OeBTO
Modelling business policies and behaviour based on extended Open edi Business Transaction Ontology (OeBTO) Introduction Model Driven Development (MDD) provides a basis for the alignment between business
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
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
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
A Model-Driven Traceability Framework for Software Product Lines
The Journal on Software and Systems Modeling manuscript No. (will be inserted by the editor) A Model-Driven Traceability Framework for Software Product Lines Nicolas Anquetil 1, Uirá Kulesza 2, Ralf Mitschke
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
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
Implementing reusable software components for SNOMED CT diagram and expression concept representations
1028 e-health For Continuity of Care C. Lovis et al. (Eds.) 2014 European Federation for Medical Informatics and IOS Press. This article is published online with Open Access by IOS Press and distributed
Overview. The Knowledge Refinery Provides Multiple Benefits:
Overview Hatha Systems Knowledge Refinery (KR) represents an advanced technology providing comprehensive analytical and decision support capabilities for the large-scale, complex, mission-critical applications
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,
Tool chain (BRIDE) delivered as BRICS software distribution
Best Practice in Robotics (BRICS) Grant Agreement Number: 231940 01.03.2009-28.02.2013 Instrument: Collaborative Project (IP) Tool chain (BRIDE) delivered as BRICS software distribution Hugo Garcia, Herman
dynamic Learning Content Management System
dynamic Learning Content Management System Samuel Schluep, [email protected] Contents 1. Introduciton to Learning Objects 2. The dlcms-project 1. Goals 2. Architecture 3. Implementation 3. Demo E-Learning
Run-time Variability Issues in Software Product Lines
Run-time Variability Issues in Software Product Lines Alexandre Bragança 1 and Ricardo J. Machado 2 1 Dep. I&D, I2S Informática Sistemas e Serviços SA, Porto, Portugal, [email protected] 2 Dep.
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
Design of Visual Repository, Constraint and Process Modeling Tool based on Eclipse Plug-ins
Design of Visual Repository, Constraint and Process Modeling Tool based on Eclipse Plug-ins Rushiraj Heshi Department of Computer Science and Engineering Walchand College of Engineering, Sangli Smriti
Organization of DSLE part. Overview of DSLE. Model driven software engineering. Engineering. Tooling. Topics:
Organization of DSLE part Domain Specific Language Engineering Tooling Eclipse plus EMF Xtext, Xtend, Xpand, QVTo and ATL Prof.dr. Mark van den Brand GLT 2010/11 Topics: Meta-modeling Model transformations
UFSCar Database Group (UFSCar DB)
UFSCar Database Group (UFSCar DB) Members Marilde Terezinha Prado Santos ([email protected]) Mauro Biajiz ([email protected]) Ricardo Rodrigues Ciferri ([email protected]) General Description of
FOSSGIS: What is the future of Geonetwork? What changes are planned?
FOSSGIS: What are the most prominent successful cases in using Geonetwork? JEROEN TICHELER: The first was within the United Nations system itself. GeoNetwork is in use in most of the specialized agencies
estatistik.core: COLLECTING RAW DATA FROM ERP SYSTEMS
WP. 2 ENGLISH ONLY UNITED NATIONS STATISTICAL COMMISSION and ECONOMIC COMMISSION FOR EUROPE CONFERENCE OF EUROPEAN STATISTICIANS Work Session on Statistical Data Editing (Bonn, Germany, 25-27 September
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
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),
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
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
Simplifying e Business Collaboration by providing a Semantic Mapping Platform
Simplifying e Business Collaboration by providing a Semantic Mapping Platform Abels, Sven 1 ; Sheikhhasan Hamzeh 1 ; Cranner, Paul 2 1 TIE Nederland BV, 1119 PS Amsterdam, Netherlands 2 University of Sunderland,
Aplicando enfoque MDE a aplicaciones WEB-SOA
Aplicando enfoque MDE a aplicaciones WEB-SOA María Consuelo Franky [email protected] Dpto. Ingeniería de Sistemas Universidad Javeriana Bogotá - 2010 http://sophia.javeriana.edu.co/~lfranky/ 1 Temario
