Polar
Health metrics from Polar wearables can offer detailed insights into individual health metrics, including heart rate, sleep, and exercise data. This section explains how Polar integrates with Avicenna, making it easier for researchers to understand and use the health data of their participants.
Supported Polar Metrics in Avicenna
In this section, we list the comprehensive range of Polar metrics that Avicenna supports.
Polar Exercise
Provides detailed information about exercise sessions. It is stored internally
as polar_exercise
and includes the following fields:
- Record Time: Calculated by combining
start_time
withduration
, stored as milliseconds since epoch. Internally recorded asrecord_time
. - Device: The specific Polar device used during the exercise. Internally
recorded as
device
. - Start Time: The start time of the exercise session. Internally recorded as
start_time
. - UTC Offset: The offset from UTC at the start of the exercise, measured in
minutes. Internally recorded as
start_time_offset_minutes
. - Duration: The total duration of the exercise session, specified in ISO
8601 format. Internally recorded as
duration
. - Calories: Total kilocalories expended during the training session.
Internally recorded as
calories
. - Distance: Total distance traveled during the exercise, measured in meters.
Internally recorded as
distance
. - Heart Rate: Information about heart rate metrics during the exercise,
including:
- Average Heart Rate: The average heart rate across the session.
Internally recorded under
heart_rate.average
. - Maximum Heart Rate: The peak heart rate achieved during the session.
Internally recorded under
heart_rate.maximum
.
- Average Heart Rate: The average heart rate across the session.
Internally recorded under
- Training Load: The overall training load impact of the exercise session.
Internally recorded as
training_load
. - Sport: The type of sport or activity performed. Internally recorded as
sport
. - Has Route: Indicates if there is route data available for the session.
Internally recorded as
has_route
. - Club ID: ID for the club associated with the session, if relevant.
Internally recorded as
club_id
. - Club Name: Name of the club linked to the exercise. Internally recorded as
club_name
. - Detailed Sport Info: Detailed description of the sport as per Polar Flow
compatibility. Internally recorded as
detailed_sport_info
. - Fat Percentage: Percentage of exercise calories derived from fat.
Available if supported by the device. Internally recorded as
fat_percentage
. - Carbohydrate Percentage: Percentage of exercise calories derived from
carbohydrates. Available if supported by the device. Internally recorded as
carbohydrate_percentage
. - Protein Percentage: Percentage of exercise calories derived from protein.
Available if supported by the device. Internally recorded as
protein_percentage
. - Running Index: Score calculated from heart rate and speed data collected
via GPS or stride sensor during running. Internally recorded as
running_index
. - Heart Rate Zones: Detailed list of times spent in various heart rate
zones:
- Index: The position of the zone in the list. Internally recorded as
index
. - Lower Heart Rate Limit: The minimum heart rate of the zone. Internally
recorded as
lower_limit
. - Upper Heart Rate Limit: The maximum heart rate of the zone. Internally
recorded as
upper_limit
. - Time Spent In Zone: Duration spent in this zone, formatted in ISO 8601.
Internally recorded as
in_zone
.
- Index: The position of the zone in the list. Internally recorded as
- Samples: Comprehensive list of all exercise samples collected:
- Recording Rate: Frequency of sample recording in seconds, applicable
only where relevant. Internally recorded as
recording_rate
. - Sample Type: Type of the sample, e.g., heart rate, speed. Internally
recorded as
sample_type
. - Data: Comma-separated list of sample values. Internally recorded as
data
.
- Recording Rate: Frequency of sample recording in seconds, applicable
only where relevant. Internally recorded as
- Route: List of geographical data points collected during the exercise:
- Latitude: Latitude in degrees. Internally recorded as
latitude
. - Longitude: Longitude in degrees. Internally recorded as
longitude
. - Time: Timestamp for each location point, formatted as duration.
Internally recorded as
time
. - Satellites: Number of satellites detected, up to a maximum of 63.
Internally recorded as
satellites
. - Fix: GPS fix status, with a maximum value of three. Internally recorded
as
fix
.
- Latitude: Latitude in degrees. Internally recorded as
- Training Load Pro: Advanced metrics to assess training load:
- Date: The specific date of the training session. Internally recorded as
date
. - Cardio Load: Cardiovascular effort quantified. Internally recorded as
cardio_load
. - Muscle Load: Muscular effort quantified. Internally recorded as
muscle_load
. - Perceived Load: Subjectively rated effort of the training session.
Internally recorded as
perceived_load
. - Cardio Load Interpretation Interpretations of the cardio loads.
Internally recorded as
perceived_load_interpretation
. - Muscle Load Interpretation Interpretations of the muscle loads.
Internally recorded as
muscle_load_interpretation
, ``. - Perceived Load Interpretation Interpretations of perceived loads.
Internally recorded as
perceived_load_interpretation
. - User RPE: Rated Perceived Exertion, quantifying internal training load.
Internally recorded as
user_rpe
.
- Date: The specific date of the training session. Internally recorded as