Back to search

provider identifier

prvdr_id
provider
Updated 3/30/2026

Definition

Unique identifier assigned to a healthcare provider

Standard Abbreviation

prvdr_id

Category

provider

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  prvdr_id VARCHAR(100),  -- provider identifier
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  prvdr_id as provider_identifier
FROM claims;

Looking for more healthcare terms?

Browse our complete library of 65,000+ standardized healthcare data terms

Browse All Terms