Back to search

subscriber service date

subscr_svc_dt
member
Updated 3/30/2026

Definition

The care delivery date for a primary insurance holder. Used to track when subscriber service date in healthcare data systems.

Standard Abbreviation

subscr_svc_dt

Category

member

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  subscr_svc_dt VARCHAR(100),  -- subscriber service date
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  subscr_svc_dt as subscriber_service_date
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms