transparency_provider_group_npi
An NPI belonging to a provider group in a transparency file. This is the bridge from a claim's provider to the rates that apply to it.
Primary Key:Foreign Keys:transparency_file_id=>transparency_provider_group.transparency_file_id,provider_group_id=>transparency_provider_group.provider_group_id,provider_group_seq=>transparency_provider_group.provider_group_seq
transparency_provider_group_npi_group_idx-transparency_file_id,provider_group_id,provider_group_seq
| Column | Data Type | Nullable | Indexed | Description |
|---|---|---|---|---|
transparency_file_id | bigint | No | Yes | Link to the file this NPI came from. Reference IDs are only unique within a file. |
provider_group_id | bigint | No | Yes | Link to the reference holding the group this NPI belongs to |
provider_group_seq | integer | No | Yes | Position within that reference of the group this NPI belongs to |
npi | bigint | No | Yes | National Provider Identifier listed in the group |