4.13 Case Study #19: Portuguese National Broker

Size: px
Start display at page:

Download "4.13 Case Study #19: Portuguese National Broker"

Transcription

1 4.13 Case Study #19: Portuguese National Broker Author of case study within the estandards project: o Rita Cunha o Hugo Soares Project name: PNB Portuguese National Broker Project type: large-scale deployment for sustained routine use Project status (in 10/2015): deployed for sustained routine use Countries / Regions: Portugal (all regions) Project partners: Portuguese Ministry of Health, Shared Services (SPMS) Scale of deployment: Cross-region Project Overview There are several centralized ehealth systems in the Portuguese national infrastructure that need to communicate data with local facilities hospitals and primary care units. In order to achieve data synchronization between these both sides we have been implemented large-scale interfaces that are responsible for managing the interoperability process. The scope of these integration engines encompasses such diverse workflows as the patient summary or the electronic prescription. However, with the continuous spread of centralized applications or information repositories through other workflows (e. g. vaccines), there has been a significant increase of this type of interoperability needs that makes its error-free maintenance a very hard task. Currently, despite the thousands of messages that are processed daily, we still deal with constraints caused by design problems of the Portuguese National Broker s (PNB) initial solution. That is the reason why we have been working on a new version of PNB. This PNB 2.0 aims to be a robust generic architecture to support nationwide interfaces in Portugal. The main goal we want to reach with this approach is to provide technical reliability to cross-region exchange of critical information using international standards, regardless of the workflow involved. To achieve that, we will pay particular attention to relevant issues such as high availability, scalability of the solution, monitoring or alarms. The main purposes of the PNB can be summed up in four aspects: to centralize the transfer of health data between NHS institutions or internationals; to improve the capacity of maintaining and upgrading the recent transfer workflow; to facilitate the adoption and implementation from third parties to PNB s ecosystem; to contribute to the promotion of interoperability in health care data Approach Care Process The PNB intends to define transversal rules, based on recognized standards that will be adopted by all the teams in the institution. By implementing these standards, we will address the concerns related to technical implementation rules to a common scope; not only to the National Health System, but also to an international level. The core-project PNB team is working on is the Vacinas (e-vaccines) project. The main purpose of this project is to have a centralized management of The National Immunization Program to the Na- D4.1: Solutions for a Coexistence of ehealth Standards Page 221

2 tional Health System users. The Vacinas project intends to replace the current immunization registration, made in SINUS (application used on Primary Care Units for the immunization record) by the nurses, in Primary Care Units. The main goal of this project is to centralize the management of the Immunization National Programme to the National Health System users. Due to its complexity, it needs to have several products working together with it. Vacinas Workflow To Be PDS Vacinas PNB Vacinas Aplicação local Inoculation Registration Inoculation Registration Inoculation Registration/Edit Inoculation Registration/Edit Delete Inoculation Delete Inoculation Next Inoculation Next Inoculation Registration/Remove non-vacination Registration/Remove non-vacination Remove/Delete patient s inscription for vacination Remove/Delete patient s inscription for vacination Information The PNB has the following functionality: Figure 73: e-vaccines Workflow Message reception: The information providers should send HL7 FHIR messages to the Broker. The information will be received by a Mirth channel available for this purpose, which implements the REST API used by the HL7 FHIR standard for the Bundle resource type Message. The Bundle Resource type is an infrastructure type of resource, which generally provides useful information, and/or are referenced directly from base FHIR framework. The client will receive an immediate response, indicating the validation status of the message and act accordingly. If the client doesn t receive the answer message, he must act according to the Reliable Message specification the FHIR messaging framework [FHIR]. The figure below shows an example of such a HL7 FHIR call, with information encoded in JSON. D4.1: Solutions for a Coexistence of ehealth Standards Page 222

3 D4.1: Solutions for a Coexistence of ehealth Standards Page 223

4 Figure 74: HL7 FHIR Example Message: e-vaccines Validation of FHIR Messages: The message received in the PNB will be validated according to the HL7 FHIR standard also in line with the specific rules of the implemented workflow, e. g. vaccines. Forwarding of FHIR messages: If the message is successfully validated, it will be sent to a specific place, defined by the message, in the field destinations. The receptor should ex- D4.1: Solutions for a Coexistence of ehealth Standards Page 224

5 pose an API, if there is the need to reprocess/re-send a vaccine intake. Central monitoring and Logging: All HL7 FHIR interactions will be registered in a central log and this log enables the user or the administrator to verify the message status (processed with error or success), and to generate statistics based on message contents Applications The immunization recommendation refers to the point in time of a patient s last immunization and a recommendation forecasting a patient s immunization eligibility according to a published schedule, with optional supporting justification. The business rules defined by the National Immunization Plan (PNV), such as the age, gender, health condition, which are provided by the National Health System (SNS), for instance sending the notice to immunization, are managed on a local level. The immunization describes the event of a patient being administered a vaccination, or a record of a vaccination as reported by a patient, a clinician or another party and may include vaccine reaction information and which vaccination protocol was followed. In this use case, the standardized HL7 FHIR interface helps in connecting two workflows, central and local: The information about the control of the administration or non-administration, adverse reactions and justification for non-vaccination is registered centrally, but the clinical file is stored locally. The standard interface allows the required information to travel from local to central IT Infrastructure Figure 75 below describes the outgoing and incoming connections, as well as the modules that internally comprise the PNB solution. The input flows are initiated by the Data Producers or Data Clients which insert or query data. PNB is responsible for exposing a HL7 FHIR Messaging API through a network layer that can assure reliable and safe access. Internally, the Broker has a HTTP server component that implements the clinical information exchange standard HL7 FHIR (DSTU2) and assures that the received data are compliant with this standard. Following the internal processes, all the requests are sent to its target connector that can be a contact point with an external FHIR server (through HTTP) or an external database (via JDBC). The forwarding rules are defined accordingly, taking advantage of the workflow engine that composes the Broker and the metadata that is managed via Backoffice. The workflow engine is composed of configurable routing rules implemented by the Asynchronous Mirth Channels. This metadata is mainly related to National Health System local catalogues (Distributed Data Repository Systems). All internal modules of the Broker report their status to the Monitoring & Analytics module, enabling troubleshooting and real-time control of the workflows implemented in the PNB. D4.1: Solutions for a Coexistence of ehealth Standards Page 225

6 HL7 FHIR messages HL7 FHIR messages or JDBC Figure 75: Portuguese National Broker Architecture Concurrent Use of Standards and Specifications (De-facto Standards) We chose to use HL7 FHIR because this standard allows us to abstract from certain details that the PNB doesn t define, it abstracts from the codeable concepts. A codeable concept represents a value that is usually supplied by providing a reference to one or more terminologies or ontologies, but may also be defined by the provision of free text. This is a common pattern in healthcare data. [CodC] Each coding is a representation of the concept as described above. The concept may be coded multi- D4.1: Solutions for a Coexistence of ehealth Standards Page 226

7 ple times in different code systems, where multiple forms are possible. The different codings may have slightly different granularity due to differences in the definitions of the underlying codes. There is no meaning associated with the ordering of codes with a codeable concept. The codeable concepts are recognized both by the receiver and the subscriber of those data. The de-facto standards used were the Catálogo de Vacinas da DGS and the Reacções Adversas Governance The entire development of the Vacines project is managed by the interoperability team of SPMS, by the PNB team. All of the operational process (including developing the suitable connectors) is under responsibility of the products teams that provide the roll-out of the Vacines and manage their interfaces Lessons learned The work group involved during the complete project is, for certain, an added value in this kind of major projects. The fact that there was a representative of each team, in permanent communication, was without a doubt a valuable aspect. The HL7 FHIR knowledge had to be distributed among all the teams, so the investigation effort to keep up with all the updates concerning the standard semantics as well as the implementation of new product requirements affecting the interfaces was extremely important. The tools used to implement the required distributed information rules were extremely useful since they provided the needed flexibility to implement this project. The utilization of the Mirth connect services allowed some kind of flexibility during the all process of implementation. The usage of Java and.net FHIR Reference Implementations helped kick-starting the project. The requirement of having a previous functional analysis in the interoperability component (which was performed in a later phase of the project) had some negative impact. The consequences were that it has interfered in the time needed for the development in the interoperability and made it more difficult to implement the workflows needed. The main lesson learned here is that before the implementation, a requirements analysis must be done Successes The use of the HL7 FHIR standard was a huge success: it contributes to simplify the technical implementation and to address functional and semantic questions to the standard itself instead of having to deal with these issues internally by building those guidelines ourselves. That has accelerated the entire process. The fact that HL7 FHIR is very well documented and structured also helped Pitfalls and Remedies We consider the poorly selected time in which the functional analysis occurred a pitfall in the project. The Vacinas project started with a wider scope and didn t include the local interoperability component. As the project was progressing, we were able to identify some gaps in the first functional analysis, in what concerns the patient notices to the immunization as well as in the Business intelligence part. The workaround we found in order to fulfil these requirements was to implement a mechanism of information propagation that would be now in the Vacinas to the local repositories where the absence of that information would be noticed. D4.1: Solutions for a Coexistence of ehealth Standards Page 227

8 References and Further Information [CodC] [FHIR] HL7 FHIR definition of CodeableConcept. Online: (accessed ). HL7FHIR Draft Standard for Trial Use (DSTU2): FHIR messaging framework. Online: (accessed ) D4.1: Solutions for a Coexistence of ehealth Standards Page 228

FHIR. FHIR : Fast Healthcare Interoperability Resources (Pronounced Fire ) The hottest thing interoperability this year

FHIR. FHIR : Fast Healthcare Interoperability Resources (Pronounced Fire ) The hottest thing interoperability this year HL7 FHIR HIMSS 2016 FHIR FHIR : Fast Healthcare Interoperability Resources (Pronounced Fire ) The hottest thing interoperability this year Insert other jokes here Based on industry best practices, with

More information

Think Locally, Connect Nationally

Think Locally, Connect Nationally Think Locally, Connect Nationally Didi Davis Director of Testing www.sequoiaproject.org 1 2017 The Sequoia Project. All rights reserved. The Sequoia Project s Role The Sequoia Project is a trusted, independent

More information

IBM Enterprise Service Bus for Healthcare

IBM Enterprise Service Bus for Healthcare IBM Enterprise Service Bus for Enabling new levels of integration and interoperability for today s demanding hospitals and health plans Highlights Integrate data and applications from disparate sources

More information

New and noteworthy in Rational Asset Manager V7.5.1

New and noteworthy in Rational Asset Manager V7.5.1 Rational Asset Manager New and noteworthy in Rational Asset Manager V7.5.1 IBM Corporation 2011 The information contained in this presentation is provided for informational purposes only. While efforts

More information

SOA in the pan-canadian EHR

SOA in the pan-canadian EHR SOA in the pan-canadian EHR Dennis Giokas Chief Technology Officer Solutions Products and Group Canada Health Infoway Inc. 1 Outline Infoway EHR Solution EHRS Blueprint Overview Oriented Architecture Business

More information

Phase I 1st Stage Requirements

Phase I 1st Stage Requirements HIE Update Opportunity This project has the opportunity to leverage Health Information Exchange technology at a national level in order to effect measurable improvements in the care and treatment of patients

More information

Tascent Enterprise Suite Multimodal Biometric Identity Platform

Tascent Enterprise Suite Multimodal Biometric Identity Platform TM Tascent Enterprise Suite Multimodal Biometric Identity Platform tascent.com Multimodal Biometric Identity System Secure, scalable, and easy-to-use, the Tascent Enterprise Suite represents a thoroughly

More information

Create interoperability in a MEDITECH environment

Create interoperability in a MEDITECH environment Create interoperability in a MEDITECH environment Create real connections with your medical community Corepoint Health solutions are transforming the way hospitals and clinics meet their interoperability

More information

SERVICE ORIENTED ARCHITECTURE (SOA)

SERVICE ORIENTED ARCHITECTURE (SOA) International Civil Aviation Organization SERVICE ORIENTED ARCHITECTURE (SOA) ICAO APAC OFFICE BACKGROUND SOA not a new concept. Sun defined SOA in late 1990s to describe Jini. Services delivered over

More information

HP Network Automation 7.2 Fundamentals and Administration

HP Network Automation 7.2 Fundamentals and Administration HP Network Automation 7.2 Fundamentals and Administration Instructor-Led Training INTENDED AUDIENCE New users of HP (formerly Opsware) Network Automation software (HP NA) OVERVIEW The HP Network Automation

More information

Make smart business decisions when they matter most September IBM Active Content: Linking ECM and BPM to enable the adaptive enterprise

Make smart business decisions when they matter most September IBM Active Content: Linking ECM and BPM to enable the adaptive enterprise September 2007 IBM Active Content: Linking ECM and BPM to enable the adaptive enterprise 2 Contents 2 Introduction 3 Linking information and events: Creating Active Content 4 Actively delivering enterprise

More information

17/06/2014. GTA West DI r Project. Bringing Standardization into a non Standard World. Why is GTA West DI-r Necessary? What is the GTA West DI-r?

17/06/2014. GTA West DI r Project. Bringing Standardization into a non Standard World. Why is GTA West DI-r Necessary? What is the GTA West DI-r? GTA West DI r Project Why is GTA West DI-r Necessary? Bringing Standardization into a non Standard World Mrs. S Lives in Northern Ontario Needs to go to PMH for a consultation What does her experience

More information

HL7 and Service-oriented Architecture (SOA) Ambassador Briefing

HL7 and Service-oriented Architecture (SOA) Ambassador Briefing HL7 and Service-oriented Architecture (SOA) Ambassador Briefing February 2010 Topics Understanding Service-oriented Architecture (SOA) The case for Healthcare SOA Standards Introducing HSSP Status of Standards

More information

HL7 Plenary EHR In Canada

HL7 Plenary EHR In Canada HL7 Plenary EHR In Canada September 11, 2006 Dennis Giokas Chief Technology Officer Canada Health Infoway, Inc Agenda Canada Health Infoway What is the EHR and It s Benefits Architecture and Standards

More information

IBM WebSphere Service Registry and Repository, Version 6.0

IBM WebSphere Service Registry and Repository, Version 6.0 Helping you get the most business value from your SOA IBM Repository, Version 6.0 Highlights Provide clear visibility into service Use other standard registries associations and relationships while and

More information

Lexmark esf Applications. Product Demonstration Guide

Lexmark esf Applications. Product Demonstration Guide Lexmark esf Applications Product Demonstration Guide Description Lexmark s Embedded Solution Framework (esf): Is an application platform that resides on the Lexmark devices Allows java-based applications

More information

SCRIBE WHITE PAPER HOW SCRIBE ONLINE WORKS

SCRIBE WHITE PAPER HOW SCRIBE ONLINE WORKS SCRIBE WHITE PAPER HOW SCRIBE ONLINE WORKS Introduction Scribe Online is a leading integration platform as a service (ipaas) from Scribe Software. It has a multi-tenant architecture that scales by distributing

More information

SAP and SharePoint Coexistence:

SAP and SharePoint Coexistence: SAP and SharePoint Coexistence: Information Crisis or Business Solution? August 2010 Magic Software is a trademark of Magic Software Enterprises Ltd. All other product and company names mentioned herein

More information

20332B: Advanced Solutions of Microsoft SharePoint Server 2013

20332B: Advanced Solutions of Microsoft SharePoint Server 2013 20332B: Advanced Solutions of Microsoft SharePoint Server 2013 Course Overview This course examines how to plan, configure, and manage a Microsoft SharePoint Server 2013 environment. Special areas of focus

More information

MANUFACTURING EXECUTION SYSTEM

MANUFACTURING EXECUTION SYSTEM MANUFACTURING EXECUTION SYSTEM Critical Manufacturing MES, a comprehensive, proven and innovative software suite, empowers operations to move into future visions such as Industry 4.0. Compete better today

More information

AN I NTE RS YS TE M S DE C I S I O N GUIDE. Addressing the Healthcare Connectivity Challenge: Selecting a Health Service Bus

AN I NTE RS YS TE M S DE C I S I O N GUIDE. Addressing the Healthcare Connectivity Challenge: Selecting a Health Service Bus AN I NTE RS YS TE M S DE C I S I O N GUIDE Addressing the Healthcare Connectivity Challenge: Selecting a Health Service Bus Addressing the Healthcare Connectivity Challenge: Selecting a Health Service

More information

ehealth Exchange Network in U.S. Bottom Up Complements Top Down?

ehealth Exchange Network in U.S. Bottom Up Complements Top Down? ehealth Exchange Network in U.S. Bottom Up Complements Top Down? Mariann Yeager, MBA CEO of The Sequoia Project June 7, 2016 2016 The Sequoia Project. All Rights Reserved. 1 The Sequoia Project s Role

More information

EMAN Automates Services Lifecycle Management at Cisco. Cisco Information Technology April 15, 2007

EMAN Automates Services Lifecycle Management at Cisco. Cisco Information Technology April 15, 2007 EMAN Automates s Lifecycle Management at Cisco Cisco Information Technology April 15, 2007 Cisco IT Case Study 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 1 Overview Overview What is EMAN?

More information

AUTOMATING HEALTHCARE CLAIM PROCESSING

AUTOMATING HEALTHCARE CLAIM PROCESSING PROFILES AUTOMATING HEALTHCARE CLAIM PROCESSING How Splunk Software Helps to Manage and Control Both Processes and Costs Use Cases Troubleshooting Services Delivery Streamlining Internal Processes Page

More information

An Introduction to Integration. tion and Interoperability

An Introduction to Integration. tion and Interoperability S 4 Country View Road Malvern, PA 19355 800.223.7036 610.647.5930 www.sct.com An Introduction to Integration tion and Interoperability An SCT Position Paper EPP-003 (02/03) An Introduction to Integration

More information

Windchill ProjectLink Curriculum Guide

Windchill ProjectLink Curriculum Guide Windchill ProjectLink 10.2 Curriculum Guide Live Classroom Curriculum Guide Workflow Administration of Windchill 10.2 System Administration of Windchill 10.2 Introduction to Windchill ProjectLink 10.2

More information

IBM WebSphere Information Integrator Content Edition Version 8.2

IBM WebSphere Information Integrator Content Edition Version 8.2 Introducing content-centric federation IBM Content Edition Version 8.2 Highlights Access a broad range of unstructured information sources as if they were stored and managed in one system Unify multiple

More information

SCRIBE WHITE PAPER HOW SCRIBE ONLINE WORKS

SCRIBE WHITE PAPER HOW SCRIBE ONLINE WORKS SCRIBE WHITE PAPER HOW SCRIBE ONLINE WORKS Introduction Scribe Online is a leading integration platform as a service (ipaas) from Scribe Software. It has a multi-tenant architecture that scales by distributing

More information

Sharing Medical Images with Patients & Providers with RSNA Image Share Validation

Sharing Medical Images with Patients & Providers with RSNA Image Share Validation Sharing Medical Images with Patients & Providers with RSNA Image Share Validation David S. Mendelson, MD FACR Senior Associate Clinical Informatics Vice Chair Radiology IT Mount Sinai Health System Professor

More information

eservices Social Media Solution Guide Genesys Social Engagement Overview

eservices Social Media Solution Guide Genesys Social Engagement Overview eservices Social Media Solution Guide Genesys Social Engagement Overview 1/31/2018 Genesys Social Engagement Overview Contents 1 Genesys Social Engagement Overview 1.1 What It Is 1.2 Component dependencies

More information

Oracle Customer Service and Support Cloud Services Descriptions and Metrics October, 2017

Oracle Customer Service and Support Cloud Services Descriptions and Metrics October, 2017 Oracle Customer Service and Support Cloud Services Descriptions and Metrics October, 2017 V101917 1 of 164 Table of Contents Glossary of Terms... 6 Appointment... 6 Certificate... 6 Connection... 6 20K

More information

Metalogix Replicator for SharePoint

Metalogix Replicator for SharePoint Metalogix Replicator for SharePoint Product Analysis by Joel Oleson May 2013 Product Analysis by Joel Oleson for Metalogix. Published on SharePointJoel.com on May 21, 2013. SharePointJoel.com Overview

More information

Connect. Collaborate. Transforming Cardiovascular Care.

Connect. Collaborate. Transforming Cardiovascular Care. GE Healthcare Centricity Cardio Enterprise Solution Connect. Collaborate. Transforming Cardiovascular Care. Dated Material Subject to Change November 2012 *Trademark of General Electric Company Bringing

More information

Open Source Telemedicine. Sana Android Client and OpenMRS. Winter 2012 IAP

Open Source Telemedicine. Sana Android Client and OpenMRS. Winter 2012 IAP Open Source Telemedicine Sana Android Client and OpenMRS Winter 2012 IAP Images of phone in this presentation Google. All rights reserved. This content is excluded from our Creative Commons license. For

More information

About Oracle Primavera P6 Enterprise Project Portfolio Management

About Oracle Primavera P6 Enterprise Project Portfolio Management P6 EPPM System Architecture Data Sheet Release 15.1 March 2015 Contents About Oracle Primavera P6 Enterprise Project Portfolio Management... 5 Working with the Oracle Primavera P6 EPPM Suite... 6 For

More information

The use of electronic Health Records in Clinical Research - The value of CDISC Standards

The use of electronic Health Records in Clinical Research - The value of CDISC Standards The use of electronic Health Records in Clinical Research - The value of CDISC Standards FH-Prof. Dr. Jozef Aerts University of Applied Sciences FH Joanneum Graz, Austria Who is Jozef Aerts? CDISC volunteer

More information

ONAP Architecture Overview

ONAP Architecture Overview ONAP Architecture Overview Open Network Automation Platform (ONAP) Architecture White Paper 1 1. Introduction The ONAP project was formed in March, 2017 in response to a rising need for a common platform

More information

The Quest for the Best: Developing a Data Quality Protocol and Tools for Incoming Data

The Quest for the Best: Developing a Data Quality Protocol and Tools for Incoming Data Massachusetts Department of Public Health Bureau of Infectious Disease and Laboratory Sciences The Quest for the Best: Developing a Data Quality Protocol and Tools for Incoming Data Kimberly Lay Data Quality

More information

Optum Performance Analytics

Optum Performance Analytics Optum Performance Analytics A unified health care data and analytics platform Photo to come Optum Performance Analytics Position your organization for success with Optum Performance Analytics Dynamic health

More information

A technical discussion of performance and availability December IBM Tivoli Monitoring solutions for performance and availability

A technical discussion of performance and availability December IBM Tivoli Monitoring solutions for performance and availability December 2002 IBM Tivoli Monitoring solutions for performance and availability 2 Contents 2 Performance and availability monitoring 3 Tivoli Monitoring software 4 Resource models 6 Built-in intelligence

More information

Cisco Enterprise Mobility Services Platform (EMSP)

Cisco Enterprise Mobility Services Platform (EMSP) Data Sheet Cisco Enterprise Mobility Services Platform (EMSP) Product Overview The Cisco Enterprise Mobility Services Platform (EMSP) is a holistic mobile software platform. It unifies the development,

More information

Drug Safety Validation Services. Life Sciences Solutions for Pharmacovigilance

Drug Safety Validation Services. Life Sciences Solutions for Pharmacovigilance Drug Safety Validation Services Life Sciences Solutions for Pharmacovigilance Who We Are 2 HighPoint Solutions is a premier provider of specialized Management and IT services dedicated to the Life Sciences

More information

Working with Health IT Systems is available under a Creative Commons Attribution-NonCommercial- ShareAlike 3.0 Unported license.

Working with Health IT Systems is available under a Creative Commons Attribution-NonCommercial- ShareAlike 3.0 Unported license. Working with Health IT Systems is available under a Creative Commons Attribution-NonCommercial- ShareAlike 3.0 Unported license. Johns Hopkins University. Welcome to Health Management Information Systems,

More information

LIAISON ALLOY HEALTH PLATFORM

LIAISON ALLOY HEALTH PLATFORM PRODUCT OVERVIEW LIAISON ALLOY HEALTH PLATFORM WELCOME TO YOUR DATA-INSPIRED FUTURE THE LIAISON ALLOY HEALTH PLATFORM Healthcare and life sciences organizations are struggling to deal with unprecedented

More information

BOE330. SAP BusinessObjects Business Intelligence Platform: Designing and Deploying a Solution COURSE OUTLINE

BOE330. SAP BusinessObjects Business Intelligence Platform: Designing and Deploying a Solution COURSE OUTLINE BOE330 SAP BusinessObjects Business Intelligence Platform: Designing and Deploying a Solution. COURSE OUTLINE Course Version: 16 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an

More information

Windchill PDMLink Curriculum Guide

Windchill PDMLink Curriculum Guide Windchill PDMLink 11.0 Curriculum Guide Live Classroom Curriculum Guide Introduction to PTC Windchill PDMLink 11.0 for Light Users Introduction to PTC Windchill PDMLink 11.0 for Heavy Users Introduction

More information

Enterprise Services Repository

Enterprise Services Repository Enterprise Services Repository An overview Rathish Balakrishnan SAP NW Product Management SOA Middleware The Approach: Service Oriented Architecture SOA is essential but missing business semantics WEB

More information

Building a Secure, Approved AMI Factory Process Using Amazon EC2 Systems Manager (SSM), AWS Marketplace, and AWS Service Catalog

Building a Secure, Approved AMI Factory Process Using Amazon EC2 Systems Manager (SSM), AWS Marketplace, and AWS Service Catalog Building a Secure, Approved AMI Factory Process Using Amazon EC2 Systems Manager (SSM), AWS Marketplace, and AWS Service Catalog November 2017 2017, Amazon Web Services, Inc. or its affiliates. All rights

More information

Igniting Innovation with Cerner s Open Developer Experience

Igniting Innovation with Cerner s Open Developer Experience Igniting Innovation with Cerner s Open Developer Experience Adam White Strategic Business Strategist, Cerner Open Developer Experience Cerner s SMART on FHIR Ignite API Platform Cloud Based Scalable Repeatable

More information

Hannu Virkanen, Juha Mykkänen, Jiechen Jiang University of Kuopio, HIS R&D Unit. Dr. Juha Mykkänen, FinnWell China seminar Tekes, 16 December 2008

Hannu Virkanen, Juha Mykkänen, Jiechen Jiang University of Kuopio, HIS R&D Unit. Dr. Juha Mykkänen, FinnWell China seminar Tekes, 16 December 2008 Principles of integrating added-value applications to health information management and sharing e-health Partnership Research Project Report 3 Hannu Virkanen, Juha Mykkänen, Jiechen Jiang University of

More information

Airport information system integration by using message broker

Airport information system integration by using message broker Ŕ periodica polytechnica Transportation Engineering 37/1-2 (2009) 15 21 doi: 10.3311/pp.tr.2009-1-2.03 web: http:// www.pp.bme.hu/ tr c Periodica Polytechnica 2009 Airport information system integration

More information

ENTERPRISE CONTENT MANAGEMENT

ENTERPRISE CONTENT MANAGEMENT ENTERPRISE CONTENT MANAGEMENT For Small-to-Midsize Businesses Instantly access, automatically capture, and workflow process documents, emails, content and data DocRecord, an all-inclusive ECM, enables

More information

The Multi-Channel Service Problem: Challenges, Testing, and Solutions

The Multi-Channel Service Problem: Challenges, Testing, and Solutions Dr. Gautham Pallapa (gpallapa@west.com) IS Manager Platform, Infrastructure, and Automation Group The Multi-Channel Service Problem: Challenges, Testing, and Solutions Prepared for College 1 of Copyright

More information

The Thinking Behind RCKMS Software

The Thinking Behind RCKMS Software RCKMS - Technology The Thinking Behind RCKMS Software Build a software suite based on an open source software, best practices, and standardsbased principles, incorporating the following components: 1.

More information

Lab Outreach Connectivity

Lab Outreach Connectivity By Don Burt, Sales Services Advisor - Interfacing Sunquest Information Systems 2012 Sunquest Information Systems. All Rights Reserved. Laboratory testing affects up to 80% of the clinical decisions made

More information

Implementing a Data Warehouse with Microsoft SQL Server

Implementing a Data Warehouse with Microsoft SQL Server Implementing a Data Warehouse with Microsoft SQL Server Course 20463D 5 Days Instructor-led, Hands-on Course Description In this five day instructor-led course, you will learn how to implement a data warehouse

More information

DIGITAL TRANSFORMATION WITH INTELLIGENT SOLUTIONS FROM INFOSYS AND PEGA

DIGITAL TRANSFORMATION WITH INTELLIGENT SOLUTIONS FROM INFOSYS AND PEGA DIGITAL TRANSFORMATION WITH INTELLIGENT SOLUTIONS FROM INFOSYS AND PEGA Introduction Today, organizations want smart digital initiatives that can transform their business to drive top and bottom line growth.

More information

Constructing Rural Health Information Systems for Critical Access Hospitals:

Constructing Rural Health Information Systems for Critical Access Hospitals: Constructing Rural Health Information Systems for Critical Access Hospitals: Imposing Interoperability on Disparate Legacy Information Systems, Developing Electronic Health Records, and Connecting Rural

More information

Telemedicine, data management, patient benefit - ehealth architectures controlled by patients for treatment and biomedical research

Telemedicine, data management, patient benefit - ehealth architectures controlled by patients for treatment and biomedical research Telemedicine, data management, patient benefit - ehealth architectures controlled by patients for treatment and biomedical research Dr. Oliver Heinze Heidelberg, May 2017 Department for Medical Information

More information

بﻟﺎطﻣ ﯽﻠﮐ لﺻﻓ رﺳ Se rvice O r ien t A rch it ec t SOA Workshop: A. Mahjoorian, Session

بﻟﺎطﻣ ﯽﻠﮐ لﺻﻓ رﺳ Se rvice O r ien t A rch it ec t  SOA Workshop: A. Mahjoorian, Session - معماری سرویس گرا (SOA) قسمت ھفتم - مرداد 86 امیر رضا مهجوریان دوره آموزشی شرکت... سر فصل کلی مطالب معرفی معماری سرویس گرا کاربرد معماری سرویس گرا شناخت تفصیلی ادبیات کسب و کار پروتکل ھای معماری سرویس

More information

360 Production Awareness: Reporting and Analytics for SAP Manufacturing. Salvatore Castro, Satheesh Gannamraju

360 Production Awareness: Reporting and Analytics for SAP Manufacturing. Salvatore Castro, Satheesh Gannamraju 360 Production Awareness: Reporting and Analytics for SAP Manufacturing Salvatore Castro, Satheesh Gannamraju LEARNING POINTS Understand SAP Manufacturing solutions - MII Get an overview of the Reporting

More information

exact LCMS setup Introduction to the 7 project steps

exact LCMS setup Introduction to the 7 project steps exact LCMS setup Introduction to the 7 project steps Project steps 1. Kick-off Meeting 2. Configuration Workshop 3. Content Workshops 4. End user Training 5. User Acceptance Test 6.Deployment 7. Operation

More information

Advanced Solutions of Microsoft SharePoint Server 2013

Advanced Solutions of Microsoft SharePoint Server 2013 20332 - Advanced Solutions of Microsoft SharePoint Server 2013 Duration: 5 days Course Price: $2,975 Software Assurance Eligible Course Description Course Overview This five-day training course examines

More information

Latitude Fintech Case Study Introduction

Latitude Fintech Case Study Introduction Latitude Fintech Case Study Introduction Introduction Taashee Linux Services specializes in developing customized solutions based on Alfresco, which is the world's leading open source document and content

More information

HOSPITAL REPORT MANAGER SUBSCRIBER - ONTARIOMD SERVICE LEVEL AGREEMENT

HOSPITAL REPORT MANAGER SUBSCRIBER - ONTARIOMD SERVICE LEVEL AGREEMENT HOSPITAL REPORT MANAGER SUBSCRIBER - ONTARIOMD SERVICE LEVEL AGREEMENT CONTENTS SECTION 1 Executive Summary... 2 1.1 Overview... 2 1.2 Purpose... 2 1.3 HRM Support Contact... 2 SECTION 2 Service Definition...

More information

iway Service Manager An ESB Foundation for Enterprise SOA Unique Features iway Service Manager Enhance IT alignment and

iway Service Manager An ESB Foundation for Enterprise SOA Unique Features iway Service Manager Enhance IT alignment and Enhance IT alignment and iway Service Manager governance through the costeffective design, maintenance iway Process Manager iway Trading Manager iway Enterprise Index iway Data Migrator Third-Party App.

More information

Bed Management Solution (BMS)

Bed Management Solution (BMS) Bed Management Solution (BMS) System Performance Report October 2013 Prepared by Harris Corporation CLIN 0003AD System Performance Report Version 1.0 Creation Date Version No. Revision History Description/Comments

More information

SAP CENTRAL PROCESS SCHEDULING BY REDWOOD: FREQUENTLY ASKED QUESTIONS

SAP CENTRAL PROCESS SCHEDULING BY REDWOOD: FREQUENTLY ASKED QUESTIONS SAP NetWeaver SAP CENTRAL PROCESS SCHEDULING BY REDWOOD: FREQUENTLY ASKED QUESTIONS Exploring the Central Process-Scheduling Software Developed by Redwood Software for SAP NetWeaver As IT landscapes become

More information

This presentation is for informational purposes only and may not be incorporated into a contract or agreement.

This presentation is for informational purposes only and may not be incorporated into a contract or agreement. This presentation is for informational purposes only and may not be incorporated into a contract or agreement. The following is intended to outline our general product direction. It is intended for information

More information

Create IT. Winner for Best SharePoint Public WebSite

Create IT. Winner for Best SharePoint Public WebSite Create IT Winner for Best SharePoint Public WebSite project information Project Name: Pestana Transactional WebSite Platform URL 1: http://www.pousadas.pt URL 2: http://www.pestanapriority.com URL 3: http://www.pestana.com

More information

Santa Cruz Health Information Exchange Transitioning HIE Platform

Santa Cruz Health Information Exchange Transitioning HIE Platform Santa Cruz Health Information Exchange Transitioning HIE Platform Santa Cruz HIE (SCHIE) has selected Mirth Corporation of Irvine, California to provide HIE software and support services, replacing the

More information

Service Oriented Architecture (SOA) Initiative: Kickoff Forum SOA Technical Session

Service Oriented Architecture (SOA) Initiative: Kickoff Forum SOA Technical Session Service Oriented Architecture (SOA) Initiative: Kickoff Forum SOA Technical Session Harry Samuels Kalpesh Patel Brief SOA Overview What is SOA? SOA is: an acronym for Service Oriented Architecture SOA

More information

xg ADR Ad Decision Router

xg ADR Ad Decision Router xg ADR Ad Decision Router Application Note Overview Video service providers (VSPs) who wish to monetize their inventory face a complicated landscape of options, restrictions and requirements. In such a

More information

Itron Enterprise Edition Meter Data Management SMART METER / AMI ROADMAP

Itron Enterprise Edition Meter Data Management SMART METER / AMI ROADMAP Itron Enterprise Edition Meter Data Management SMART METER / AMI ROADMAP IEE AMI MDM Roadmap: 2007-2011 5.3 Q3 2007 6.0 Q2 2008 Q2 2009 8.0 2011 > AMI System Integration for Readings and Events > AMI Readings

More information

Microsoft Digital Pharma

Microsoft Digital Pharma m Microsoft Digital Pharma > Industry Architecture Technical White Paper Published June 2005 www.microsoft.com/lifesciences The information contained in this document represents the current view of Microsoft

More information

Defining Connectivity to Oracle E-Business Suite using WebSphere JCA Adapter

Defining Connectivity to Oracle E-Business Suite using WebSphere JCA Adapter IBM Software Group Defining Connectivity to Oracle E-Business Suite using WebSphere JCA Adapter Sreelatha Sankaranarayanan (sreelathas@in.ibm.com) WebSphere Adapters Support and Development Prasanna Holla

More information

Copyright 2014, Oracle and/or its affiliates. All rights reserved. 2

Copyright 2014, Oracle and/or its affiliates. All rights reserved. 2 Copyright 2014, Oracle and/or its affiliates. All rights reserved. 2 Oracle Cloud Marketplace: An Innovation Ecosystem for Partners and Customers Neelesh Gurnani Sr. Director Product Development Ajay Seetharam

More information

EUROPEAN SHAREPOINT COMMUNITY AWARDS 2012

EUROPEAN SHAREPOINT COMMUNITY AWARDS 2012 EUROPEAN SHAREPOINT COMMUNITY AWARDS 2012 Submission for Best SharePoint Public WebSite project information Project Name: Pestana Transactional WebSite Platform URL 1: http://www.pousadas.pt URL 2: http://www.pestanapriority.com

More information

CLINICAL PORTAL Hospital Services. Presented by Stephen Parsons

CLINICAL PORTAL Hospital Services. Presented by Stephen Parsons 1 CLINICAL PORTAL Hospital Services Presented by Stephen Parsons 2001-2011 Dependence on Interoperability 2 Multiple modular solutions centred on Series of interface engines Web based applications Data

More information

Understanding Your Enterprise API Requirements

Understanding Your Enterprise API Requirements Understanding Your Enterprise Requirements Part 2: The 3 management platforms which architecture model fits your business? Strategically choosing the right management architecture model will ensure your

More information

Cloud computing can be defined as accessing

Cloud computing can be defined as accessing SETLabs Briefings VOL 7 NO 7 2009 Cloud Interoperability and Standardization By A V Parameswaran and Asheesh Chaddha Adoption of cloud rests largely on interoperabilty and standardization as they define

More information

The Next Generation Enterprise

The Next Generation Enterprise The Next Generation Enterprise Author: Ravi Kumar Buragapu Technical Architect Abstract This white paper describes the potentials of next generation enterprise technologies and software services that have

More information

Using Mobile Agents for the Management of Telecommunication Networks

Using Mobile Agents for the Management of Telecommunication Networks Using Mobile Agents for the Management of Telecommunication s L. Moura e Silva +, P. Simões +, J. Gabriel e Silva + J. Boavida *, P. Monteiro *, J. Rebhan *, C. Renato *, L. Almeida *, N. Sthoer * + Dep.

More information

Oracle Application Integration Architecture

Oracle Application Integration Architecture Oracle Application Integration Architecture Oracle Customer Master Data Management Integration Implementation Guide Release 11.1 E50310-01 December 2013 The Oracle Customer Master Data Management (MDM)

More information

WHITE PAPER. CalAmp Connect An Enterprise M2M Application Enablement Platform

WHITE PAPER. CalAmp Connect An Enterprise M2M Application Enablement Platform WHITE PAPER CalAmp Connect An Enterprise M2M Application Enablement Platform EXECUTIVE SUMMARY In today s complex, competitive landscape, it is no longer enough to have a basic M2M solution in place. Increased

More information

Vendor Neutral Archive for Healthcare Objectives and Agenda

Vendor Neutral Archive for Healthcare Objectives and Agenda VNA foe Healthcare Objectives and Agenda Vendor Neutral Archive for Healthcare Objectives and Agenda This document describes the objectives and five-day agenda for the Perceptive Content Vendor Neutral

More information

About Oracle Primavera P6 Enterprise Project Portfolio Management

About Oracle Primavera P6 Enterprise Project Portfolio Management P6 EPPM System Architecture Data Sheet for On-Premises Version 17 July 2017 Contents About Oracle Primavera P6 Enterprise Project Portfolio Management... 5 Working with the Oracle Primavera P6 EPPM Suite...

More information

Managing Data in Motion with the Connected Data Architecture

Managing Data in Motion with the Connected Data Architecture Managing in Motion with the Connected Architecture Dmitry Baev Director, Solutions Engineering Doing It Right SYMPOSIUM March 23-24, 2017 1 Hortonworks Inc. 2011 2016. All Rights Reserved 4 th Big & Business

More information

Business Enabled Applications & Infrastructure

Business Enabled Applications & Infrastructure Business Enabled Applications & Infrastructure Inter-Tel Applications Drive your business performance Inter-Tel boasts an extensive offering of applications built for business, ensuring enhanced productivity

More information

Actionable Information Instantly Delivered

Actionable Information Instantly Delivered ALARMPOINT SOLUTIONS BRIEF Actionable Information Instantly Delivered Building on the ITIL FOundation Increasing Application Availability Service Delivery - Optimizing Operations Alarm utilizes CMDB asset

More information

Avaya Interaction Center

Avaya Interaction Center Avaya Interaction Center Overview Exceeding customer expectations for personalized service across all channels phone, video, email, web, SMS, and social media is no longer an afterthought. For many companies

More information

BUSINESS PROCESS MANAGEMENT SUITE FUNCTIONAL DESCRIPTION

BUSINESS PROCESS MANAGEMENT SUITE FUNCTIONAL DESCRIPTION BUSINESS PROCESS MANAGEMENT SUITE FUNCTIONAL DESCRIPTION 1 Table of Contents Table of Contents 2 1 Introduction 3 2 System Builder Tools 4 2.1 Model Manager 4 2.2 Template Manager 5 2.3 Header and Footer

More information

What s New in NAV 2017?

What s New in NAV 2017? What s New in NAV 2017? Presenter: Tom Jenkins What s New? Dynamics 365 What s New? Enhanced Outlook Integration Embedded Power BI Client Enhancements Finance Improvements Item Attributes Other Item Improvements

More information

Chapter 1 Web Services Basics

Chapter 1 Web Services Basics Slide 1.1 Web Serv vices: Princ ciples & Te echno ology Mike P. Papazoglou mikep@uvt.nl Chapter 1 Web Services Basics Slide 1.2 Topics Introduction definitions Software as a service Where can services

More information

Development of an integrated web application to build an overall Patient Safety profile of local healthcare trusts

Development of an integrated web application to build an overall Patient Safety profile of local healthcare trusts Development of an integrated web application to build an overall Patient Safety profile of local healthcare trusts Michela Tanzini, Riccardo Tartaglia, Francesco Ranzani, Tommaso Bellandi, Laura Arrigoni

More information

Scott Lowden SAP America Technical Solution Architect

Scott Lowden SAP America Technical Solution Architect SAP NetWeaver Training Overview - SAP Exchange Infrastructure Scott Lowden SAP America Technical Solution Architect NetWeaver Components Detail Exchange Infrastructure SAP AG 2003, Title of Presentation,

More information

You operate in a demanding 24x7 global environment. You need a system that does too.

You operate in a demanding 24x7 global environment. You need a system that does too. You operate in a demanding 24x7 global environment. You need a system that does too. FXL: the industry s most flexible cross-product, front-to-back transaction processing solutions Introduction The financial

More information

Oracle Customer Data Management Integration Base Pack

Oracle Customer Data Management Integration Base Pack Oracle Customer Data Management Integration Base Pack Implementation Guide Release 2.5 E17414-03 January 2012 Oracle Customer Data Management Integration Base Pack Implementation Guide, Release 2.5 E17414-03

More information

SPS HEALTH HELPING NHS TRUSTS MEET TODAY S CHALLENGES AND TOMORROW S DIGITAL GOALS

SPS HEALTH HELPING NHS TRUSTS MEET TODAY S CHALLENGES AND TOMORROW S DIGITAL GOALS SPS HEALTH HELPING NHS TRUSTS MEET TODAY S CHALLENGES AND TOMORROW S DIGITAL GOALS SPS Health addresses pressure points without expensive upfront investment. TOMORROW S HEALTHCARE. TODAY PRACTICAL SOLUTIONS

More information

Andrew

Andrew Bringing Population Analytics and Integrated Care Records together or building up PHM capability towards a target architecture Andrew Fenton @fentonaw Triple Aim, Accountable Care, Pop Health Management

More information