Back to search

vital score

vtl_scr
general
Updated 3/30/2026

Definition

The calculated rating for a essential body measurement. Used to identify vital score in healthcare data systems.

Standard Abbreviation

vtl_scr

Category

general

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  vtl_scr VARCHAR(100),  -- vital score
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  vtl_scr as vital_score
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms