docs(data-integration): key facility Locations on ccn or ncpdp_id - #65
Open
akim1995 wants to merge 2 commits into
Open
docs(data-integration): key facility Locations on ccn or ncpdp_id#65akim1995 wants to merge 2 commits into
akim1995 wants to merge 2 commits into
Conversation
A Medicare-certified facility has a CMS Certification Number and a pharmacy has an NCPDP Provider ID. Both identify the site and survive the address being reworded, which is what mints duplicate Locations today.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two optional columns on
facilities, and a rule for what keys a Location.Locations are currently keyed on the address, because a practitioner roster carries no site key. That is right for a practice site and wrong to generalise: two provider classes do have a stable per-location identifier, both already present on their billing data.
ccnncpdp_idAn identifier is preferred over the address because it survives rewording between extracts. That is not theoretical:
address-variants.mdmeasured 1,086 of 13,481 distinct (street, ZIP) places carrying more than one raw spelling, covering 24% of the published directory. Externally, CMS directory reviews put ~48.7% of Medicare Advantage locations at one or more inaccuracy, and a study of 4,754 dermatologist listings found 45.5% duplicated within a single plan's own directory.Both columns are optional and neither changes the fallback: with no identifier the address still keys the Location.
The same two rows and the same cross-cutting rule are going into
spec-provider-directory-csv.md.