Back to search

Transdermal

TD
general
Updated 3/30/2026

Definition

Delivery of medication through the skin for systemic effect.

Standard Abbreviation

TD

Category

general

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  td VARCHAR(100),  -- Transdermal
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  td as transdermal
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms