Back to search
Procedure
procdgeneral
Updated 3/30/2026
Definition
FHIR resource recording an action performed on, with, or for a patient as part of care provision.
Standard Abbreviation
procd
Category
general
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
procd VARCHAR(100), -- Procedure
...
);
-- Example in SELECT
SELECT
claim_id,
procd as procedure
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms