Back to search
provider range
prvdr_rngprovider
Updated 3/30/2026
Definition
The value span limits for a healthcare professional delivering care. Used to quantify provider range in healthcare data systems.
Standard Abbreviation
prvdr_rng
Category
provider
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
prvdr_rng VARCHAR(100), -- provider range
...
);
-- Example in SELECT
SELECT
claim_id,
prvdr_rng as provider_range
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms