Rehab Progress Tracker
Track rehabilitation progress
Inputs
Provide the following 4 values to run the Rehab Progress Tracker:
- Initial Function Score (0-100) [number] (required)
- Current Function Score (0-100) [number] (required)
- Weeks in Rehab [number] (required)
- Target Score [number] — default 80
What it calculates
This tool returns:
- Improvement (%) — primary result
- Progress to Goal (%)
- Weekly Rate (pts/wk)
Worked example
For the sample inputs below:
- Initial Function Score (0-100): 100
- Current Function Score (0-100): 100
- Weeks in Rehab: 100
- Target Score: 80
the Rehab Progress Tracker produces:
- Improvement: 0.0%
- Progress to Goal: 0.0%
- Weekly Rate: 0.0 pts/wk
How it works
The result is derived through the following steps:
improvement = currentScore - initialScoreimprovementPercent = ((currentScore - initialScore) / initialScore * 100).toFixed(1)progressToGoal = ((currentScore - initialScore) / (targetScore - initialScore) * 100).toFixed(1)weeklyRate = (improvement / weeksInRehab).toFixed(1)
Frequently Asked Questions
What is the Rehab Progress Tracker?
The Rehab Progress Tracker is a tool designed to help patients and therapists monitor rehabilitation progress during physiotherapy.
How do I use the Rehab Progress Tracker?
Simply input your rehabilitation activities, duration, and any symptoms you experience. The tool will generate reports to visualize your progress.
Can I share my progress with my therapist?
Yes, the Tracker allows you to export your data, making it easy to discuss your progress with your healthcare provider.
Is the Rehab Progress Tracker suitable for all types of physiotherapy?
Absolutely! The tool is flexible and can be adapted for various rehabilitation programs, whether for injuries, surgeries, or chronic conditions.
Is my data secure with the Rehab Progress Tracker?
Yes, we prioritize your privacy and security. All information is encrypted and securely stored, ensuring your data is confidential.