What to Expect when On-Boarding to ILHIE Master Patient Index (MPI) Presentation By : Alexander Danel

Size: px
Start display at page:

Download "What to Expect when On-Boarding to ILHIE Master Patient Index (MPI) Presentation By : Alexander Danel"

Transcription

1 What to Expect when On-Boarding to ILHIE Master Patient Index (MPI) Presentation By : Alexander Danel

2 What Constitutes Demographics? MPI contains patient demographics. Patient information related to identification, contact, and environment. Examples: name, address, date-of-birth. Not clinical, yet can be subject to confidentiality concerns. Page 2

3 How is Demographics Managed? MPI is repository of patient demographics for entire HIE. The brand name HSPI is sometimes applied to the Illinois MPI. MPI = Repository + methods for maintenance and access Page 3

4 The MPI Responds to Queries Requestor and HIE must agree which patient is subject of query. Requestor sends (usually partial) demographics. MPI finds matching patients. Send back a list of candidates. Page 4

5 Search is Interactive Search might return a list of candidates. Requestor chooses which (if any) is correct. Even if just one candidate, requestor still needs to confirm. Fully populated demographic records help requestor make the correct decision. Page 5

6 ILHIE Assembles the Patient's Clinical Data Once the patient is identified, ILHIE assembles the consolidated record. ILHIE doesn t store clinical data; fetches it on-demand. Patient might have records at several facilities that are attached to ILHIE. ILHIE assembles a single, consolidated record from the several sources. Page 6

7 RLS Directs the Fetch Multiple partners might have information about the patient. Record locator service (RLS) knows which partners are familiar with the patient. RLS identifies which partners get queried by ILHIE. Page 7

8 Establishing and Maintaining the MPI Partner will establish the initial state of MPI using a bulk-load. After that, partner will maintain using message based transactions. Page 8

9 MPI Bulk-Load is Part of On-Boarding The bulk-load (a.k.a. back-load ) into production environment is done exactly once. Partner creates a text file that follows ILHIE specification. All participating patients from partner EHR must be present. Page 9

10 Bulk Load is a "Cut-Over" Critical timing a sequence of related actions must occur. The bulk-load brings MPI current. Messages must immediately start flowing to keep it current. Page 10

11 Parallel Development Efforts Bulk-load development. PIX messaging development. Both must be working reliably, then schedule cut-over. Page 11

12 Development Cycle for the Load Iterative cycle: develop-and-test, develop-and-test, etc. Goal is a reliable process. Actual load file won t get created until last minute, in cut-over. Need well defined, repeatable, scripted process. Page 12

13 Tasks in Developing the Load Process ETL extract, transform, load. Partner does business analysis what to extract and how to transform. Partner does extract, need SQL programmer. Partner does transform, need text programmer. ILHIE does the load. Page 13

14 Mapping EHR Fields into the Load-File Spec Mapping is a business analysis that matches source fields to target fields. Find the EHR table that has demographics. Simplest case: One-to-one match between source field and target field. Simplest case: Identical meanings, just re-order and re-name. Example: Field labeled family_name in EHR is labeled last_name in ILHIE. Page 14

15 More Complicated Field Mappings More complicated mappings require transformation and inference. Example: Parsed data might go to two fields. Example: Implied data might have no source except context. Business analyst must identify. Programmers must implement. SQL programmer and text programmer to agree about nulls, etc. Page 15

16 Known Complications to Field Mappings The tasks that need to get done might include: De-normalize Combine Convert Format Parse Infer Skip Re-code Compute Page 16

17 Filtering Records Sometimes the process should filter out records: Bad, very incomplete records. Non-participating patients. Other. Page 17

18 Incremental Test Files Optional: First attempt at bulk-load files can have: Just a few records Fictional patients Subsequent test files must be the real thing: All applicable records in the EMR OK to use for fictional patient records, but must use secure method for real patients. Page 18

19 The Result is a Process Testing proves a process. Process must be simple and reliable. Don t want trouble at cut-over time. Push-button, fool-proof scripts. Page 19

20 Continuous Updates after Cut-Over Admit, discharge, transfer (ADT,) or update at the partner EHR must trigger action. The EHR communicates with ILHIE about the event. Communication is via messages. Page 20

21 Message Standard for Synchronization Message protocol is IHE. Use PIX add-revise. When connection is via VPN, use PIX version 2. When connection is via web-services (SSL/TLS,) use PIX version 3. Page 21

22 Action Sequence for MPI Synchronization Partner actions upon ADT/update event. EHR trigger begins process Populate PIX revise Open communications channel Send PIX Receive acknowledgement Page 22

23 OK to Synchronize MPI with Daily Batch Basic ILHIE model is immediate update. Some partners can only do daily batch. ILHIE has no special technique for batch updates. Partner must convert batch into individual PIX revise transactions. Page 23

24 Parts of MPI Development Effort have a Dependency Connectivity is a pre-requisite for messages. Need secure network tunnel; either VPN or web-services (SSL/TLS.) Typically don t start PIX effort until connected, but could do some stuff, like populate. Page 24

25 An OID is Required Partner must identify self with an OID. ILHIE asks that partner acquire and use an HL7 OID. Have documents that show how to do it; quick, easy, and no cost. Page 25

26 OID and MRN Combination is Unique Partner medical record numbers (MRN) are unique only within partner s assigning domain. The OID is used to identify partner assigning authority domain. Combining the OID with the MRN restores the uniqueness. Assumes partner is maintaining internal uniqueness. Page 26

27 One Patient, Many Sources, Linked Within MPI, for each data source that treated a patient, there is a demographics record. Example: three hospitals treated a patient, then three demographics records in MPI. Want to link together records that are about the same patient. Have an automated link process. Will need manual intervention for some records. Decision making process is called link resolution. Page 27

28 Fields Used for Automated Linking Automated linking uses six fields Names Gender Addresses SSN Birth-date Telecoms Repetition fields telecoms and addresses compare all repetitions in one record with all repetitions in the other record. SSN is important do you have it available? Page 28

29 Manual Link Resolution Automated link-resolution assigns a score and compares score against a threshold. Record pairs slightly under threshold might none-the-less be for same patient. Human intervention might help; humans can: Apply common sense rules. Look at other demographics fields that were not used for automated scoring. Use external information, like partner DB, or even make phone calls. Page 29

30 Preventing False Positives ILHIE independently confirmed a large group of links. Found five rules for preventing false positives. Gender If genders are different, then put in review worklist DOB If three out of three (day/mon/year) are different, then put in review worklist NewBorn If DOB within 2 weeks from current date, then put in review worklist Twins If DOB and LN match and SSNs differ, then put in review worklist Jr/Sr If one has a suffix and DOB is different, then put in review worklist Page 30

31 MPI Calibration ILHIE's vendor offers a service called "MPI Calibration" which might be applied. Page 31

32 ILHIE s System Environments ILHIE maintains three environments: Test, UAT, and Prod. Partner does not need to imitate this. Partner will point interface engine at appropriate end-point to match work being done. Test UAT Prod Prelim testing, no patient info stored here. User Acceptance Testing. MPI goes here during link resolution. Final promotion. Page 32

33 Summary MPI stores, maintains, and makes use of patient demographics. Bulk-load initially, then continuous updates. Bulk-load uses file, continuous updates use messages. Cut-over is simultaneous bulk-load and message start-up. Need business analyst, SQL programmer, and text programmer. Messages follow the IHE standard, using the PIX profile. Partner EHR triggers message action upon local events. Message have prerequisite of connection. An OID is required, please get one from HL7 per ILHIE directions. Partner and ILHIE should agree on link resolution goal before starting. ILHIE has three environments; Test, UAT, and Prod end-points. Page 33

34 Appendix A -- More Information about the Bulk Load File Appendix A Contents: Fields in MPI Bulk Load File Format Field Delimiters Sample Load File Page 34

35 Fields in the MPI Bulk-Load File Unique Patient ID at partner (usually Medical Record Number.) For matching of pairs during link resolution, six field groups are used. Remaining fields are useful for human decision makers. Unique Patient ID Assigning Authority Is unique at partner domain; used in all messages. OID that identifies partner within ILHIE Fields used for matching pairs Name SSN Gender Birth-date Addresses Telecoms last, first, middle, prefix, suffix social security number M/F/U yyyy-mm-dd Street,city,state,postal-code,country, county, precinct country_code,area_code,phone_number, _adrs, type, use Other fields other identifiers marital status religious affil VIP status other names mother s mdn nm ethnic group place of birth race language Page 35

36 File Format Plain text, one record per line. First line is a header that identifies the file and number of records. Need to figure out a way to get record count into header. Page 36

37 Field Delimiters Delimiters are just like those used for HL7 version 2.x Type Record Field Sub-field Repetition Escape Delimiter <cr> (pipe) ^ (carrot) ~ (tilde) \ (backslash) Page 37

38 Sample Load File Sample rows appear below. First line is the header. Next two lines are sample data _12:59:59-HFS HFS Sample file for facility HFS HFS S ^USA^PPN Jones Jason James Mr. Jr. Jones^J.J.^^Mr^^Alias M Billings Road, Apt 1^Middlesex^Framingham^MA^02487^^US^HP~1 Mailing St^^Boston^MA^02487^^US^WP 1^617^ ^^M^WP~1^782^ ^^L^HP~^^^jjj@yahoo.com^^ si ngle Gonzalez caucasian baptist hispanic Spanish HFS ^HFSID^PI Johnston Howard Henry M Main St.^^Malden^MA^02732^^US^WP ^^^test1@gmail.com^^ married caucasian English 0 Page 38

39 Appendix B: Connectivity A separate document will explain more about connectivity. Page 39

HL7 Format and Electronic Sharing

HL7 Format and Electronic Sharing HL7 Format and Electronic Sharing Mark Madrilejo (mark.madrilejo@network180.org) Application Engineer, network180, Member HIE Standards Committee and Working Subcommittees for CCD and Consent Management

More information

JiveX Enterprise PACS Solutions. JiveX HL7 Gateway Conformance Statement - HL7. Version: 4.7.1 As of 2015-05-20

JiveX Enterprise PACS Solutions. JiveX HL7 Gateway Conformance Statement - HL7. Version: 4.7.1 As of 2015-05-20 JiveX Enterprise PACS Solutions JiveX HL7 Gateway Conformance Statement - HL7 Version: 4.7.1 As of 2015-05-20 VISUS Technology Transfer GmbH Universitätsstr. 136 D-44799 Bochum Germany Phone: +49 (0) 234

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

Illinois Health Information Exchange Client Readiness Technical Assessment Checklist

Illinois Health Information Exchange Client Readiness Technical Assessment Checklist Illinois Health Information Exchange Client Readiness Technical Assessment Checklist Date: 10/29/2013 File: ILHIE Client Readiness Document v1.6 Final 3-3-14.doc Page 1 Table of Contents Client Information...

More information

HL7 Onboarding Guide for. May 2015 v3

HL7 Onboarding Guide for. May 2015 v3 HL7 Onboarding Guide for Connecting to the WVHIN May 2015 v3 Contents Purpose... 3 Intended Audience... 3 Introduction... 3 HL7 Onboarding Timeline Overview... 4 A Collaborative Effort: Roles and Responsibilities...

More information

Project Initiation Report HealthInsight HIE

Project Initiation Report HealthInsight HIE Project Initiation Report HealthInsight HIE This report contains the documents delivered during the Assessment Phase for conducting the HIE project as well as a summary of next steps. Your project initiation

More information

HL7 EHR to PowerSoftMD Visit Import Specifications

HL7 EHR to PowerSoftMD Visit Import Specifications HL7 EHR to PowerSoftMD Visit Import Specifications Data Tec, Inc. www.powersoftmd.com 1 P a g e R e v M a y 2 0 1 3 Introduction HL7 EMR to PS Interface Specs PowerSoftMD uses HL7 2.3.1 specifications.

More information

Data Integrity and Integration: How it can compliment your WebFOCUS project. Vincent Deeney Solutions Architect

Data Integrity and Integration: How it can compliment your WebFOCUS project. Vincent Deeney Solutions Architect Data Integrity and Integration: How it can compliment your WebFOCUS project Vincent Deeney Solutions Architect 1 After Lunch Brain Teaser This is a Data Quality Problem! 2 Problem defining a Member How

More information

Eligible Hospital (EH) Onboarding Approach for the Meaningful Use (MU) Incentive Program

Eligible Hospital (EH) Onboarding Approach for the Meaningful Use (MU) Incentive Program Eligible Hospital (EH) Onboarding Approach for the Meaningful Use (MU) Incentive Program Promise Nkwocha, MSc. RHCE New York City Department of Health and Mental Hygiene INTRODUCTION New York City Department

More information

MHS EMR Program. EMR HIE Integration Toolkit

MHS EMR Program. EMR HIE Integration Toolkit EMR HIE Integration Toolkit Spring 2010 Table of Contents INTRODUCTION... 3 WHAT THE HIE WILL PROVIDE... 4 RECEIVING INFORMATION TO AN EMR... 5 AUTOMATICALLY PUSHED DATA...5 MANUALLY PULLED DATA...5 PATIENT

More information

HL7 Conformance Statement

HL7 Conformance Statement HL7 Conformance Statement Product Image-Arena 4.3 Product No.: T.08.0122 Effective Date: 2010-04-30 Benjamin Wagner Document 04 rev.: D32.0083-04 Image-Arena 4.3 HL7 conformance statement Table of contents

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

Guidelines for Pilot Testing of Data Management Maturity sm Model for Individual Data Matching

Guidelines for Pilot Testing of Data Management Maturity sm Model for Individual Data Matching Final Report Patient Matching Community of Practice Guidelines for Pilot Testing of Data Management Maturity sm Model for Individual Data Matching Submitted to Office of the National Coordinator for Health

More information

Principal MDM Components and Capabilities

Principal MDM Components and Capabilities Principal MDM Components and Capabilities David Loshin Knowledge Integrity, Inc. 1 Agenda Introduction to master data management The MDM Component Layer Model MDM Maturity MDM Functional Services Summary

More information

Chapter 3: Data Mining Driven Learning Apprentice System for Medical Billing Compliance

Chapter 3: Data Mining Driven Learning Apprentice System for Medical Billing Compliance Chapter 3: Data Mining Driven Learning Apprentice System for Medical Billing Compliance 3.1 Introduction This research has been conducted at back office of a medical billing company situated in a custom

More information

Issues in Identification and Linkage of Patient Records Across an Integrated Delivery System

Issues in Identification and Linkage of Patient Records Across an Integrated Delivery System Issues in Identification and Linkage of Patient Records Across an Integrated Delivery System Max G. Arellano, MA; Gerald I. Weber, PhD To develop successfully an integrated delivery system (IDS), it is

More information

LAUREL BRIDGE. Orchestrating Medical Imaging Workflow. Solutions Overview

LAUREL BRIDGE. Orchestrating Medical Imaging Workflow. Solutions Overview LAUREL BRIDGE Orchestrating Medical Imaging Workflow Solutions Overview Realize the Value of Enterprise Imaging! Medical imaging workflows are increasingly complex and are creating demands that may strain

More information

Presenters: Laura Zaremba, ILHIE Acting Executive Director Ivan Handler, Chief Technology Officer Kevin Ferriter, InterSystems Corp, Program Manager

Presenters: Laura Zaremba, ILHIE Acting Executive Director Ivan Handler, Chief Technology Officer Kevin Ferriter, InterSystems Corp, Program Manager Presenters: Laura Zaremba, ILHIE Acting Executive Director Ivan Handler, Chief Technology Officer Kevin Ferriter, InterSystems Corp, Program Manager June 21, 2012 Every provider in Illinois has at least

More information

The Value of Advanced Data Integration in a Big Data Services Company. Presenter: Flavio Villanustre, VP Technology September 2014

The Value of Advanced Data Integration in a Big Data Services Company. Presenter: Flavio Villanustre, VP Technology September 2014 The Value of Advanced Data Integration in a Big Data Services Company Presenter: Flavio Villanustre, VP Technology September 2014 About LexisNexis We are among the largest providers of risk solutions in

More information

Note: With v3.2, the DocuSign Fetch application was renamed DocuSign Retrieve.

Note: With v3.2, the DocuSign Fetch application was renamed DocuSign Retrieve. Quick Start Guide DocuSign Retrieve 3.2.2 Published April 2015 Overview DocuSign Retrieve is a windows-based tool that "retrieves" envelopes, documents, and data from DocuSign for use in external systems.

More information

Compromised Identity Exchange: How to Contribute Compromised Data

Compromised Identity Exchange: How to Contribute Compromised Data Compromised Identity Exchange: How to Contribute Compromised Data The first step in protecting your customers from fraud following a data breach at your organization is to contribute your breached records

More information

NCIR Technical Onboarding Process. Version 1.2

NCIR Technical Onboarding Process. Version 1.2 NCIR Technical Onboarding Process Version 1.2 Document Owner: NCIR Document Revision History Date Version Number Resource Brief Description of changes 03/07/2014 1.0 Sriram Venkataraman Created Document

More information

Data Warehouse and Business Intelligence Testing: Challenges, Best Practices & the Solution

Data Warehouse and Business Intelligence Testing: Challenges, Best Practices & the Solution Warehouse and Business Intelligence : Challenges, Best Practices & the Solution Prepared by datagaps http://www.datagaps.com http://www.youtube.com/datagaps http://www.twitter.com/datagaps Contact contact@datagaps.com

More information

Using Managed Services As A Software Delivery Model In Canadian Health Care

Using Managed Services As A Software Delivery Model In Canadian Health Care Using Managed Services As A Software Delivery Model In Canadian Health Care September 9, 2005 Authors: Darren Jones Darcy Matras INTRODUCTION... 3 MANAGED SERVICES DEFINED... 4 MANAGED SERVICES OVERVIEW...

More information

Office of Court Administration Automated Registry (AR) Interface Design Document for DSHS - Clinical Management for Behavioral Health Services (CMBHS)

Office of Court Administration Automated Registry (AR) Interface Design Document for DSHS - Clinical Management for Behavioral Health Services (CMBHS) Office of Court Administration Automated Registry (AR) Interface Design Document for DSHS - Clinical Management for Behavioral Health Services (CMBHS) August 04, 2009 Interface Design Document for CMBHS

More information

W16 Data Mining Workshop

W16 Data Mining Workshop W16 Data Mining Workshop Brantley Synco, Director, Internal Audit and Compliance, Baptist Health System Jim Donaldson, Director of Compliance/Privacy and Security Officer, Baptist Health Care Corporation

More information

What We ll Cover. Component 8 Installation and Maintenance of Health IT Systems

What We ll Cover. Component 8 Installation and Maintenance of Health IT Systems Component 8 Installation and Maintenance of Health IT Systems Unit 7 System Interfaces and Integration This material was developed by Duke University, funded by the Department of Health and Human Services,

More information

WASHINGTON STATE STATEWIDE HIE HUB APPENDIX D: VENDOR DEMONSTRATION OUTLINE

WASHINGTON STATE STATEWIDE HIE HUB APPENDIX D: VENDOR DEMONSTRATION OUTLINE WASHINGTON STATE STATEWIDE HIE HUB APPENDIX D: VENDOR DEMONSTRATION OUTLINE September 13, 2010 Virtual Vendor Demonstration Guidelines This document outlines what the vendor is asked to demo to the Scoring

More information

Appendix F: HISPC ASP Use Case Policy Requirements Templates

Appendix F: HISPC ASP Use Case Policy Requirements Templates Appendix F: HISPC ASP Use Case Policy Requirements Templates Table of Contents HISPC ASP EHR Laboratory Results Use Case Policy Requirements Template for Participant Model States F-7 Part 1. Introduction...

More information

CT RADIATION DOSE REPORT FROM DICOM. Frank Dong, PhD, DABR Diagnostic Physicist Imaging Institute Cleveland Clinic Foundation Cleveland, OH

CT RADIATION DOSE REPORT FROM DICOM. Frank Dong, PhD, DABR Diagnostic Physicist Imaging Institute Cleveland Clinic Foundation Cleveland, OH CT RADIATION DOSE REPORT FROM DICOM Frank Dong, PhD, DABR Diagnostic Physicist Imaging Institute Cleveland Clinic Foundation Cleveland, OH CT Patient comes out... Patient goes in... Big Black Box Radiology

More information

Interoperability and Integrating the Healthcare Enterprise

Interoperability and Integrating the Healthcare Enterprise Interoperability and Integrating the Healthcare Enterprise Nicholas Brown Thanks to Dave Plummer and Mark Shafarman for some slides 24th January 2008 1 Overview What is Interoperability? What is IHE? What

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

Integrating with BarTender Integration Builder

Integrating with BarTender Integration Builder Integrating with BarTender Integration Builder WHITE PAPER Contents Overview 3 Understanding BarTender's Native Integration Platform 4 Integration Builder 4 Administration Console 5 BarTender Integration

More information

Syndromic Surveillance BioSense Onboarding in Arizona

Syndromic Surveillance BioSense Onboarding in Arizona Syndromic Surveillance BioSense Onboarding in Arizona Sara Imholte, Stanley Kotey, Manoj Shaw & Krystal Collier Electronic Disease Surveillance Program April 1, 2015 Introduc*ons Background Onboarding

More information

Central Intake Library Information

Central Intake Library Information Central Intake Library Information Client Intake Page: Consent Consent Expiration First Name Middle Name Last Name Suffix DOB/Code SSN/Code Contact Tab: Last Permanent Address: Street# Street Name Street

More information

CERULIUM TERADATA COURSE CATALOG

CERULIUM TERADATA COURSE CATALOG CERULIUM TERADATA COURSE CATALOG Cerulium Corporation has provided quality Teradata education and consulting expertise for over seven years. We offer customized solutions to maximize your warehouse. Prepared

More information

HL7 Conformance Statement RadCentre. Release 2015.01

HL7 Conformance Statement RadCentre. Release 2015.01 HL7 Conformance Statement Release 2015.01 Editing The editing is done by i-slutins Health GmbH. If you have any suggestions for improvement or requests for modification etc, please let us know. You can

More information

Electronic Health Network - Case Study Consent2Share Share with Confidence

Electronic Health Network - Case Study Consent2Share Share with Confidence Electronic Health Network - Case Study Consent2Share Share with Confidence Jan 2015 About Consent2Share Complying with privacy regulations in an electronic environment is a very complex process. The Consent2Share

More information

ShadowLink 2. Overview. May 4, 2015. ONLINE SUPPORT emdat.com/ticket/ PHONE SUPPORT (608) 270-6400 ext. 1

ShadowLink 2. Overview. May 4, 2015. ONLINE SUPPORT emdat.com/ticket/ PHONE SUPPORT (608) 270-6400 ext. 1 ShadowLink 2 Overview May 4, 2015 ONLINE SUPPORT emdat.com/ticket/ PHONE SUPPORT (608) 270-6400 ext. 1 1 Interfacing with Emdat ShadowLink is an Emdat developed product that securely moves data between

More information

Identity Management. An overview of the CareEvolution RHIO Technology Platform s Identity Management (record linking) service

Identity Management. An overview of the CareEvolution RHIO Technology Platform s Identity Management (record linking) service Identity Management An overview of the CareEvolution RHIO Technology Platform s Identity Management (record linking) service CareEvolution, Inc. All Rights Reserved. All logos, brand and product names

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

Installation and Maintenance of Health IT Systems. What We ll Cover. What are Interface and Integration? Unit 7 System Interfaces and Integration

Installation and Maintenance of Health IT Systems. What We ll Cover. What are Interface and Integration? Unit 7 System Interfaces and Integration Installation and Maintenance of Health IT Systems Unit 7 System Interfaces and Integration 1 What We ll Cover Define Interface and Integration Why are Integration Capabilities important What is an interface?

More information

Demographic Batch Search (DBS)

Demographic Batch Search (DBS) British Isles Network of Congenital Anomaly Registers BINOCAR Standard Operating Procedure for Demographic Batch Search (DBS) Instructions for the Registration and Surveillance of Congenital Anomalies

More information

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

Data Quality and Stewardship in the Veterans Health Administration

Data Quality and Stewardship in the Veterans Health Administration Data Quality and Stewardship in the Veterans Health Administration ABSTRACT The mission of the Veterans Health Administration (VHA) is to serve the needs of America's Veterans by providing primary care,

More information

Oracle Siebel Marketing and Oracle B2B Cross- Channel Marketing Integration Guide ORACLE WHITE PAPER AUGUST 2014

Oracle Siebel Marketing and Oracle B2B Cross- Channel Marketing Integration Guide ORACLE WHITE PAPER AUGUST 2014 Oracle Siebel Marketing and Oracle B2B Cross- Channel Marketing Integration Guide ORACLE WHITE PAPER AUGUST 2014 Disclaimer The following is intended to outline our general product direction. It is intended

More information

Jet Data Manager 2012 User Guide

Jet Data Manager 2012 User Guide Jet Data Manager 2012 User Guide Welcome This documentation provides descriptions of the concepts and features of the Jet Data Manager and how to use with them. With the Jet Data Manager you can transform

More information

EMR Technology Checklist

EMR Technology Checklist Patient Accessibility/Scheduling/Account Maintenance: Able to interact with schedule through an online portal pre register VIP status to move patient to the front of the line Access and pre registration

More information

IHS Pharmacy-Automated Dispensing Interface System (BOP)

IHS Pharmacy-Automated Dispensing Interface System (BOP) RESOURCE AND PATIENT MANAGEMENT SYSTEM IHS Pharmacy-Automated Dispensing Interface System (BOP) User Manual Version 1.0 July 2005 Office of Information Technology Albuquerque, New Mexico User Manual i

More information

Introduction to Reporting with Allscripts Professional EHR

Introduction to Reporting with Allscripts Professional EHR Introduction to Reporting with Allscripts Professional EHR Demographics, Provider, Encounter December 2014 Today s presenter: Dana McDonough Technical Consultant Galen Healthcare Solutions Fallon Hartford

More information

SQL Server 2005. Introduction to SQL Server 2005. SQL Server 2005 basic tools. SQL Server Configuration Manager. SQL Server services management

SQL Server 2005. Introduction to SQL Server 2005. SQL Server 2005 basic tools. SQL Server Configuration Manager. SQL Server services management Database and data mining group, SQL Server 2005 Introduction to SQL Server 2005 Introduction to SQL Server 2005-1 Database and data mining group, SQL Server 2005 basic tools SQL Server Configuration Manager

More information

Service-Oriented Approach to Electronic Health Records Phase 3 November 23, 2010

Service-Oriented Approach to Electronic Health Records Phase 3 November 23, 2010 Service-Oriented Approach to Electronic Health Records November 23, 2010 1 Table of Contents 1 Introduction... 4 1.1 Requirements... 5 1.2 Use Cases... 5 1.2.1 Use Case Description - Create EHR... 7 1.2.2

More information

Entity store. Microsoft Dynamics AX 2012 R3

Entity store. Microsoft Dynamics AX 2012 R3 Microsoft Dynamics AX 2012 R3 Entity store This document describes the primary scenarios and features of Entity store. Entity store is a database that is used for analytical scenarios such as near-real-time

More information

PATIENT IDENTIFICATION AND MATCHING INITIAL FINDINGS

PATIENT IDENTIFICATION AND MATCHING INITIAL FINDINGS PATIENT IDENTIFICATION AND MATCHING INITIAL FINDINGS Prepared for the Office of the National Coordinator for Health Information Technology by: Genevieve Morris, Senior Associate, Audacious Inquiry Greg

More information

HIE Services & Pricing

HIE Services & Pricing Services Available at No Cost Health Information Exchange Services & Pricing Package Services Available at No Cost Services Available at No Cost HealthlinkNY Web Portal The HealthlinkNY Web Portal is available

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

Public Health Case Reporting Using Consolidated Clinical Data Architecture (C-CDA) Pilot

Public Health Case Reporting Using Consolidated Clinical Data Architecture (C-CDA) Pilot Public Health Case Reporting Using Consolidated Clinical Data Architecture (C-CDA) Pilot John Gelletta, WEDSS Informaticist Wisconsin Department of Health Services john.gelletta@wisonsin.gov Electronic

More information

SJÖGREN S INTERNATIONAL COLLABORATIVE CLINICAL ALLIANCE (SICCA) BIOREPOSITORY AND DATA REGISTRY DATA MANAGEMENT PLAN

SJÖGREN S INTERNATIONAL COLLABORATIVE CLINICAL ALLIANCE (SICCA) BIOREPOSITORY AND DATA REGISTRY DATA MANAGEMENT PLAN 1 SJÖGREN S INTERNATIONAL COLLABORATIVE CLINICAL ALLIANCE (SICCA) BIOREPOSITORY AND DATA REGISTRY DATA MANAGEMENT PLAN 1. Database Overview The SICCA database includes the Clinical Database, the Biorepository

More information

New York State Student Information Repository System. New York State Student Identification System (NYSSIS) USERS GUIDE

New York State Student Information Repository System. New York State Student Identification System (NYSSIS) USERS GUIDE New York State Student Information Repository System New York State Student Identification System (NYSSIS) USERS GUIDE Version 6.4 Released November 2015 The University of the State of New York THE STATE

More information

Release Notes. Medtech32 Australia. Version 9.3.1 Build 4711. July 2015

Release Notes. Medtech32 Australia. Version 9.3.1 Build 4711. July 2015 Release Notes Medtech32 Australia Version 9.3.1 Build 4711 July 2015 These Release Notes contain important information for Medtech32 users. Please ensure that they are circulated amongst all your relevant

More information

HL7 Interconnection Guide v1.1

HL7 Interconnection Guide v1.1 HL7 Interconnection Guide v1.1 Copyright Universal Research Solutions, LLC. 1 Contents Introduction... 3 Recommended Interconnection Plan... 3 VPN Connectivity... 3 Communication Protocol... 4 TCP/IP &

More information

AUTOMATION CENTER MAXIMUM ENGAGEMENT. MINIMUM RESOURCES.

AUTOMATION CENTER MAXIMUM ENGAGEMENT. MINIMUM RESOURCES. AUTOMATION CENTER MAXIMUM ENGAGEMENT. MINIMUM RESOURCES. AUTOMATION CENTER Maximum engagement. Minimum resources. Automated Customer Engagement Power one-to-one, personalized customer engagement with minimal

More information

Administration for Children and Families (ACF) Master Person Index Services White Paper DRAFT Version D0.2 June 2012

Administration for Children and Families (ACF) Master Person Index Services White Paper DRAFT Version D0.2 June 2012 Prepared for the: Administration for Children and Families (ACF) National Human Services Interoperability Architecture Master Person Index Services White Paper DRAFT Version D0.2 June 2012 Prepared by:

More information

De-Identification of Clinical Data

De-Identification of Clinical Data De-Identification of Clinical Data Sepideh Khosravifar, CISSP Info Security Analyst IV TEPR Conference 2008 Ft. Lauderdale, Florida May 17-21, 2008 1 1 Slide 1 cmw1 Craig M. Winter, 4/25/2008 Background

More information

Link Crew & WEB Database User Guide. Database 2006

Link Crew & WEB Database User Guide. Database 2006 i Link Crew & WEB Database User Guide Database 2006 1 ii 1 Contents 1 CONTENTS...II 2 THE LINK CREW AND WEB DATABASE... 3 3 DOWNLOADING THE DATABASE... 4 Step 1: Login to the Boomerang Project Website...4

More information

Moving your Facility to an Electronic Medical Record

Moving your Facility to an Electronic Medical Record Moving your Facility to an Electronic Medical Record 1 Table of Contents Paper vs Electronic The Pros and Cons Page 3 Considerations As You Move Ahead Page 10 Infrastructure Page 14 Your Current Software

More information

8000 Marina Boulevard, Suite 600, Brisbane, California 94005-1865 U.S.A. Toll free: +1 (888) 778-9793 Voice: +1 (650) 228-2500 Fax: +1 (650) 228-2501

8000 Marina Boulevard, Suite 600, Brisbane, California 94005-1865 U.S.A. Toll free: +1 (888) 778-9793 Voice: +1 (650) 228-2500 Fax: +1 (650) 228-2501 Version 3.4 Manual Copyright 2007 CollabNet, Inc. All rights reserved. CollabNet is a trademark or registered trademark of CollabNet, Inc., in the U.S. and other countries. All other trademarks, brand

More information

A Scheme for Automation of Telecom Data Processing for Business Application

A Scheme for Automation of Telecom Data Processing for Business Application A Scheme for Automation of Telecom Data Processing for Business Application 1 T.R.Gopalakrishnan Nair, 2 Vithal. J. Sampagar, 3 Suma V, 4 Ezhilarasan Maharajan 1, 3 Research and Industry Incubation Center,

More information

Harmonized Use Case for Electronic Health Records (Laboratory Result Reporting) March 19, 2006

Harmonized Use Case for Electronic Health Records (Laboratory Result Reporting) March 19, 2006 Harmonized Use Case for Electronic Health Records (Laboratory Result Reporting) March 19, 2006 Office of the National Coordinator for Health Information Technology (ONC) Table of Contents American Health

More information

Clinical Mapping (CMAP) Draft for Public Comment

Clinical Mapping (CMAP) Draft for Public Comment Integrating the Healthcare Enterprise 5 IHE Patient Care Coordination Technical Framework Supplement 10 Clinical Mapping (CMAP) 15 Draft for Public Comment 20 Date: June 1, 2015 Author: PCC Technical Committee

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Oracle WebCenter Forms Recognition/Capture Integration Guide 11g Release 1 (11.1.1) E49971-01 November 2013 Oracle WebCenter Forms Recognition is a learning-based solution that

More information

Infinite Campus Ad Hoc Reporting Basics

Infinite Campus Ad Hoc Reporting Basics Infinite Campus Ad Hoc Reporting Basics May, 2012 1 Overview The Ad hoc Reporting module allows a user to create reports and run queries for various types of data in Campus. Ad hoc queries may be used

More information

dbspeak DBs peak when we speak

dbspeak DBs peak when we speak Data Profiling: A Practitioner s approach using Dataflux [Data profiling] employs analytic methods for looking at data for the purpose of developing a thorough understanding of the content, structure,

More information

Introduction to the Data Migration Framework (DMF) in Microsoft Dynamics WHITEPAPER

Introduction to the Data Migration Framework (DMF) in Microsoft Dynamics WHITEPAPER Introduction to the Data Migration Framework (DMF) in Microsoft Dynamics WHITEPAPER Junction Solutions documentation 2012 All material contained in this documentation is proprietary and confidential to

More information

Functional/Technical Specification

Functional/Technical Specification Functional/Technical HUIT_Functional_TechSpec_v11a.docx March 8, 2013 Version 11.0 Page 1 Document Control Revision Description Author Approved By Date 1.0 Pre Draft Template J. Worthington R.Lo 1/25/13

More information

Release Notes for InQuira 8.2.3

Release Notes for InQuira 8.2.3 NEW FEATURES AND ENHANCEMENTS Release Notes for InQuira 8.2.3 This document contains the following information for the InQuira 8.2.3 release: New Features and Enhancements Corrected Defects Merged Patches

More information

HL7 Fundamentals. Presented by: Dana McDonough, Carolina Velasquez, & Bing Chen. August 2014

HL7 Fundamentals. Presented by: Dana McDonough, Carolina Velasquez, & Bing Chen. August 2014 HL7 Fundamentals Presented by: Dana McDonough, Carolina Velasquez, & Bing Chen August 2014 Today s Presenters: Dana McDonough Associate Technical Consultant Allscripts and Epic data conversions EHR Reporting

More information

Contents COMBO SCREEN FOR THEPATRON EDGE ONLINE...1 TICKET/EVENT BUNDLES...11 INDEX...71

Contents COMBO SCREEN FOR THEPATRON EDGE ONLINE...1 TICKET/EVENT BUNDLES...11 INDEX...71 Combo Screen Guide 092311 2011 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including photocopying,

More information

7. Databases and Database Management Systems

7. Databases and Database Management Systems 7. Databases and Database Management Systems 7.1 What is a File? A file is a collection of data or information that has a name, called the Filename. There are many different types of files: Data files

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

Overview. Table of Contents. SA Data Warehouse

Overview. Table of Contents. SA Data Warehouse Overview The goal of the Student Administration Data Warehouse (herein referred to as SADW) is to provide an easily accessible and easy to use reporting environment that can satisfy 80% of the daily reporting

More information

Workflow Optimization Intake Process

Workflow Optimization Intake Process The patient check-in process at a physician office is an opportunity to update and collect information about the patient. The goal of this document is to guide a practice in the transition of this workflow

More information

COSC 6397 Big Data Analytics. 2 nd homework assignment Pig and Hive. Edgar Gabriel Spring 2015

COSC 6397 Big Data Analytics. 2 nd homework assignment Pig and Hive. Edgar Gabriel Spring 2015 COSC 6397 Big Data Analytics 2 nd homework assignment Pig and Hive Edgar Gabriel Spring 2015 2 nd Homework Rules Each student should deliver Source code (.java files) Documentation (.pdf,.doc,.tex or.txt

More information

How To Understand The History Of A Webmail Website On A Pc Or Macodeo.Com

How To Understand The History Of A Webmail Website On A Pc Or Macodeo.Com iservice Business Intelligence Reports Guide A guide for users of the iservice Customer Interaction Solution. This user guide is intended for users of the iservice system. It is not intended to provide

More information

REQUEST FOR INFORMATION (RFI) Health Interface Engine Solution

REQUEST FOR INFORMATION (RFI) Health Interface Engine Solution City of Philadelphia Department of Public Health 1401 JFK Blvd Suite 600 Philadelphia, PA 19102 REQUEST FOR INFORMATION (RFI) This document contains a Request for Information (RFI) for an interface engine

More information

Soarian All Patient Access Training. Soarian: Patient Access. Facilitator Guide

Soarian All Patient Access Training. Soarian: Patient Access. Facilitator Guide Soarian: Patient Access Facilitator Guide 1 Facilitator Guide 2012, BJC HealthCare (St Louis, Missouri). All Rights Reserved Proprietary & Confidential 2 TABLE OF CONTENTS CLASS LOGISTICS... 5 Materials

More information

IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3 April 8, 2016. Integration Guide IBM

IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3 April 8, 2016. Integration Guide IBM IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3 April 8, 2016 Integration Guide IBM Note Before using this information and the product it supports, read the information

More information

IHE IT Infrastructure Technical Framework Supplement. XAD-PID Change Management (XPID) Trial Implementation

IHE IT Infrastructure Technical Framework Supplement. XAD-PID Change Management (XPID) Trial Implementation Integrating the Healthcare Enterprise 5 IHE IT Infrastructure Technical Framework Supplement 10 XAD-PID Change Management 15 Trial Implementation 20 Date: August 19, 2011 Author: ITI Technical Committee

More information

EzyScript User Manual

EzyScript User Manual Version 1.4 Z Option 417 Oakbend Suite 200 Lewisville, Texas 75067 www.zoption.com (877) 653-7215 (972) 315-8800 fax: (972) 315-8804 EzyScript User Manual SAP Transaction Scripting & Table Querying Tool

More information

IHE Radiology Technical Framework Volume 3 (IHE RAD TF-3)

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

More information

IHE Standards-based Onboarding Guide for Connecting to the WVHIN. February 2015 v1

IHE Standards-based Onboarding Guide for Connecting to the WVHIN. February 2015 v1 IHE Standards-based Onboarding Guide for Connecting to the WVHIN February 2015 v1 Contents Purpose... 3 Intended Audience... 3 Introduction... 3 IHE Onboarding Timeline Overview... 4 A Collaborative Effort:

More information

Dynamic Decision-Making Web Services Using SAS Stored Processes and SAS Business Rules Manager

Dynamic Decision-Making Web Services Using SAS Stored Processes and SAS Business Rules Manager Paper SAS1787-2015 Dynamic Decision-Making Web Services Using SAS Stored Processes and SAS Business Rules Manager Chris Upton and Lori Small, SAS Institute Inc. ABSTRACT With the latest release of SAS

More information

Event Notification Service Overview for the Florida HIE

Event Notification Service Overview for the Florida HIE Event Notification Service Overview for the Florida HIE What is the Event Notification Service? All too often, primary care providers and the care coordination teams at insurance companies do not learn

More information

Health Information Exchange. Scalable and Affordable

Health Information Exchange. Scalable and Affordable Integration is Everything Health Information Exchange Scalable and Affordable Today s healthcare organizations are transforming the quality of patient care by electronically exchanging patient data at

More information

IBM Business Process Manager Version 8 Release 5. Hiring Tutorial IBM

IBM Business Process Manager Version 8 Release 5. Hiring Tutorial IBM IBM Business Process Manager Version 8 Release 5 Hiring Tutorial IBM Note Before using this information and the product it supports, read the information in Notices on page 95. This edition applies to

More information

Continuous Delivery Workshop

Continuous Delivery Workshop Continuous Delivery Workshop deployment pipelines Workshop materials created by Jez Humble, Martin Fowler, Tom Sulston, & Neal Ford deployment pipelines tests, synergistic practices, incremental deployment

More information

MASTER DATA MANAGEMENT: APPLICATIONS FOR CLINICAL TRIAL DATA

MASTER DATA MANAGEMENT: APPLICATIONS FOR CLINICAL TRIAL DATA MASTER DATA MANAGEMENT: APPLICATIONS FOR CLINICAL TRIAL DATA PHUSE 2012 SD06 BILL GIBSON SAS INSTITUTE MAKING AUTOMATED CONNECTIONS ACROSS SYSTEMS Agenda Applying Master Data Management (MDM) techniques

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

Jefferson County Public Schools. FRYSC Tips and Tricks

Jefferson County Public Schools. FRYSC Tips and Tricks FRYSC Tips and Tricks Table of Contents FRYSC Information Tracked in Infinite Campus... 4 Student Records... 4 Group Operations... 4 Individual Interventions... 5 Group Program Interventions... 9 Creating

More information

Business and Technical Description of Commercial Systems The scope of the technical solution is further described below.

Business and Technical Description of Commercial Systems The scope of the technical solution is further described below. Introduction MaxMD is pleased to provide the Pennsylvania ehealth Partnership Authority (Authority) the Business and Technical Requirements report under the Lab Grant pilot project. We have demonstrated

More information