Back to search
Body Site
body_site_cdgeneral
Updated 3/30/2026
Definition
The anatomical location where the procedure or observation occurred.
Standard Abbreviation
body_site_cd
Category
general
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
body_site_cd VARCHAR(100), -- Body Site
...
);
-- Example in SELECT
SELECT
claim_id,
body_site_cd as body_site
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms