Back to search

facility value

fac_val
general
Updated 3/30/2026

Definition

The measured data point for a healthcare service location. Used to identify facility value in healthcare data systems.

Standard Abbreviation

fac_val

Category

general

Database Usage

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

-- Example in SELECT
SELECT 
  claim_id,
  fac_val as facility_value
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms