Back to search
Billing Provider NPI
bill_prov_npiprovider
Updated 3/30/2026
Definition
The 10-digit National Provider Identifier for the entity receiving payment (Loop 2010AA).
Standard Abbreviation
bill_prov_npi
Category
provider
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
bill_prov_npi VARCHAR(100), -- Billing Provider NPI
...
);
-- Example in SELECT
SELECT
claim_id,
bill_prov_npi as billing_provider_npi
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms