Back to search

cardiology target

card_tgt
general
Updated 3/30/2026

Definition

The destination reference for a heart specialty care. Used to identify cardiology target in healthcare data systems.

Standard Abbreviation

card_tgt

Category

general

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  card_tgt VARCHAR(100),  -- cardiology target
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  card_tgt as cardiology_target
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms