Back to search
pharmacist datetime
phrm_dttmgeneral
Updated 3/30/2026
Definition
The combined date-time value for a licensed medication specialist. Used to track when pharmacist datetime in healthcare data systems.
Standard Abbreviation
phrm_dttm
Category
general
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
phrm_dttm VARCHAR(100), -- pharmacist datetime
...
);
-- Example in SELECT
SELECT
claim_id,
phrm_dttm as pharmacist_datetime
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms