Back to search

copay time

cpay_tm
general
Updated 3/30/2026

Definition

The time of day value for a patient responsibility amount. Used to quantify copay time in healthcare data systems.

Standard Abbreviation

cpay_tm

Category

general

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  cpay_tm VARCHAR(100),  -- copay time
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  cpay_tm as copay_time
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms