Back to search

scan rate

scn_rt
general
Updated 3/30/2026

Definition

The unit price value for a medical image capture. Used to quantify scan rate in healthcare data systems.

Standard Abbreviation

scn_rt

Category

general

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  scn_rt VARCHAR(100),  -- scan rate
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  scn_rt as scan_rate
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms