From IHE Audit Trails to XES Event Logs Facilitating Process Mining

Size: px
Start display at page:

Download "From IHE Audit Trails to XES Event Logs Facilitating Process Mining"

Transcription

1 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 under the terms of the Creative Commons Attribution Non-Commercial License. doi: / From IHE Audit Trails to XES Event Logs Facilitating Process Mining Ferdinand PASTER a a,1 and Emmanuel HELM a University of Applied Sciences Upper Austria Abstract. Recently Business Intelligence approaches like process mining are applied to the healthcare domain. The goal of process mining is to gain process knowledge, compliance and room for improvement by investigating recorded event data. Previous approaches focused on process discovery by event data from various specific systems. IHE, as a globally recognized basis for healthcare information systems, defines in its ATNA profile how real-world events must be recorded in centralized event logs. The following approach presents how audit trails collected by the means of ATNA can be transformed to enable process mining. Using the standardized audit trails provides the ability to apply these methods to all IHE based information systems. Keywords. Data Mining, Standards, Process Assessment, Quality of Health Care Introduction Process mining (PM) is an emerging research field which links data mining to business process management. The idea in to utilize log-messages recorded from information systems to disclose valuable process information. There are three types of process mining: Discovery, Conformance and Enhancement. The most frequently seen use case is process Discovery. Here event data from computer based information systems is exploited to disclose as-is processes and communicate them via process models. 1 Recently applications of process mining to the healthcare domain are attracting attention. A number of research initiatives applied these techniques to log-data from a variety of systems, e.g. 2,3, where focus was process discovery. The source format of log-data differs from system to system, i.e. every implementation needs a specific preprocessing and conversion step. Preprocessing of the log, the preparation for further process mining steps, is a complex task that already raises many questions 4. As a result of our research, we found that there is no work using standardized log-data from distributed health information systems. Integrating the Healthcare Enterprise (IHE) is an international initiative by healthcare professionals and industry to improve the integration and interoperability of Hospital Information Systems (HIS). IHE is globally recognized and has more than 700 member organisations. Furthermore it is used in national and international healthcare projects, e.g. the the European epsos project. 5 To achieve user accountability IHE defines the Audit Trail and Node Authentication (ATNA) profile. ATNA declares that all IHE actors have to push records generated by their activities to a centralized Audit 1 Corresponding Author.

2 F. Paster and E. Helm / From IHE Audit Trails to XES Event Logs Facilitating Process Mining 41 Record Repository (ARR) 6. To record transactions, the ATNA Audit Trail is based on the Security Audit and Access Accountability Message XML Data Definitions for Healthcare Applications (RFC-3881). It finds common ground for requirements from different organizations like HL7, IHE, DICOM, ASTM and the NEMA/COCIR/JIRA Security and Privacy Committee. 7 This paper presents an approach aimed at preparing IHE compliant ATNA Audit Trails for further analysis by the means of process mining, with focus on process Discovery. Log data is created from large numbers of different systems with their own proprietary data format and semantics. Because log data is the key input of process mining, a very important aspect is to provide a standardized data format for the event logs. Previously MXML was used as an Extensible Markup Language (XML)-based format for log exchange. To overcome the limitations of MXML, mostly about extensibility, XES (extensible Event Stream) was developed by the TU Eindhoven. In September 2010 the IEEE Task Force on Process Mining accepted XES as standard for log data exchange. 8 XES defines three basic objects: Log, Trace and Event. Log (the process) contains a collection of Traces (execution instances) and a Trace contains a collection of Events. Each object can contain an arbitrary set of strongly typed attributes, e.g. String, Boolean, Timestamp, etc. To add semantics to these data types, XES defines the concept of extensions. An extension dictates a set of attributes, their type and keys with a specific semantic meaning. For mutual understanding, standard extensions were defined, e.g. Concept, Organizational, Time, etc. In order to investigate the valuable information from IHE information systems by the means of process mining, the ATNA log-data has to be preprocessed and transformed to the XES format. 1. Methods To support a methodical approach, a transformation architecture was developed, recognizing XML as the basis of both, the source and the target format, cf. Figure 1. The transformation architecture is based on the Meta Object Facility (MOF) standard and influenced by a Model Driven Interoperability (MDI) approach was 9, 10 developed. Figure 1. Transformation architecture based on the MOF standard. 9

3 42 F. Paster and E. Helm / From IHE Audit Trails to XES Event Logs Facilitating Process Mining On the M 3 level, XML serves as a meta-meta-model for the two meta-models below, i.e. both, RFC-3881 and XES, conform to it (see Figure 1). Between the two meta-models at M 2 the means of mapping components is defined. At M 1, the specific instance of the RFC-3881 model, the Audit Trail, is transformed into a specific instance of the XES model, the Mining Log. Both models on the M 1 layer conform to their respective meta-model. Of course, according to the MOF standard, the Audit Trail is also just a model representing the actual real-world events on M o. A universal transformation approach should only incorporate information available in all possible audit messages. Table 1. Selected RFC-3881 fields. 1-6 are mandatory according to are only mandatory if the ParticipantObjectIdentification is present. Nr Location/Name Description from RFC EventIdentification/EventID Identifier for a specific audited event, e.g., a menu item, program, rule, policy, function code, application name, or URL. It identifies the performed function. 2 EventIdentification/ EventDateTime Universal coordinated time (UTC), i.e., a date/time specification that is unambiguous as to local time zones. 3 EventIdentification/ Indicates whether the event succeeded or failed. EventOutcomeIndicator 4 ActiveParticipant/UserID Unique identifier for the user actively participating in the event. 5 ActiveParticipant/ UserIsRequestor Indicator that the user is or is not the requestor, or initiator, for the event being audited. 6 AuditSourceIdentification/ Identifier of the source where the event originated. AuditSourceID 7 ParticipantObjectIdentification/ ParticipantObjectID Identifies a specific instance of the participant object. 8 ParticipantObjectIdentification/ ParticipantObjectIDTypeCode Describes the identifier that is contained in Participant Object ID. According to DICOM the fields 1-6 in Table 1 are mandatory in the Audit Trail, whereas 7-8 are mandatory only in context of the ParticipantObjectIdentification section which is optional as whole. However when the audit logs of two independent IHE-compliant systems were checked, it was found that the ParticipantObject- Identification is usually recorded. The XES format does not determine mandatory fields. However there is the option to define so called global attributes for the traces and events. Global attributes must be present for each trace or event element in the log, i.e. if event is defined to have certain global attributes, all events in the log must determine those. Commonly understood semantics can be added by the means of the standard extensions explained in section 1.1. Table 2. Three examples of mapped attributes and their semantics according to 8 RFC-3881 XES extension Semantic extension description 8 EventDateTime time:timestamp The date and time, at which the event has occurred. EventID concept:instance Represents an identifier of the activity instance whose execution has generated the event. UserID org:resource The name, or identifier, of the resource having triggered the event. Table 2 outlines the mapping of three sample attributes from RFC-3881 to XES. To determine which fields should be mapped to which XES attributes attempted to find the most suitable semantic match based on the RFC-3881 descriptions, taking DICOM

4 F. Paster and E. Helm / From IHE Audit Trails to XES Event Logs Facilitating Process Mining 43 plus IHE extensions and the descriptions of the XES standard extension types into account. After the mapping of the fields is defined, the actual transformation takes place. The goal is to transform the ATNA XML audit messages to XES XML, i.e. source and target are both manifested as XML files. Transformation is a three step process. Firstly the Audit Trail is checked for validity against the RFC-3881 schema. Secondly the conversion is done by the means of XSLT (Extensible Stylesheet Language Transformation). Finally the resulting XES Mining Log file is validated against the XES schema. 2. Results The test Audit Trail used as input was generated using an IHE system based on the OpenHealthTools 2 framework. In the test case a Provide & Register Document Set-b transaction was recorded. The resulting audit message comprises four parts: EventIdentification, ActiveParticipant, AuditSourceIdentification and the ParticipantObjectIdentification. For the information content of these fields cf. Table 1. By means of the transformation definition, relevant data is extracted and transformed to the XES format as shown in Listing 1. Listing 1. XES Event generated from a Provide & Register Document Set-b Audit Message 01 <event> 02 <date key="time:timestamp" value=" t14:12: :00"/> 03 <string key="concept:name" value="iti-41"/> 04 <string key="concept:instance" value="110107"/> 05 <container> 06 <string key="org:resource" value="documentsource@ "/> 07 <string key="org:role" value="source"/> 08 </container> 09 <container> 10 <string key="org:resource" value=" 11 <string key="org:role" value="destination"/> 12 </container> 13 </event> The transformed event in Listing 1 shows which information we identified as being the most relevant for process mining. It includes date and precise time when the event occurred. The type of event: ITI-41 (Provide & Register Document Set-b) and the type of DICOM action are also described ( = Import). Line 05 to 12 describe the communicating actors. Since an IHE transaction is recorded by both sides, a second audit message of the type ITI-41 with the DICOM action (Export) will be present. This event is just an example that could be part of a bigger workflow like the standard process in a radiological department: 1. Patient admission (ITI-9) 2. Place radiology order (RAD-2) 3. Query for previous findings (ITI-43) 2 last accessed

5 44 F. Paster and E. Helm / From IHE Audit Trails to XES Event Logs Facilitating Process Mining 4. Create clinical report (ITI-41), etc. 3. Discussion In the course of our work with XES as target format, some issues in the transformation process that might need further investigation became apparent. The main issue identified within the model transformation is the trace identification. Traces, the execution instances of the logged process, i.e. the patient pathway and all surrounding events, are difficult to identify. There is no identifier referencing specific hospitalizations. In this approach the audit events were assigned to a trace based on the patient identifier. The second issue occurs during the transformation mapping. We attempted to find the most suitable semantic match based on the descriptions of the two meta-models, RFC-3881 and the XES standard extensions. Our defined criteria might be biased as we were only using IHE actors and therefore audit trails which have their origin in the radiology field. To expand our decisions further research is required. An approach based on IHE compliant Audit Trails brings the potential to apply process mining to more than only a specific system. Hence, clinical pathways extending over different IHE compliant hospitals, physicians, etc. can be detected and analyzed. This work aims to establish a first step enabling process mining on ATNA based Audit Trails. However as stated previously, there are still many questions to be answered and further research to be conducted, in order to beneficially apply process mining to IHE based healthcare systems. References [1] Van der Aalst W, et al. Process mining manifesto, Business process management workshops, Berlin Heidelberg (2012) [2] Mans R, et al. Application of process mining in healthcare a case study in a dutch hospital. Biomedical Engineering Systems and Technologies. Springer Berlin Heidelberg (2009), [3] Rebuge Á, Ferreira DR, Business process analysis in healthcare environments: A methodology based on process mining. Information Systems 37.2 (2012), [4] Bozkaya M, Joost G, van der Werf JM. Process diagnostics: a method based on process mining, Information, Process, and Knowledge Management, eknow'09 (2009). [5] epsos European Patients Smart Open Services: Technical Background, Accessible via: (last access: ). [6] IHE International, Audit Trail and Node Authentication (ATNA). IHE IT Infrastructure (ITI) Technical Framework Volume 1 (ITI TF-1) Integration Profiles (2013), [7] Marshall G, RFC 3881 Security Audit and Access Accountability Message XML Data Definitions for Healthcare Applications, Request for Comments: 3881 (2004). [8] Günther C, Verbeek E, XES Standard Definition 2.0, (2014). [9] Object Management Group, OMG: Meta Object Facility (MOF) Core Specification (2014), [10] Elvesæter B, et al, Towards an interoperability framework for model-driven development of software systems, Interoperability of enterprise software and applications, Springer London (2006), [11] NEMA, DICOM PS a - Security and System Management Profiles, (2014).

IHE IT Infrastructure Technical Framework Supplement. Patient Identifier Cross-reference PIX for Mobile (PIXm) Draft for Public Comment

IHE IT Infrastructure Technical Framework Supplement. Patient Identifier Cross-reference PIX for Mobile (PIXm) Draft for Public Comment Integrating the Healthcare Enterprise 5 IHE IT Infrastructure Technical Framework Supplement 10 Patient Identifier Cross-reference PIX for Mobile 15 Draft for Public Comment 20 Date: June 8, 2015 Author:

More information

Information Dimension "What" Content

Information Dimension What Content EpSOS Audit Trail - FC3881 Binding epsos ECCF Artifact Matrix Excerpt: Context and elated Information epsos Conceptual Perspective Logical Perspective Implementable Perspective Enterprise Dimension "Why"

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

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

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

IHE Quality, Research and Public Health (QRPH) Technical Framework. Volume 2 IHE QRPH TF-2 Transactions

IHE Quality, Research and Public Health (QRPH) Technical Framework. Volume 2 IHE QRPH TF-2 Transactions Integrating the Healthcare Enterprise 5 IHE Quality, Research and Public Health (QRPH) Technical Framework 10 Volume 2 IHE QRPH TF-2 15 20 Revision 1.0 Final Text October 19, 2018 25 Please verify you

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

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

IT Infrastructure Technical Framework. Volume 2a (ITI TF-2a) Transactions Part A Sections Integrating the Healthcare Enterprise

IT Infrastructure Technical Framework. Volume 2a (ITI TF-2a) Transactions Part A Sections Integrating the Healthcare Enterprise Integrating the Healthcare Enterprise 5 IT Infrastructure Technical Framework 10 Volume 2a (ITI TF-2a) Transactions Part A Sections 3.1 3.28 15 Revision 7.0 Final Text August 10, 2010 20 Copyright 2010

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

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

IHE Change Proposal. Tracking information: Change Proposal Status: Date of last update: Sep 13, 2018 Charles Parisot, Vassil Peytchev, John Moehrke

IHE Change Proposal. Tracking information: Change Proposal Status: Date of last update: Sep 13, 2018 Charles Parisot, Vassil Peytchev, John Moehrke IHE Change Proposal Tracking information: IHE Domain IT Infrastructure Change Proposal ID: CP-ITI-1145 Change Proposal Status: Final Text Date of last update: Sep 13, 2018 Person assigned: Charles Parisot,

More information

Audit Record Repository Manager

Audit Record Repository Manager Audit Record Repository Manager Technical Specifications Version: 2.0.x Written by: Product Knowledge, R&D Date: April 2017 2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International

More information

IHE IT Infrastructure Technical Framework Supplement. Patient Identifier Cross-reference for Mobile (PIXm) Rev. 1.4 Trial Implementation

IHE IT Infrastructure Technical Framework Supplement. Patient Identifier Cross-reference for Mobile (PIXm) Rev. 1.4 Trial Implementation Integrating the Healthcare Enterprise 5 IHE IT Infrastructure Technical Framework Supplement 10 Patient Identifier Cross-reference for Mobile (PIXm) 15 HL7 FHIR STU 3 Using Resources at FMM Level 5 Rev.

More information

IHE IT Infrastructure Technical Framework Supplement. Cross-Community Patient Discovery (XCPD) Health Data Locator and Revoke Option

IHE IT Infrastructure Technical Framework Supplement. Cross-Community Patient Discovery (XCPD) Health Data Locator and Revoke Option Integrating the Healthcare Enterprise 5 IHE IT Infrastructure Technical Framework Supplement 10 Cross-Community Patient Discovery (XCPD) Health Data Locator and 15 Rev. 2.9 Trial Implementation 20 Date:

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

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

IT Infrastructure Technical Framework. Volume 2 (ITI TF-2) Transactions. Integrating the Healthcare Enterprise

IT Infrastructure Technical Framework. Volume 2 (ITI TF-2) Transactions. Integrating the Healthcare Enterprise Integrating the Healthcare Enterprise 5 IT Infrastructure Technical Framework 10 Volume 2 (ITI TF-2) Transactions 15 Revision 5.0 Final Text December 12, 2008 20 Copyright 2008 IHE International 25 30

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

IHE IT Infrastructure Technical Framework Supplement. Non-patient File Sharing (NPFSm) Rev. 1.1 Trial Implementation

IHE IT Infrastructure Technical Framework Supplement. Non-patient File Sharing (NPFSm) Rev. 1.1 Trial Implementation Integrating the Healthcare Enterprise 5 IHE IT Infrastructure Technical Framework Supplement 10 Non-patient File Sharing (NPFSm) HL7 FHIR STU 3 15 Using Resources at FMM Level 3-5 Rev. 1.1 Trial Implementation

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

IHE Radiology Technical Framework Supplement. Imaging Object Change Management Extension (IOCM Extension) Rev. 1.6 Trial Implementation

IHE Radiology Technical Framework Supplement. Imaging Object Change Management Extension (IOCM Extension) Rev. 1.6 Trial Implementation Integrating the Healthcare Enterprise 5 IHE Radiology Technical Framework Supplement 10 Imaging Object Change Management Extension (IOCM Extension) 15 Rev. 1.6 Trial Implementation 20 Date: July 14, 2017

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

The onprom Toolchain for Extracting Business Process Logs using Ontology-based Data Access

The onprom Toolchain for Extracting Business Process Logs using Ontology-based Data Access The onprom Toolchain for Extracting Business Process Logs using Ontology-based Data Access Diego Calvanese, Tahir Emre Kalayci, Marco Montali, and Ario Santoso KRDB Research Centre for Knowledge and Data

More information

An Adaptive Virtual-Reality User-Interface for Patient Access to the Personal Electronic Medical Record

An Adaptive Virtual-Reality User-Interface for Patient Access to the Personal Electronic Medical Record An Adaptive Virtual-Reality User-Interface for Patient Access to the Personal Electronic Medical Record Steffen Märkle, Kai Köchy, René Tschirley, Heinz U. Lemke Technical University of Berlin FG Computer

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

IHE Quality, Research and Public Health Technical Framework Supplement. Clinical Research Document (CRD) Trial implementation

IHE Quality, Research and Public Health Technical Framework Supplement. Clinical Research Document (CRD) Trial implementation Integrating the Healthcare Enterprise 5 IHE Quality, Research and Public Health Technical Framework Supplement 10 Clinical Research Document (CRD) 15 Trial implementation 20 25 Date: September 24, 2012

More information

IHE Radiology Technical Framework Supplement. Multiple Image Manager/Archive (MIMA) Trial Implementation

IHE Radiology Technical Framework Supplement. Multiple Image Manager/Archive (MIMA) Trial Implementation Integrating the Healthcare Enterprise 5 IHE Radiology Technical Framework Supplement Multiple Image Manager/Archive (MIMA) 10 Trial Implementation 15 20 Date: September 30, 2010 Author: David Heaney Email:

More information

Data Streams in ProM 6: A Single-Node Architecture

Data Streams in ProM 6: A Single-Node Architecture Data Streams in ProM 6: A Single-Node Architecture S.J. van Zelst, A. Burattin 2, B.F. van Dongen and H.M.W. Verbeek Eindhoven University of Technology {s.j.v.zelst,b.f.v.dongen,h.m.w.verbeek}@tue.nl 2

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

Patient Identifier Cross-reference Consumer. Architecture & API Documentation. Version srrenly{at}us{dot}ibm{dot}com Sondra R Renly

Patient Identifier Cross-reference Consumer. Architecture & API Documentation. Version srrenly{at}us{dot}ibm{dot}com Sondra R Renly Patient Identifier Cross-reference Consumer Architecture & API Documentation Version 0.1.0 srrenly{at}us{dot}ibm{dot}com Sondra R Renly Page 1 of 17 Page 2 of 17 Contents 1. Introduction...5 2. Getting

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

Patient Identifier Cross-reference Consumer. Architecture & API Documentation. Version srrenly{at}us{dot}ibm{dot}com Sondra R Renly

Patient Identifier Cross-reference Consumer. Architecture & API Documentation. Version srrenly{at}us{dot}ibm{dot}com Sondra R Renly Patient Identifier Cross-reference Consumer Architecture & API Documentation Version 0.2.0 srrenly{at}us{dot}ibm{dot}com Sondra R Renly Page 1 of 17 Page 2 of 17 Contents 1. Introduction...4 2. Getting

More information

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

IT Infrastructure Technical Framework. Volume 1 (ITI TF-1) Integration Profiles ACC, HIMSS and RSNA Integrating the Healthcare Enterprise 5 IT Infrastructure Technical Framework 10 Volume 1 (ITI TF-1) Integration Profiles 15 Revision 3.0 Final Text Nov 7, 2006 Deleted: DRAFT 20 25

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

Monarch General Capabilities Overview EMPOWERING ENABLING CONNECTING

Monarch General Capabilities Overview EMPOWERING ENABLING CONNECTING Monarch General Capabilities Overview EMPOWERING ENABLING CONNECTING Executive Summary Monarch is a data translation, interface engine and routing solution for enterprise and system owners. Whether your

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

IHE Radiology Technical Framework Supplement. Web-based Image Access (WIA) Rev. 1.1 Trial Implementation

IHE Radiology Technical Framework Supplement. Web-based Image Access (WIA) Rev. 1.1 Trial Implementation Integrating the Healthcare Enterprise 5 IHE Radiology Technical Framework Supplement 10 Web-based Image Access (WIA) 15 Rev. 1.1 Trial Implementation 20 Date: March 22, 2018 Author: IHE Radiology Technical

More information

IHE IT Infrastructure Technical Framework Supplement. Patient Demographics Query for Mobile (PDQm) Rev. 1.4 Trial Implementation

IHE IT Infrastructure Technical Framework Supplement. Patient Demographics Query for Mobile (PDQm) Rev. 1.4 Trial Implementation Integrating the Healthcare Enterprise 5 IHE IT Infrastructure Technical Framework Supplement 10 Patient Demographics Query for Mobile (PDQm) 15 HL7 FHIR STU 3 Using Resources at FMM Level 5 Rev. 1.4 Trial

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

IHE Cardiology Technical Framework Supplement Implantable Device Cardiac Observation Profile (IDCO)

IHE Cardiology Technical Framework Supplement Implantable Device Cardiac Observation Profile (IDCO) ACC, HIMSS and RSNA Integrating the Healthcare Enterprise IHE Cardiology Technical Framework Supplement 2006-2007 Implantable Device Cardiac Observation Profile (IDCO) Published for Trial Implementation

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

Interoperability, critical element for an ehealth Strategy

Interoperability, critical element for an ehealth Strategy Interoperability, critical element for an ehealth Strategy Forum e-zdrowia / ehealth Forum Gdansk - September 14-15, 2017 Charles Parisot, IHE-Services Chair IHE International Board Member, GE Healthcare

More information

Session 4.07 Accountability for Use or Disclosure of a Patient s Electronic Record

Session 4.07 Accountability for Use or Disclosure of a Patient s Electronic Record Session 4.07 Accountability for Use or Disclosure of a Patient s Electronic Record Requirements for a Security and Privacy Audit System Presented By: John Travis, CPA, MSA, CHFP Director, Solution Management

More information

IHE Endoscopy Technical Framework Supplement. Endoscopy Image Archiving (EIA) Rev. 1.1 Trial Implementation

IHE Endoscopy Technical Framework Supplement. Endoscopy Image Archiving (EIA) Rev. 1.1 Trial Implementation Integrating the Healthcare Enterprise 5 IHE Endoscopy Technical Framework Supplement 10 Endoscopy Image Archiving (EIA) 15 Rev. 1.1 Trial Implementation 20 Date: November 28, 2018 Author: IHE Endoscopy

More information

MOBILE HEALTH & FHIR JÜRGEN BRANDSTÄTTER

MOBILE HEALTH & FHIR JÜRGEN BRANDSTÄTTER MOBILE HEALTH & FHIR JÜRGEN BRANDSTÄTTER Devices (Patient Managed) Mobile Apps Patient Empowerment, mhealth, ehealth Portals ehealth (Reg/Nat) Citizen Records ehealth (Care Delivery) Devices (In Care Delivery)

More information

IHE Integration profiles

IHE Integration profiles Integrating the Healthcare Enterprise Access to Radiology Information Cor Loef Co-chair IHE Radiology Technical Committee 1 IHE Integration profiles Scheduled Workflow of Grouped Procedures Patient Information

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

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

IHE: Integrating the Healthcare Enterprise

IHE: Integrating the Healthcare Enterprise IHE: Integrating the Healthcare Enterprise Constantin Hofstetter (0650502) and Gerhard Kober (0215750) University of Vienna Abstract In this work, we provide an overview of the Cisco Medical Data Exchange

More information

Executive Summary for deliverable D6.1: Definition of the PFS services (requirements, initial design)

Executive Summary for deliverable D6.1: Definition of the PFS services (requirements, initial design) Electronic Health Records for Clinical Research Executive Summary for deliverable D6.1: Definition of the PFS services (requirements, initial design) Project acronym: EHR4CR Project full title: Electronic

More information

Multidimensional Process Mining with PMCube Explorer

Multidimensional Process Mining with PMCube Explorer Multidimensional Process Mining with PMCube Explorer Thomas Vogelgesang and H.-Jürgen Appelrath Department of Computer Science University of Oldenburg, Germany thomas.vogelgesang@uni-oldenburg.de Abstract.

More information

Patient Identifier Cross-reference Consumer. Architecture & API Documentation. Version Sondra R Renly

Patient Identifier Cross-reference Consumer. Architecture & API Documentation. Version Sondra R Renly Patient Identifier Cross-reference Consumer Architecture & API Documentation Version 0.0.1 srrenly@us.ibm.com Sondra R Renly Page 1 of 12 Contents 1. Introduction...3 2. Getting Started...4 2.1 Platform

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

Kvarkki technical specification version October 31, 2017

Kvarkki technical specification version October 31, 2017 Kvarkki technical specification version 2.3.1 October 31, 2017 Date Version Change Author 3.6.2016 2.1 First published English version Pekka Rinne 6.6.2016 2.1.1 Supported transfer syntaxes when storing

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

IHE Radiology (RAD) Technical Framework. Volume 3 IHE RAD TF-3 Transactions (continued)

IHE Radiology (RAD) Technical Framework. Volume 3 IHE RAD TF-3 Transactions (continued) Integrating the Healthcare Enterprise 5 IHE Radiology (RAD) Technical Framework 10 Volume 3 IHE RAD TF-3 Transactions (continued) 15 20 Revision 16.0 Final Text August 4, 2017 25 Please verify you have

More information

Addressing interoperability in e-health: an Australian approach

Addressing interoperability in e-health: an Australian approach Addressing interoperability in e-health: an Australian approach Zoran Milosevic Deontik Pty Ltd Brisbane, Australia. zoran@deontik.com Abstract This paper describes the use of the ISO ODP family of standards

More information

IHE Radiology Technical Framework Supplement. Import Reconciliation Workflow (IRWF.b) Rev Trial Implementation

IHE Radiology Technical Framework Supplement. Import Reconciliation Workflow (IRWF.b) Rev Trial Implementation Integrating the Healthcare Enterprise 5 IHE Radiology Technical Framework Supplement 10 Import Reconciliation Workflow (IRWF.b) 15 Rev. 1.2 - Trial Implementation 20 Date: September 9, 2016 Author: IHE

More information

Mach7 Enterprise Imaging Platform v HL7 Conformance Statement

Mach7 Enterprise Imaging Platform v HL7 Conformance Statement Mach7 Enterprise Imaging Platform v11.7.2 2018 Manufacturer: Mach7 Technologies 480 Hercules Drive Colchester VT 05446 USA +1 802 861 7745 - phone +1 802 861 7779 - fax European Authorized Representative:

More information

Copyright 2011, TeraMedica, Inc.

Copyright 2011, TeraMedica, Inc. CHAPTER 1 Implementation Information Make certain that you understand how and who will be providing the support that you need to implement the solution. How many engineering teams are involved in the development

More information

Comments submitted at: ange+framework

Comments submitted at:   ange+framework The Honorable Donald Rucker, MD, National Coordinator for Health Information Technology, US Department of Health and Human Services 200 Independence Ave. SW Washington, DC, 20201 Comments submitted at:

More information

Patient Demographics Consumer. Architecture & API Documentation. Version Sondra R Renly

Patient Demographics Consumer. Architecture & API Documentation. Version Sondra R Renly Patient Demographics Consumer Architecture & API Documentation Version 0.0.1 Sondra R Renly Page 1 of 15 Contents 1. Introduction...3 2. Getting Started...4 2.1 Platform Requirements...4 2.2 Source Files...4

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

State of the Standards 2018

State of the Standards 2018 State of the Standards 2018 Focus on Access to Imaging Content Kinson Ho, Solution Architect Change Healthcare IHE Radiology Technical Committee Co-Chair We build bridges to connect information islands

More information

FHA Federal Health Information Model (FHIM) Information Modeling Process Guide

FHA Federal Health Information Model (FHIM) Information Modeling Process Guide Office of the National Coordinator for Health IT Federal Health Architecture Program Management Office FHA Federal Health Information Model (FHIM) Information Modeling Process Guide Version 0.1 Draft,

More information

M403 ehealth Interoperability Overview

M403 ehealth Interoperability Overview CEN/CENELEC/ETSI M403 ehealth Interoperability Overview 27 May 2009, Bratislava Presented by Charles Parisot www.ehealth-interop.eu Mandate M/403 M/403 aims to provide a consistent set of standards to

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 10 IHE IT Infrastructure (ITI) Technical Framework Volume 1 (ITI TF-1) Integration Profiles 15 20 Revision 12.0 Final Text September 18, 2015 25 Please verify you

More information

ehealth EIF ehealth European Interoperability Framework European Commission ISA Work Programme

ehealth EIF ehealth European Interoperability Framework European Commission ISA Work Programme ehealth EIF ehealth European Interoperability Framework European Commission ISA Work Programme Overall Executive Summary A study prepared for the European Commission DG Connect This study was carried out

More information

IHE Radiology Technical Framework Supplement. Standardized Operational Log of Events (SOLE) Rev. 1.0 Draft for Public Comment

IHE Radiology Technical Framework Supplement. Standardized Operational Log of Events (SOLE) Rev. 1.0 Draft for Public Comment Integrating the Healthcare Enterprise 5 IHE Radiology Technical Framework Supplement 10 Standardized Operational Log of Events 15 Rev. 1.0 Draft for Public Comment 20 Date: March 17, 2017 Author: IHE Radiology

More information

Maryland Health Care Commission

Maryland Health Care Commission Special Review Maryland Health Care Commission Security Monitoring of Patient Information Maintained by the State-Designated Health Information Exchange September 2017 OFFICE OF LEGISLATIVE AUDITS DEPARTMENT

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

IHE Cardiology Technical Framework Supplement Displayable Reports (DRPT)

IHE Cardiology Technical Framework Supplement Displayable Reports (DRPT) ACC, HIMSS and RSNA Integrating the Healthcare Enterprise IHE Cardiology Technical Framework Supplement 2005 Displayable s (DRPT) June 27, 2005 1. Foreword Integrating

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

Storage Peak. Version 5.3. HL7 Interface Specification

Storage Peak. Version 5.3. HL7 Interface Specification Storage Peak Version 5.3 HL7 Interface Specification Product: StoragePeak Version 5.1 Version 04.02 Document: HL7 Interface Specification 2013-07-11 Contents 1.INTRODUCTION... 2 1.1Revision History...

More information

Design A Database Schema For A Hospital

Design A Database Schema For A Hospital Design A Database Schema For A Hospital Information System Databases for Clinical Information Systems are difficult to design and implement, but how to query the data and use it for healthcare (documentation,

More information

Reversible Anonymization of DICOM Images Using Automatically Generated Policies

Reversible Anonymization of DICOM Images Using Automatically Generated Policies 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-861

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

Integrating the Healthcare Enterprise Patient Care Devices

Integrating the Healthcare Enterprise Patient Care Devices Integrating the Healthcare Enterprise Patient Care Devices Anything can be integrated Un-Interoperability: Highest Cause of Health IT project failures Base Standards The Hospital EHRs, CMMS, other ehealth

More information

ProM 6: The Process Mining Toolkit

ProM 6: The Process Mining Toolkit ProM 6: The Process Mining Toolkit H.M.W. Verbeek, J.C.A.M. Buijs, B.F. van Dongen, W.M.P. van der Aalst Department of Mathematics and Computer Science, Eindhoven University of Technology P.O. Box 513,

More information

IHE IT Infrastructure Technical Framework Supplement. Mobile access to Health Documents (MHD) With XDS on FHIR. Rev. 2.3 Trial Implementation

IHE IT Infrastructure Technical Framework Supplement. Mobile access to Health Documents (MHD) With XDS on FHIR. Rev. 2.3 Trial Implementation Integrating the Healthcare Enterprise 5 IHE IT Infrastructure Technical Framework Supplement 10 Mobile access to Health Documents With XDS on FHIR 15 HL7 FHIR STU 3 Using Resources at FMM Levels 1-5 Rev.

More information

IHE International Conformity Assessment Program - Test Report

IHE International Conformity Assessment Program - Test Report IHE International Conformity Assessment Program - Test Report IHE-ATL-001 IHE International Conformity Assessment Program IHE-CAS-2: 2015 April, 22 nd 2015 The product and version documented in this report

More information

EHR Connectivity Integration Specification

EHR Connectivity Integration Specification EHR Connectivity Integration Specification HeC Contact information Name Phone Email Title/Role Jeremy Smith (315) 671 2241 x320 jsmith@healtheconnections.org Manager, HIE Integration OVERVIEW This document

More information

IHE IT Infrastructure Technical Framework Supplement. Multi-Patient Queries (MPQ) Trial Implementation

IHE IT Infrastructure Technical Framework Supplement. Multi-Patient Queries (MPQ) Trial Implementation Integrating the Healthcare Enterprise 5 IHE IT Infrastructure Technical Framework Supplement 10 Multi-Patient Queries (MPQ) Trial Implementation 15 20 Date: August 10, 2010 Author: ITI Technical Committee

More information

Integrating the Healthcare Enterprise. IHE Radiology Technical Framework Volume 1 (IHE RAD TF-1) Integration Profiles

Integrating the Healthcare Enterprise. IHE Radiology Technical Framework Volume 1 (IHE RAD TF-1) Integration Profiles Integrating the Healthcare Enterprise IHE Radiology Technical Framework Volume 1 (IHE RAD TF-1) Integration Profiles Revision 10.0 Final Text February 18, 2011. Contents 1 Introduction... 4 1.1 Overview

More information

IHE Cardiology Technical Framework Supplement. Stress Testing Workflow (STRESS) Trial Implementation

IHE Cardiology Technical Framework Supplement. Stress Testing Workflow (STRESS) Trial Implementation Integrating the Healthcare Enterprise 5 IHE Cardiology Technical Framework Supplement 10 Stress Testing Workflow (STRESS) 15 Trial Implementation 20 Date: August 29, 2013 Author: IHE Cardiology Technical

More information

Building an Assurance Foundation for 21 st Century Information Systems and Networks

Building an Assurance Foundation for 21 st Century Information Systems and Networks Building an Assurance Foundation for 21 st Century Information Systems and Networks The Role of IT Security Standards, Metrics, and Assessment Programs Dr. Ron Ross National Information Assurance Partnership

More information

IHE Radiology Technical Framework Supplement. Standardized Operational Log of Events (SOLE) Rev. 1.1 Trial Implementation

IHE Radiology Technical Framework Supplement. Standardized Operational Log of Events (SOLE) Rev. 1.1 Trial Implementation Integrating the Healthcare Enterprise 5 IHE Radiology Technical Framework Supplement 10 Standardized Operational Log of Events 15 Rev. 1.1 Trial Implementation 20 Date: June 21, 2017 Author: IHE Radiology

More information

HIMSS and RSNA. IHE Technical Framework Version 4.6. Errata

HIMSS and RSNA. IHE Technical Framework Version 4.6. Errata HIMSS and RSNA Integrating the Healthcare Enterprise IHE Technical Framework Version 4.6 Errata - 1 - Introduction The errata in this document are listed by section in the IHE Technical Framework. Each

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

DICOM Structured Reporting

DICOM Structured Reporting inforad 891 DICOM Structured Reporting Part 1. Overview and Characteristics 1 Rada Hussein, MSc Uwe Engelmann, PhD Andre Schroeter, MSc Hans-Peter Meinzer, PhD Supplement 23 to (DICOM) is an introduction

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

Interregional Sharing of Medical Images and Reports in Denmark Through XDS Version 1.5

Interregional Sharing of Medical Images and Reports in Denmark Through XDS Version 1.5 Interregional Sharing of Medical Images and Reports in Denmark Through XDS Version 1.5 Source revision tag : 1.5 Source revision : 4c9f1ee39db1410e71552912e67c80161f2f4369 Source revision date : Fri Mar

More information

IHE Radiology Technical Framework Supplement. Invoke Image Display (IID) Trial Implementation

IHE Radiology Technical Framework Supplement. Invoke Image Display (IID) Trial Implementation Integrating the Healthcare Enterprise 5 IHE Radiology Technical Framework Supplement 10 Invoke Image Display (IID) 15 Trial Implementation 20 Date: June 11, 2013 Author: IHE Radiology Technical Committee

More information

Interoperability Specifications and Conformance Testing Services Made Available on the Tukan Platform

Interoperability Specifications and Conformance Testing Services Made Available on the Tukan Platform Interoperability Specifications and Conformance Testing Services Made Available on the Tukan Platform Sebastian Bojanowski, HL7 Poland IHIC 2018 Portsmouth, 12 July 2018 Challenges of Polish health IT

More information

ehealth Interoperability Workshop the Government and Expert View CEN/ISSS ehealth Standardization Focus Group, targets and work plan

ehealth Interoperability Workshop the Government and Expert View CEN/ISSS ehealth Standardization Focus Group, targets and work plan ehealth Interoperability Workshop the Government and Expert View CEN/ISSS ehealth Standardization Focus Group, targets and work plan Bernd Blobel Chair CEN/ISSS ehealth Standardization Focus Group Task

More information

IHE EYECARE Technical Framework Supplement

IHE EYECARE Technical Framework Supplement Integrating the Healthcare Enterprise IHE EYECARE Technical Framework Supplement Extensions to the Eye Care Workflow Integration Profile Public Comment Date: April 30, 2009 Author: Don Van Syckle Email:

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

Joining the BRICKS Network - A Piece of Cake

Joining the BRICKS Network - A Piece of Cake Joining the BRICKS Network - A Piece of Cake Robert Hecht and Bernhard Haslhofer 1 ARC Seibersdorf research - Research Studios Studio Digital Memory Engineering Thurngasse 8, A-1090 Wien, Austria {robert.hecht

More information