provider_group_id is unique at what level/namespace? #729
-
This portion of the schema defines the Provider Group Id as:
I don't expect it to be unique across different issuers. But for a given issuer, at what level is it intended to be unique? I have seen cases where issuers have multiple in-network files referenced by a single table of contents file. Also seen cases where a single issuer has multiple TOC file (each in turn, referencing multiple in-network files). and there are cases where an issuer (Aetna is an example) has broken up their files by line of business. So my questions are:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hey @theogaraj, thanks for the question - The in-network files should contain all of the necessary information to stand alone. This means that whether an in-network file leverages external provider reference files (which is recommended for both sizing issues and reusability) or the |
Beta Was this translation helpful? Give feedback.
-
@shaselton-usds thanks for the response. I was originally going to disagree with the rationale, but your reasoning makes sense now I realize that a given issuers files may include in-network files generated by another entity (could be leased or shared networks). So Issuer A's TOC might reference files generated by Issuer A as well as files generated by Issuer B (where Issuer A has no control on what identifiers are used by Issuer B). |
Beta Was this translation helpful? Give feedback.
Hey @theogaraj, thanks for the question -
The in-network files should contain all of the necessary information to stand alone. This means that whether an in-network file leverages external provider reference files (which is recommended for both sizing issues and reusability) or the
provider_references
array at the root of the in-network file, theprovider_group_id
should only apply to the data that is in that file. There isn't any other way for the consumers of the files to match aprovider_reference
object that would be defined outside of the in-network file.