Back to search

specimen rate

spec_rt
general
Updated 3/30/2026

Definition

The unit price value for a biological sample. Used to quantify specimen rate in healthcare data systems.

Standard Abbreviation

spec_rt

Category

general

Database Usage

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

-- Example in SELECT
SELECT 
  claim_id,
  spec_rt as specimen_rate
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms