WHY CENTRALIZED DATA BANKS WON’T WORK FOR HEALTH INFORMATION EXCHANGE (A Lightweight Approach to Implementing a Federated Model for HIE) Rex E. Gantenbein.

Slides:



Advertisements
Similar presentations
웹 서비스 개요.
Advertisements

Using PHINMS and Web-Services for Interoperability The findings and conclusions in this presentation are those of the author and do not necessarily represent.
EMRLD A RIM-based Data Integration Approach Pradeep Chowdhury Manager, Data Integration.
e-TrustEx e-PRIOR CIPA e-Delivery
Overview of Web Services
Web Service Ahmed Gamal Ahmed Nile University Bioinformatics Group
HEALTH HOMES HEALTH HOMES TECHNOLOGY SIMULATION WORKSHOP Ron HendlerNish Thakker.
Web Services Nasrullah. Motivation about web service There are number of programms over the internet that need to communicate with other programms over.
Interoperability Principles in the Global Earth Observations System of Systems (GEOSS) Presented 13 March 2006 at eGY in Boulder, CO by: Eliot Christian,
Statewide Rural Telehealth Network Innovative Policies for Developing a Statewide Rural Telehealth Network TELECOMMUNICATIONS CAPACITY Wyoming received.
Business Technology Applications Computer Basics.
Update: September 12,  Regulation and law require patient specific consent for sharing of information.  The main goal of Health Homes is the.
NHIN Direct Project Communications Work Group Message for State HIE/RECs August 30, 2010.
Latest techniques and Applications in Interprocess Communication and Coordination Xiaoou Zhang.
Understand Web Services
Web Server Administration
Slide 18.1 Copyright © 2004 by The McGraw-Hill Companies, Inc. All rights reserved. An Introduction to Object-Oriented Systems Analysis and Design with.
Mission To develop and promote technology standards for the health professions that advance lifelong learning, continuous improvement, and better patient.
Understanding and Leveraging MU2 Optional Transports Paul M. Tuten, PhD Senior Consultant, ONC Leader, Implementation Geographies Workgroup, Direct Project.
Client-Server Processing and Distributed Databases
CS 415 N-Tier Application Development By Umair Ashraf July 6,2013 National University of Computer and Emerging Sciences Lecture # 9 Introduction to Web.
An Architectural Framework for Supporting Distributed Object Based Routing Dhavy Gantsou Department of Computer Science University of Valenciennes France.
Secure Systems Research Group - FAU Web Services Standards Presented by Keiko Hashizume.
Antonio Vega Health IT Advisor June 10 th, 2015 Patient Portal.
HIE Implementation in Michigan for Improved Health As approved by the Michigan Health Information Technology Commission on March 4, 2009.
● Problem statement ● Proposed solution ● Proposed product ● Product Features ● Web Service ● Delegation ● Revocation ● Report Generation ● XACML 3.0.
DMSO Technical Exchange 3 Oct 03 1 Web Services Supporting Simulation to Global Information Grid Mark Pullen George Mason University with support from.
December 15, 2011 Use of Semantic Adapter in caCIS Architecture.
What Did I Work on in Washington? John Glaser April 16, 2010.
UDDI ebXML(?) and such Essential Web Services Directory and Discovery.
Web Services & WCF ~ Ankit. Web services A web service is a collection of protocols and standards used for exchanging data between applications or systems.
9.351 Systems Analysis & DesignDistributed Systems & User Interface1 Distributed Systems Distributed system = IS that contains a network component and.
Unit – I CLIENT / SERVER ARCHITECTURE. Unit Structure  Evolution of Client/Server Architecture  Client/Server Model  Characteristics of Client/Server.
Finalized Solution Plan July 1 st, Solution Planning Work Group Approach 1. Overlay standards currently in general use per transaction - focus on.
Rex E. Gantenbein PhD, Senior Member IEEE Center for Rural Health Research and Education University of Wyoming.
Web Services Based on SOA: Concepts, Technology, Design by Thomas Erl MIS 181.9: Service Oriented Architecture 2 nd Semester,
Web Services Standards. Introduction A web service is a type of component that is available on the web and can be incorporated in applications or used.
XML Web Services Architecture Siddharth Ruchandani CS 6362 – SW Architecture & Design Summer /11/05.
Hurdles and Solutions for the Interoperable EHR John W, Loonsk, MD FACMI Chief Medical Officer CGI.
The High Level Architecture Introduction. Outline High Level Architecture (HLA): Background Rules Interface Specification –Overview –Class Based Subscription.
1 CS 502: Computing Methods for Digital Libraries Lecture 19 Interoperability Z39.50.
Chris Kuruppu NWS Office of Science and Technology Systems Engineering Center (Skjei Telecom) 10/6/09.
Presented by: Craig A. Mathews, Executive Director AHRQ Annual Grantee Meeting – October 27, 2007 Transforming Quality Through Health Information Technology.
1 TELEMEDICINE AND TELE-MENTAL HEALTH IN WYOMING Rex E. Gantenbein, PhD Center for Rural Health Research and Education WY Psychological Association
Meeting Etiquette Please announce your name each time prior to making comments or suggestions during the call Remember: If you are not speaking keep your.
Kemal Baykal Rasim Ismayilov
West Virginia Information Technology Summit November 4, 2009.
Registries, ebXML and Web Services in short. Registry A mechanism for allowing users to announce, or discover, the availability and state of a resource:
Scalable Trust Community Framework STCF (01/07/2013)
Introduction to Web Services. Agenda Motivation History Web service model Web service components A walkthrough examples.
HIT Policy Committee NHIN Workgroup HIE Trust Framework: HIE Trust Framework: Essential Components for Trust April 21, 2010 David Lansky, Chair Farzad.
Internet Overview (Chapter 1 in [2]). 2 Outline History of the Internet History of the Internet Seven Layers of the OSI Model Seven Layers of the OSI.
Web Services An Introduction Copyright © Curt Hill.
Web Services Overview MIS3502: Application Integration and Evaluation David Schuff
Web Services Architecture Presentation for ECE8813 Spring 2003 By: Mohamed Mansour.
Copyright 2007, Information Builders. Slide 1 iWay Web Services and WebFOCUS Consumption Michael Florkowski Information Builders.
Software Architecture Patterns (3) Service Oriented & Web Oriented Architecture source: microsoft.
ACTION PLAN - WP5- ( ADRIHEALTHMOB - 1° STR./0009/0) AUTHORS: Dorjan Marušič, Marša Marušič, Francesco Condello.
WEB SERVICES.
Unit 5 Systems Integration and Interoperability
THE DEVELOPMENT SERVICE
XML Data Introduction, Well-formed XML.
Tim Bornholtz Director of Technology Services
Architecture Competency Group
UGANDA’S FRAMEWORK FOR INTEGRATION OF eHEALTH SYSTEMS
Health Information Exchange for Eligible Clinicians 2019
Presentation transcript:

WHY CENTRALIZED DATA BANKS WON’T WORK FOR HEALTH INFORMATION EXCHANGE (A Lightweight Approach to Implementing a Federated Model for HIE) Rex E. Gantenbein PhD, IEEE Senior Member Center for Rural Health Research and Education, University of Wyoming Federated storage In a federated model of storage, local information is stored on local servers and shared only when there is a need to exchange that information. This avoids many of the issues with centralized storage, particularly in the areas of cost, reliability, and security. However, for a fully federated model to be useful, a common, standardized format to and from which information from the local systems can be translated is required. Such standards have been proposed, but not all EHR systems necessarily adhere to them. Our research group at the University of Wyoming has developed a lightweight approach to implementing a federated model. We use Extensible Markup Language (XML) constructs to provide a Web-based interface among different information systems. We then use Web services to transport data from platform to platform. Each platform describes its interface in an XML document that resides on a network-accessible server; this platform receives messages from other platforms as requests for information, which are formatted by the requester as described by the receiver’s XML document. The platform accepts these messages and processes the requests according to its local protocol and returns the requested information via another message. Achieving interoperability This particular approach requires two interfaces to the network for each platform, one for requests and another for responses. Furthermore, when a new entity joins the network, all participating platforms need to have their interfaces modified to accept from, and send messages to, that new platform. A way to address this problem is to adopt a hybrid federated approach, which still stores data locally but includes a centralized information management system that receives messages from the platforms and routes them to the appropriate destination. In this way, only the centralized system needs to be aware of new entities. The centralized system would not contain any patient data, so it would not be an especially tempting target for hackers. However, the system could contain a basic patient registry, updated from each of the participating platforms, that would allow a specific individual to be identified anywhere within the system without the need for a system-wide unique identifier. Background Interoperability among different electronic health records (EHRs) is a critical component in implementing the exchange of health information among organizations. Non-standardized terminology and different representations of data in an EHR make the translation of the data from one format to another difficult. As a result, the use of a centralized data bank to store EHRs for multiple facilities has been proposed. Unfortunately, storing health information in a centralized location is expensive and requires all participating facilities to use the same EHR and to agree upon a unique patient identification scheme. Security and reliability are concerns, in that a large data bank would be a tempting target for unauthorized access. In addition, using a centralized data bank that only encompassed a single region (a state, for example) would still require an interface to the data banks of other regions in order to exchange information across their borders. For more information, contact Rex Gantenbein,