Biomarker Widget
The Biomarker Widget displays an objective indicator of health captured during a , such as heart rate or respiratory rate. This widget is essential for users who need immediate, real-time feedback on specific health parameters. Itβs designed for quick, actionable insights, making it easy for users to assess their current state and understand individual biomarker values. Integrate it within your platform to give users a clear, snapshot view of a particular aspect of their health.
Small
The code snippet below creates a Biomarker widget and mountsο»Ώ it to the DOM:
The Biomarker widget requires additional configuration parameters that describe which kind of biomarker should be displayed and which is referenced to display the value.
Property | Description |
---|---|
face_scan_id optional string | Unique (internal) reference to a performed Face Scan. Set to null to display a placeholder widget. |
parameter string | Biomarker of choice |
List of available biomarkersο»Ώ:
- "heart_rate"
- "respiratory_rate"
- "resonant_breathing_score"
- "heart_rate_variability"
Two variations of the Biomarker widget are available:
- "default"
- "arc"
The Biomarker widget allows individual fine-tuning of the appearanceο»Ώ.
The used accent colors are:
- Functional Primary 500
- Functional Secondary 500
- Functional Tertiary 500
ο»Ώ