Multi-site healthcare networks face an architecture question that smaller deployments do not: should the patient matching live in a standalone MPI service that sits across the EHRs, or inside the EHR's own member matching subsystem with the network reconciling across multiple EHR instances. Both answers are viable in 2026, and the choice shapes the network's identity governance, the matching algorithm flexibility, and the operational cost over the long term. For our FHIR fundamentals collection, the broader reference set covers the surrounding patterns.
What Standalone MPI Brings to a Multi-Site Network
A standalone MPI lives outside the EHRs. The network sends source records from each site into the MPI, the MPI applies its matching algorithm, and the network's downstream systems consume the canonical identity from the MPI rather than from any individual EHR. NextGate, Verato, and IBM EMPI all fit this shape.
The standalone option gives the network full control over the matching algorithm and a single governance point for identity rules. The MPI is independent of the EHR upgrade cycle, which means matching changes happen on the network's timeline, not the EHR vendor's. And the standalone MPI can match across record sets that include not just EHRs but also HIE feeds, registration platforms, and partner clinical sources.
The trade-off is operational weight. A standalone MPI is its own production system that needs its own engineering attention, its own operator workflow for unmatched cases, and its own integration plumbing to each source EHR.
What EHR-Embedded Matching Brings to a Multi-Site Network
EHR-embedded matching uses the EHR vendor's built-in patient matching subsystem and lets each EHR instance own its own identity. The network reconciles across EHR instances at query time rather than at ingest time, often through the EHR vendor's cross-instance query mechanisms or through a thinner identity-broker layer on top.
The embedded option carries less operational weight because the matching is the EHR vendor's responsibility. It also carries less ongoing engineering cost because the EHR vendor maintains the matching algorithm as part of their upgrade cadence.
The trade-off is loss of control over the matching algorithm. The network is constrained to what the EHR vendor exposes, and changing the matching rules typically requires waiting for a vendor release.
Where Each Wins for a Multi-Site Network in 2026
Standalone MPI wins for networks with substantial non-EHR record sources, networks with engineering capacity to operate the MPI, and networks that need the matching to evolve independently of EHR releases. Large IDNs, regional health networks, and value-based-care networks usually land here.
EHR-embedded matching wins for networks where the EHR footprint is uniform, the matching needs are well-served by the EHR vendor's algorithm, and the engineering team would rather not operate a separate MPI. Smaller multi-site networks with a single dominant EHR vendor often land here.
The honest deciding factor is the network's existing operational competency and the diversity of the record sources. A network running a single EHR vendor across all sites with minimal non-EHR sources rarely needs a standalone MPI. A network that aggregates records from many sources usually does.
The cornerstone MPI guide covers the broader MPI landscape. The top MPI tools for multi-EHR hospital systems covers the standalone MPI market, and the rules-vs-ML matching comparison covers the algorithmic choice the network makes once it decides on the architectural pattern.
Sources
- canonical patient matching spec covering both standalone and embedded patterns - HL7 US Identity Matching IG
- Patient $match operation definition, the query interface either architectural pattern exposes - HL7 FHIR R5
- Real-world matching evaluation (relevant for the algorithm-choice axis of this comparison) - JAMIA 2022
