SlideShare ist ein Scribd-Unternehmen logo
1 von 2
Downloaden Sie, um offline zu lesen
1
MPI: Master Patient Index
Yuzhe Tang
Georgia Institute of Technology, GA, USA
Email:yztang@gatech.edu
GTID#: 902641656
I. A1: (OpenEMPI) Overview
Patient identity management is important in HIE (Healthcare Information Exchange); normally,
HIE happens in two steps: 1) a patient’s identity is accurately determined across the institutions
2) then it starts to share Healthcare data across organizations.
MPI aims at linking patient identity information across Healthcare providers.
MPI is difficult, because of multiple patient identifiers, semantic difference/vagueness (e.g.
patient may have multiple names.)
This articles introduces OpenEMPI, which is a high-performance open-source EMPI (Enter-
prise MPI). It is organized based on the principles of SOA (service oriented architecture).
II. Enterprise master patient index
This wiki entry describes Enterprise MPI (or MPI simply). Again, MPI is a database used
across a healthcare organization to maintain consistent and accurate demographic and medical
data of the patient. Usually a patient is assigned a unique identifier and use it to refer to this
patient across the enterprise. The goal is to ensure that each patient is represented only once
across all software within an organization.
EMPI is intended to solve the inconsistency problem in which multiple systems’ data become
inconsistent due to patient information changes (only on one of these systems).
Master (as in MPI) here means enterprise-wide scope.
2
An EMPI provides API for searching and querying the index to find patients and the pointers
to their identifiers and records in the respective systems.
A key component of an EMPI is the match engine (?matching identifiers with patient’s records
in the system?). The match engine needs to handle the corner cases including typos, misspellings,
aliases and more. Due to errors in the data, match engine or MPI should also provide interface
for reviewing the results (which the engine can not definitively determine a match or not).
In the market of MPI providers, there are commercial vendors including NextGate, Atlas and
HealthUnity. There are also open-source EMPI systems, such as OpenEMPI and others.
III. Master Patient Index: Linking Quality Healthcare Across the Nation (a
government white paper)
MPI is a database with patient data populated from all facilities nationwide. It serves as an
access point linking patient identifier with individual or aggregated patient records. MPI “provide
a list of all treating facilities at which a patient has received care.”
It is necessary to ensure the overall integrity of the patient data within MPI. The data quality
includes removing duplicates and so on.

Weitere ähnliche Inhalte

Ähnlich wie Latex

Analysis Of Electronic Health Records System1C.docx
Analysis Of Electronic Health Records System1C.docxAnalysis Of Electronic Health Records System1C.docx
Analysis Of Electronic Health Records System1C.docx
greg1eden90113
 
Questions On The Healthcare System
Questions On The Healthcare SystemQuestions On The Healthcare System
Questions On The Healthcare System
Amanda Gray
 
Analysis Of Electronic Health Records System1C
Analysis Of Electronic Health Records System1CAnalysis Of Electronic Health Records System1C
Analysis Of Electronic Health Records System1C
LilianaJohansen814
 
Industry and Firm Analysis
Industry and Firm AnalysisIndustry and Firm Analysis
Industry and Firm Analysis
Ashley Leonzio
 

Ähnlich wie Latex (20)

The concept of a medical information
The concept of a medical informationThe concept of a medical information
The concept of a medical information
 
Blockchain-Based AI-Assisted Hospital Management System
Blockchain-Based AI-Assisted Hospital Management SystemBlockchain-Based AI-Assisted Hospital Management System
Blockchain-Based AI-Assisted Hospital Management System
 
his.pdf
his.pdfhis.pdf
his.pdf
 
Accountable Care Organization (ACO) Management Tools - FAQ
Accountable Care Organization (ACO) Management Tools - FAQAccountable Care Organization (ACO) Management Tools - FAQ
Accountable Care Organization (ACO) Management Tools - FAQ
 
Development of Hospital Information Management Systems
Development of Hospital Information Management SystemsDevelopment of Hospital Information Management Systems
Development of Hospital Information Management Systems
 
Cis powerpoint/Health Care Informatics (NUR/HSC SOL1-2) Spring 2011
Cis powerpoint/Health Care Informatics (NUR/HSC SOL1-2) Spring 2011Cis powerpoint/Health Care Informatics (NUR/HSC SOL1-2) Spring 2011
Cis powerpoint/Health Care Informatics (NUR/HSC SOL1-2) Spring 2011
 
Maximizing Healthcare Potential_ A Comprehensive Guide to EHR and EMPI Integr...
Maximizing Healthcare Potential_ A Comprehensive Guide to EHR and EMPI Integr...Maximizing Healthcare Potential_ A Comprehensive Guide to EHR and EMPI Integr...
Maximizing Healthcare Potential_ A Comprehensive Guide to EHR and EMPI Integr...
 
Health management information systems for universal health coverage
Health management information systems for universal health coverageHealth management information systems for universal health coverage
Health management information systems for universal health coverage
 
Evaluation of a clinical information system (cis)
Evaluation of a clinical information system (cis)Evaluation of a clinical information system (cis)
Evaluation of a clinical information system (cis)
 
Article on The Electronic Health Record
Article on The Electronic Health RecordArticle on The Electronic Health Record
Article on The Electronic Health Record
 
The Path to Clinical Groupware. by Vince Kuraitis
The Path to Clinical Groupware. by Vince KuraitisThe Path to Clinical Groupware. by Vince Kuraitis
The Path to Clinical Groupware. by Vince Kuraitis
 
Top Challenges in Healthcare IT that Keep CIOs up at Night
Top Challenges in Healthcare IT that Keep CIOs up at Night Top Challenges in Healthcare IT that Keep CIOs up at Night
Top Challenges in Healthcare IT that Keep CIOs up at Night
 
Analysis Of Electronic Health Records System1C.docx
Analysis Of Electronic Health Records System1C.docxAnalysis Of Electronic Health Records System1C.docx
Analysis Of Electronic Health Records System1C.docx
 
Questions On The Healthcare System
Questions On The Healthcare SystemQuestions On The Healthcare System
Questions On The Healthcare System
 
New Age Technology in Healthcare
New Age Technology in HealthcareNew Age Technology in Healthcare
New Age Technology in Healthcare
 
Design and Implementation of Hospital Management System Using Java
Design and Implementation of Hospital Management System Using JavaDesign and Implementation of Hospital Management System Using Java
Design and Implementation of Hospital Management System Using Java
 
Artificial Intelligence Service in Healthcare
Artificial Intelligence Service in HealthcareArtificial Intelligence Service in Healthcare
Artificial Intelligence Service in Healthcare
 
Analysis Of Electronic Health Records System1C
Analysis Of Electronic Health Records System1CAnalysis Of Electronic Health Records System1C
Analysis Of Electronic Health Records System1C
 
CCPL. HIS
CCPL. HISCCPL. HIS
CCPL. HIS
 
Industry and Firm Analysis
Industry and Firm AnalysisIndustry and Firm Analysis
Industry and Firm Analysis
 

Latex

  • 1. 1 MPI: Master Patient Index Yuzhe Tang Georgia Institute of Technology, GA, USA Email:yztang@gatech.edu GTID#: 902641656 I. A1: (OpenEMPI) Overview Patient identity management is important in HIE (Healthcare Information Exchange); normally, HIE happens in two steps: 1) a patient’s identity is accurately determined across the institutions 2) then it starts to share Healthcare data across organizations. MPI aims at linking patient identity information across Healthcare providers. MPI is difficult, because of multiple patient identifiers, semantic difference/vagueness (e.g. patient may have multiple names.) This articles introduces OpenEMPI, which is a high-performance open-source EMPI (Enter- prise MPI). It is organized based on the principles of SOA (service oriented architecture). II. Enterprise master patient index This wiki entry describes Enterprise MPI (or MPI simply). Again, MPI is a database used across a healthcare organization to maintain consistent and accurate demographic and medical data of the patient. Usually a patient is assigned a unique identifier and use it to refer to this patient across the enterprise. The goal is to ensure that each patient is represented only once across all software within an organization. EMPI is intended to solve the inconsistency problem in which multiple systems’ data become inconsistent due to patient information changes (only on one of these systems). Master (as in MPI) here means enterprise-wide scope.
  • 2. 2 An EMPI provides API for searching and querying the index to find patients and the pointers to their identifiers and records in the respective systems. A key component of an EMPI is the match engine (?matching identifiers with patient’s records in the system?). The match engine needs to handle the corner cases including typos, misspellings, aliases and more. Due to errors in the data, match engine or MPI should also provide interface for reviewing the results (which the engine can not definitively determine a match or not). In the market of MPI providers, there are commercial vendors including NextGate, Atlas and HealthUnity. There are also open-source EMPI systems, such as OpenEMPI and others. III. Master Patient Index: Linking Quality Healthcare Across the Nation (a government white paper) MPI is a database with patient data populated from all facilities nationwide. It serves as an access point linking patient identifier with individual or aggregated patient records. MPI “provide a list of all treating facilities at which a patient has received care.” It is necessary to ensure the overall integrity of the patient data within MPI. The data quality includes removing duplicates and so on.