Research on Medical Information Cross-regional Integration Scheme

Size: px
Start display at page:

Download "Research on Medical Information Cross-regional Integration Scheme"

Transcription

1 Applied Mechanics and Materials Online: ISSN: , Vols , pp doi: / Trans Tech Publications, Switzerland Research on Medical Information Cross-regional Integration Scheme Ying Sun 1, a, Jing Chen 1,b and Jian Song 1,c 1 Medical Instrument and Food Engineering College University of Shanghai for Science and Technology, Shanghai, China a yysyysun@163.com, b @qq.com, c huiyi_shanghai@163.com Keywords: IHE-XDS. ebxml. Medical document Sharing Abstract. Cross-regional medical information sharing is a research hotspot in the field of current regional health informatization. This paper put forward a system architecture based on IHE-XDS (Integrating Healthcare Enterprise-Cross Enterprise Document Sharing) technology framework, meeting the requirements of ebxml (Electronic Business using extensible Markup Language) and distributed access to patient medical documents, and completed the document registration inquiry services and achieved document sharing by studying the mapping relationships between IHE-XDS and ebxml information models. Introduction Cross-regional health informatization is the hotspot and difficulty in the field of current medical informatization. In the construction of regional health information platforms, there are many problems such as disunity of data standards, disunity of medical information sharing flow and so on. With the advances of information technology and the improvement of people's demand for health services, it is urgently needed to achieve the patient's information sharing among hospitals and regions [1]. Therefore, the most important issue we face is how to organize such heterogeneous medical document information for easy search and access. IHE-XDS provides an ebrim-based medical document sharing program within security domain [2,3], using a unified way to describe the properties of medical information documents, providing a solution based on standard description for the medical information document sharing in distributed heterogeneous environments. EbXML Registry EbXML [4] is a set of specifications to support modular electronic commerce framework, which allows businesses in any industry around the world to negotiate and become business partners through the exchange of XML messages. ebxml has defined not only the complete architecture, but also new ways to think about business, recording and storing the information in the ebxml registry / repository for any business to share [5]. EbRIM is one of ISO15000 series of standards developed by OASIS, defining the stored information description specification of document registry, including metadata types, mutual relations and so on. Of which the defined classes mainly include Registry Object, Extrinsic Object, Registry Package, Slot, Classification, Association, External Identifier and so on [6,7]. EbXML registry information model is shown in Fig. 1. All rights reserved. No part of contents of this paper may be reproduced or transmitted in any form or by any means without the written permission of Trans Tech Publications, (# , Pennsylvania State University, University Park, USA-18/09/16,01:36:16)

2 Applied Mechanics and Materials Vols Fig. 1 EbXML Registry Information Model In Fig.1, the Registry Object class is used to provide the metadata of registry objects, Registry Package is used to describe the object collection of Registry Object, Classification is used to classify Registry Object, External Identifier class is used to provide additional identifier information, and Slot is used to add dynamic properties. Cross-Regional Information Integration Solutions IHE-XDS Profile. IHE [8,9] is an integrated framework established by RSNA (Radiology Society of North America) and HIMSS (Healthcare Information Management Systems Society), aiming to promote the medical information system, which provides effective integration scheme guidance for information sharing, helps health care providers effectively and safely create, manage and access to patient medical information, thereby improving medical quality and reducing medical errors [10]. XDS [11-13] is a sub-frame under IHE ITI framework used to promote the inter-agency sharing of patient medical information, and its core design philosophy is: in an application area, a registered document library (based on the ebxml registry / repository architecture) saves the index information of all available document, provides users with a unified query and extraction services [14]. IHE-XDS integrated schematic framework is shown in Fig. 2. Fig. 2 IHE-XDS Integrated Schematic Framework Document source is the producer and publisher of medical information documents. It publishes the medical information documents generated by HIS, RIS and PACS and other systems, submitting medical documents to document repositories; by searching the patient s unique identifier in the document registry, the user forms XML files with the query terms containing the patient s unique identifier, and sends document query request to the document registry; the document registry parses

3 2184 Frontiers of Manufacturing and Design Science IV query terms, searches the qualifying documents in the document repository, and feed them back to the user in the file form of XML; the user parses the XML file contents, gets the required metadata information including inspection time, hospital name, summary, etc., extracts the corresponding documents from the document repository.the document sharing flow is shown in Fig. 3. Fig. 3 Document Sharing Flow Document Registration Data Model and Registry Information Model Mapping. The core of IHE XDS achieving inter-agency medical information sharing is the affair communication between roles, which submits the documents to the document repository for storage through the document source, and registers the document metadata in the document repository. IHE XDS document registration data model is shown in Fig. 4. Fig. 4 IHE XDS Document Registration Data Model XDS metadata is the entity for the information exchange between the roles of IHE XDS, as the registration / storage concept in ebxml specifications is similar to the registry / repository in XDS, so the XDS Document Entry metadata, XDS Submission Set metadata and XDS Folder metadata in the XDS are mapped with the classes in the ebxml to complete the registration of medical documents and achieve document sharing. XDS document entry is the information entity for the management of the document registry, which contains the metadata sets and document links describing XDS documents, to the maximizing the description of the characteristics of medical information documents, and each medical information document should correspond to a XDS document entry object, and each document entry has a

4 Applied Mechanics and Materials Vols universally unique ID (EntryUUID), each document also contains a universally unique ID (uniqueid). XDS Document Entry corresponds to the ExtrisicObject class in registry information models that describe the properties and characteristics of metadata information, correspond with the submitted documents, providing a transparent registration of registry content. The management of registries toward document entries are identified by the ExtrinsicObject.id: <ExtrinsicObject id="document01" mimetype="text/xml" objecttype="urn:uuid:7edca82f-054d-4 7f2-a032-9b2a5b5186c1"> </ExtrinsicObject> XDS Submission Set is the submission unit of medical information documents, each information document submission / registration must be placed in an XDS Submission Set. Registry Package divides XDS metadata into Submission Set metadata and XDS Folder metadata according to the internal classification rules. XDSSubmissionSet.uniqueId is the universally unique ID used to identify the instances of document submission set, and each time of a medical institution submitting a request shall correspond to a document submission set, generating a permanent record for a new XDS document, and the submissiontime shall record the document submission time, while generating permanent records for the existing XDS documents associated with the same events: <RegistryPackage id="submissionset01"> <Slot name="submissiontime"> <Value> </Value></Slot> <LocalizedString value="xdssubmissionset.uniqueid"/> </RegistryPackage> XDS folder is used to group XDS documents for multiple document sources under different conditions and organize the interrelated documents in a folder, enable users to quickly find all XDS document entries in the same folder. Finding the corresponding folder location through XDSFolder.uniqueId, the registered patient can be found through the XDSFolder.patientId: <RegistryPackage id="folder"> <LocalizedStringvalue="XDSFolder.uniqueId"> <ExternalIdentifier id="urn:uuid:2876acb1-e84c-9fe4-d356-f98d6e8afd82" identificationscheme="urn:uuid:f64ffdf0-4b97-4e06-b79f-a52b38ec2f8a" registryobject="folder" value="$patientid"> <LocalizedString value="xdsfolder.patientid"/> </ExternalIdentifier> </RegistryPackage> XDS Document Query Service Implementation. XDS document query service is initiated by the document user to a document registry, and after the physical memory address of the required documents is returned, the user may issue document retrieval requests to the document repository. The document user s query request is encapsulated in an AdhocQueryRequest object is sent to the document registry by adding it to the SOAP message. Taking a XDS document as an example, to set the returned query result class as LeafClass (a list of returned objects), to seek XDSDocumentUniqueId corresponding to XDS document from the Slot class based on the keyword "uniqueid07", and then get the value of the sub-node corresponding to the XDSDocumentUniqueId by searching ExternalIdentifier, and finally, to form metadata document according to the format sequence, and return it to the document user. The flow of a user submitting a query document is shown in Fig.5.

5 2186 Frontiers of Manufacturing and Design Science IV Fig. 5 User Submitting a Query Document Search the corresponding record with uniqueid07 as XDSDumentEntryUniqueId in the registry, as shown in Fig.6. Fig. 6 Search the Corresponding Record in the Registry After a successful search, return the query result status to the client via SOAP message, as shown in Fig.7. Fig. 7 Query Result Status Discussion and Conclusions The paper mainly studied the process of mapping the XDS Framework Data Model with ebxml information model by applying ebrim technical specifications on the XDS framework, so as to achieve XDS document registration and query. The paper has achieved XDS document sharing with the ebxml registration model, and in the further studies, automated reasoning within delineated areas should be further realized on the basis of the semantic representation, so as to provide the more convenient application ways for cross-regional sharing. References [1] Mendez-Rangel, J., Lozano-Garzon, C. A network design methodology proposal for E-health in rural areas of developing countries. Telematics and Information Systems (EATIS), th Euro American Conference on Publication Year: 2012 :1-7 [2] Noumeir, R., Sharing Medical Records: The XDS Architecture and Communication Infrastructure IT Professional, IEEE Journals & Magazines, 2011, Vol.13 (4) : [3] Rinner C, Kohler M, Hübner-Bloder G, Saboor S, Ammenwerth E, Duftschmid G. Archetype based search in an IHE XDS environment, Stud Health Technol Inform, 2012;180:631-5

6 Applied Mechanics and Materials Vols [4] OASIS/ebXML Registry Technical Committee.OASIS/ebXML Registry Information Model v2.1-approved Committee Specification.June,2002 [5] Chappell, David A and Books24x7, Inc. Professional ebxml foundations[eb/ol] [6] Hofreiter, Birgit, Huemer, Christian, Kim, Ja-Hee. Choreography of ebxml business collaborations. Information Systems and e-business Management[J]. July, 2006, Vol.4 (3): [7] OASIS-Registry TC.Registry Information Model v2.0[eb/ol] [8] Lee Li-Hui, Chou Yi-Ting, Huang Ean-Wen, Liou Der-Ming. Design of a Personal Health Record and Health Knowledge Sharing System Using IHE-XDS and OWL[J]. Journal of Medical Systems. April, Vol.37 (2): [9] Duftschmid, Georg ; Rinner, Christoph; Kohler, Michael; Huebner-Bloder, Gudrun; Saboor, Samrend; Ammenwerth, Elske. The EHR-ARCHE project: Satisfying clinical information needs in a Shared Electronic Health Record System based on IHE XDS and Archetypes, International Journal of Medical Informatics, 2013,8 [10] A. Dogac, G.B. Laleci, T. Aden, M. Eichelberg. Enhancing IHE XDS for Federated Clinical Affinity Domain Support[J]. Journal of Medical Systems. 2007, Vol.11 (2): 213 [11] ACC,HIMSS and RSNA.Cross-enterprise Document Sharing for Imaging (XDS-I).August 15,2005 [12] Kilic, O. ; Dogac, A. ; Eichelberg, M. Providing Interoperability of ehealth Communities Through Peer-to-Peer Networks Information Technology in Biomedicine, IEEE Journals & Magazines Vol.14 (3): [13] Rinner C, Kohler M, Saboor S, Huebner-Bloder G, Ammenwerth E, Duftschmid G. Searching for Document Contents in an IHE-XDS EHR Architecture via Archetype-Based Indexing of Document Types, Stud Health Technol Inform, 2013;192:1092 [14] IHE IT Infrastructure Technical Framework,Supplement ,Cross-Enterprise Document Sharing[EB/OL].( )

Forcare B.V. Cross-Enterprise Document Sharing (XDS) Whitepaper

Forcare B.V. Cross-Enterprise Document Sharing (XDS) Whitepaper Cross-Enterprise Document Sharing (XDS) Copyright 2010 Forcare B.V. This publication may be distributed in its unmodified whole with references to the author and company name. Andries Hamster Forcare B.V.

More information

IT Infrastructure Technical Framework. Volume 3 (ITI TF-3) Cross-Transaction Specifications and Content Specifications

IT Infrastructure Technical Framework. Volume 3 (ITI TF-3) Cross-Transaction Specifications and Content Specifications Integrating the Healthcare Enterprise 5 10 IT Infrastructure Technical Framework Volume 3 (ITI TF-3) Cross-Transaction Specifications and 15 20 Revision 10.0 Final Text September 27, 2013 Copyright 2013

More information

IHE IT Infrastructure Technical Framework. Volume 3 IHE ITI TF-3 Cross-Transaction Specifications and Content Specifications

IHE IT Infrastructure Technical Framework. Volume 3 IHE ITI TF-3 Cross-Transaction Specifications and Content Specifications Integrating the Healthcare Enterprise 5 10 IHE IT Infrastructure Technical Framework Volume 3 IHE ITI TF-3 Cross-Transaction Specifications and Content Specifications 15 20 Revision 14.0 Final Text July

More information

Health Information Exchange Clinical Data Repository Utility Services Architecture Building Block HISO

Health Information Exchange Clinical Data Repository Utility Services Architecture Building Block HISO Health Information Exchange Clinical Data Repository Utility Services Architecture Building Block HISO 10040.1 To be used in conjunction with HISO 10040.0 Health Information Exchange Overview and Glossary

More information

Keywords: Interactive electronic technical manuals; GJB6600; XML markup language; Automatic control equipment

Keywords: Interactive electronic technical manuals; GJB6600; XML markup language; Automatic control equipment Applied Mechanics and Materials Submitted: 2014-06-11 ISSN: 1662-7482, Vols. 602-605, pp 1165-1168 Accepted: 2014-06-11 doi:10.4028/www.scientific.net/amm.602-605.1165 Online: 2014-08-11 2014 Trans Tech

More information

IHE IT Infrastructure Technical Framework. Volume 3 (ITI TF-3) Cross-Transaction Specifications and Content Specifications

IHE IT Infrastructure Technical Framework. Volume 3 (ITI TF-3) Cross-Transaction Specifications and Content Specifications Integrating the Healthcare Enterprise 5 10 IHE IT Infrastructure Technical Framework Volume 3 (ITI TF-3) Cross-Transaction Specifications and Content Specifications 15 20 Revision 11.0 Final Text September

More information

IHE Integration Statement for

IHE Integration Statement for 2/4/2015 IHE Integration Statement for MEDIC Client Registry RI Version 1.0 and above Prepared By MOHAWK MHEALTH AND EHEALTH DEVELOPMENT AND INNOVATION CENTRE (MEDIC) Contents 1. Introduction... 2 1.1.

More information

Constructing an University Scientific Research Management Information System of NET Platform Jianhua Xie 1, a, Jian-hua Xiao 2, b

Constructing an University Scientific Research Management Information System of NET Platform Jianhua Xie 1, a, Jian-hua Xiao 2, b Applied Mechanics and Materials Online: 2013-12-04 ISSN: 1662-7482, Vol. 441, pp 984-988 doi:10.4028/www.scientific.net/amm.441.984 2014 Trans Tech Publications, Switzerland Constructing an University

More information

Research on Full-text Retrieval based on Lucene in Enterprise Content Management System Lixin Xu 1, a, XiaoLin Fu 2, b, Chunhua Zhang 1, c

Research on Full-text Retrieval based on Lucene in Enterprise Content Management System Lixin Xu 1, a, XiaoLin Fu 2, b, Chunhua Zhang 1, c Applied Mechanics and Materials Submitted: 2014-07-18 ISSN: 1662-7482, Vols. 644-650, pp 1950-1953 Accepted: 2014-07-21 doi:10.4028/www.scientific.net/amm.644-650.1950 Online: 2014-09-22 2014 Trans Tech

More information

PANEL 5: IHE CONFORMITY ASSESSMENT TESTING IN A GLOBAL CONTEXT

PANEL 5: IHE CONFORMITY ASSESSMENT TESTING IN A GLOBAL CONTEXT PANEL 5: IHE CONFORMITY ASSESSMENT TESTING IN A GLOBAL CONTEXT Panel Chair: Chris Carr, RSNA (United States) Lapo Bertini, IHE Europe (Italy) Joyce Sensmeier, HIMSS (United States) Alexander Berler, IHE

More information

Short Introduction. v

Short Introduction. v Short Introduction v. 9.10.2017 1. Warming Up 2. Dry facts about IHE 3. What is IHE? 4. IHE Process 5. Technical Frameworks and Profiles 6. Use of IHE Profiles in Finland 7. Summary 1. Warming Up IHE promotes

More information

ISO INTERNATIONAL STANDARD. Health informatics Service architecture Part 3: Computational viewpoint

ISO INTERNATIONAL STANDARD. Health informatics Service architecture Part 3: Computational viewpoint INTERNATIONAL STANDARD ISO 12967-3 First edition 2009-08-15 Health informatics Service architecture Part 3: Computational viewpoint Informatique de santé Architecture de service Partie 3: Point de vue

More information

XML Based on HL 7 V 3.0 Message Exchanging Model for Hospital Information System

XML Based on HL 7 V 3.0 Message Exchanging Model for Hospital Information System International Journal of Computational Intelligence and Healthcare Informatics, Vol. 3, No. 2, July-December 2010, pp. 85-88 Published by Serials Publications, ISSN : 0973-7413 XML Based on HL 7 V 3.0

More information

Testing for Reliable and Dependable Health Information Exchange

Testing for Reliable and Dependable Health Information Exchange Testing for Reliable and Dependable Health Information Exchange Presented by Didi Davis, Testing Programs Director 1 Copyright 2016 The Sequoia Project. All rights reserved. Discussion Topics 1. ehealth

More information

A Compatible Public Service Platform for Multi-Electronic Certification Authority

A Compatible Public Service Platform for Multi-Electronic Certification Authority Applied Mechanics and Materials Submitted: 2014-04-26 ISSN: 1662-7482, Vol. 610, pp 579-583 Accepted: 2014-05-26 doi:10.4028/www.scientific.net/amm.610.579 Online: 2014-08-11 2014 Trans Tech Publications,

More information

Design and Implementation of unified Identity Authentication System Based on LDAP in Digital Campus

Design and Implementation of unified Identity Authentication System Based on LDAP in Digital Campus Advanced Materials Research Online: 2014-04-09 ISSN: 1662-8985, Vols. 912-914, pp 1213-1217 doi:10.4028/www.scientific.net/amr.912-914.1213 2014 Trans Tech Publications, Switzerland Design and Implementation

More information

Efficiently Sharing All of a Patient s Data With All their Providers Completing the Model

Efficiently Sharing All of a Patient s Data With All their Providers Completing the Model www.gdhealth.com Efficiently Sharing All of a Patient s Data With All their Providers Completing the Model Multi-Source Longitudinal Medical Record (MLMR) Thomas Pole and Robert Guajardo 6.13.2017 Our

More information

A NOVEL ALGORITHM FOR CLEANICAL ROUTINE USING SYSTEM INTEGRATION OF PACS AND CBIR

A NOVEL ALGORITHM FOR CLEANICAL ROUTINE USING SYSTEM INTEGRATION OF PACS AND CBIR International Journal of Computer Science Engineering and Information Technology Research (IJCSEITR) ISSN(P): 2249-6831; ISSN(E): 2249-7943 Vol. 4, Issue 4, Aug 2014, 15-20 TJPRC Pvt. Ltd. A NOVEL ALGORITHM

More information

IHE cross-enterprise document sharing for imaging: interoperability testing software

IHE cross-enterprise document sharing for imaging: interoperability testing software SOFTWARE REVIEW Open Access IHE cross-enterprise document sharing for imaging: interoperability testing software Rita Noumeir *, Bérubé Renaud Abstract Background: With the deployments of Electronic Health

More information

IHE IT Infrastructure Technical Framework Supplement. Remove Metadata and Documents (RMD) Rev. 1.2 Trial Implementation

IHE IT Infrastructure Technical Framework Supplement. Remove Metadata and Documents (RMD) Rev. 1.2 Trial Implementation Integrating the Healthcare Enterprise 5 IHE IT Infrastructure Technical Framework Supplement 10 Remove Metadata and Documents (RMD) 15 Rev. 1.2 Trial Implementation 20 Date: July 24, 2018 Author: ITI Technical

More information

Sharing Value Sets (SVS Profile) Ana Estelrich

Sharing Value Sets (SVS Profile) Ana Estelrich Sharing Value Sets (SVS Profile) Ana Estelrich GIP-DMP Overall presentation of the profile The Sharing Value Sets (SVS) profile provides a way through which healthcare systems producing clinical or administrative

More information

OHF XDS SOAP Client. Architecture & API Documentation. Version seknoop[at]us[dot]ibm[dot]com Sarah Knoop

OHF XDS SOAP Client. Architecture & API Documentation. Version seknoop[at]us[dot]ibm[dot]com Sarah Knoop OHF XDS SOAP Client Architecture & API Documentation Version 0.0.2 seknoop[at]us[dot]ibm[dot]com Sarah Knoop Page 1 of 18 Contents 1. Introduction...4 2. Getting Started...5 2.1 Platform Requirements...5

More information

Web Access of DICOM Objects (WADO)

Web Access of DICOM Objects (WADO) Web Access of DICOM Objects (WADO) Engineer Amer khraisat, Engineer Mahmoud Al Ikour, Mohammad Nour, Engineer AhmadAlkouz, AbdAlazizAlqisy, Ahmad Elamaireh. The Institute of biomedical technology, Jordan.

More information

Understanding the Foundation: How Standards and IHE Profiles Enable Interoperability

Understanding the Foundation: How Standards and IHE Profiles Enable Interoperability Understanding the Foundation: How Standards and IHE Profiles Enable Interoperability Herman Oosterwijk, Co-chair IHE USA Implementation Committee President OTech Inc. Learning Objectives: 1. Identify the

More information

HITSP/T16. October 15, 2007 Version 1.1. Healthcare Information Technology Standards Panel. Security and Privacy Technical Committee.

HITSP/T16. October 15, 2007 Version 1.1. Healthcare Information Technology Standards Panel. Security and Privacy Technical Committee. October 15, 2007 Version 1.1 HITSP/T16 Submitted to: Healthcare Information Technology Standards Panel Submitted by: Security and Privacy Technical Committee 20071015 V1.1 D O C U M E N T C H A N G E H

More information

Construction of the Library Management System Based on Data Warehouse and OLAP Maoli Xu 1, a, Xiuying Li 2,b

Construction of the Library Management System Based on Data Warehouse and OLAP Maoli Xu 1, a, Xiuying Li 2,b Applied Mechanics and Materials Online: 2013-08-30 ISSN: 1662-7482, Vols. 380-384, pp 4796-4799 doi:10.4028/www.scientific.net/amm.380-384.4796 2013 Trans Tech Publications, Switzerland Construction of

More information

IHE IT Infrastructure Technical Framework Supplement Cross-Enterprise User Authentication (XUA) Integration Profile

IHE IT Infrastructure Technical Framework Supplement Cross-Enterprise User Authentication (XUA) Integration Profile ACC, HIMSS and RSNA Integrating the Healthcare Enterprise 5 IHE IT Infrastructure Technical Framework Supplement 2005-2006 10 Cross-Enterprise User Authentication (XUA) Integration Profile June 15, 2005

More information

From Integration to Interoperability: The Role of Public Health Systems in the Emerging World of Health Information Exchange

From Integration to Interoperability: The Role of Public Health Systems in the Emerging World of Health Information Exchange From Integration to Interoperability: The Role of Public Health Systems in the Emerging World of Health Information Exchange Noam H. Arzt, PhD American Public Health Association Annual Meeting Session

More information

A Knowledge Model Driven Solution for Web-Based Telemedicine Applications

A Knowledge Model Driven Solution for Web-Based Telemedicine Applications 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-443

More information

A registry model for UN/CEFACT s Core Components

A registry model for UN/CEFACT s Core Components A registry model for UN/CEFACT s Core Components Christian Huemer, Philipp Liegl Institute of Software Technology and Interactive Systems Vienna University of Technology Vienna, Austria {huemer, liegl}@big.tuwien.ac.at

More information

OHF ATNA Audit Client. Architecture & API Documentation. Version seknoop[at]us[dot]ibm[dot]com Sarah Knoop

OHF ATNA Audit Client. Architecture & API Documentation. Version seknoop[at]us[dot]ibm[dot]com Sarah Knoop OHF ATNA Audit Client Architecture & API Documentation Version 0.0.2 seknoop[at]us[dot]ibm[dot]com Sarah Knoop Page 1 of 14 Contents 1. Introduction...3 2. Getting Started...4 2.1 Platform Requirements...4

More information

An ontology based approach for data integration in regionally interoperable healthcare systems

An ontology based approach for data integration in regionally interoperable healthcare systems An ontology based approach for data integration in regionally interoperable healthcare systems Conference or Workshop Item Accepted Version Yang, H. and Li, W. (2009) An ontology based approach for data

More information

The Application Analysis and Network Design of wireless VPN for power grid. Wang Yirong,Tong Dali,Deng Wei

The Application Analysis and Network Design of wireless VPN for power grid. Wang Yirong,Tong Dali,Deng Wei Applied Mechanics and Materials Online: 2013-09-27 ISSN: 1662-7482, Vols. 427-429, pp 2130-2133 doi:10.4028/www.scientific.net/amm.427-429.2130 2013 Trans Tech Publications, Switzerland The Application

More information

IST-2103 STP Artemis: A Semantic Web Service-based P2P Infrastructure for the Interoperability of Medical Information systems

IST-2103 STP Artemis: A Semantic Web Service-based P2P Infrastructure for the Interoperability of Medical Information systems IST-2103 STP Artemis: A Semantic Web Service-based P2P Infrastructure for the Interoperability of Medical Information systems Gokce Banu Laleci Software R&D Center Middle East Technical University Ankara,

More information

Adding Semantic Web Technology to the Object-Oriented Method for Interoperability

Adding Semantic Web Technology to the Object-Oriented Method for Interoperability Adding Semantic Web Technology to the Object-Oriented Method for Interoperability P. Anisetty 1, P.Young 2 1 Acxiom Corporation, Conway, AR, USA 2 Computer Science Department, University of Central Arkansas,

More information

Research Of Data Model In Engineering Flight Simulation Platform Based On Meta-Data Liu Jinxin 1,a, Xu Hong 1,b, Shen Weiqun 2,c

Research Of Data Model In Engineering Flight Simulation Platform Based On Meta-Data Liu Jinxin 1,a, Xu Hong 1,b, Shen Weiqun 2,c Applied Mechanics and Materials Online: 2013-06-13 ISSN: 1662-7482, Vols. 325-326, pp 1750-1753 doi:10.4028/www.scientific.net/amm.325-326.1750 2013 Trans Tech Publications, Switzerland Research Of Data

More information

Workshop 2. > Interoperability <

Workshop 2. > Interoperability < Workshop 2 21 / 08 / 2011 > Interoperability < Heiko Zimmermann R&D Engineer, AHI CR Santec Heiko.Zimmermann@tudor.lu Interoperability definition Picture from NCI-Wiki (https://wiki.nci.nih.gov) 2 Interoperability

More information

A Digital Menu System Based on the Cloud client Technology Lin Dong 1, a, Weibo Li 1, b, Ping He 2,c,Jia Liu 1,d

A Digital Menu System Based on the Cloud client Technology Lin Dong 1, a, Weibo Li 1, b, Ping He 2,c,Jia Liu 1,d Applied Mechanics and Materials Online: 2012-11-29 ISSN: 1662-7482, Vol. 235, pp 389-393 doi:10.4028/www.scientific.net/amm.235.389 2012 Trans Tech Publications, Switzerland A Digital Menu System Based

More information

A Vision for Bigger Biomedical Data: Integration of REDCap with Other Data Sources

A Vision for Bigger Biomedical Data: Integration of REDCap with Other Data Sources A Vision for Bigger Biomedical Data: Integration of REDCap with Other Data Sources Ram Gouripeddi Assistant Professor, Department of Biomedical Informatics, University of Utah Senior Biomedical Informatics

More information

Standards Compliant PACS XDS-I Source & XDS/XDS-I Consumer. Ronan Kirby 25 th March 2011

Standards Compliant PACS XDS-I Source & XDS/XDS-I Consumer. Ronan Kirby 25 th March 2011 Ronan Kirby 25 th March 2011 Standards Compliance on Image Sharing - Why? Support for Clinical Pathways A patients healthcare journey may involve different hospitals / trusts depending on where specific

More information

The Analysis of the Loss Rate of Information Packet of Double Queue Single Server in Bi-directional Cable TV Network

The Analysis of the Loss Rate of Information Packet of Double Queue Single Server in Bi-directional Cable TV Network Applied Mechanics and Materials Submitted: 2014-06-18 ISSN: 1662-7482, Vol. 665, pp 674-678 Accepted: 2014-07-31 doi:10.4028/www.scientific.net/amm.665.674 Online: 2014-10-01 2014 Trans Tech Publications,

More information

CDISC in Europe. CDISC Interchange Japan, Tokyo, July 20, 2010

CDISC in Europe. CDISC Interchange Japan, Tokyo, July 20, 2010 CDISC in Europe Pierre-Yves Lastic, PhD Chairman, CDISC E3C & French User Group Senior Director, Data Privacy & Healthcare Interoperability Standards, Sanofi-Aventis R&D CDISC Interchange Japan, Tokyo,

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Metamodel framework for interoperability (MFI) Part 1: Reference model

ISO/IEC INTERNATIONAL STANDARD. Information technology Metamodel framework for interoperability (MFI) Part 1: Reference model INTERNATIONAL STANDARD ISO/IEC 19763-1 First edition 2007-02-01 Information technology Metamodel framework for interoperability (MFI) Part 1: Reference model Technologies de l'information Cadre du métamodèle

More information

IHE Radiology Technical Framework Supplement. Rev. 1.4 Trial Implementation

IHE Radiology Technical Framework Supplement. Rev. 1.4 Trial Implementation Integrating the Healthcare Enterprise 5 IHE Radiology Technical Framework Supplement 10 Cross-Enterprise Document Reliable Interchange of Images (XDR-I) 15 Rev. 1.4 Trial Implementation 20 Date: July 27,

More information

This document is a preview generated by EVS

This document is a preview generated by EVS INTERNATIONAL STANDARD ISO 17090-1 Second edition 2013-05-01 Health informatics Public key infrastructure Part 1: Overview of digital certificate services Informatique de santé Infrastructure de clé publique

More information

Health Information Exchange Content Model Architecture Building Block HISO

Health Information Exchange Content Model Architecture Building Block HISO Health Information Exchange Content Model Architecture Building Block HISO 10040.2 To be used in conjunction with HISO 10040.0 Health Information Exchange Overview and Glossary HISO 10040.1 Health Information

More information

24/18/2014 ICAAP 11 Bangkok, Thailand 22 November 2013

24/18/2014 ICAAP 11 Bangkok, Thailand 22 November 2013 Implementing WHO ehealth standards with peer support through the Asia ehealth Information Network Mr Mark Landry Team Leader Health Information, Evidence & Research World Health Organization Western Pacific

More information

IHE IT Infrastructure (ITI) Technical Framework. Volume 1 (ITI TF-1) Integration Profiles

IHE IT Infrastructure (ITI) Technical Framework. Volume 1 (ITI TF-1) Integration Profiles Integrating the Healthcare Enterprise 5 IHE IT Infrastructure (ITI) Technical Framework 10 Volume 1 (ITI TF-1) Integration Profiles 15 20 Revision 5.0 Final Text December 12, 2008 Copyright 2008: IHE International

More information

Send and Receive Exchange Use Case Test Methods

Send and Receive Exchange Use Case Test Methods Send and Receive Exchange Use Case Test Methods Release 1 Version 1.0 October 1, 2017 Send and Receive Exchange Test Methods Release 1 Version 1.0 Technology Sponsor [Name] [Email] [Telephone] Signature

More information

IHE Technical Frameworks General Introduction

IHE Technical Frameworks General Introduction Integrating the Healthcare Enterprise 5 IHE Technical Frameworks General Introduction 10 15 20 Revision 1.0 July 1, 2014 25 Please verify you have the most recent version of this document, which is published

More information

Utilizing Restricted Direction Strategy and Binary Heap Technology to Optimize Dijkstra Algorithm in WebGIS

Utilizing Restricted Direction Strategy and Binary Heap Technology to Optimize Dijkstra Algorithm in WebGIS Key Engineering Materials Online: 2009-10-08 ISSN: 1662-9795, Vols. 419-420, pp 557-560 doi:10.4028/www.scientific.net/kem.419-420.557 2010 Trans Tech Publications, Switzerland Utilizing Restricted Direction

More information

DICOM Conformance Statement

DICOM Conformance Statement Group of Companies ifa systems AG ifa united i-tech, Inc. Augustinusstr. 11b 1850 SE 17 th Street Suite C Suite 107 50226 Frechen Fort Lauderdale, FL 33316 Germany USA Phone: +49 2234 93367-0 Phone: +1

More information

IT Infrastructure Technical Framework. Volume 3 (ITI TF-3) Cross-Transaction Specifications and Content Specifications

IT Infrastructure Technical Framework. Volume 3 (ITI TF-3) Cross-Transaction Specifications and Content Specifications Integrating the Healthcare Enterprise 5 IT Infrastructure Technical Framework 10 Volume 3 (ITI TF-3) Cross-Transaction and Content 15 Revision 7.0 Final Text August 10, 2010 20 Copyright 2010 IHE International,

More information

Electronic Business Extensible Markup Language (ebxml) Part 5: Core Components Specification (CCS)

Electronic Business Extensible Markup Language (ebxml) Part 5: Core Components Specification (CCS) INTERNATIONAL STANDARD ISO 15000-5 First edition 2014-04-15 Electronic Business Extensible Markup Language (ebxml) Part 5: Core Components Specification (CCS) Commerce électronique en langage de balisage

More information

IHE Radiology Technical Framework Supplement. Cross-Enterprise Remote Read Workflow Definition (XRR-WD) Rev. 1.1 Trial Implementation

IHE Radiology Technical Framework Supplement. Cross-Enterprise Remote Read Workflow Definition (XRR-WD) Rev. 1.1 Trial Implementation Integrating the Healthcare Enterprise 5 IHE Radiology Technical Framework Supplement 10 Cross-Enterprise Remote Read Workflow Definition (XRR-WD) 15 Rev. 1.1 Trial Implementation 20 Date: January 13, 2017

More information

(60 min) California State Updates

(60 min) California State Updates (60 min) California State Updates Presenters: 30 min Speranza Avram, CEO, CalHIPSO: EHR status & uptake in CA 20 min David A. Minch, President & COO, HealthShare Bay Area: HIE status 10 min Questions 1

More information

Digital Imaging and Communications in Medicine (DICOM) Part 1: Introduction and Overview

Digital Imaging and Communications in Medicine (DICOM) Part 1: Introduction and Overview Digital Imaging and Communications in Medicine (DICOM) Part 1: Introduction and Overview Published by National Electrical Manufacturers Association 1300 N. 17th Street Rosslyn, Virginia 22209 USA Copyright

More information

IHE IT Infrastructure Technical Framework Supplement. Document Metadata Subscription (DSUB) Trial Implementation

IHE IT Infrastructure Technical Framework Supplement. Document Metadata Subscription (DSUB) Trial Implementation Integrating the Healthcare Enterprise 5 IHE IT Infrastructure Technical Framework Supplement 10 Document Metadata Subscription 15 Trial Implementation 20 Date: September 20, 2013 Author: IHE ITI Technical

More information

Enhancing the many-to-many relations across IHE Document Sharing Communities

Enhancing the many-to-many relations across IHE Document Sharing Communities Enhancing the many-to-many relations across IHE Document Sharing Communities Luís S. Ribeiro, Carlos Costa and José Luís Oliveira Universidade de Aveiro IEETA, Aveiro, Portugal Abstract. The Integrating

More information

OHF XDS Document Consumer. Architecture & API Documentation. Version seknoop[at]us[dot]ibm[dot]com Sarah Knoop

OHF XDS Document Consumer. Architecture & API Documentation. Version seknoop[at]us[dot]ibm[dot]com Sarah Knoop OHF XDS Document Consumer Architecture & API Documentation Version 0.2.0 seknoop[at]us[dot]ibm[dot]com Sarah Knoop Page 1 of 28 Contents 1. Introduction...4 2. Getting Started...5 2.1 Platform Requirements...5

More information

Existing Healthcare Standards

Existing Healthcare Standards Existing Healthcare Standards Category Context (Information Model) Information Interchange Standard & Specific Elements ASN.1 Abstract Syntax Notation.1 ASTM E2369-05 Standard Specification for Continuity

More information

Welcome. Overview. IHE Conformity Assessment QIBA Annual Meeting May 21-22, 2014

Welcome. Overview. IHE Conformity Assessment QIBA Annual Meeting May 21-22, 2014 Welcome IHE Conformity Assessment QIBA Annual Meeting May 21-22, 2014 Chris Carr, RSNA Overview 1. IHE Conformity Assessment Program 2. Connectathon and self-attestation model 3. Accredited conformity

More information

IT Infrastructure Technical Framework

IT Infrastructure Technical Framework Integrating the Healthcare Enterprise 5 IT Infrastructure Technical Framework 10 Volume 3 (ITI TF-3) Cross-Transaction Specifications and Content Specifications 15 Revision 6.0 Final Text August 10, 2009

More information

Design of PC Remote Monitoring System for Standby Generators Chuanhong Zhou 1,a,Jinjie Xiao 1,b, Wei Ren 1,c

Design of PC Remote Monitoring System for Standby Generators Chuanhong Zhou 1,a,Jinjie Xiao 1,b, Wei Ren 1,c Advanced Materials Research Submitted: 2014-06-03 ISSN: 1662-8985, Vol. 1039, pp 197-202 Accepted: 2014-07-14 doi:10.4028/www.scientific.net/amr.1039.197 Online: 2014-10-31 2014 Trans Tech Publications,

More information

Information technology Metamodel framework for interoperability (MFI) Part 1: Framework

Information technology Metamodel framework for interoperability (MFI) Part 1: Framework ISO/IEC JTC 1/SC 32 Date: 2014-06-19 ISO/IEC DIS 19763-1 ISO/IEC JTC 1/SC 32/WG 2 Secretariat: ANSI Information technology Metamodel framework for interoperability (MFI) Part 1: Framework Warning This

More information

European Platform on Rare Diseases Registration

European Platform on Rare Diseases Registration The European Commission s science and knowledge service Joint Research Centre European Platform on Rare Diseases Registration Simona Martin Agnieszka Kinsner-Ovaskainen Monica Lanzoni Andri Papadopoulou

More information

IHE IT Infrastructure Technical Framework Supplement. Mobile access to Health Documents (MHD) Trial Implementation

IHE IT Infrastructure Technical Framework Supplement. Mobile access to Health Documents (MHD) Trial Implementation Integrating the Healthcare Enterprise 5 IHE IT Infrastructure Technical Framework Supplement 10 Mobile access to Health s Trial Implementation 15 20 Date: August 31, 2012 Author: Email: IHE ITI Technical

More information

Healthcare IT A Monitoring Primer

Healthcare IT A Monitoring Primer Healthcare IT A Monitoring Primer Published: February 2019 PAGE 1 OF 13 Contents Introduction... 3 The Healthcare IT Environment.... 4 Traditional IT... 4 Healthcare Systems.... 4 Healthcare Data Format

More information

Advancing Care With the NHIN and CONNECT

Advancing Care With the NHIN and CONNECT Advancing Care With the NHIN and CONNECT Presentation to Internet2 Health Network Initiative Workshop San Antonio, TX October 8, 2009 Craig Miller CONNECT Chief Architect Federal Health Architecture Overview

More information

IHE IT Infrastructure Technical Framework Supplement. Document Metadata Subscription (DSUB) Trial Implementation

IHE IT Infrastructure Technical Framework Supplement. Document Metadata Subscription (DSUB) Trial Implementation Integrating the Healthcare Enterprise 5 IHE IT Infrastructure Technical Framework Supplement 10 Document Metadata Subscription 15 Trial Implementation 20 Date: August 31, 2015 Author: IHE ITI Technical

More information

University of Wollongong. Research Online

University of Wollongong. Research Online University of Wollongong Research Online University of Wollongong Thesis Collection 1954-2016 University of Wollongong Thesis Collections 2009 Complete interoperability in healthcare : technical, semantic

More information

Editor s Draft. Outcome of Berlin Meeting ISO/IEC JTC 1/SC32 WG2 N1669 ISO/IEC CD :ED2

Editor s Draft. Outcome of Berlin Meeting ISO/IEC JTC 1/SC32 WG2 N1669 ISO/IEC CD :ED2 ISO/IEC JTC 1/SC32 WG2 N1669 2012-06 ISO/IEC CD19763-1:ED2 ISO/IEC JTC 1/SC 32/WG 2 Secretariat: Information Technology Metamodel framework for interoperability (MFI) Part 1: Reference model, Second Edition

More information

HIMSS and RSNA Integrating the Healthcare Enterprise IHE/MESA Patient ID Source Tests

HIMSS and RSNA Integrating the Healthcare Enterprise IHE/MESA Patient ID Source Tests HIMSS and RSNA Integrating the Healthcare Enterprise IHE/MESA Patient ID Source Tests Electronic Radiology Laboratory Mallinckrodt Institute of Radiology 510 South Kingshighway Blvd. St. Louis, MO 63110

More information

Shape Optimization Design of Gravity Buttress of Arch Dam Based on Asynchronous Particle Swarm Optimization Method. Lei Xu

Shape Optimization Design of Gravity Buttress of Arch Dam Based on Asynchronous Particle Swarm Optimization Method. Lei Xu Applied Mechanics and Materials Submitted: 2014-08-26 ISSN: 1662-7482, Vol. 662, pp 160-163 Accepted: 2014-08-31 doi:10.4028/www.scientific.net/amm.662.160 Online: 2014-10-01 2014 Trans Tech Publications,

More information

Short Introduction. v

Short Introduction. v Short Introduction v. 12.6.2018 1. Warming Up 2. Dry facts about IHE 3. What is IHE? 4. IHE Process 5. Technical Frameworks and Profiles 6. Use of IHE Profiles in Finland 7. Summary 1. Warming Up IHE promotes

More information

Participant User Guide, Version 2.6

Participant User Guide, Version 2.6 Developers Integration Lab (DIL) Participant User Guide, Version 2.6 3/17/2013 REVISION HISTORY Author Date Description of Change 0.1 Laura Edens Mario Hyland 9/19/2011 Initial Release 1.0 Michael Brown

More information

Health Information Exchange - A Critical Assessment: How Does it Work in the US and What Has Been Achieved?

Health Information Exchange - A Critical Assessment: How Does it Work in the US and What Has Been Achieved? Health Information Exchange - A Critical Assessment: How Does it Work in the US and What Has Been Achieved? Use cases, best practice and examples for successful implementations 1 Agenda Overview of The

More information

Customizing dynamic libraries of Qt based on the embedded Linux Li Yang 1,a, Wang Yunliang 2,b

Customizing dynamic libraries of Qt based on the embedded Linux Li Yang 1,a, Wang Yunliang 2,b Applied Mechanics and Materials Submitted: 2014-11-12 ISSN: 1662-7482, Vol. 740, pp 782-785 Accepted: 2014-12-02 doi:10.4028/www.scientific.net/amm.740.782 Online: 2015-03-09 2015 Trans Tech Publications,

More information

The Analysis and Research of IPTV Set-top Box System. Fangyan Bai 1, Qi Sun 2

The Analysis and Research of IPTV Set-top Box System. Fangyan Bai 1, Qi Sun 2 Applied Mechanics and Materials Online: 2012-12-13 ISSN: 1662-7482, Vols. 256-259, pp 2898-2901 doi:10.4028/www.scientific.net/amm.256-259.2898 2013 Trans Tech Publications, Switzerland The Analysis and

More information

IHE International Conformity Assessment Program

IHE International Conformity Assessment Program IHE International Conformity Assessment Program - Test Report IHE-ATL-001 IHE International Conformity Assessment Program IHE-CAS-2: 2017 October, 16 th 18 th & 23 rd 2017 The product and version documented

More information

Collaboration System using Agent based on MRA in Cloud

Collaboration System using Agent based on MRA in Cloud Collaboration System using Agent based on MRA in Cloud Jong-Sub Lee*, Seok-Jae Moon** *Department of Information & Communication System, Semyeong University, Jecheon, Korea. ** Ingenium college of liberal

More information

IHE IT Infrastructure (ITI) Technical Framework. Volume 1 (ITI TF-1) Integration Profiles

IHE IT Infrastructure (ITI) Technical Framework. Volume 1 (ITI TF-1) Integration Profiles Integrating the Healthcare Enterprise 5 IHE IT Infrastructure (ITI) Technical Framework 10 Volume 1 (ITI TF-1) Integration Profiles 15 20 Revision 9.0 Final Text August 31, 2012 Copyright 2012: IHE International,

More information

ISO/IEC JTC 1/SC 32 N 0722

ISO/IEC JTC 1/SC 32 N 0722 ISO/IEC JTC 1/SC 32 N 0722 Date: 2002-02-12 REPLACES: -- ISO/IEC JTC 1/SC 32 Data Management and Interchange Secretariat: United States of America (ANSI) Administered by Pacific Northwest National Laboratory

More information

Improving Services of TDMS Through High Performance Computing

Improving Services of TDMS Through High Performance Computing Improving Services of TDMS Through High Performance Computing Shubhangi Kalshetti, Prashant Ghodeswar, Poonam Gavhane, Sarita Gaikwad Dept. of Computer Engineering, BSIOTR Wagholi, Pune, Maharashtra, India

More information

A Business Collaboration Registry Model on Top of ebrim

A Business Collaboration Registry Model on Top of ebrim A Business Collaboration Registry Model on Top of ebrim Birgit Hofreiter, Christian Huemer Faculty of Computer Science University of Vienna Liebigg. 4, 1010 Vienna, Austria {birgit.hofreiter, christian

More information

DESIGN OF WEB SERVICE SINGLE SIGN-ON BASED ON TICKET AND ASSERTION

DESIGN OF WEB SERVICE SINGLE SIGN-ON BASED ON TICKET AND ASSERTION DESIGN OF WEB SERVICE SINGLE SIGN-ON BASED ON TICKET AND ASSERTION Abstract: 1 K.Maithili, 2 R.Ruhin Kouser, 3 K.Suganya, 1,2,3 Assistant Professor, Department of Computer Science Engineering Kingston

More information

ISO/TR TECHNICAL REPORT. Health informatics Interoperability and compatibility in messaging and communication standards Key characteristics

ISO/TR TECHNICAL REPORT. Health informatics Interoperability and compatibility in messaging and communication standards Key characteristics TECHNICAL REPORT ISO/TR 18307 First edition 2001-12-15 Health informatics Interoperability and compatibility in messaging and communication standards Key characteristics Informatique de santé Interoperabilité

More information

Agent-Enabling Transformation of E-Commerce Portals with Web Services

Agent-Enabling Transformation of E-Commerce Portals with Web Services Agent-Enabling Transformation of E-Commerce Portals with Web Services Dr. David B. Ulmer CTO Sotheby s New York, NY 10021, USA Dr. Lixin Tao Professor Pace University Pleasantville, NY 10570, USA Abstract:

More information

ISO INTERNATIONAL STANDARD. Health informatics Digital imaging and communication in medicine (DICOM) including workflow and data management

ISO INTERNATIONAL STANDARD. Health informatics Digital imaging and communication in medicine (DICOM) including workflow and data management INTERNATIONAL STANDARD ISO 12052 First edition 2006-11-01 Health informatics Digital imaging and communication in medicine (DICOM) including workflow and data management Informatique de santé Imagerie

More information

Research on Design Information Management System for Leather Goods

Research on Design Information Management System for Leather Goods Available online at www.sciencedirect.com Physics Procedia 24 (2012) 2151 2158 2012 International Conference on Applied Physics and Industrial Engineering Research on Design Information Management System

More information

ConCert FAQ s Last revised December 2017

ConCert FAQ s Last revised December 2017 ConCert FAQ s Last revised December 2017 What is ConCert by HIMSS? ConCert by HIMSS is a comprehensive interoperability testing and certification program governed by HIMSS and built on the work of the

More information

PAKISTAN HOW TO SPEED UP THE INTRODUCTION OF EHEALTH SERVICES IN DEVELOPING COUNTRIES

PAKISTAN HOW TO SPEED UP THE INTRODUCTION OF EHEALTH SERVICES IN DEVELOPING COUNTRIES HOW TO SPEED UP THE INTRODUCTION OF EHEALTH SERVICES IN DEVELOPING COUNTRIES V. Androuchko¹, Asif Zafar Malik² ¹International University in Geneva, Switzerland ² Rawalpindi Medical College, Pakistan 1

More information

IHE Eye Care (EYECARE) Technical Framework. Volume 1 (EYECARE TF-1) Integration Profiles

IHE Eye Care (EYECARE) Technical Framework. Volume 1 (EYECARE TF-1) Integration Profiles 5 Integrating the Healthcare Enterprise 10 IHE Eye Care (EYECARE) Technical Framework 15 Volume 1 (EYECARE TF-1) Integration Profiles 20 Revision 3.7 Final Text February 15, 2010 25 30 Copyright 2010:

More information

Update from HIMSS National Privacy & Security. Lisa Gallagher, VP Technology Solutions November 14, 2013

Update from HIMSS National Privacy & Security. Lisa Gallagher, VP Technology Solutions November 14, 2013 Update from HIMSS National Privacy & Security Lisa Gallagher, VP Technology Solutions November 14, 2013 Agenda Update on HIMSS new Technology Solutions Department HIPAA Omnibus Rules Meaningful Use 2 P&S

More information

Unique Device Identification (UDI) Status, Learnings, Next Steps

Unique Device Identification (UDI) Status, Learnings, Next Steps Unique Device Identification (UDI) Status, Learnings, Next Steps Jeffrey Shuren, M.D., J.D. Center for Devices and Radiological Health (CDRH) US Food and Drug Administration (FDA) IMDRF September 2016

More information

The Design of the Sensor Node of IOT Based on SIM20 KUANG Xinghong 1, a,yao Zheyi 1, b, Huo haibo 1, c, Li junjun 1, d, Wu yanxiang 1, e

The Design of the Sensor Node of IOT Based on SIM20 KUANG Xinghong 1, a,yao Zheyi 1, b, Huo haibo 1, c, Li junjun 1, d, Wu yanxiang 1, e Advanced Materials Research Online: 2012-12-13 ISSN: 1662-8985, Vols. 605-607, pp 2375-2378 doi:10.4028/www.scientific.net/amr.605-607.2375 2013 Trans Tech Publications, Switzerland The Design of the Sensor

More information

Construction and Application of Cloud Data Center in University

Construction and Application of Cloud Data Center in University International Conference on Logistics Engineering, Management and Computer Science (LEMCS 2014) Construction and Application of Cloud Data Center in University Hong Chai Institute of Railway Technology,

More information

IHE Eye Care Technical Framework Supplement. Unified Eye Care Workflow Refractive Measurements. Rev. 1.2 Trial Implementation

IHE Eye Care Technical Framework Supplement. Unified Eye Care Workflow Refractive Measurements. Rev. 1.2 Trial Implementation Integrating the Healthcare Enterprise 5 IHE Eye Care Technical Framework Supplement 10 Unified Eye Care Workflow Based upon JOIA 1.5 Release 15 Rev. 1.2 Trial Implementation 20 Date: June 29, 2016 Author:

More information

Public and Private Sector Partnerships to Promote HIT Adoption Across the United States

Public and Private Sector Partnerships to Promote HIT Adoption Across the United States Public and Private Sector Partnerships to Promote HIT Adoption Across the United States Community-Based Collaboratives Track Health Information Technology Summit October 20-23, 2004 Washington, D.C. Janet

More information

From IHE Audit Trails to XES Event Logs Facilitating Process Mining

From IHE Audit Trails to XES Event Logs Facilitating Process Mining 40 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

More information