Back to search
provider last name
prvdr_last_nmprovider
Updated 3/30/2026
Definition
Last (family) name for the provider.
Standard Abbreviation
prvdr_last_nm
Category
provider
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
prvdr_last_nm VARCHAR(100), -- provider last name
...
);
-- Example in SELECT
SELECT
claim_id,
prvdr_last_nm as provider_last_name
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms