Supporting in- and off-hospital Patient Management Using a Web-based Integrated Software Platform
|
|
|
- Russell Gibson
- 10 years ago
- Views:
Transcription
1 Digital Healthcare Empowering Europeans R. Cornet et al. (Eds.) 2015 European Federation for Medical Informatics (EFMI). This article is published online with Open Access by IOS Press and distributed under the terms of the Creative Commons Attribution Non-Commercial License. doi: / Supporting in- and off-hospital Patient Management Using a Web-based Integrated Software Platform Basile SPYROPOULOS a,1, Maria BOTSIVALI a, Aris TZAVARAS a and Vasileios b PIERROS a Technological Educational Institution of Athens Medical Instrumentation Technology Department, Athens, Greece b National and Kapodistrian University of Athens, Greece 439 Abstract. In this paper, a Web-based software platform appropriately designed to support the continuity of health care information and management for both in and out of hospital care is presented. The system has some additional features as it is the formation of continuity of care records and the transmission of referral letters with a semantically annotated web service. The platform s Web-orientation provides significant advantages, allowing for easily accomplished remote access. Keywords. Health Information Systems, Patient Care Management Introduction The tremendous rise of hospital care cost, together with the continuous and rapid evolution of information and communication technology, will eventually alter the way that healthcare is going to be delivered. Healthcare provision will soon move towards decentralized models, focusing in outpatient, community and homecare schemas, providing at the same time for the upcoming demand for patient-centered care. Nevertheless, although the implementation of a decentralized model is nowadays technologically feasible, well documented concerns are raising about the fragmentation of patient s information, the discontinuity in the delivered care 1 and the integration of provider networks and health-care information systems 2. In this context, Web applications that allow for easily accomplished remote access and computing technologies like the Semantic Web, which allow for the comprehension of the semantics of the exchanged data, appear to be promising approaches towards the integration and interoperability problem solution Methods We have developed a modular system, appropriately designed to provide for both in and out of hospital care, having also two special modules for home care management 1 Basile SPYROPOULOS, [email protected]
2 440 B. Spyropoulos et al. / Supporting in- and off-hospital Patient Management and supervision. The system consists of three modules, namely the Patient Management, the Non Hospital Scheduling and the Non Hospital Supervision. All modules are designed and implemented as autonomous web applications, while at the same time they are fully integrated and communicate with each other through the Web. Regarding the interoperability with other systems, we have experimented with two promising techniques. The first one is the creation and transmission of an ASTM (American Society for Testing and Materials) compatible Continuity of Care Record, while the second one is the implementation of Semantically Annotated Web Services for the distribution of patients documents over the Web. All three applications follow classic three-tier architecture and are built with ASP.NET 4.0, using Microsoft Visual Studio 2010, Microsoft SQL Server 2008 and AJAX controls. 2. Results 2.1. The Web-based modules The three modules that comprise our platform are going to be presented in the following paragraphs, starting with the Patient Management module. This is a webbased patient management and clinical treatment system, which provides for both In- Patient and Out-Patient care, handling patient management and clinical treatment. An important feature of our Management module is the formation of referral letters when needed. These letters are structured and transmitted by utilizing a semantically annotated web service. Semantic Web technology appears to be a feasible solution for the interoperability problems that occur between different health-care information systems and the W3C has already started being engaged with the implementation of this technology in Health-care and Life Sciences domain 4. The core of the developed module is a Referral ontology, whose hierarchy was defined according to the HL7 CDA healthcare standard. The ontology was built using Protégé 4.3.8, and has the HL7 RIM entities, the HL7 data types and vocabularies and the HL7-CDA R2 Hierarchical Description as its top-classes. These top-classes are analyzed into a number of sub-classes, which describe the concepts of these main categories. The vocabularies used were from the ICD-10, although any clinical vocabulary could be employed. According to our implementation, the referral letters are structured as XML documents in HL7-CDA compliant format and the contents of the CDA-compliant documents are converted into ontology instances. An appropriately designed semantically annotated Web service is responsible for discovering upon demand existing Referral letters as instances of the ontology and for returning the actual contents of the documents to the calling application. Two Java applications are used as the middleware between the Web service and the Ontology itself. These applications are actually responsible for the conversion of the contents of the XML documents to Ontology Instances and vice versa.
3 B. Spyropoulos et al. / Supporting in- and off-hospital Patient Management 441 Figure 1. The basic concepts for the implementation of the Semantically Annotated Web Service. Apart from the formation of referral letters, our module provides also for the creation of a Continuity of Care Record (CCR) when needed. This record is created on demand upon the end of an encounter or upon the discharge of a patient and it is designed in such a way as to organize and make transportable a set of basic patient information consisting of the most relevant and recently facts about the patient's condition, together with a care-plan, that is, recommendations for future care. Figure 2. The final form of a CCR record and a characteristic XML excerpt. The CCR record is built according to the E2369 Standard Specification for Continuity of Care Record (CCR) 5, whose later version was approved in 2012 by ASTM, an American National Standards Institute (ANSI) standard development organization. According to its official definitions, the CCR is intended to assure at least a minimum standard of health information transportability, when a patient is discharged, referred or transferred, fostering thus and improving continuity in care.
4 442 B. Spyropoulos et al. / Supporting in- and off-hospital Patient Management The Non Hospital Scheduling module has as its main function the creation of a homecare plan upon the transition of a patient from hospital to homecare. Our module allows for any physician to assign an appropriate set of homecare activities to specific diagnoses. These activity sets consist of diagnostic, monitoring, treatment diagnostic and nursing activities that should be employed in the post discharge period. These profiles of homecare activities are adaptable and every physician is allowed to set up his own profiles. Upon the actual discharge of a patient the physician in charge can use one of the predefined profiles, create a new one or modify an existing one in order to adapt to each patient s specific characteristics, needs and demands. The Non Hospital Supervision module has been developed aiming to generate personal health records from the home, allowing hospitals, health care providers and families to track and respond to critical behavioral and clinical patient data. Our module offers a flexible platform for the surveillance and the monitoring of the homecare plan, as it was formed by the Non Hospital Scheduling module. The homecare activities that were assigned to the patient are displayed in the Supervision application in the form of instructions and reminders. Furthermore, the system allows for the manual entry of physiologic measurements and in vitro parameters that the patient should regularly monitor, according to his homecare plan. Another feature of the application is that it allows for uploading audio-visual data, for example pictures taken with the use of cameras or mobiles phones. It also allows for uploading medical images, such as ultrasound or Xray images, in DICOM format Security and User Control All the applications comprising our platform utilize a role-based access model, defining the users and their permissions within each module. This ensures that only users with the proper authorization have access to patient information. Regarding the security and authentication of the data transmitted through the internet, we have created a security web server that manages all requests that need to be secure to and from the recipient.the server is implemented using Microsoft ASP.NET Web API 2. The exposed API requires the use of Https / SSL in order to allow for the execution of any action. We have created a digital certificate on our IIS Server which the user has to originally accept. After the certificate acceptance all calls that are being made are considered secured at the transmission layer. We also use anti forgery techniques to prevent cross site request forgery (CSRF) like altering the query string on the browser. All sensitive requests contain a hash value that has to be validated on the post. As an extra level of security we have enriched our tokens with different "salt" values on each "logical domain" preventing thus an attacker that manages to get hold of a valid token to use it in another domain of the application. After the security server has successfully received a message it strips the valid information and gives the control to an application server which knows how to process the requests. Both servers can be hosted under the same IIS or even be incorporated in a single application. 3. Discussion We have presented in this paper the research and development approach of a multifunctional Web-based framework, appropriately designed to support the
5 B. Spyropoulos et al. / Supporting in- and off-hospital Patient Management 443 continuity of health care information and management for both in and out of hospital care, having also two special modules for home care management and supervision. The system has some special features as it is the formation of CCRs and the transmission of referral letters using a semantically annotated web service. The Non- Hospital Scheduling application offers a very flexible and easily adoptable module for the physician to schedule the homecare activities that are recommended for each particular patient, while the Non Hospital Supervision applications provides for both the surveillance and the monitoring of the homecare plan Regarding the system s architecture, we consider that the use of web-based techniques is appropriate for such applications, since web-based models allow for easily accomplished remote access. Furthermore, Semantic Web appears to be a feasible solution for the interoperability problems that occur between different healthcare information systems, while ontologies allow for accessing patient data stored in different electronic patient records (EPR), expressing their meanings and relationship clearly. Of course, such systems should take into consideration potential problems that could arise due to the internet connection, but we believe that a flexible design could overcome such problems. It should be mentioned here that the presented system is part of an in progress project and is thus currently being tested in our laboratory with anonymised data provided to us by the physician participating in our team. Both the services and the data bases are stored in our laboratory s server, which hosts a Windows 2008 Server System with IIS 6.0 (Internet Information Services). Concluding, we should mention that we are convinced that the future of the healthcare industry lies in integrated systems and web-based applications, including the semantic web technology. This composite schema will eventually allow for a solution overcoming interoperability barriers, and an alternative approach to the inaccessible patient record data. Acknowledgments This research project has been co-funded by the European Union (European Social Fund) and Greek National resources under the framework of the Archimedes III: Funding of Research Groups in TEI of Athens project of the Education & Lifelong Learning Operational Programme. References 1. Orgun B, Vu J. HL7 ontology and mobile agents for interoperability in heterogeneous medical information systems. Comput. Biol. Med., Vol 36 (2006), Kellermann AL, Jones SS What it will take to achieve the as-yet-unfulfilled promises of health information technology. Health Aff 2013;32: Liao L, Chen M, Rodrigues JJ, Lai X, Vuong S. A novel web-enabled healthcare solution on health vault system, J Med. Syst Jun;36(3): W3C Semantic Web Health Care and Life Sciences Interest Group, ASTM E , Standard Specification for Continuity of Care Record.
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
Patient-Centric Secure-and-Privacy-Preserving Service-Oriented Architecture for Health Information Integration and Exchange
Patient-Centric Secure-and-Privacy-Preserving Service-Oriented Architecture for Health Information Integration and Exchange Mahmoud Awad and Larry Kerschberg Center for Health Information Technology George
Designing ETL Tools to Feed a Data Warehouse Based on Electronic Healthcare Record Infrastructure
Digital Healthcare Empowering Europeans R. Cornet et al. (Eds.) 2015 European Federation for Medical Informatics (EFMI). This article is published online with Open Access by IOS Press and distributed under
HL7 Clinical Document Architecture (CDA)
HL7 Clinical Document Architecture (CDA) and its Sciphox implementation in Germany Dr. Kai U. Heitmann M.D. University of Cologne (Germany) Institute for Medical Statistics, Informatics und Epidemiology
HL7 and DICOM based integration of radiology departments with healthcare enterprise information systems
international journal of medical informatics 76S (2007) S425 S432 journal homepage: www.intl.elsevierhealth.com/journals/ijmi HL7 and DICOM based integration of radiology departments with healthcare enterprise
Combining SAWSDL, OWL DL and UDDI for Semantically Enhanced Web Service Discovery
Combining SAWSDL, OWL DL and UDDI for Semantically Enhanced Web Service Discovery Dimitrios Kourtesis, Iraklis Paraskakis SEERC South East European Research Centre, Greece Research centre of the University
Electronic Health Record (EHR) Standards Survey
Electronic Health Record (EHR) Standards Survey Compiled by: Simona Cohen, Amnon Shabo Date: August 1st, 2001 This report is a short survey about the main emerging standards that relate to EHR - Electronic
The Continuity of Care Document. Changing the Landscape of Healthcare Information Exchange
The Continuity of Care Document Changing the Landscape of Healthcare Information Exchange 1 Electronic Clinical Document Exchange Prior to the approval of the Continuity of Care Document (CCD) as an ANSI
Integration Platforms Problems and Possibilities *
BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 8, No 2 Sofia 2008 Integration Platforms Problems and Possibilities * Hristina Daskalova, Tatiana Atanassova Institute of Information
After Visit Summary (AVS) VA Loma Linda Healthcare System
After Visit Summary (AVS) VA Loma Linda Health Care System John M Byrne DO John M. Byrne, D.O. Associate Chief of Staff for Education Chief Health Informatics Officer VA Loma Linda Healthcare System Associate
ONTOLOGY FOR MOBILE PHONE OPERATING SYSTEMS
ONTOLOGY FOR MOBILE PHONE OPERATING SYSTEMS Hasni Neji and Ridha Bouallegue Innov COM Lab, Higher School of Communications of Tunis, Sup Com University of Carthage, Tunis, Tunisia. Email: [email protected];
Unlock the Value of Your Microsoft and SAP Software Investments
SAP Technical Brief SAP Gateway Objectives Unlock the Value of Your Microsoft and SAP Software Investments Bridging the integration gap between SAP and Microsoft environments Bridging the integration gap
Recognition and Privacy Preservation of Paper-based Health Records
Quality of Life through Quality of Information J. Mantas et al. (Eds.) IOS Press, 2012 2012 European Federation for Medical Informatics and IOS Press. All rights reserved. doi:10.3233/978-1-61499-101-4-751
Short messaging solutions, including XMPP based instant messaging and text based conferences, between health care providers and general practitioners
Short messaging solutions, including XMPP based instant messaging and text based conferences, between health care providers and general practitioners Sokol Dhana One of the most challenging problems in
Models Supporting Development of Complex Information Systems in Healthcare. Case study: an Obstetrics-Gynecology Department
en18 Original Article Models Supporting Development of Complex Information Systems in Healthcare. Case study: an Obstetrics-Gynecology Department Mihaela Crisan-Vida 1, Lăcrămioara Stoicu-Tivadar 1, Oana
This three-day instructor-led course provides students with the tools to extend Microsoft Dynamics CRM 4.0.
Table of Contents Introduction Audience Prerequisites Microsoft Certified Professional Exams Student Materials Course Outline Introduction This three-day instructor-led course provides students with the
A HUMAN RESOURCE ONTOLOGY FOR RECRUITMENT PROCESS
A HUMAN RESOURCE ONTOLOGY FOR RECRUITMENT PROCESS Ionela MANIU Lucian Blaga University Sibiu, Romania Faculty of Sciences [email protected] George MANIU Spiru Haret University Bucharest, Romania Faculty
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
A Web-Based Intelligent Decision Support System for Low- Technology Greenhouses
A Web-Based Intelligent Decision Support System for Low- Technology Greenhouses M.T. Maliappis 1, K.P. Ferentinos 2, H.C. Passam 3, A.B. Sideridis 4 T.A. Tsiligiridis 4 1 Postdoc Researcher, Informatics
A Generic Database Web Service
A Generic Database Web Service Erdogan Dogdu TOBB Economics and Technology University Computer Engineering Department Ankara, Turkey [email protected] Yanchao Wang and Swetha Desetty Georgia State University
DESIGN AND IMPLEMENTATION OF A WEB-BASED GIS FOR PATIENTS REFERRAL TO HOSPITALS IN ZARIA METROPOLIS
www.arpapress.com/volumes/vol8issue1/ijrras_8_1_14.pdf DESIGN AND IMPLEMENTATION OF A WEB-BASED GIS FOR PATIENTS REFERRAL TO HOSPITALS IN ZARIA METROPOLIS F.B Abdullahi 1 & T.Hassan 2 Department of Mathematics
Practical Implementation of a Bridge between Legacy EHR System and a Clinical Research Environment
Cross-Border Challenges in Informatics with a Focus on Disease Surveillance and Utilising Big-Data L. Stoicu-Tivadar et al. (Eds.) 2014 The authors. This article is published online with Open Access by
Contextual cloud-based service oriented architecture for clinical workflow
592 Digital Healthcare Empowering Europeans R. Cornet et al. (Eds.) 2015 European Federation for Medical Informatics (EFMI). This article is published online with Open Access by IOS Press and distributed
Distributed Database for Environmental Data Integration
Distributed Database for Environmental Data Integration A. Amato', V. Di Lecce2, and V. Piuri 3 II Engineering Faculty of Politecnico di Bari - Italy 2 DIASS, Politecnico di Bari, Italy 3Dept Information
A Web Services Created Online Training and Assessment Scheme
International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347 5161 2015 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Research Article Md Mobin
AN HL7/CDA FRAMEWORK FOR THE DESIGN AND DEPLOYMENT OF TELEMEDICINE SERVICES
1 AN HL7/CDA FRAMEWORK FOR THE DESIGN AND DEPLOYMENT OF TELEMEDICINE SERVICES C. E. Chronaki 1, P. Lelis 1,2, C. Demou 1, M. Tsiknakis 1, S.C. Orphanoudakis 1,2 1 Center of Medical Informatics and Health
Programmabilty. Programmability in Microsoft Dynamics AX 2009. Microsoft Dynamics AX 2009. White Paper
Programmabilty Microsoft Dynamics AX 2009 Programmability in Microsoft Dynamics AX 2009 White Paper December 2008 Contents Introduction... 4 Scenarios... 4 The Presentation Layer... 4 Business Intelligence
EHR System MojTermin: Implementation and Initial Data Analysis
872 Digital Healthcare Empowering Europeans R. Cornet et al. (Eds.) 2015 European Federation for Medical Informatics (EFMI). This article is published online with Open Access by IOS Press and distributed
Version: January 2008 ASTM E-31: EHR and Informatics Standards Education For Health Professional Disciplines. Background
Version: January 2008 ASTM E-31: EHR and Informatics Standards Education For Health Professional Disciplines Background Work on standards for the EHR in the context of all such standards for the Health
Lightweight Data Integration using the WebComposition Data Grid Service
Lightweight Data Integration using the WebComposition Data Grid Service Ralph Sommermeier 1, Andreas Heil 2, Martin Gaedke 1 1 Chemnitz University of Technology, Faculty of Computer Science, Distributed
Measuring the Interoperability Degree of Interconnected Healthcare Information Systems Using the LISI Model
Measuring the Interoperability Degree of Interconnected Healthcare Information Systems Using the LISI Model Mihaela Vida*, Lăcrămioara Stoicu-Tivadar*, Elena Bernad**, *Faculty of Automatics and Computers,
An Ontology-based e-learning System for Network Security
An Ontology-based e-learning System for Network Security Yoshihito Takahashi, Tomomi Abiko, Eriko Negishi Sendai National College of Technology [email protected] Goichi Itabashi Graduate School
DISTRIBUTED ARCHITECTURE FOR ELECTRONIC HEALTH REFERRAL SYSTEM UTILIZING COMPUTATIONAL INTELLIGENCE FOR CLINICAL DECISION SUPPORT
DISTRIBUTED ARCHITECTURE FOR ELECTRONIC HEALTH REFERRAL SYSTEM UTILIZING COMPUTATIONAL INTELLIGENCE FOR CLINICAL DECISION SUPPORT By Majd Misbah Al-Zghoul Supervisor Dr. Majid Al-Taee, Prof. This Thesis
A Big Data-driven Model for the Optimization of Healthcare Processes
Digital Healthcare Empowering Europeans R. Cornet et al. (Eds.) 2015 European Federation for Medical Informatics (EFMI). This article is published online with Open Access by IOS Press and distributed under
Health Care Information System Standards
Health Care Information System Standards 1 Standards Development Process Four Methods (Hammond & Cimino, 2001) Ad hoc no formal adoption process De facto vendor or other has a very large segment of the
Secure Semantic Web Service Using SAML
Secure Semantic Web Service Using SAML JOO-YOUNG LEE and KI-YOUNG MOON Information Security Department Electronics and Telecommunications Research Institute 161 Gajeong-dong, Yuseong-gu, Daejeon KOREA
Adobe Systems Incorporated
Adobe Connect 9.2 Page 1 of 8 Adobe Systems Incorporated Adobe Connect 9.2 Hosted Solution June 20 th 2014 Adobe Connect 9.2 Page 2 of 8 Table of Contents Engagement Overview... 3 About Connect 9.2...
How to Use PIPS Access to/from SQL Database Utility Program. By PIPSUS Support Team Dr. Chouikha ([email protected])
How to Use PIPS Access to/from SQL Database Utility Program By PIPSUS Support Team Dr. Chouikha ([email protected]) 1. Introduction PIPS (Price Index Processor Software) data transfer utility program
MD Link Integration. 2013 2015 MDI Solutions Limited
MD Link Integration 2013 2015 MDI Solutions Limited Table of Contents THE MD LINK INTEGRATION STRATEGY...3 JAVA TECHNOLOGY FOR PORTABILITY, COMPATIBILITY AND SECURITY...3 LEVERAGE XML TECHNOLOGY FOR INDUSTRY
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
HL7 Clinical Document Architecture: Overview and Applications
HL7 Clinical Document Architecture: Overview and Applications Nawanan Theera-Ampornpunt, M.D., Ph.D. Department of Community Medicine Faculty of Medicine Ramathibodi Hospital Certified HL7 CDA Specialist
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
LinkZoo: A linked data platform for collaborative management of heterogeneous resources
LinkZoo: A linked data platform for collaborative management of heterogeneous resources Marios Meimaris, George Alexiou, George Papastefanatos Institute for the Management of Information Systems, Research
HL7 and Meaningful Use
HL7 and Meaningful Use Grant M. Wood HL7 Ambassador HIMSS14 2012 Health Level Seven International. All Rights Reserved. HL7 and Health Level Seven are registered trademarks of Health Level Seven International.
XML for Manufacturing Systems Integration
Information Technology for Engineering & Manufacturing XML for Manufacturing Systems Integration Tom Rhodes Information Technology Laboratory Overview of presentation Introductory material on XML NIST
Towards a Norwegian Implementation of Electronic Personal Health Records
Towards a Norwegian Implementation of Electronic Personal Health Records Torstein Jensen 1, Knut Halvor Larsen 1, and Anders Kofod-Petersen 2 1 Department of Computer and Information Science, Norwegian
Administering the Web Server (IIS) Role of Windows Server
Course 10972B: Administering the Web Server (IIS) Role of Windows Server Page 1 of 7 Administering the Web Server (IIS) Role of Windows Server Course 10972B: 4 days; Instructor-Led Introduction This course
Image Enabled EMR / EHR
Image Enabled EMR / EHR A strategic approach to EMR integration and interoperability for diagnostic imaging and related reports The Challenge: In healthcare, imaging is routinely used as a tool for patient
Administering the Web Server (IIS) Role of Windows Server 10972B; 5 Days
Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Administering the Web Server (IIS) Role of Windows Server 10972B; 5 Days
Scalable Web and Mobile Solution for Healthcare Software Provider
Scalable Web and Mobile Solution for Healthcare Software Provider The Client Overview Our client is a leading healthcare software vendor, providing solutions catering to a niche area of radiology diagnostics,
EHR Interoperability Framework Overview
Hospital Health Information System EU HIS Contract No. IPA/2012/283-805 Final version July 2015 Visibility: Public Target Audience: EHR Developers EHR Administrators EPR Systems Developers This document
Service Oriented Architecture
Service Oriented Architecture Charlie Abela Department of Artificial Intelligence [email protected] Last Lecture Web Ontology Language Problems? CSA 3210 Service Oriented Architecture 2 Lecture Outline
Clinical Document Exchange Integration Guide - Outbound
Clinical Document Exchange Integration Guide - Outbound Integrate your healthcare IT system with Practice Fusion s Electronic Health Record (EHR) System Table of Contents 1 Introduction... 2 2 Integration
A Digital System for Managing HL7/CDA Electronic Medical Records Stored in ibuttons
E-Health Telecommunication Systems and Networks, 2014, 3, 24-32 Published Online September 2014 in SciRes. http://www.scirp.org/journal/etsn http://dx.doi.org/10.4236/etsn.2014.33004 A Digital System for
Clinical Interoperability to Improve Quality and the Point-of-Care of EHR
Clinical Interoperability to Improve Quality and the Point-of-Care of EHR National Science of Information Conference - 2010 Manipal University ABSTRACT We think about interoperability only in today s terms.
Setting the World on FHIR
Setting the World on FHIR W. Ed Hammond. Ph.D., FACMI, FAIMBE, FIMIA, FHL7 Director, Duke Center for Health Informatics Director, Applied Informatics Research, DHTS Director of Academic Affairs, MMCi Program
Clinician-Led Development of Electronic Health Records Systems
Clinician-Led Development of Electronic Health Records Systems a John CHELSOM 1, Raju AHLUWALIA b, a and Naveed DOGAR a Centre for Health Informatics, City University, London b HS, W Thames Orthopaedic
Medical Information Systems
Medical Information Systems Introduction The introduction of information systems in hospitals and other medical facilities is not only driven by the wish to improve management of patient-related data for
Benjamin Carlson Node.js SQL Server for Data Analytics and Multiplayer Games Excerpt from upcoming MQP-1404 Project Report Advisor: Brian Moriarty
Benjamin Carlson Node.js SQL Server for Data Analytics and Multiplayer Games Excerpt from upcoming MQP-1404 Project Report Advisor: Brian Moriarty Abstract Knecht is a Node.js client/server architecture
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
GenericServ, a Generic Server for Web Application Development
EurAsia-ICT 2002, Shiraz-Iran, 29-31 Oct. GenericServ, a Generic Server for Web Application Development Samar TAWBI PHD student [email protected] Bilal CHEBARO Assistant professor [email protected] Abstract
WORKFLOW MANAGEMENT FOR THE CLINICAL RADIOLOGY
RADIOLOGY WORKFLOW SOLUTIONS WORKFLOW MANAGEMENT FOR THE CLINICAL RADIOLOGY RADIOLOGY WORKFLOW MANAGEMENT OPTIMISED WORKFLOW MAXIMUM EFFICIENCY medavis. Your trusted partner for workflow management in
Overview Document Framework Version 1.0 December 12, 2005
Document Framework Version 1.0 December 12, 2005 Document History Date Author Version Description October 5, 2005 Carl Yestrau 1.0 First complete version December 12, 2005 Page A Table of Contents 1.0
KMG Healthcare IT Solutions Case Studies
KMG Healthcare IT Solutions Case Studies Introduction Key Management Group, Inc. is global healthcare IT solutions provider for practices, hospitals and medical centers. Our mission is to help businesses
Clinical Decision Support using a Terminology Server to improve Patient Safety
150 Digital Healthcare Empowering Europeans R. Cornet et al. (Eds.) 2015 European Federation for Medical Informatics (EFMI). This article is published online with Open Access by IOS Press and distributed
Chapter 3: Data Mining Driven Learning Apprentice System for Medical Billing Compliance
Chapter 3: Data Mining Driven Learning Apprentice System for Medical Billing Compliance 3.1 Introduction This research has been conducted at back office of a medical billing company situated in a custom
Health Informatics Standardization: Relevance and Indian Initiatives
Health Informatics Standardization: Relevance and Indian Initiatives Baljit Singh Bedi Advisor, CDAC (Sc. Society of MCIT, Govt. of India ) Past President, Telemedicine Society of India(TSI) & Member,
An Architecture for Web-based DSS
Proceedings of the 6th WSEAS Int. Conf. on Software Engineering, Parallel and Distributed Systems, Corfu Island, Greece, February 16-19, 2007 75 An Architecture for Web-based DSS Huabin Chen a), Xiaodong
FIPA agent based network distributed control system
FIPA agent based network distributed control system V.Gyurjyan, D. Abbott, G. Heyes, E. Jastrzembski, C. Timmer, E. Wolin TJNAF, Newport News, VA 23606, USA A control system with the capabilities to combine
Healthcare Information Technology Infrastructures in Turkey
Healthcare Information Technology Infrastructures in Turkey G O KC E B. L A L EC I E RTURKMEN S R D C LT D BASED O N IMIA 2 0 1 4 YEA R B O O K E D I T I ON A RTICLE BY A. D O G AC 1, M. YUKSEL 1, G. L.
Data Collection and Analysis: Get End-to-End Security with Cisco Connected Analytics for Network Deployment
White Paper Data Collection and Analysis: Get End-to-End Security with Cisco Connected Analytics for Network Deployment Cisco Connected Analytics for Network Deployment (CAND) is Cisco hosted, subscription-based
1. Introduction. 2. Mobile Healthcare Systems
2011 International Conference on Signal, Image Processing and Applications With workshop of ICEEA 2011 IPCSIT vol.21 (2011) (2011) IACSIT Press, Singapore Medical Image Data Management System in Mobile
Approach to Extract Billing Data from Medical Documentation in Russia - Lessons Learned
Digital Healthcare Empowering Europeans R. Cornet et al. (Eds.) 2015 European Federation for Medical Informatics (EFMI). This article is published online with Open Access by IOS Press and distributed under
CDA for Common Document Types: Objectives, Status, and Relationship to Computer-assisted Coding
CDA for Common Document Types: Objectives, Status, and Relationship to Computer-assisted Coding CDA for Common Document Types: Objectives, Status, and Relationship to Computer-assisted Coding by Liora
10972B: Administering the Web Server (IIS) Role of Windows Server
10972B: Administering the Web Server (IIS) Role of Windows Server Course Details Course Code: Duration: Notes: 10972B 5 days This course syllabus should be used to determine whether the course is appropriate
XML- New meta language in e-business
1 XML- New meta language in e-business XML (extensible Markup Language) has established itself as a new meta language in e-business. No matter what, text, pictures, video- or audio files - with the flexibility
A Review of Web Application Security for Preventing Cyber Crimes
International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 7 (2014), pp. 699-704 International Research Publications House http://www. irphouse.com A Review of Web Application
technische universiteit eindhoven WIS & Engineering Geert-Jan Houben
WIS & Engineering Geert-Jan Houben Contents Web Information System (WIS) Evolution in Web data WIS Engineering Languages for Web data XML (context only!) RDF XML Querying: XQuery (context only!) RDFS SPARQL
AN INTEGRATION APPROACH FOR THE STATISTICAL INFORMATION SYSTEM OF ISTAT USING SDMX STANDARDS
Distr. GENERAL Working Paper No.2 26 April 2007 ENGLISH ONLY UNITED NATIONS STATISTICAL COMMISSION and ECONOMIC COMMISSION FOR EUROPE CONFERENCE OF EUROPEAN STATISTICIANS EUROPEAN COMMISSION STATISTICAL
