Back to search
lab result
lab_rsltgeneral
Updated 3/30/2026
Definition
Outcome of laboratory test including measured value, units, reference range, and abnormal flags. Links to ordering provider and specimen.
Standard Abbreviation
lab_rslt
Category
general
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
lab_rslt VARCHAR(100), -- lab result
...
);
-- Example in SELECT
SELECT
claim_id,
lab_rslt as lab_result
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms