Back to search

Ejection Fraction

EF
general
Updated 3/30/2026

Definition

EF - percentage of blood pumped out of heart with each beat. Normal: 50-70%. Low EF indicates heart failure.

Standard Abbreviation

EF

Category

general

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  ef VARCHAR(100),  -- Ejection Fraction
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  ef as ejection_fraction
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms