Back to search
provider start date
prvdr_start_dtprovider
Updated 3/30/2026
Definition
Start date for the provider period.
Standard Abbreviation
prvdr_start_dt
Category
provider
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
prvdr_start_dt VARCHAR(100), -- provider start date
...
);
-- Example in SELECT
SELECT
claim_id,
prvdr_start_dt as provider_start_date
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms