Question
· 22 hr ago

Local.PD.Linkage.Definition.Individual Explanation

Can someone give me an explanation of how Local.PD.Linkage.Definition.Individual works? This was setup by another company as part of our implementation.

Below is my configuration..

 

We are getting a lot of matches on Given Name, but then the Family Name does not match at all, so I am wondering if these need to be adjusted. I just don't understand if they need to be positive or negative.

if I use the MLE CALIBRATION MONITOR, it seems that none of the values should be negative.

Product version: IRIS 2024.2
$ZV: HealthShare Provider Directory 2024.2.0 Build: 1009 [HealthShare Modules: Core:28.0 + Provider Directory:28.0] - IRIS for UNIX (Red Hat Enterprise Linux 8 for x86-64) 2024.1 (Build 267_2_24113U) Wed Jul 2 2025 16:36:55 EDT [Core:28.0|Provider Directory:28
Discussion (2)3
Log in or sign up to continue

Local.PD.Linkage.Definition.Individual is typically a configuration within the EMPI (Enterprise Master Patient Index) process that uses the "NICE" approach for patient data matching. Specifically, it handles these four steps:

  1. Normalize: Standardizes patient data (e.g., converting to lower case, removing punctuation).
  2. Index: Creates indexes based on specific patient fields for matching.
  3. Compare: Assigns weights based on data field matches to calculate a final score.
  4. Evaluate: Decides actions based on the score thresholds, such as automatic linking or requiring human confirmation [1].

The Local.PD.Linkage.Definition.Individual setup would use weights assigned to different parameters for accurate matching. Positive weights increase the likelihood of being treated as a match, while negative weights reduce it.

If using the MLE Calibration Monitor indicates that values should not be negative, it's possible that the weights for Given Name or Family Name need optimization, so that logical matches are identified based on thresholds such as autolink or review thresholds defined in configuration [1].

Sources: