Skip to content

Enum: BMIClassificationEnum

URI: valuesets:BMIClassificationEnum

Permissible Values

Value Meaning Description
UNDERWEIGHT None
NORMAL_WEIGHT None
OVERWEIGHT None
OBESE_CLASS_I None
OBESE_CLASS_II None
OBESE_CLASS_III None

Slots

Name Description
bmi_classification The bmi classification classification

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/valuesets

LinkML Source

name: BMIClassificationEnum
title: Body Mass Index classifications
from_schema: https://w3id.org/linkml/valuesets
rank: 1000
permissible_values:
  UNDERWEIGHT:
    text: UNDERWEIGHT
    annotations:
      bmi_range:
        tag: bmi_range
        value: <18.5
    title: BMI less than 18.5
  NORMAL_WEIGHT:
    text: NORMAL_WEIGHT
    annotations:
      bmi_range:
        tag: bmi_range
        value: 18.5-24.9
    title: BMI 18.5-24.9
  OVERWEIGHT:
    text: OVERWEIGHT
    annotations:
      bmi_range:
        tag: bmi_range
        value: 25.0-29.9
    title: BMI 25.0-29.9
  OBESE_CLASS_I:
    text: OBESE_CLASS_I
    annotations:
      bmi_range:
        tag: bmi_range
        value: 30.0-34.9
    title: BMI 30.0-34.9
  OBESE_CLASS_II:
    text: OBESE_CLASS_II
    annotations:
      bmi_range:
        tag: bmi_range
        value: 35.0-39.9
    title: BMI 35.0-39.9
  OBESE_CLASS_III:
    text: OBESE_CLASS_III
    annotations:
      bmi_range:
        tag: bmi_range
        value: ≥40.0
      aliases:
        tag: aliases
        value: morbid obesity
    title: BMI 40.0 or greater