Back to search

product address

prod_addr
general
Updated 3/27/2026

Standard Abbreviation

prod_addr

Category

general

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  prod_addr VARCHAR(100),  -- product address
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  prod_addr as product_address
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms