# Assessment Overview

AI-powered health assessments with two event types:
- **assessment_overview**: Sent when results page loads
- **assessment_completed**: Sent when user clicks restart or finish

**Common Fields (All Assessments):**
| Field | Type | Description |
|-------|------|-------------|
| type | string | "assessment_overview" or "assessment_completed" |
| assessmentType | string | Assessment identifier (e.g., "tug", "sls") |
| date | Date | Timestamp when completed |
| time | number | Total assessment time (seconds) |
| steps | number? | Estimated step count (walking assessments) |

**Assessment Types:**
- **Mobility**: TUG (tug), Gait Speed Test (gaitspeedtest)
- **Balance**: SLS (sls), SBSS (sbss), STSS (stss), Full Tandem (fulltandem)
- **Functional**: STS (sts), Five Times STS (fivetimessts), FRT (frt)
- **Range of Motion**: Shoulder ROM (romshoulder)
- **Games**: Balloon Pop (balloonpop), Color Chase (colorchase), Alien Squat Shooter (aliensquatshooter)

**Risk Levels:**
| Value | Meaning |
|-------|---------|
| low | Good performance, minimal fall/balance risk |
| moderate | Some limitations, may benefit from training |
| high | Significant limitations, balance training recommended |

---
Source: https://kinestex.com/docs/data-points/assessment-overview · Index: https://kinestex.com/llms.txt
