Health IndicesCustomizable Health Indices

Customization

Overview

The Health Indices customization feature allows users to select and display specific health metrics based on their individual needs. This provides flexibility in viewing only the most relevant data.

Usage

To choose which Health Indices should be displayed in the embedded UI, pass the healthIndices list in CustomMeasurementConfig. The following options are available:

enum HealthIndex {
  wellnessScore,
  vascularAge,
  cardiovascularDiseaseRisk,
  hardAndFatalEventsRisks,
  cardioVascularRiskScore,
  waistToHeightRatio,
  bodyFatPercentage,
  bodyRoundnessIndex,
  aBodyShapeIndex,
  conicityIndex,
  basalMetabolicRate,
  totalDailyEnergyExpenditure,
  hypertensionRisk,
  diabetesRisk,
  nonAlcoholicFattyLiverDiseaseRisk
}

To see more about Custom Measurement Config, visit the Configuration page.

Selected health indices automatically determine the structure of the Health Risk Factors form in the embedded UI. Only the inputs required to compute the selected indices are shown, allowing you to tailor the data-collection flow to the end user’s context and needs.

;