Electronic Health Network - Case Study Consent2Share Share with Confidence

Size: px
Start display at page:

Download "Electronic Health Network - Case Study Consent2Share Share with Confidence"

Transcription

1 Electronic Health Network - Case Study Consent2Share Share with Confidence Jan 2015

2 About Consent2Share Complying with privacy regulations in an electronic environment is a very complex process. The Consent2Share (C2S) pilot for Prince George s County Health Department implemented by the EHN team in accordance with FEi needed to demonstrate that privacy consent and data segmentation software tools and standards, developed through HHS initiatives, can be used to allow patient health record sharing in an environment. The pilot also demonstrated how privacy consent and data segmentation software tools and standards allow patients receiving behavioral health treatment to share their health information while providing improved protection of their privacy. Objectives In order to meet these goals the team needs to achieve the following objectives: (1) Integrate a production-grade version of privacy and consent management system (C2S) which is capable of supporting a pilot implementation which demonstrates that patient health record sharing can be successful within the privacy constraints of a 42-CFR, Part 2 environment. (2) Interface with a behavioral health electronic medical record and primary care physician medical record. (3) Allow all clinical transactions to be managed and executed via the community health information exchange. Significance The significance to treatment is that now a patient has the ability to choose what to share and not to share based on their privacy preferences so that they don t have the fear of becoming stigmatized due to a particular illness or condition. We understand that integrated care is very important to providing the best care possible, and this requires harmonizing communication as well as medical information. What we must consider is the patients comfort level with wanting to share all data so that they are able to receive care. They may elect to not participate at all because they feel the right protections in regards to privacy and security are in place and without participation the road to recovery isn t possible. We must also consider the legal requirements that drive the sharing and access to this level of protected health information. 42CFR part 2 mandates that patients must consent to having their information shared. The process can be managed through non-technical paper based approaches however inefficiencies created in such systems lead to problems. Electronic health systems hold allot of valuable information such as history of alcohol and drug use disorders which can assist with managing better care, and reduce adverse events related to medication interactions. However 42CFR mandates that the patient consent to sharing this information with a specific individual for a designated purpose of use. Although technology has changed and 1

3 advanced the law has not been amended since The technical interoperability and clinical workflow challenges that were overcome to deliver a very sophisticated and technically complex health information exchange platform that has the ability to manage consent and data segmentation via a patient facing application. The result was the ability to communicate both technical and contractual patient consent policy in real-time to the HIE. Then have the HIE translate the policy and share specific elements of clinical data at the request of the patient. Now a patient is able to choose to not share the fact they are receiving treatment for alcoholism with their primary care physician and only share that sensitive information with the treatment team that requires the data. The Technology The goal of the project was to produce a replicable process that would easily scale to other providers and their systems. Using IHE Integrating the Healthcare Enterprise interoperability framework we implemented / deployed: PIX Patient Identity Management XDS Cross document sharing repository and registry Policy Repository XACML policies XUA Cross enterprise user assertion Query-based Exchange using IHE profiles and webservices ACS Access control services CDA C32 structured documents Data segmentation services Figure 1. System Architecture 2

4 System Architecture Patient Identity Management PGCHD has implemented a full HIE Stack in accordance with the IHE Framework. The C2S application, Behavioral Health EMR and PCP EMR have PIX Feeds established with the HIE. The system leverages the existing Patient Index (PIX) / Patient Identity Feed / Patient Identity Management deployed in the PGCHD HIE. With this approach the Patient Identity Feed communicates patient information, including corroborating demographic data, after a patient s identity is established, modified or merged or after the key corroborating demographic data has been modified. Patient Identity Management registers or updates a patient record and their associated demographic information. The Patient Demographics Query (PDQ) transactions allows the applications to query a central patient information server, based on user defined search criteria, for a list of patients and retrieve a patient s demographic information. Provider Identity Management The PGCHD HIE supports a Healthcare Provider Directory (HPD) profile for management of healthcare provider information in a directory structure. The Directory houses demographics, address, credentials, National Provider Identifier (NPI), specialty, and organization. The Index is able to identify an individual provider as well as an organization to include Counseling Organizations (e.g., Drug, Alcohol) Healthcare Information Exchanges (HIEs), Managed Care, Integrated Delivery Networks (IDNs), and Associations. Electronic Medical Record Integration The Project integrated (3) Systems / End Point Applications. SMART Behavioral Health Electronic Health Record (Webservices) MIE WebCharts Electronic Medical Record (IHE) Consent2Share Patient Consent Management Application (Webservices) The three systems were written with different software languages, (1) use d interoperability standards and the other (2) were not built to standards. We identified (2) approaches for connectivity. 1. Webservices using SOAP XML messages that converted non-standardized transactions to IHE compliant transactions 2. Standard IHE transactions Storage of 42 CFR Part 2 documents We created an XDS domain specifically for C2S Addictions and Mental Health to serve as a Document Registry. The Registry will have attributes of namespace, the universal ID and 3

5 type, mime types, format codes, class codes, and confidentiality codes. Registry Actor will maintain metadata about each registered document in the C2S document entry and link to the Document in the Repository where it will be stored. The XDS Registry will be configured with the associated Domain and the corresponding URLs for the XDS.a-Registry and XDS.b-Registry for secure connections. HL7 PatientID will always be running in real-time operation in connection with a PIX to ensure the verification of the PatientID in the patient index Integration Points for C2S Services (ACS) Access Control Access Controls C2S Policy Enforcement - In the underlying notion of access control each resource can be paired with one or more policies, namely XML documents expressing the capabilities that a requestor needs to have in order to access the resource. The Policy Administration Points (PAPs) in the case of the PGCHD C2S Pilot the Patient writes and sets the policy. The policy is then made available to the Policy Decision Point (PDP), which is on duty to decide whether to give access to resources or not. The communications between PAPs and the PDP may be facilitated by a policy repository; however, the XACML specification does not require it. The policies and policy sets stored by the PDP represent the complete policy for the specified resources. The request to access a resource is created by a Policy Enforcement Point (PEP), which reuses claims exposed with the service invocation made by the access requester. Therefore, the requests and responses handled by the PDP must be converted in a canonical form, i.e. the so-called XACML context. The obvious benefit of this approach is that policies may be written and analyzed independently of the specific environment in which they have to be enforced. Allowing access controls to be granted on a granule level for the Primary Care Physician (MIE WC) and Behavioral Health Provider (SMART). Thus, once the PEP receives an access request, it instantiates a new context for handling the corresponding XACML request, which contains the capabilities of the requestor encoded using the language defined by the standard. Then, the context handler sends the XACML request to the PDP. The authorization decision is made by the PDP by checking the matching between values of the request and values from the stored policies. To carry out the decision request evaluation, the PDP can combine the evaluation results of more policies or requests for new attributes to the Policy Information Point. These requests are performed by using SAML attribute queries. Attributes are related to the subjects (e.g., additional information on the entity based on the context) to the resource, and to the environment (e.g., the current date time). Attributes are collected by the context handler and sent back to the PDP. Then, the decision is encoded into a XACML decision statement and sent to the context handler that, in its own turn, converts it into the native response format of the PEP and sends the resulting response to it. The decision taken by the PDP can be one among permit, deny, not applicable and indeterminate. The objective once more will be to enforce Policy written by a Patient and enforced at the Point of care during the retrieval of C32 / CCD identifying specific data segments to be included or excluded from the overall structured C32 document. 4

6 Implementation of the C2S Patient Consents The patients will only have their clinical data shared via the HIE, if they consent to have their data shared. Then, if the document is needed, an authorized office will be able to query the document repository to retrieve their structured C32 document. The Client actor indicates to the Server actor the usage of an access control policy (an XACML Policy ID) that gives permission for accessing the resource specified in the SOAP message containing the NHIN-defined SAML assertion. This procedure would require that the policy IDs must be harmonized through the entire affinity domain/community. The Server actor may take additional access control decisions: the authorization decision statement has to be considered as an indication given from the Client to the Server actor. This would specify that a document indicating the patient s consent be stored in the XDS repository. This document includes a Patient Policy Identifier that indicates the consent policy the patient has selected. Consent Document can be published with the C32 allowing for the Patient Policy Identifier contained in the Consent Document to be used to reference the XACML policy representing the technical representation of the patient's consent. The Consent Document CDA document has a field that can contain a list of policy-ids that the patient endorsed in the C2S Application. Lessons Learned Technology serves as a benefit to the healthcare community however it must fit within either already established workflows or with slightly modified workflows so that the technology is not a hindrance to users. The Health Department has care teams that are responsible for the treatment of an individual, and the path to care begins with the behavioral health treatment facility. The individual may have to see a behavioral health specialist two to three times to collect all required information prior to a referral to a Primary Care Provider. Therefore the completed clinical document that was made available for segmentation and sharing should be made available upon proper review of the specialist after a period of time. The care providers that are able to access this document are a team that shares in the care not just a single provider. We had to adjust our plans for deployment in accordance with the treatment methodology followed by Prince George s County Health Department. We as a team readjusted the technology to best fit what happens in a real world scenario by remaining agile in our approach, keeping in constant communication with our client, and having the right stakeholder and decision makers at the table when needed. Moving Forward The Consent2Share application is currently running in production at Prince George s County Health Department. The Health Department is 5

7 participating in an initiative called Health Enterprise Zone (HEZ). The HEZ is a four year program with a budget of 4 million dollars administered by the Community Health Resources (CHRC) and Maryland Department of Mental Hygiene (DHMH). The purpose of the programs is to Reduce health disparities among racial and ethnic minority populations and among geographic areas Improve health care access and health outcomes in underserved communities Reduce health care costs and hospital admissions and re-admissions Our immediate next steps are to expand the C2S pilot to healthcare organization involved within this initiative. We ensured our technology was both scalable and cost effectively so that cost and complexity were not a barrier to adoption. We are now in the process of connecting Providers to the C2S driven infrastructure for those Providers working with sensitive health information. We will also continue to gather feedback from all user types to enhance user experience and make necessary improvements. 6

8 7 Special Thanks: Consent2Share Prince George County Health Department Electronic Health Network Inc.

South Carolina Health Information Exchange (SCHIEx)

South Carolina Health Information Exchange (SCHIEx) South Carolina Health Information Exchange (SCHIEx) Interoperability Services Guide Draft September, 2011- v1.5 Himabindu Bolisetty Interoperability Services Lead (CareEvolution) Ian Cassel Interoperability

More information

HIMSS Interoperability Showcase 2011

HIMSS Interoperability Showcase 2011 Interoperability will bind together a wide network of real-time life critical data that not only transform but become healthcare. Health Information Interoperability Challenges Healthcare and healthcare

More information

U.S. Department of Health and Human Services (HHS) The Office of the National Coordinator for Health Information Technology (ONC)

U.S. Department of Health and Human Services (HHS) The Office of the National Coordinator for Health Information Technology (ONC) U.S. Department of Health and Human Services (HHS) The Office of the National Coordinator for Health Information Technology (ONC) econsent Trial Project Architectural Analysis & Technical Standards Produced

More information

Healthcare Provider Directories. Eric Heflin, CTO/CIO Healtheway & CTO HIETexas

Healthcare Provider Directories. Eric Heflin, CTO/CIO Healtheway & CTO HIETexas Healthcare Directories Eric Heflin, CTO/CIO Healtheway & CTO HIETexas 1 HPD Introduction Business Context Problem statement Definition Selected Use Cases Scope Value Technical Implementation Actors Options

More information

HIMSS Interoperability Showcase 2011

HIMSS Interoperability Showcase 2011 Interoperability will bind together a wide network of real-time life critical data that not only transform but become healthcare. Health Information Interoperability Challenges and Integrating Healthcare

More information

IHE IT Infrastructure Technical Framework Supplement. Secure Retrieve (SeR) Trial Implementation

IHE IT Infrastructure Technical Framework Supplement. Secure Retrieve (SeR) Trial Implementation Integrating the Healthcare Enterprise 5 IHE IT Infrastructure Technical Framework Supplement 10 Secure Retrieve (SeR) 15 Trial Implementation 20 Date: August 31, 2015 Author: IHE ITI Technical Committee

More information

A Framework for Testing Distributed Healthcare Applications

A Framework for Testing Distributed Healthcare Applications A Framework for Testing Distributed Healthcare Applications R. Snelick 1, L. Gebase 1, and G. O Brien 1 1 National Institute of Standards and Technology (NIST), Gaithersburg, MD, State, USA Abstract -

More information

Privacy and Confidentiality of Behavioral Health Data in EHRs

Privacy and Confidentiality of Behavioral Health Data in EHRs Privacy and Confidentiality of Behavioral Health Data in EHRs Maureen Boyle, PhD Lead Public Health Advisor, Health Information Technology Center for Substance Abuse Treatment Substance Abuse and Mental

More information

New York ehealth Collaborative. Health Information Exchange and Interoperability April 2012

New York ehealth Collaborative. Health Information Exchange and Interoperability April 2012 New York ehealth Collaborative Health Information Exchange and Interoperability April 2012 1 Introductions Information exchange patient, information, care team How is Health information exchanged Value

More information

Structured Data Capture (SDC) Trial Implementation

Structured Data Capture (SDC) Trial Implementation Integrating the Healthcare Enterprise 5 IHE Quality, Research, and Public Health Technical Framework Supplement 10 Structured Data Capture (SDC) 15 Trial Implementation 20 Date: October 27, 2015 Author:

More information

Core services and the path to the future of the ILHIE

Core services and the path to the future of the ILHIE Core services and the path to the future of the ILHIE Hosts of this Webinar Cory Verblen, Communications Manager, Illinois Office of Health Information Technology Laura Zaremba, Director, Illinois Office

More information

IHE IT Infrastructure Technical Framework Supplement. Healthcare Provider Directory (HPD) Trial Implementation

IHE IT Infrastructure Technical Framework Supplement. Healthcare Provider Directory (HPD) Trial Implementation Integrating the Healthcare Enterprise 5 IHE IT Infrastructure Technical Framework Supplement 10 Healthcare Directory (HPD) 15 Trial Implementation 20 Date: August 31, 2015 Author: IHE ITI Technical Committee

More information

IBM Interoperable Healthcare Information Infrastructure (IHII) Overview. China October 2006 IBM

IBM Interoperable Healthcare Information Infrastructure (IHII) Overview. China October 2006 IBM Interoperable Healthcare Information Infrastructure (IHII) Overview China October 2006 Rick Stevens Senior Technical Staff Member Healthcare and Life Science Solutions IHE IT Infrastructure Technical Committee

More information

An open source software tool for creating and managing patient consents electronically in IHE XDS.b environments

An open source software tool for creating and managing patient consents electronically in IHE XDS.b environments An open source software tool for creating and managing patient consents electronically in IHE XDS.b environments 20th of April 2012 O. Heinze 1, M. Birkle 1, H. Schmuhl 1, B. Bergh 1 1 Department of Information

More information

Advanced Matching and IHE Profiles

Advanced Matching and IHE Profiles Oracle Healthcare Master Person Index INTEGRATING THE HEALTHCARE ENTERPRISE Oracle Healthcare Master Person Index provides a single point of reference to information about a patient, clinician, payer,

More information

White Paper Cybercom & Axiomatics Joint Identity & Access Management (R)evolution

White Paper Cybercom & Axiomatics Joint Identity & Access Management (R)evolution White Paper Cybercom & Axiomatics Joint Identity & Access Management (R)evolution Federation and Attribute Based Access Control Page 2 Realization of the IAM (R)evolution Executive Summary Many organizations

More information

Streamlining Medical Image Access and Sharing: Integrating Image Workflow and Patient Referrals

Streamlining Medical Image Access and Sharing: Integrating Image Workflow and Patient Referrals Streamlining Medical Image Access and Sharing: Integrating Image Workflow and Patient Referrals By Ken H. Rosenfeld, President, ; January 2014 WHITE PAPER Introduction Managing transitions of care continues

More information

Structured Data Capture (SDC) Draft for Public Comment

Structured Data Capture (SDC) Draft for Public Comment Integrating the Healthcare Enterprise 5 IHE Quality, Research, and Public Health Technical Framework Supplement 10 Structured Data Capture (SDC) 15 Draft for Public Comment 20 Date: June 6, 2014 Author:

More information

IHE IT Infrastructure Technical Framework Supplement 2007-2008

IHE IT Infrastructure Technical Framework Supplement 2007-2008 ACC, HIMSS and RSNA Integrating the Healthcare Enterprise 5 10 IHE IT Infrastructure Technical Framework Supplement 2007-2008 Template for XDS Affinity Domain Deployment Planning 15 20 Draft for Trial

More information

IHE IT Infrastructure White Paper. Health Information Exchange: Enabling Document Sharing Using IHE Profiles

IHE IT Infrastructure White Paper. Health Information Exchange: Enabling Document Sharing Using IHE Profiles Integrating the Healthcare Enterprise IHE IT Infrastructure White Paper Health Information Exchange: Enabling Document Sharing Using IHE Profiles Date: January 24, 2012 Author: Email: Karen Witting, John

More information

Achieving meaningful use of healthcare information technology

Achieving meaningful use of healthcare information technology IBM Software Information Management Achieving meaningful use of healthcare information technology A patient registry is key to adoption of EHR 2 Achieving meaningful use of healthcare information technology

More information

SINTERO SERVER. Simplifying interoperability for distributed collaborative health care

SINTERO SERVER. Simplifying interoperability for distributed collaborative health care SINTERO SERVER Simplifying interoperability for distributed collaborative health care Tim Benson, Ed Conley, Andrew Harrison, Ian Taylor COMSCI, Cardiff University What is Sintero? Sintero Server is a

More information

Clinical Document Exchange Integration Guide - Outbound

Clinical Document Exchange Integration Guide - Outbound Clinical Document Exchange Integration Guide - Outbound Integrate your healthcare IT system with Practice Fusion s Electronic Health Record (EHR) System Table of Contents 1 Introduction... 2 2 Integration

More information

Consent2Share Patient Consent Management & Access Control Services

Consent2Share Patient Consent Management & Access Control Services Consent2Share Patient Consent Management & Access Control Services Prepared for: Consent2Share Presentation & Demonstration to SAMHSA Beacon Community Tuesday May 25, 2013 Prepared by: Bear Polk, MBA PMP

More information

Consent2Share Software Architecture

Consent2Share Software Architecture Consent2Share Software Architecture 17 December 2013 10 December 2013 Consent2Share Software Architecture Document Page i Revision History Name Description Date Joel Amoussou Architecture overview of the

More information

Open Healthcare Framework Bridge Architecture & API Documentation

Open Healthcare Framework Bridge Architecture & API Documentation Open Healthcare Framework Bridge Architecture & API Documentation mattadav@us.ibm.com Matthew Davis kxjiang@us.ibm.com Kelvin Jiang monvura@us.ibm.com Melih Onvural ioprenc@us.ibm.com Ivan Oprencak Page

More information

Patient Controlled Health Records Standards and Technical Track

Patient Controlled Health Records Standards and Technical Track Patient Controlled Health Records Standards and Technical Track Keith W. Boone Lead Interoperability System Designer - GE Healthcare Co-chair IHE Patient Care Coordination TC Member IHE IT Infrastructure

More information

Secure Identity Propagation Using WS- Trust, SAML2, and WS-Security 12 Apr 2011 IBM Impact

Secure Identity Propagation Using WS- Trust, SAML2, and WS-Security 12 Apr 2011 IBM Impact Secure Identity Propagation Using WS- Trust, SAML2, and WS-Security 12 Apr 2011 IBM Impact Robert C. Broeckelmann Jr., Enterprise Middleware Architect Ryan Triplett, Middleware Security Architect Requirements

More information

Practical Guidance to Implement Meaningful Use Stage 2 Secure Health Transport for Certification and Meaningful Use

Practical Guidance to Implement Meaningful Use Stage 2 Secure Health Transport for Certification and Meaningful Use Practical Guidance to Implement Meaningful Use Stage 2 Secure Health Transport for Certification and Meaningful Use 1. Introduction Electronic Health Record Association Standards and Interoperability Workgroup

More information

ConnectVirginia EXCHANGE Onboarding and Certification Guide. Version 1.4

ConnectVirginia EXCHANGE Onboarding and Certification Guide. Version 1.4 ConnectVirginia EXCHANGE Onboarding and Certification Guide Version 1.4 July 18, 2012 CONTENTS 1 Overview... 5 2 Intended Audience... 5 3 ConnectVirginia Background... 5 3.1 Federated... 5 3.2 Secure...

More information

EHR Standards Landscape

EHR Standards Landscape EHR Standards Landscape Dr Dipak Kalra Centre for Health Informatics and Multiprofessional Education (CHIME) University College London d.kalra@chime.ucl.ac.uk A trans-national ehealth Infostructure Wellness

More information

Entitlements Access Management for Software Developers

Entitlements Access Management for Software Developers Entitlements Access Management for Software Developers Market Environment The use of fine grained entitlements and obligations control for access to sensitive information and services in software applications

More information

Presented by: DV-NJ HIMSS Fall Event 10/22/2009. Colleen Woods, Chief Information Officer, State of NJ Department of Human Services

Presented by: DV-NJ HIMSS Fall Event 10/22/2009. Colleen Woods, Chief Information Officer, State of NJ Department of Human Services Overcoming the interoperability challenges between a health plan and a provider as payers have been reluctant to participate in traditional clinical exchanges DV-NJ HIMSS Fall Event 10/22/2009 Presented

More information

Provider Directory & Identity Management Learning Event

Provider Directory & Identity Management Learning Event Provider Directory & Identity Management Learning Event July 28, 2015 Health IT Resource Center State Innovation Model Initiative (SIM) CMS Innovation Center (CMMI) 1 Presenters John Rancourt, MPA Public

More information

Health IT Interoperability: HITSP Overview, Update and Discussion

Health IT Interoperability: HITSP Overview, Update and Discussion Health IT Interoperability: HITSP Overview, Update and Discussion July, 2008 Jamie Ferguson KP Health IT Strategy & Policy Health IT Strategy & Policy Agenda Overview Introductory Overview of HITSP HITSP

More information

XDS-I - CROSS-ENTERPRISE DOCUMENT SHARING FOR IMAGING

XDS-I - CROSS-ENTERPRISE DOCUMENT SHARING FOR IMAGING Technical White Paper XDS-I - CROSS-ENTERPRISE DOCUMENT SHARING FOR IMAGING Physicians, nurses, administrators and other healthcare professionals foresee a day when vital information can flow seamlessly

More information

ConCert by HIMSS Certification: An Overview

ConCert by HIMSS Certification: An Overview ConCert by HIMSS Certification: An Overview This paper provides an introduction to the ConCert by HIMSS certification program. An overview of the 2015 Certification Pilot program is also provided along

More information

EHR Interoperability Framework Overview

EHR Interoperability Framework Overview Hospital Health Information System EU HIS Contract No. IPA/2012/283-805 Final version July 2015 Visibility: Public Target Audience: EHR Developers EHR Administrators EPR Systems Developers This document

More information

Context. Accessibility. Relevance.

Context. Accessibility. Relevance. CLINICAL COLLABORATION PLATFORM Context. Accessibility. Relevance. CLINICAL DATA WORKFLOW FOR MEANINGFUL COLLABORATION. Connect. Collaborate. Care. Give physicians and administrators the clinical support

More information

EMC XDS Repository Connector for Documentum

EMC XDS Repository Connector for Documentum EMC XDS Repository Connector for Documentum Version 1.7 Installation Guide EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright 2010-2015 EMC

More information

Clinical Exchange Platform for procurement through the G-Cloud

Clinical Exchange Platform for procurement through the G-Cloud Clinical Exchange Platform for procurement through the G-Cloud P a g e 1 Introduction This document has been produced to form part of Cerner s response to the GPS invitation to Tender for G-Cloud and is

More information

Service Definition. Contents

Service Definition. Contents Service Definition Contents G-Cloud Service Overview...2 Open Standards...2 Information Assurance...4 Backup/Restore and Disaster Recovery...4 On Boarding...5 Off Boarding...5 Pricing...6 Service Management

More information

Big Data in Health Sciences An India Prospective

Big Data in Health Sciences An India Prospective Big Data in Health Sciences An India Prospective Government Industry Dialogue 24 th Nov 2013 1 Views presented are Individual views only 2 Healthcare Ecosystem Stakeholders and Influencers Drugs and Devices

More information

IHE IT Infrastructure Technical Framework Supplement. Cross-Community Fetch (XCF) Trial Implementation

IHE IT Infrastructure Technical Framework Supplement. Cross-Community Fetch (XCF) Trial Implementation Integrating the Healthcare Enterprise 5 IHE IT Infrastructure Technical Framework Supplement 10 Cross-Community Fetch (XCF) 15 Trial Implementation 20 Date: August 31, 2015 Author: Email: ITI Technical

More information

Interoperable, Federated Identity Management Frameworks Across Enterprise Architectures. We can do this.

Interoperable, Federated Identity Management Frameworks Across Enterprise Architectures. We can do this. Interoperable, Federated Identity Management Frameworks Across Enterprise Architectures. We can do this. Scott McGrath COO Organization for the Advancement of Structured Information Standards A diverse

More information

Social Security Administration (SSA) Experience with Provider Directory HIT Security and Privacy WG

Social Security Administration (SSA) Experience with Provider Directory HIT Security and Privacy WG Social Security Administration (SSA) Experience with Provider Directory HIT Security and Privacy WG Presenters: Shanks Kande, Nitin Jain Date: 04/06/2011 1 Social Security Administration Use of Provider

More information

GE Healthcare. ehealth: Solutions to Transform Care Delivery

GE Healthcare. ehealth: Solutions to Transform Care Delivery GE Healthcare ehealth: Solutions to Transform Care Delivery This presentation does not constitute a representation or warranty or documentation regarding the product or service featured. All illustrations

More information

Web Applications Access Control Single Sign On

Web Applications Access Control Single Sign On Web Applications Access Control Single Sign On Anitha Chepuru, Assocaite Professor IT Dept, G.Narayanamma Institute of Technology and Science (for women), Shaikpet, Hyderabad - 500008, Andhra Pradesh,

More information

Extending XACML for Open Web-based Scenarios

Extending XACML for Open Web-based Scenarios Extending XACML for Open Web-based Scenarios Claudio A. Ardagna 1, Sabrina De Capitani di Vimercati 1, Stefano Paraboschi 2, Eros Pedrini 1, Pierangela Samarati 1, Mario Verdicchio 2 1 DTI - Università

More information

There has to be more: iconnect Blends XDS and Image Exchange. A Merge White Paper

There has to be more: iconnect Blends XDS and Image Exchange. A Merge White Paper There has to be more: iconnect Blends XDS and Image Exchange A Merge White Paper The Challenge You wouldn t buy a new home without seeing it. A mechanic wouldn t troubleshoot your car without first looking

More information

Regionale uitwisseling van medische gegevens (IHE)

Regionale uitwisseling van medische gegevens (IHE) Regionale uitwisseling van medische gegevens (IHE) Sessie B (10:50-11:50) Nieuwegein, 20 mei 2014 René Spronk Trainer / Senior Consultant Ringholm bv Haarlem, the Netherlands Tel. +31 (0)33 7 630 636 email:

More information

MFI 4 Extended Registry SC32/WG2

MFI 4 Extended Registry SC32/WG2 ISO/IEC 19763 44 MFI 4 Extended Registry Masaharu Obayashi SC32/WG2 2010.05.20 The relationship between Part 4 and the other parts (1) Specialization approach The metamodels of MFI 3,5,6,7,8,9,,,, are

More information

Open Platform. Clinical Portal. Provider Mobile. Orion Health. Rhapsody Integration Engine. RAD LAB PAYER Rx

Open Platform. Clinical Portal. Provider Mobile. Orion Health. Rhapsody Integration Engine. RAD LAB PAYER Rx Open Platform Provider Mobile Clinical Portal Engage Portal Allegro PRIVACY EMR Connect Amadeus Big Data Engine Data Processing Pipeline PAYER CLINICAL CONSUMER CUSTOM Open APIs EMPI TERMINOLOGY SERVICES

More information

SOA Standards Service Profile

SOA Standards Service Profile SOA Standards Service Profile 1 Contents 1 Purpose... 1 2 Scope... 1 3 Service Attributes... 2 3.1 Business Facing Properties... 3 3.1.1 Business Service... 3 3.1.2 Service Level Definition... 5 3.2 Technical

More information

White Paper The Identity & Access Management (R)evolution

White Paper The Identity & Access Management (R)evolution White Paper The Identity & Access Management (R)evolution Federation and Attribute Based Access Control Page 2 A New Perspective on Identity & Access Management Executive Summary Identity & Access Management

More information

Expanded Support for Medicaid Health Information Exchanges

Expanded Support for Medicaid Health Information Exchanges Expanded Support for Medicaid Health Information Exchanges Joint Public Health Forum & CDC Nationwide Webinar April 21, 2016 CDC EHR Meaningful Use Webpage-Joint Public Health Forum & CDC Nationwide Webinars

More information

The Direct Project Overview

The Direct Project Overview The Direct Project Overview October 11, 2010 Abstract: The Direct Project specifies a simple, secure, scalable, standards-based way for participants to send authenticated, encrypted health information

More information

IHE IT Infrastructure Technical Committee White Paper. Template for XDS Affinity Domain Deployment Planning

IHE IT Infrastructure Technical Committee White Paper. Template for XDS Affinity Domain Deployment Planning Integrating the Healthcare Enterprise 5 IHE IT Infrastructure Technical Committee White Paper 10 Template for XDS Affinity Domain Deployment Planning 15 20 Version 15.0 December 2, 2008 Copyright 2008

More information

IMAGE SHARING. Review and Update - A Fond Farewell to CDs 2012

IMAGE SHARING. Review and Update - A Fond Farewell to CDs 2012 IMAGE SHARING Review and Update - A Fond Farewell to CDs 2012 David S. Mendelson, M.D. Professor of Radiology Chief of Clinical Informatics The Mount Sinai Medical Center Co-chair IHE International Board

More information

Electronic Public Health Case Reporting: Current & Future Possibilities. Joint Public Health Forum & CDC Nationwide Call October 16, 2014

Electronic Public Health Case Reporting: Current & Future Possibilities. Joint Public Health Forum & CDC Nationwide Call October 16, 2014 Electronic Public Health Case Reporting: Current & Future Possibilities Joint Public Health Forum & CDC Nationwide Call October 16, 2014 1 Joint Public Health Forum & CDC Nationwide Call Agenda Introduction

More information

SCHIEx: The South Carolina Health Information Exchange Update

SCHIEx: The South Carolina Health Information Exchange Update Improving the quality, safety, and efficiency of health care in South Carolina SCHIEx: The South Carolina Health Information Exchange Update May 22, 2012 SCHA HIT Summit Dr. David Patterson Chief, Health

More information

The XACML Enabled Gateway The Entrance to a New SOA Ecosystem

The XACML Enabled Gateway The Entrance to a New SOA Ecosystem The XACML Enabled Gateway The Entrance to a New SOA Ecosystem White Paper Intel SOA Expressway and Axiomatics Policy Server Solution Intel SOA Expressway and Axiomatics Policy Server combined provide a

More information

MemorialCare Health System: Steven Beal, VP Information Services

MemorialCare Health System: Steven Beal, VP Information Services MemorialCare Health System: Steven Beal, VP Information Services Serving Our Community Overview - Inpatient Six Hospitals Epic Clinical and Rev Cycle at 5 hospitals MedSeries4 at 6 th hospital Multiple

More information

Opportunities and challenges for public health surveillance: a new world of interoperability with electronic health records

Opportunities and challenges for public health surveillance: a new world of interoperability with electronic health records Opportunities and challenges for public health surveillance: a new world of interoperability with electronic health records James Daniel, MPH The Office of the National Coordinator for Health IT CMS Rule

More information

A New Approach Expanding SOA in Healthcare. Eric Leader, VP Technology Architecture and Product Management, Carefx July 2010

A New Approach Expanding SOA in Healthcare. Eric Leader, VP Technology Architecture and Product Management, Carefx July 2010 A New Approach Expanding SOA in Healthcare Eric Leader, VP Technology Architecture and Product Management, Carefx July 2010 Agenda Introduction Eric Leader The Call for Change Is There a Third Option?

More information

ACCOUNTABLE CARE ANALYTICS: DEVELOPING A TRUSTED 360 DEGREE VIEW OF THE PATIENT

ACCOUNTABLE CARE ANALYTICS: DEVELOPING A TRUSTED 360 DEGREE VIEW OF THE PATIENT ACCOUNTABLE CARE ANALYTICS: DEVELOPING A TRUSTED 360 DEGREE VIEW OF THE PATIENT Accountable Care Analytics: Developing a Trusted 360 Degree View of the Patient Introduction Recent federal regulations have

More information

uently Asked NextGen Questions Share Frequently Asked uently Asked Questions Frequently Asked FAQ Pre-General Release (April-June 2014)

uently Asked NextGen Questions Share Frequently Asked uently Asked Questions Frequently Asked FAQ Pre-General Release (April-June 2014) uestions Frequently Asked Questions Fre uestions Frequently Asked Questions Fre uestions FAQ Frequently Asked Questions Fre uestions Frequently Asked Questions Fre uestions Frequently Asked Questions Fre

More information

Demonstrating Meaningful Use of EHRs: The top 10 compliance challenges for Stage 1 and what s new with 2

Demonstrating Meaningful Use of EHRs: The top 10 compliance challenges for Stage 1 and what s new with 2 Demonstrating Meaningful Use of EHRs: The top 10 compliance challenges for Stage 1 and what s new with 2 Today s discussion A three-stage approach to achieving Meaningful Use Top 10 compliance challenges

More information

Secure Digital Identities for Authentication & Signing in an Electronic Healthcare Community

Secure Digital Identities for Authentication & Signing in an Electronic Healthcare Community Secure Digital Identities for Authentication & Signing in an Electronic Healthcare Community John Hendrix; Program Director CTST 2009 Overview Challenges to Secure Transactions in an Electronic Environment

More information

The VNA Era. Paving the Way for the High-Definition EHR. Clinical Content Interoperability White Paper

The VNA Era. Paving the Way for the High-Definition EHR. Clinical Content Interoperability White Paper Clinical Content Interoperability White Paper The VNA Era Paving the Way for the High-Definition EHR Shannon M. Werb Chief Strategy Officer Chief Operating Officer Larry Sitka Acuo Founder Contents Introduction...

More information

Commonwealth of Virginia

Commonwealth of Virginia June 2, 2010 Commonwealth of Virginia Virginia Laboratory Information Management System (LIMS) Category Government to Government Nomination Submitted by Samuel A. Nixon Jr. Chief Information Officer Commonwealth

More information

Provider Registries: Reduce Health System Costs, Increase Efficiencies, Improve Care

Provider Registries: Reduce Health System Costs, Increase Efficiencies, Improve Care IBM Software Group, Information Management Healthcare Provider Registries: Reduce Health System Costs, Increase Efficiencies, Improve Care 2 Provider Registries: Reduce Health System Costs, Increase Efficiencies,

More information

Practical Guidance to Implement Meaningful Use Stage 2. Secure Health Transport for Certification and Meaningful Use

Practical Guidance to Implement Meaningful Use Stage 2. Secure Health Transport for Certification and Meaningful Use Practical Guidance to Implement Meaningful Use Stage 2 1. Introduction Association Standards and Interoperability Workgroup Meaningful Use (MU) Stage 2 introduces three transport standards for use in healthcare

More information

Developers Integration Lab (DIL) System Architecture, Version 1.0

Developers Integration Lab (DIL) System Architecture, Version 1.0 Developers Integration Lab (DIL) System Architecture, Version 1.0 11/13/2012 Document Change History Version Date Items Changed Since Previous Version Changed By 0.1 10/01/2011 Outline Laura Edens 0.2

More information

HEAL NY Phase 5 Health IT RGA Section 7.1: HEAL NY Phase 5 Health IT Candidate Use Cases Interoperable EHR Use Case for Medicaid

HEAL NY Phase 5 Health IT RGA Section 7.1: HEAL NY Phase 5 Health IT Candidate Use Cases Interoperable EHR Use Case for Medicaid HEAL NY Phase 5 Health IT RGA Section 7.1: HEAL NY Phase 5 Health IT Candidate Use Cases Interoperable EHR Use Case for Medicaid Interoperable Electronic Health Records (EHRs) Use Case for Medicaid (Medication

More information

IHE IT-Infrastructure White Paper. Access Control

IHE IT-Infrastructure White Paper. Access Control Integrating the Healthcare Enterprise 5 IHE IT-Infrastructure White Paper 10 Access Control 15 Public Comment 20 Date: September 28, 2009 Authors: Jörg Caumanns, Raik Kuhlisch, Oliver Pfaff, Olaf Rode

More information

Implementing Interoperability using an IHE Profile for Interfacility Patient Transport

Implementing Interoperability using an IHE Profile for Interfacility Patient Transport Implementing Interoperability using an IHE Profile for Interfacility Patient Transport Philip DePalo, Yeong-Tae Song Dept. of Computer & Information Sciences Towson University Towson, MD USA pdepal1@students.towson.edu

More information

Structured Data Capture (SDC) The Use of Structured Data Capture for Clinical Research

Structured Data Capture (SDC) The Use of Structured Data Capture for Clinical Research Structured Data Capture (SDC) The Use of Structured Data Capture for Clinical Research July 2015 S&I Initiative Coordinator: Ed Hammond HHS/ONC Sponsor: Farrah Darbouze SDC Overview Launched in 2013 in

More information

HIE Services & Pricing

HIE Services & Pricing Services Available at No Cost Health Information Exchange Services & Pricing Package Effective: December 11, 2015 0 Interface Connection Details Services Available at No Cost HealthlinkNY Web Portal The

More information

Healthcare Information Exchange Software Testing

Healthcare Information Exchange Software Testing Healthcare Information Exchange Software Testing AFour Technologies May 20, 2009 AFour Technologies 2009 1 Healthcare Background With increasing healthcare costs and looming Medicare bankruptcy, President

More information

One Research Court, Suite 200 Rockville, MD 20850 www.ctisinc.com Tel: 301.948.3033 Fax: 301.948.2242

One Research Court, Suite 200 Rockville, MD 20850 www.ctisinc.com Tel: 301.948.3033 Fax: 301.948.2242 TRANSFORMATION OF HEALTH INDUSTRY THROUGH PERFORMANCE PYRAMID: Providing Excellent End-to-End Healthcare to the Population with a 30% Reduction in Cost and Time. Introduction The American health industry

More information

Interoperability: White Paper. Introduction. PointClickCare Interoperability - 2014. January 2014

Interoperability: White Paper. Introduction. PointClickCare Interoperability - 2014. January 2014 White Paper PointClickCare Interoperability - 2014 Interoperability: In healthcare, interoperability is where multiple technology platforms and software applications are able to connect, communicate, and

More information

Overview of an Enterprise HIE at Virtua Health

Overview of an Enterprise HIE at Virtua Health Overview of an Enterprise HIE at Virtua Health Julia Staas IS Director of Integration Virtua January 22, 2014 Page 1 About Virtua 4 Acute Care Hospitals 4 Major Outpatient Centers 45 Physician Office locations

More information

Meaningful Use - The Journey Ahead. John D. Halamka MD CIO, Beth Israel Deaconess Medical Center and Harvard Medical School

Meaningful Use - The Journey Ahead. John D. Halamka MD CIO, Beth Israel Deaconess Medical Center and Harvard Medical School Meaningful Use - The Journey Ahead John D. Halamka MD CIO, Beth Israel Deaconess Medical Center and Harvard Medical School QUALITY: SAFE CARE EXHIBIT 16 Medical, Medication, and Lab Errors, Among Sicker

More information

ELECTRONIC HEALTH RECORDS. Nonfederal Efforts to Help Achieve Health Information Interoperability

ELECTRONIC HEALTH RECORDS. Nonfederal Efforts to Help Achieve Health Information Interoperability United States Government Accountability Office Report to Congressional Requesters September 2015 ELECTRONIC HEALTH RECORDS Nonfederal Efforts to Help Achieve Health Information Interoperability GAO-15-817

More information

Building Regional and National Health Information Systems. Mike LaRocca

Building Regional and National Health Information Systems. Mike LaRocca Building Regional and National Health Information Systems Mike LaRocca Agenda What are the key use cases driving New York? What is the SHIN-NY NY and its architecture? What standards and protocols were

More information

The EHR Agenda in Canada

The EHR Agenda in Canada The EHR Agenda in Canada IHE Workshop June 28, 2005 Dennis Giokas, Chief Technology Officer Agenda Background on Canadian Healthcare System About Canada Health Infoway Interoperable EHR Solution Definitions

More information

Charting the Future of Healthcare Interoperability. Presenters. Michael Stearns, MD, CPC, CFCP

Charting the Future of Healthcare Interoperability. Presenters. Michael Stearns, MD, CPC, CFCP e-mds Charting the Future of Healthcare Interoperability Presenters Michael Stearns, MD, CPC, CFCP President and CEO Board certified neurologist Over 10 years in health care informatics Integral in development

More information

Proposal for Demonstrating at California Connects 2014

Proposal for Demonstrating at California Connects 2014 Proposal for Demonstrating at California Connects 2014 Use this template to communicate critical information for each demonstration proposed for the 2014 California Connects Interoperability Exhibition,

More information

An Overview of THINC s Health Information Exchange Initiatives

An Overview of THINC s Health Information Exchange Initiatives An Overview of THINC s Health Information Exchange Initiatives Susan Stuard, Executive Director June 22, 2011 THINC Goals THINC s Goals: 1. HIT Adoption both implementation of EHRs and standing up a health

More information

IHE-XDS und Co. Erfahrungen im health@net Projekt

IHE-XDS und Co. Erfahrungen im health@net Projekt IHE-XDS und Co. Erfahrungen im health@net Projekt Florian Wozak Oct 22, 2004 1 IHE-XDS-Cross-enterprise Document Sharing IHE Overview I IHE is an initiative by healthcare professionals and industry founded

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 Solution Architecture Group Canada Health Infoway Inc. 1 Outline Infoway EHR Solution EHRS Blueprint Approach EHR Standards Oriented Architecture

More information

IHE s Contribution to Telecardiology. Nick Gawrit, heartbase Antje Schroeder, Siemens Healthcare Paul Dow, ACC Charles Parisot, GE

IHE s Contribution to Telecardiology. Nick Gawrit, heartbase Antje Schroeder, Siemens Healthcare Paul Dow, ACC Charles Parisot, GE IHE s Contribution to Telecardiology Nick Gawrit, heartbase Antje Schroeder, Siemens Healthcare Paul Dow, ACC Charles Parisot, GE Interoperability: From a problem to a solution Base Standards IETF Profile

More information

Eligible Professionals please see the document: MEDITECH Prepares You for Stage 2 of Meaningful Use: Eligible Professionals.

Eligible Professionals please see the document: MEDITECH Prepares You for Stage 2 of Meaningful Use: Eligible Professionals. s Preparing for Meaningful Use in 2014 MEDITECH (Updated December 2013) Professionals please see the document: MEDITECH Prepares You for Stage 2 of Meaningful Use: Professionals. Congratulations to our

More information

develop privacy policies, and implement them with role-based or other access control mechanisms supported by EHR systems.

develop privacy policies, and implement them with role-based or other access control mechanisms supported by EHR systems. Basic Patient Privacy Consents (BPPC) provides a mechanism to record the patient privacy consent(s), a method to mark documents published to XDS with the patient privacy consent that was used to authorize

More information

The Impact of HIPAA and HITECH

The Impact of HIPAA and HITECH The Health Insurance Portability & Accountability Act (HIPAA), enacted 8/21/96, was created to protect the use, storage and transmission of patients healthcare information. This protects all forms of patients

More information

Empowering Patients and Enabling Providers

Empowering Patients and Enabling Providers Empowering Patients and Enabling Providers WITH HEALTH INFORMATION PRIVACY Terry Callahan - Managing Director Agenda About HIPAAT Provider of consent management and auditing for personal/protected health

More information

Accelerating Health Data Interoperability Unique Device Identification for Postmarket Surveillance and Compliance Workshop

Accelerating Health Data Interoperability Unique Device Identification for Postmarket Surveillance and Compliance Workshop Accelerating Health Data Interoperability Unique Device Identification for Postmarket Surveillance and Compliance Workshop Joy Keeler Tobin September 13, 2001 A SIMPLE FRAMEWORK FOR HEALTH DATA EXCHANGE

More information

Clinical Exchange Platform for procurement through the G-Cloud

Clinical Exchange Platform for procurement through the G-Cloud Clinical Exchange Platform for procurement through the G-Cloud Contents Cerner Clinical Exchange Platform Overview... 2 Open Source Components... 2 Information Assurance... 5 Backup/Restore and Disaster

More information

Advanced Solutions for Accountable Care Organizations (ACOs)

Advanced Solutions for Accountable Care Organizations (ACOs) Advanced Solutions for Accountable Care Organizations (ACOs) Since our founding more than 21 years ago, Iatric Systems has been dedicated to supporting the quality and delivery of healthcare, while helping

More information