Back to search
allergy reference
alrg_refgeneral
Updated 3/30/2026
Definition
The external pointer for a adverse reaction history. Used to identify allergy reference in healthcare data systems.
Standard Abbreviation
alrg_ref
Category
general
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
alrg_ref VARCHAR(100), -- allergy reference
...
);
-- Example in SELECT
SELECT
claim_id,
alrg_ref as allergy_reference
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms