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