Back to search

visit value

vst_val
general
Updated 3/30/2026

Definition

The measured data point for a patient healthcare appointment. Used to identify visit value in healthcare data systems.

Standard Abbreviation

vst_val

Category

general

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  vst_val VARCHAR(100),  -- visit value
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  vst_val as visit_value
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms