Back to search

Device Master Record

DMR
general
Updated 3/30/2026

Definition

A compilation of records containing the procedures and specifications for a finished device.

Standard Abbreviation

DMR

Category

general

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  dmr VARCHAR(100),  -- Device Master Record
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  dmr as device_master_record
FROM claims;

Looking for more healthcare terms?

Browse our complete library of 65,000+ standardized healthcare data terms

Browse All Terms