Back to search
Place of Service
pos_cdgeneral
Updated 3/30/2026
Definition
Code identifying where the service was performed (e.g., 11=Office).
Standard Abbreviation
pos_cd
Category
general
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
pos_cd VARCHAR(100), -- Place of Service
...
);
-- Example in SELECT
SELECT
claim_id,
pos_cd as place_of_service
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms