Back to search
Device History Record
DHRgeneral
Updated 3/30/2026
Definition
A compilation of records containing the production history of a finished device.
Standard Abbreviation
DHR
Category
general
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
dhr VARCHAR(100), -- Device History Record
...
);
-- Example in SELECT
SELECT
claim_id,
dhr as device_history_record
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms