Back to search

American Society for Testing and Materials

ASTM
general
Updated 3/27/2026

Standard Abbreviation

ASTM

Category

general

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  astm VARCHAR(100),  -- American Society for Testing and Materials
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  astm as american_society_for_testing_and_materials
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms