Back to search

lab level

lab_lvl
general
Updated 3/30/2026

Definition

The hierarchy position for a laboratory service or test. Used to identify lab level in healthcare data systems.

Standard Abbreviation

lab_lvl

Category

general

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  lab_lvl VARCHAR(100),  -- lab level
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  lab_lvl as lab_level
FROM claims;

Looking for more healthcare terms?

Browse our complete library of 65,000+ standardized healthcare data terms

Browse All Terms