For health plans that do not have member-selected PCPs (most PPO plans, traditional Medicare, many Medicare Advantage plans without HMO product design), the attribution-of-record for Provider Access has to come from somewhere. Two methodologies dominate: geographic attribution (member's address mapped to nearest provider) and claims-based attribution (member assigned to provider based on actual care utilization). Both are conformant; the choice has substantial operational consequences. This comparison lays out the trade-offs for the EHR-payer integration hub decision-making.
What Each Methodology Does
Geographic attribution maps the member's address to the nearest in-network provider of a specified type (typically PCP). The implementation uses geocoding (member address to coordinates) combined with provider location data (clinic addresses) to identify the closest provider, then attributes the member to that provider.
Claims-based attribution analyzes the member's claim history over a defined look-back window (12 to 24 months typically) and identifies the provider the member used most often or most recently for primary care. The provider with the most visits (or the most recent visit, depending on the algorithm) becomes the attribution-of-record.
Where Geographic Wins
Geographic attribution wins on completeness. Every member with a known address has a geographic attribution; there are no edge cases where the methodology cannot assign. New members who do not yet have claim history get attributed at enrollment based on their address.
Geographic also wins on simplicity. The algorithm is deterministic and explainable: this member lives at this address, the nearest in-network PCP is this provider, attribution is to that provider. Disputes have a clear basis.
Where Claims-Based Wins
Claims-based attribution wins on clinical accuracy. The provider the member actually sees is the provider with the most clinical context for that member. A geographically nearest provider may have never seen the member; a claims-based provider has documented care relationships.
For Provider Access purposes, the clinical accuracy matters because the receiving provider is consuming the data to provide care. A provider who has never seen the member benefits less from the member's claims history than the provider who has been treating them.
The Edge Cases That Break Each Pattern
Geographic attribution breaks for members with unstable addresses (recently moved, multiple residences, snowbirds). It breaks for members whose preferred provider is far from their stated address (a member who travels to a specialist or chooses a provider outside their immediate area). It breaks for members in densely-served areas where many providers are equally near.
Claims-based attribution breaks for members with no recent claims (newly enrolled members, members who do not use care actively, infants). It breaks when the member sees specialists more than primary care (which is common for chronic conditions managed primarily by specialists). It produces shifting attribution as care patterns change.
The Hybrid That Most Production Implementations Use
In practice, most production CMS-0057-F implementations combine the two. Claims-based attribution is primary when sufficient claim history exists. Geographic attribution is the fallback when claims data is unavailable or ambiguous. Member-selected PCP overrides both when present.
The hybrid handles the edge cases of both pure methodologies. The implementation complexity is in the precedence logic: when does claims-based apply, when does geographic kick in, when does member selection override both.
How the Choice Affects Dispute Handling
Provider disputes about attribution happen regardless of methodology. Providers query "why is this member attributed to me" (typically because they want them removed) or "why is this member not attributed to me" (typically because they want them added).
Geographic attribution produces disputes about distance calculations and provider matching. Claims-based attribution produces disputes about look-back window length and the relative weight of visits versus diagnoses. Both methodologies need clear documentation and an appeals process.
The Audit Trail That Survives Regulatory Scrutiny
Whichever methodology the plan uses, the attribution-of-record needs an audit trail. Which methodology was applied, which data points drove the decision, when the assignment was made, when it was last updated. Plans that capture this audit trail systematically defend attribution decisions cleanly. Plans that treat attribution as a derived field without audit trail struggle when disputes arise.
For the broader attribution-of-record pattern catalog beyond just geographic versus claims-based, the Best attribution-of-record patterns for CMS-0057-F Provider Access covers the full set. For the Group resource patterns that hold the attribution output, the Top 6 FHIR Group Resource patterns for provider panel management covers the data layer.