thryve-mcp-server 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Overview.csv +351 -0
- package/README.md +229 -0
- package/dist/category-mappings.d.ts +34 -0
- package/dist/category-mappings.d.ts.map +1 -0
- package/dist/category-mappings.js +146 -0
- package/dist/category-mappings.js.map +1 -0
- package/dist/data-enrichment.d.ts +19 -0
- package/dist/data-enrichment.d.ts.map +1 -0
- package/dist/data-enrichment.js +105 -0
- package/dist/data-enrichment.js.map +1 -0
- package/dist/data-types-generated.d.ts +70 -0
- package/dist/data-types-generated.d.ts.map +1 -0
- package/dist/data-types-generated.js +2597 -0
- package/dist/data-types-generated.js.map +1 -0
- package/dist/data-types.d.ts +53 -0
- package/dist/data-types.d.ts.map +1 -0
- package/dist/data-types.js +138 -0
- package/dist/data-types.js.map +1 -0
- package/dist/debug-logger.d.ts +17 -0
- package/dist/debug-logger.d.ts.map +1 -0
- package/dist/debug-logger.js +35 -0
- package/dist/debug-logger.js.map +1 -0
- package/dist/debug-middleware.d.ts +12 -0
- package/dist/debug-middleware.d.ts.map +1 -0
- package/dist/debug-middleware.js +36 -0
- package/dist/debug-middleware.js.map +1 -0
- package/dist/helpers.d.ts +19 -0
- package/dist/helpers.d.ts.map +1 -0
- package/dist/helpers.js +166 -0
- package/dist/helpers.js.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +754 -0
- package/dist/index.js.map +1 -0
- package/dist/schemas.d.ts +557 -0
- package/dist/schemas.d.ts.map +1 -0
- package/dist/schemas.js +338 -0
- package/dist/schemas.js.map +1 -0
- package/dist/tool-loader.d.ts +34 -0
- package/dist/tool-loader.d.ts.map +1 -0
- package/dist/tool-loader.js +108 -0
- package/dist/tool-loader.js.map +1 -0
- package/dist/tool-registry.d.ts +44 -0
- package/dist/tool-registry.d.ts.map +1 -0
- package/dist/tool-registry.js +54 -0
- package/dist/tool-registry.js.map +1 -0
- package/dist/tools/baseCategoryHandler.d.ts +28 -0
- package/dist/tools/baseCategoryHandler.d.ts.map +1 -0
- package/dist/tools/baseCategoryHandler.js +184 -0
- package/dist/tools/baseCategoryHandler.js.map +1 -0
- package/dist/tools/categories/getActivity.d.ts +10 -0
- package/dist/tools/categories/getActivity.d.ts.map +1 -0
- package/dist/tools/categories/getActivity.js +5 -0
- package/dist/tools/categories/getActivity.js.map +1 -0
- package/dist/tools/categories/getAudioAndHearing.d.ts +10 -0
- package/dist/tools/categories/getAudioAndHearing.d.ts.map +1 -0
- package/dist/tools/categories/getAudioAndHearing.js +5 -0
- package/dist/tools/categories/getAudioAndHearing.js.map +1 -0
- package/dist/tools/categories/getBloodGlucose.d.ts +10 -0
- package/dist/tools/categories/getBloodGlucose.d.ts.map +1 -0
- package/dist/tools/categories/getBloodGlucose.js +5 -0
- package/dist/tools/categories/getBloodGlucose.js.map +1 -0
- package/dist/tools/categories/getBodyComposition.d.ts +10 -0
- package/dist/tools/categories/getBodyComposition.d.ts.map +1 -0
- package/dist/tools/categories/getBodyComposition.js +5 -0
- package/dist/tools/categories/getBodyComposition.js.map +1 -0
- package/dist/tools/categories/getCardiovascular.d.ts +10 -0
- package/dist/tools/categories/getCardiovascular.d.ts.map +1 -0
- package/dist/tools/categories/getCardiovascular.js +5 -0
- package/dist/tools/categories/getCardiovascular.js.map +1 -0
- package/dist/tools/categories/getHeartRate.d.ts +10 -0
- package/dist/tools/categories/getHeartRate.d.ts.map +1 -0
- package/dist/tools/categories/getHeartRate.js +5 -0
- package/dist/tools/categories/getHeartRate.js.map +1 -0
- package/dist/tools/categories/getLocation.d.ts +10 -0
- package/dist/tools/categories/getLocation.d.ts.map +1 -0
- package/dist/tools/categories/getLocation.js +5 -0
- package/dist/tools/categories/getLocation.js.map +1 -0
- package/dist/tools/categories/getMicrobiome.d.ts +10 -0
- package/dist/tools/categories/getMicrobiome.d.ts.map +1 -0
- package/dist/tools/categories/getMicrobiome.js +5 -0
- package/dist/tools/categories/getMicrobiome.js.map +1 -0
- package/dist/tools/categories/getMovementAnalysis.d.ts +10 -0
- package/dist/tools/categories/getMovementAnalysis.d.ts.map +1 -0
- package/dist/tools/categories/getMovementAnalysis.js +5 -0
- package/dist/tools/categories/getMovementAnalysis.js.map +1 -0
- package/dist/tools/categories/getNutrition.d.ts +10 -0
- package/dist/tools/categories/getNutrition.d.ts.map +1 -0
- package/dist/tools/categories/getNutrition.js +5 -0
- package/dist/tools/categories/getNutrition.js.map +1 -0
- package/dist/tools/categories/getRespiratory.d.ts +10 -0
- package/dist/tools/categories/getRespiratory.d.ts.map +1 -0
- package/dist/tools/categories/getRespiratory.js +5 -0
- package/dist/tools/categories/getRespiratory.js.map +1 -0
- package/dist/tools/categories/getSleep.d.ts +10 -0
- package/dist/tools/categories/getSleep.d.ts.map +1 -0
- package/dist/tools/categories/getSleep.js +5 -0
- package/dist/tools/categories/getSleep.js.map +1 -0
- package/dist/tools/categories/getStressAndHRV.d.ts +10 -0
- package/dist/tools/categories/getStressAndHRV.d.ts.map +1 -0
- package/dist/tools/categories/getStressAndHRV.js +5 -0
- package/dist/tools/categories/getStressAndHRV.js.map +1 -0
- package/dist/tools/categories/getWellness.d.ts +10 -0
- package/dist/tools/categories/getWellness.d.ts.map +1 -0
- package/dist/tools/categories/getWellness.js +5 -0
- package/dist/tools/categories/getWellness.js.map +1 -0
- package/dist/tools/categories/getWomensHealth.d.ts +10 -0
- package/dist/tools/categories/getWomensHealth.d.ts.map +1 -0
- package/dist/tools/categories/getWomensHealth.js +5 -0
- package/dist/tools/categories/getWomensHealth.js.map +1 -0
- package/dist/tools/categories/getWorkouts.d.ts +10 -0
- package/dist/tools/categories/getWorkouts.d.ts.map +1 -0
- package/dist/tools/categories/getWorkouts.js +5 -0
- package/dist/tools/categories/getWorkouts.js.map +1 -0
- package/dist/tools/categoryTools.d.ts +100 -0
- package/dist/tools/categoryTools.d.ts.map +1 -0
- package/dist/tools/categoryTools.js +66 -0
- package/dist/tools/categoryTools.js.map +1 -0
- package/dist/tools/get.d.ts +39 -0
- package/dist/tools/get.d.ts.map +1 -0
- package/dist/tools/get.js +118 -0
- package/dist/tools/get.js.map +1 -0
- package/dist/tools/getAvailableDataTypes.d.ts +101 -0
- package/dist/tools/getAvailableDataTypes.d.ts.map +1 -0
- package/dist/tools/getAvailableDataTypes.js +120 -0
- package/dist/tools/getAvailableDataTypes.js.map +1 -0
- package/dist/tools/getConnectionWidgetUrl.d.ts +12 -0
- package/dist/tools/getConnectionWidgetUrl.d.ts.map +1 -0
- package/dist/tools/getConnectionWidgetUrl.js +26 -0
- package/dist/tools/getConnectionWidgetUrl.js.map +1 -0
- package/dist/tools/getDailyData.d.ts +30 -0
- package/dist/tools/getDailyData.d.ts.map +1 -0
- package/dist/tools/getDailyData.js +114 -0
- package/dist/tools/getDailyData.js.map +1 -0
- package/dist/tools/getEpochData.d.ts +30 -0
- package/dist/tools/getEpochData.d.ts.map +1 -0
- package/dist/tools/getEpochData.js +111 -0
- package/dist/tools/getEpochData.js.map +1 -0
- package/dist/tools/getHealthDataByCategory.d.ts +38 -0
- package/dist/tools/getHealthDataByCategory.d.ts.map +1 -0
- package/dist/tools/getHealthDataByCategory.js +231 -0
- package/dist/tools/getHealthDataByCategory.js.map +1 -0
- package/dist/tools/getUserInformation.d.ts +8 -0
- package/dist/tools/getUserInformation.d.ts.map +1 -0
- package/dist/tools/getUserInformation.js +24 -0
- package/dist/tools/getUserInformation.js.map +1 -0
- package/dist/tools/index.d.ts +7 -0
- package/dist/tools/index.d.ts.map +1 -0
- package/dist/tools/index.js +12 -0
- package/dist/tools/index.js.map +1 -0
- package/dist/tools/legacy.d.ts +37 -0
- package/dist/tools/legacy.d.ts.map +1 -0
- package/dist/tools/legacy.js +105 -0
- package/dist/tools/legacy.js.map +1 -0
- package/dist/tools/listConnectedSources.d.ts +11 -0
- package/dist/tools/listConnectedSources.d.ts.map +1 -0
- package/dist/tools/listConnectedSources.js +29 -0
- package/dist/tools/listConnectedSources.js.map +1 -0
- package/dist/tools/listDevices.d.ts +11 -0
- package/dist/tools/listDevices.d.ts.map +1 -0
- package/dist/tools/listDevices.js +29 -0
- package/dist/tools/listDevices.js.map +1 -0
- package/dist/tools/search-filters.d.ts +42 -0
- package/dist/tools/search-filters.d.ts.map +1 -0
- package/dist/tools/search-filters.js +210 -0
- package/dist/tools/search-filters.js.map +1 -0
- package/dist/tools/search-keyword.d.ts +32 -0
- package/dist/tools/search-keyword.d.ts.map +1 -0
- package/dist/tools/search-keyword.js +122 -0
- package/dist/tools/search-keyword.js.map +1 -0
- package/dist/tools/search-tools.d.ts +8 -0
- package/dist/tools/search-tools.d.ts.map +1 -0
- package/dist/tools/search-tools.js +273 -0
- package/dist/tools/search-tools.js.map +1 -0
- package/dist/types.d.ts +37 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +2 -0
- package/dist/types.js.map +1 -0
- package/package.json +30 -0
- package/parse-csv.py +152 -0
- package/src/category-mappings.ts +181 -0
- package/src/data-enrichment.ts +125 -0
- package/src/data-types-generated.ts +2652 -0
- package/src/helpers.ts +198 -0
- package/src/index.ts +859 -0
- package/src/schemas.ts +372 -0
- package/src/tools/baseCategoryHandler.ts +243 -0
- package/src/tools/categoryTools.ts +101 -0
- package/src/tools/get.ts +147 -0
- package/src/tools/getAvailableDataTypes.ts +148 -0
- package/src/tools/index.ts +32 -0
- package/src/tools/listConnectedSources.ts +45 -0
- package/src/tools/listDevices.ts +45 -0
- package/src/tools/search-filters.ts +253 -0
- package/src/tools/search-keyword.ts +162 -0
- package/src/types.ts +44 -0
- package/tsconfig.json +20 -0
|
@@ -0,0 +1,2597 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Thryve Data Types - Auto-generated from Overview.csv
|
|
3
|
+
* DO NOT EDIT MANUALLY - Regenerate using parse-csv.py
|
|
4
|
+
*/
|
|
5
|
+
export const ALL_DATA_TYPES = [
|
|
6
|
+
{
|
|
7
|
+
id: 1000,
|
|
8
|
+
name: "Steps",
|
|
9
|
+
category: "Activity",
|
|
10
|
+
temporalResolution: "Both",
|
|
11
|
+
description: "sum of steps (including the manually added values)",
|
|
12
|
+
unit: "count",
|
|
13
|
+
valueType: "LONG",
|
|
14
|
+
supportedSources: ["AppleHealth", "Beurer", "Decathlon", "Fitbit", "Garmin", "GoogleFitNative", "GoogleFitREST", "HealthConnect", "HuaweiHealth", "Oura", "Polar", "SamsungHealth", "Strava", "Suunto", "Withings", "iHealth"],
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
id: 1001,
|
|
18
|
+
name: "CoveredDistance",
|
|
19
|
+
category: "Activity,Workouts",
|
|
20
|
+
temporalResolution: "Both",
|
|
21
|
+
description: "covered distance (including the manually added values) in meters",
|
|
22
|
+
unit: "meters",
|
|
23
|
+
valueType: "DOUBLE",
|
|
24
|
+
supportedSources: ["AppleHealth", "Beurer", "Decathlon", "Fitbit", "Garmin", "GoogleFitNative", "GoogleFitREST", "HealthConnect", "HuaweiHealth", "Oura", "Polar", "SamsungHealth", "Strava", "Suunto", "Whoop", "Withings", "iHealth"],
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
id: 1002,
|
|
28
|
+
name: "FloorsClimbed",
|
|
29
|
+
category: "Activity",
|
|
30
|
+
temporalResolution: "Both",
|
|
31
|
+
description: "number of staircase floors climbed (including the manually added values)",
|
|
32
|
+
unit: "count",
|
|
33
|
+
valueType: "LONG",
|
|
34
|
+
supportedSources: ["AppleHealth", "Fitbit", "Garmin", "HealthConnect", "Polar", "Strava", "Suunto", "Whoop", "Withings"],
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
id: 1003,
|
|
38
|
+
name: "ElevationGain",
|
|
39
|
+
category: "Activity",
|
|
40
|
+
temporalResolution: "Both",
|
|
41
|
+
description: "elevation gain (including the manually added values) in meters",
|
|
42
|
+
unit: "meters",
|
|
43
|
+
valueType: "DOUBLE",
|
|
44
|
+
supportedSources: ["AppleHealth", "Fitbit", "Garmin", "HealthConnect", "Polar", "Strava", "Suunto", "Whoop", "Withings"],
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
id: 1010,
|
|
48
|
+
name: "BurnedCalories",
|
|
49
|
+
category: "Activity",
|
|
50
|
+
temporalResolution: "Both",
|
|
51
|
+
description: "estimation of kilo calories burned per day (including the manually added values)",
|
|
52
|
+
unit: "kcal",
|
|
53
|
+
valueType: "LONG",
|
|
54
|
+
supportedSources: ["AppleHealth", "Beurer", "Fitbit", "Garmin", "GoogleFitNative", "GoogleFitREST", "HealthConnect", "HuaweiHealth", "Oura", "Polar", "Strava", "Suunto", "Whoop", "Withings", "iHealth"],
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
id: 1011,
|
|
58
|
+
name: "ActiveBurnedCalories",
|
|
59
|
+
category: "Activity,Workouts",
|
|
60
|
+
temporalResolution: "Both",
|
|
61
|
+
description: "estimation of additional kilo calories (including the manually added values) burned during activities",
|
|
62
|
+
unit: "kcal",
|
|
63
|
+
valueType: "LONG",
|
|
64
|
+
supportedSources: ["AppleHealth", "Beurer", "Decathlon", "Fitbit", "Garmin", "GoogleFitNative", "HealthConnect", "HuaweiHealth", "Oura", "Polar", "SamsungHealth", "Suunto", "Whoop", "Withings"],
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
id: 1016,
|
|
68
|
+
name: "RestingMetabolicRate",
|
|
69
|
+
category: "Body Composition & Measurements",
|
|
70
|
+
temporalResolution: "Epoch",
|
|
71
|
+
description: "energy the body needs to function while at rest in calories",
|
|
72
|
+
unit: "calories",
|
|
73
|
+
valueType: "LONG",
|
|
74
|
+
supportedSources: ["Beurer", "HealthConnect", "HuaweiHealth"],
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
id: 1090,
|
|
78
|
+
name: "StepsManual",
|
|
79
|
+
category: "Activity",
|
|
80
|
+
temporalResolution: "Daily",
|
|
81
|
+
description: "Calculated daily sum of steps manually added via data source application",
|
|
82
|
+
unit: "count",
|
|
83
|
+
valueType: "LONG",
|
|
84
|
+
supportedSources: ["AppleHealth", "Beurer", "Decathlon", "Fitbit", "Garmin", "GoogleFitNative", "GoogleFitREST", "HealthConnect", "HuaweiHealth", "Oura", "Polar", "SamsungHealth", "Strava", "Suunto", "Withings", "iHealth"],
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
id: 1100,
|
|
88
|
+
name: "ActivityDuration",
|
|
89
|
+
category: "Activity",
|
|
90
|
+
temporalResolution: "Daily",
|
|
91
|
+
description: "overall sum of active minutes (all recorded activitites other than sleep, rest, charge, doffed). This also includes the manually added values",
|
|
92
|
+
unit: "minutes",
|
|
93
|
+
valueType: "LONG",
|
|
94
|
+
supportedSources: ["Fitbit", "Garmin", "Polar", "Withings"],
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
id: 1101,
|
|
98
|
+
name: "ActivityLowBinary",
|
|
99
|
+
category: "Activity",
|
|
100
|
+
temporalResolution: "Both",
|
|
101
|
+
description: "low Activity detected (in this timeframe)",
|
|
102
|
+
unit: "",
|
|
103
|
+
valueType: "BOOLEAN",
|
|
104
|
+
supportedSources: ["AppleHealth", "Fitbit", "Garmin", "GoogleFitNative", "GoogleFitREST", "Oura", "Polar", "SamsungHealth", "Withings"],
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
id: 1102,
|
|
108
|
+
name: "ActivityMidBinary",
|
|
109
|
+
category: "Activity",
|
|
110
|
+
temporalResolution: "Both",
|
|
111
|
+
description: "medium Activity detected (in this timeframe)",
|
|
112
|
+
unit: "",
|
|
113
|
+
valueType: "BOOLEAN",
|
|
114
|
+
supportedSources: ["AppleHealth", "Fitbit", "Garmin", "GoogleFitNative", "GoogleFitREST", "HuaweiHealth", "Oura", "Polar", "SamsungHealth", "Withings"],
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
id: 1103,
|
|
118
|
+
name: "ActivityHighBinary",
|
|
119
|
+
category: "Activity",
|
|
120
|
+
temporalResolution: "Both",
|
|
121
|
+
description: "high Activity detected (in this timeframe)",
|
|
122
|
+
unit: "",
|
|
123
|
+
valueType: "BOOLEAN",
|
|
124
|
+
supportedSources: ["AppleHealth", "Fitbit", "Garmin", "GoogleFitNative", "GoogleFitREST", "HuaweiHealth", "Oura", "Polar", "SamsungHealth", "Withings"],
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
id: 1104,
|
|
128
|
+
name: "ActivitySedentaryBinary",
|
|
129
|
+
category: "Activity",
|
|
130
|
+
temporalResolution: "Both",
|
|
131
|
+
description: "activity with very low HR zone (sedentary) detected (in this timeframe)",
|
|
132
|
+
unit: "",
|
|
133
|
+
valueType: "BOOLEAN",
|
|
134
|
+
supportedSources: ["Fitbit", "Garmin", "Oura", "Polar"],
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
id: 1111,
|
|
138
|
+
name: "DoffedDuration",
|
|
139
|
+
category: "Activity",
|
|
140
|
+
temporalResolution: "Both",
|
|
141
|
+
description: "sum of minutes spent doffed",
|
|
142
|
+
unit: "",
|
|
143
|
+
valueType: "LONG",
|
|
144
|
+
supportedSources: ["Polar"],
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
id: 1112,
|
|
148
|
+
name: "SleepBinary",
|
|
149
|
+
category: "Sleep",
|
|
150
|
+
temporalResolution: "Epoch",
|
|
151
|
+
description: "sleep detected (in this timeframe)",
|
|
152
|
+
unit: "",
|
|
153
|
+
valueType: "BOOLEAN",
|
|
154
|
+
supportedSources: ["AppleHealth", "Fitbit", "Garmin", "HealthConnect", "Withings"],
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
id: 1113,
|
|
158
|
+
name: "RestBinary",
|
|
159
|
+
category: "Activity",
|
|
160
|
+
temporalResolution: "Both",
|
|
161
|
+
description: "rest detected (in this timeframe)",
|
|
162
|
+
unit: "",
|
|
163
|
+
valueType: "BOOLEAN",
|
|
164
|
+
supportedSources: ["Fitbit", "Garmin", "GoogleFitNative", "GoogleFitREST", "Oura", "Polar", "Withings"],
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
id: 1114,
|
|
168
|
+
name: "ActiveBinary",
|
|
169
|
+
category: "Activity",
|
|
170
|
+
temporalResolution: "Both",
|
|
171
|
+
description: "generic activity detected (in this timeframe)",
|
|
172
|
+
unit: "",
|
|
173
|
+
valueType: "BOOLEAN",
|
|
174
|
+
supportedSources: ["AppleHealth", "Beurer", "Decathlon", "Fitbit", "Garmin", "GoogleFitNative", "GoogleFitREST", "HuaweiHealth", "Polar", "Strava", "Suunto", "Whoop", "Withings"],
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
id: 1115,
|
|
178
|
+
name: "WalkBinary",
|
|
179
|
+
category: "Activity",
|
|
180
|
+
temporalResolution: "Both",
|
|
181
|
+
description: "walk detected (in this timeframe)",
|
|
182
|
+
unit: "",
|
|
183
|
+
valueType: "BOOLEAN",
|
|
184
|
+
supportedSources: ["AppleHealth", "Beurer", "Fitbit", "Garmin", "GoogleFitNative", "GoogleFitREST", "HuaweiHealth", "Polar", "SamsungHealth", "Strava", "Suunto", "Whoop", "Withings"],
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
id: 1116,
|
|
188
|
+
name: "RunBinary",
|
|
189
|
+
category: "Activity,Workouts",
|
|
190
|
+
temporalResolution: "Both",
|
|
191
|
+
description: "run detected (in this timeframe)",
|
|
192
|
+
unit: "",
|
|
193
|
+
valueType: "BOOLEAN",
|
|
194
|
+
supportedSources: ["AppleHealth", "Fitbit", "Garmin", "GoogleFitNative", "GoogleFitREST", "HuaweiHealth", "Polar", "Strava", "Suunto", "Whoop", "Withings"],
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
id: 1117,
|
|
198
|
+
name: "BikeBinary",
|
|
199
|
+
category: "Activity,Workouts",
|
|
200
|
+
temporalResolution: "Both",
|
|
201
|
+
description: "biking detected (in this timeframe)",
|
|
202
|
+
unit: "",
|
|
203
|
+
valueType: "BOOLEAN",
|
|
204
|
+
supportedSources: ["AppleHealth", "Fitbit", "Garmin", "GoogleFitNative", "GoogleFitREST", "Polar", "Strava", "Suunto", "Whoop", "Withings"],
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
id: 1119,
|
|
208
|
+
name: "SittingBinary",
|
|
209
|
+
category: "Activity",
|
|
210
|
+
temporalResolution: "Epoch",
|
|
211
|
+
description: "sitting detected (in this timeframe)",
|
|
212
|
+
unit: "",
|
|
213
|
+
valueType: "BOOLEAN",
|
|
214
|
+
supportedSources: [],
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
id: 1120,
|
|
218
|
+
name: "LeisureBinary",
|
|
219
|
+
category: "Activity",
|
|
220
|
+
temporalResolution: "Epoch",
|
|
221
|
+
description: "leisure activity detected (in this timeframe)",
|
|
222
|
+
unit: "",
|
|
223
|
+
valueType: "BOOLEAN",
|
|
224
|
+
supportedSources: [],
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
id: 1200,
|
|
228
|
+
name: "ActivityType",
|
|
229
|
+
category: "Activity,Workouts",
|
|
230
|
+
temporalResolution: "Epoch",
|
|
231
|
+
description: "ID of the broad activity category",
|
|
232
|
+
unit: "",
|
|
233
|
+
valueType: "LONG",
|
|
234
|
+
supportedSources: ["AppleHealth", "Fitbit", "Garmin", "GoogleFitNative", "GoogleFitREST", "HealthConnect", "HuaweiHealth", "Oura", "Polar", "Strava", "Suunto", "Whoop", "Withings"],
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
id: 1201,
|
|
238
|
+
name: "ActivityTypeDetail1",
|
|
239
|
+
category: "Activity,Workouts",
|
|
240
|
+
temporalResolution: "Epoch",
|
|
241
|
+
description: "ID of the specific activity category",
|
|
242
|
+
unit: "",
|
|
243
|
+
valueType: "LONG",
|
|
244
|
+
supportedSources: ["AppleHealth", "Fitbit", "Garmin", "GoogleFitNative", "GoogleFitREST", "HealthConnect", "HuaweiHealth", "Polar", "Strava", "Suunto", "Whoop", "Withings"],
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
id: 1202,
|
|
248
|
+
name: "ActivityTypeDetail2",
|
|
249
|
+
category: "Activity,Workouts",
|
|
250
|
+
temporalResolution: "Epoch",
|
|
251
|
+
description: "ID of the very specific activity category",
|
|
252
|
+
unit: "",
|
|
253
|
+
valueType: "LONG",
|
|
254
|
+
supportedSources: ["AppleHealth", "Fitbit", "Garmin", "GoogleFitNative", "GoogleFitREST", "HealthConnect", "HuaweiHealth", "Polar", "SamsungHealth", "Strava", "Suunto", "Whoop", "Withings"],
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
id: 1250,
|
|
258
|
+
name: "ActivityLap",
|
|
259
|
+
category: "Workouts",
|
|
260
|
+
temporalResolution: "Epoch",
|
|
261
|
+
description: "Detected activity lap",
|
|
262
|
+
unit: "",
|
|
263
|
+
valueType: "BOOLEAN",
|
|
264
|
+
supportedSources: ["Garmin", "Strava"],
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
id: 1260,
|
|
268
|
+
name: "Cadence",
|
|
269
|
+
category: "Workouts",
|
|
270
|
+
temporalResolution: "Epoch",
|
|
271
|
+
description: "The activity's average cadence",
|
|
272
|
+
unit: "",
|
|
273
|
+
valueType: "DOUBLE",
|
|
274
|
+
supportedSources: ["Garmin", "HealthConnect", "Polar", "Strava", "Suunto"],
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
id: 1261,
|
|
278
|
+
name: "Speed",
|
|
279
|
+
category: "Workouts",
|
|
280
|
+
temporalResolution: "Epoch",
|
|
281
|
+
description: "The activity's average speed, in meters per second",
|
|
282
|
+
unit: "meters per second",
|
|
283
|
+
valueType: "DOUBLE",
|
|
284
|
+
supportedSources: ["AppleHealth", "Garmin", "HealthConnect", "Polar", "Strava", "Suunto"],
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
id: 1262,
|
|
288
|
+
name: "MaxSpeed",
|
|
289
|
+
category: "Workouts",
|
|
290
|
+
temporalResolution: "Epoch",
|
|
291
|
+
description: "The activity's max speed, in meters per second",
|
|
292
|
+
unit: "meters per second",
|
|
293
|
+
valueType: "DOUBLE",
|
|
294
|
+
supportedSources: ["Suunto"],
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
id: 1263,
|
|
298
|
+
name: "Pace",
|
|
299
|
+
category: "Workouts",
|
|
300
|
+
temporalResolution: "Epoch",
|
|
301
|
+
description: "The activity's average pace, in minutes per kilometer",
|
|
302
|
+
unit: "minutes per kilometer",
|
|
303
|
+
valueType: "DOUBLE",
|
|
304
|
+
supportedSources: ["Garmin", "Suunto"],
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
id: 1264,
|
|
308
|
+
name: "MaxPace",
|
|
309
|
+
category: "Workouts",
|
|
310
|
+
temporalResolution: "Epoch",
|
|
311
|
+
description: "The activity's max pace, in minutes per kilometer",
|
|
312
|
+
unit: "minutes per kilometer",
|
|
313
|
+
valueType: "DOUBLE",
|
|
314
|
+
supportedSources: [],
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
id: 1265,
|
|
318
|
+
name: "PowerInWatts",
|
|
319
|
+
category: "Workouts",
|
|
320
|
+
temporalResolution: "Epoch",
|
|
321
|
+
description: "Watts produced during training",
|
|
322
|
+
unit: "watts",
|
|
323
|
+
valueType: "DOUBLE",
|
|
324
|
+
supportedSources: ["AppleHealth", "Garmin", "HealthConnect", "Polar", "Strava"],
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
id: 1266,
|
|
328
|
+
name: "StrideLength",
|
|
329
|
+
category: "Workouts,Movement Analysis",
|
|
330
|
+
temporalResolution: "Epoch",
|
|
331
|
+
description: "Average length of the user’s step in cm",
|
|
332
|
+
unit: "centimeters",
|
|
333
|
+
valueType: "LONG",
|
|
334
|
+
supportedSources: ["AppleHealth"],
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
id: 1267,
|
|
338
|
+
name: "GroundContactTime",
|
|
339
|
+
category: "Workouts,Movement Analysis",
|
|
340
|
+
temporalResolution: "Epoch",
|
|
341
|
+
description: "Amount of time the runner’s foot is in contact with the ground while running in ms",
|
|
342
|
+
unit: "milliseconds",
|
|
343
|
+
valueType: "LONG",
|
|
344
|
+
supportedSources: ["AppleHealth"],
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
id: 1268,
|
|
348
|
+
name: "VerticalOscillation",
|
|
349
|
+
category: "Workouts,Movement Analysis",
|
|
350
|
+
temporalResolution: "Epoch",
|
|
351
|
+
description: "Vertical range of motion of the pelvis during a single running stride in cm",
|
|
352
|
+
unit: "centimeters",
|
|
353
|
+
valueType: "DOUBLE",
|
|
354
|
+
supportedSources: ["AppleHealth"],
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
id: 1270,
|
|
358
|
+
name: "DetailedCadence",
|
|
359
|
+
category: "Workouts",
|
|
360
|
+
temporalResolution: "Epoch",
|
|
361
|
+
description: "The detailed activity's average cadence",
|
|
362
|
+
unit: "",
|
|
363
|
+
valueType: "DOUBLE",
|
|
364
|
+
supportedSources: ["Garmin", "Strava"],
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
id: 1271,
|
|
368
|
+
name: "DetailedSpeed",
|
|
369
|
+
category: "Workouts",
|
|
370
|
+
temporalResolution: "Epoch",
|
|
371
|
+
description: "The detailed activity's average speed, in meters per second",
|
|
372
|
+
unit: "meters per second",
|
|
373
|
+
valueType: "DOUBLE",
|
|
374
|
+
supportedSources: ["Garmin", "Strava"],
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
id: 1272,
|
|
378
|
+
name: "DetailedMaxSpeed",
|
|
379
|
+
category: "Workouts",
|
|
380
|
+
temporalResolution: "Epoch",
|
|
381
|
+
description: "The detailed activity's max speed, in meters per second",
|
|
382
|
+
unit: "meters per second",
|
|
383
|
+
valueType: "DOUBLE",
|
|
384
|
+
supportedSources: ["Strava"],
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
id: 1273,
|
|
388
|
+
name: "DetailedPace",
|
|
389
|
+
category: "Workouts",
|
|
390
|
+
temporalResolution: "Epoch",
|
|
391
|
+
description: "The detailed activity's average pace, in minutes per kilometer",
|
|
392
|
+
unit: "minutes per kilometer",
|
|
393
|
+
valueType: "DOUBLE",
|
|
394
|
+
supportedSources: [],
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
id: 1274,
|
|
398
|
+
name: "DetailedMaxPace",
|
|
399
|
+
category: "Workouts",
|
|
400
|
+
temporalResolution: "Epoch",
|
|
401
|
+
description: "The detailed activity's max pace, in minutes per kilometer",
|
|
402
|
+
unit: "minutes per kilometer",
|
|
403
|
+
valueType: "DOUBLE",
|
|
404
|
+
supportedSources: [],
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
id: 1275,
|
|
408
|
+
name: "DetailedPowerInWatts",
|
|
409
|
+
category: "Workouts",
|
|
410
|
+
temporalResolution: "Epoch",
|
|
411
|
+
description: "Detailed Watts produced during training",
|
|
412
|
+
unit: "watts",
|
|
413
|
+
valueType: "DOUBLE",
|
|
414
|
+
supportedSources: ["Strava"],
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
id: 1280,
|
|
418
|
+
name: "WalkingAssymetry",
|
|
419
|
+
category: "Movement Analysis",
|
|
420
|
+
temporalResolution: "Epoch",
|
|
421
|
+
description: "Percentage of steps in which one foot moves at a different speed than the other",
|
|
422
|
+
unit: "percent",
|
|
423
|
+
valueType: "DOUBLE",
|
|
424
|
+
supportedSources: ["AppleHealth"],
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
id: 1281,
|
|
428
|
+
name: "DoubleSupportTime",
|
|
429
|
+
category: "Movement Analysis",
|
|
430
|
+
temporalResolution: "Epoch",
|
|
431
|
+
description: "Percentage of time during a walk when both feet are on the ground",
|
|
432
|
+
unit: "percent",
|
|
433
|
+
valueType: "DOUBLE",
|
|
434
|
+
supportedSources: ["AppleHealth"],
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
id: 1282,
|
|
438
|
+
name: "SixMinuteWalkingTestDistance",
|
|
439
|
+
category: "Movement Analysis",
|
|
440
|
+
temporalResolution: "Epoch",
|
|
441
|
+
description: "Distance a user can walk during a six-minute walk test in meters",
|
|
442
|
+
unit: "meters",
|
|
443
|
+
valueType: "DOUBLE",
|
|
444
|
+
supportedSources: ["AppleHealth"],
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
id: 1283,
|
|
448
|
+
name: "SwimmingStrokeCount",
|
|
449
|
+
category: "Workouts",
|
|
450
|
+
temporalResolution: "Epoch",
|
|
451
|
+
description: "The number of strokes performed while swimming",
|
|
452
|
+
unit: "count",
|
|
453
|
+
valueType: "LONG",
|
|
454
|
+
supportedSources: ["AppleHealth"],
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
id: 1401,
|
|
458
|
+
name: "Latitude",
|
|
459
|
+
category: "Location & GPS",
|
|
460
|
+
temporalResolution: "Both",
|
|
461
|
+
description: "dominant latitude geo location in this day",
|
|
462
|
+
unit: "",
|
|
463
|
+
valueType: "DOUBLE",
|
|
464
|
+
supportedSources: ["GoogleFitNative", "Strava", "Suunto"],
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
id: 1402,
|
|
468
|
+
name: "Longitude",
|
|
469
|
+
category: "Location & GPS",
|
|
470
|
+
temporalResolution: "Both",
|
|
471
|
+
description: "detected longitude geo location (in this timeframe)",
|
|
472
|
+
unit: "",
|
|
473
|
+
valueType: "DOUBLE",
|
|
474
|
+
supportedSources: ["GoogleFitNative", "Strava", "Suunto"],
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
id: 1715,
|
|
478
|
+
name: "CoveredDistanceWalk",
|
|
479
|
+
category: "Activity",
|
|
480
|
+
temporalResolution: "Both",
|
|
481
|
+
description: "covered distance from recorded walking activity in meters",
|
|
482
|
+
unit: "meters",
|
|
483
|
+
valueType: "DOUBLE",
|
|
484
|
+
supportedSources: ["AppleHealth", "Fitbit", "Garmin", "GoogleFitNative", "GoogleFitREST", "HuaweiHealth", "Polar", "SamsungHealth", "Strava", "Suunto", "Whoop", "Withings"],
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
id: 1716,
|
|
488
|
+
name: "CoveredDistanceRun",
|
|
489
|
+
category: "Activity,Workouts",
|
|
490
|
+
temporalResolution: "Both",
|
|
491
|
+
description: "covered distance from recorded running activity in meters",
|
|
492
|
+
unit: "meters",
|
|
493
|
+
valueType: "DOUBLE",
|
|
494
|
+
supportedSources: ["AppleHealth", "Fitbit", "Garmin", "GoogleFitNative", "GoogleFitREST", "HuaweiHealth", "Polar", "SamsungHealth", "Strava", "Suunto", "Whoop", "Withings"],
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
id: 1717,
|
|
498
|
+
name: "CoveredDistanceBike",
|
|
499
|
+
category: "Activity,Workouts",
|
|
500
|
+
temporalResolution: "Both",
|
|
501
|
+
description: "sum of covered distance (including the manually added distance) from recorded biking/cycling activity in meters",
|
|
502
|
+
unit: "meters",
|
|
503
|
+
valueType: "DOUBLE",
|
|
504
|
+
supportedSources: ["AppleHealth", "Fitbit", "Garmin", "GoogleFitNative", "GoogleFitREST", "HuaweiHealth", "Polar", "SamsungHealth", "Strava", "Suunto", "Whoop", "Withings"],
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
id: 1725,
|
|
508
|
+
name: "CoveredDistanceWalkManual",
|
|
509
|
+
category: "Activity",
|
|
510
|
+
temporalResolution: "Both",
|
|
511
|
+
description: "sum of covered distance from manually added walking activity in meters",
|
|
512
|
+
unit: "meters",
|
|
513
|
+
valueType: "DOUBLE",
|
|
514
|
+
supportedSources: ["AppleHealth", "Fitbit", "Garmin", "GoogleFitREST", "Polar", "SamsungHealth", "Strava", "Suunto", "Withings"],
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
id: 1726,
|
|
518
|
+
name: "CoveredDistanceRunManual",
|
|
519
|
+
category: "Activity,Workouts",
|
|
520
|
+
temporalResolution: "Both",
|
|
521
|
+
description: "covered distance from manually added running activity in meters",
|
|
522
|
+
unit: "meters",
|
|
523
|
+
valueType: "DOUBLE",
|
|
524
|
+
supportedSources: ["AppleHealth", "Fitbit", "Garmin", "GoogleFitREST", "Polar", "SamsungHealth", "Strava", "Suunto", "Withings"],
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
id: 1727,
|
|
528
|
+
name: "CoveredDistanceBikeManual",
|
|
529
|
+
category: "Activity,Workouts",
|
|
530
|
+
temporalResolution: "Both",
|
|
531
|
+
description: "sum of covered distance from manually added biking/cycling activity in meters",
|
|
532
|
+
unit: "meters",
|
|
533
|
+
valueType: "DOUBLE",
|
|
534
|
+
supportedSources: ["AppleHealth", "Fitbit", "Garmin", "GoogleFitREST", "Polar", "SamsungHealth", "Strava", "Suunto", "Withings"],
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
id: 1814,
|
|
538
|
+
name: "ActiveDurationManual",
|
|
539
|
+
category: "Activity",
|
|
540
|
+
temporalResolution: "Daily",
|
|
541
|
+
description: "sum of manually added active state minutes",
|
|
542
|
+
unit: "minutes",
|
|
543
|
+
valueType: "DOUBLE",
|
|
544
|
+
supportedSources: ["AppleHealth", "Fitbit", "Garmin", "GoogleFitREST", "Polar", "SamsungHealth", "Strava", "Suunto", "Withings"],
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
id: 1815,
|
|
548
|
+
name: "WalkDurationManual",
|
|
549
|
+
category: "Activity",
|
|
550
|
+
temporalResolution: "Daily",
|
|
551
|
+
description: "sum of manually added walking minutes",
|
|
552
|
+
unit: "minutes",
|
|
553
|
+
valueType: "DOUBLE",
|
|
554
|
+
supportedSources: ["AppleHealth", "Fitbit", "Garmin", "GoogleFitREST", "Polar", "SamsungHealth", "Strava", "Suunto"],
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
id: 1816,
|
|
558
|
+
name: "RunDurationManual",
|
|
559
|
+
category: "Activity,Workouts",
|
|
560
|
+
temporalResolution: "Daily",
|
|
561
|
+
description: "sum of manually added running minutes",
|
|
562
|
+
unit: "minutes",
|
|
563
|
+
valueType: "DOUBLE",
|
|
564
|
+
supportedSources: ["AppleHealth", "Fitbit", "Garmin", "GoogleFitREST", "Polar", "SamsungHealth", "Strava", "Suunto"],
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
id: 1817,
|
|
568
|
+
name: "BikeDurationManual",
|
|
569
|
+
category: "Activity,Workouts",
|
|
570
|
+
temporalResolution: "Daily",
|
|
571
|
+
description: "sum of manually added biking minutes",
|
|
572
|
+
unit: "minutes",
|
|
573
|
+
valueType: "DOUBLE",
|
|
574
|
+
supportedSources: ["AppleHealth", "Fitbit", "Garmin", "GoogleFitREST", "Polar", "SamsungHealth", "Strava", "Suunto"],
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
id: 1824,
|
|
578
|
+
name: "ActiveBikeDuration",
|
|
579
|
+
category: "Activity,Workouts",
|
|
580
|
+
temporalResolution: "Epoch",
|
|
581
|
+
description: "Active minutes during generic (non-walk/run/bike) activity (in this timeframe)",
|
|
582
|
+
unit: "",
|
|
583
|
+
valueType: "DOUBLE",
|
|
584
|
+
supportedSources: ["AppleHealth", "GoogleFitNative", "SamsungHealth"],
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
id: 1825,
|
|
588
|
+
name: "ActiveWalkDuration",
|
|
589
|
+
category: "Activity",
|
|
590
|
+
temporalResolution: "Epoch",
|
|
591
|
+
description: "Active minutes during walk activity (in this timeframe)",
|
|
592
|
+
unit: "",
|
|
593
|
+
valueType: "DOUBLE",
|
|
594
|
+
supportedSources: ["AppleHealth", "GoogleFitNative", "SamsungHealth"],
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
id: 1826,
|
|
598
|
+
name: "ActiveRunDuration",
|
|
599
|
+
category: "Activity,Workouts",
|
|
600
|
+
temporalResolution: "Epoch",
|
|
601
|
+
description: "Active minutes during run activity (in this timeframe)",
|
|
602
|
+
unit: "minutes",
|
|
603
|
+
valueType: "DOUBLE",
|
|
604
|
+
supportedSources: ["AppleHealth", "GoogleFitNative", "SamsungHealth"],
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
id: 1827,
|
|
608
|
+
name: "ActiveBikeDuration",
|
|
609
|
+
category: "Activity,Workouts",
|
|
610
|
+
temporalResolution: "Epoch",
|
|
611
|
+
description: "Active minutes during bike activity (in this timeframe)",
|
|
612
|
+
unit: "minutes",
|
|
613
|
+
valueType: "DOUBLE",
|
|
614
|
+
supportedSources: ["AppleHealth", "GoogleFitNative", "SamsungHealth"],
|
|
615
|
+
},
|
|
616
|
+
{
|
|
617
|
+
id: 2000,
|
|
618
|
+
name: "SleepStateBinary",
|
|
619
|
+
category: "Sleep",
|
|
620
|
+
temporalResolution: "Both",
|
|
621
|
+
description: "sleep detected (in this timeframe)",
|
|
622
|
+
unit: "",
|
|
623
|
+
valueType: "BOOLEAN",
|
|
624
|
+
supportedSources: ["AppleHealth", "Beurer", "Decathlon", "Fitbit", "Garmin", "GoogleFitNative", "GoogleFitREST", "HealthConnect", "HuaweiHealth", "Oura", "Polar", "SamsungHealth", "Whoop", "Withings", "iHealth"],
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
id: 2001,
|
|
628
|
+
name: "SleepInBedBinary",
|
|
629
|
+
category: "Sleep",
|
|
630
|
+
temporalResolution: "Both",
|
|
631
|
+
description: "sleep with wake times detected (in this timeframe)",
|
|
632
|
+
unit: "",
|
|
633
|
+
valueType: "BOOLEAN",
|
|
634
|
+
supportedSources: ["AppleHealth", "Beurer", "Fitbit", "Garmin", "GoogleFitNative", "HealthConnect", "HuaweiHealth", "Oura", "SamsungHealth", "Whoop", "Withings", "iHealth"],
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
id: 2002,
|
|
638
|
+
name: "SleepREMBinary",
|
|
639
|
+
category: "Sleep",
|
|
640
|
+
temporalResolution: "Both",
|
|
641
|
+
description: "REM sleep detected (in this timeframe)",
|
|
642
|
+
unit: "",
|
|
643
|
+
valueType: "BOOLEAN",
|
|
644
|
+
supportedSources: ["AppleHealth", "Beurer", "Decathlon", "Fitbit", "Garmin", "GoogleFitNative", "GoogleFitREST", "HealthConnect", "HuaweiHealth", "Oura", "Polar", "SamsungHealth", "Strava", "Suunto", "Whoop", "Withings", "iHealth"],
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
id: 2003,
|
|
648
|
+
name: "SleepDeepBinary",
|
|
649
|
+
category: "Sleep",
|
|
650
|
+
temporalResolution: "Both",
|
|
651
|
+
description: "deep sleep detected (in this timeframe)",
|
|
652
|
+
unit: "",
|
|
653
|
+
valueType: "BOOLEAN",
|
|
654
|
+
supportedSources: ["AppleHealth", "Decathlon", "Fitbit", "Garmin", "GoogleFitNative", "GoogleFitREST", "HealthConnect", "HuaweiHealth", "Oura", "Polar", "SamsungHealth", "Whoop", "Withings", "iHealth"],
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
id: 2005,
|
|
658
|
+
name: "SleepLightBinary",
|
|
659
|
+
category: "Sleep",
|
|
660
|
+
temporalResolution: "Both",
|
|
661
|
+
description: "light sleep detected (in this timeframe)",
|
|
662
|
+
unit: "",
|
|
663
|
+
valueType: "BOOLEAN",
|
|
664
|
+
supportedSources: ["AppleHealth", "Beurer", "Decathlon", "Fitbit", "Garmin", "GoogleFitNative", "GoogleFitREST", "HealthConnect", "HuaweiHealth", "Oura", "Polar", "SamsungHealth", "Whoop", "Withings"],
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
id: 2006,
|
|
668
|
+
name: "SleepAwakeBinary",
|
|
669
|
+
category: "Sleep",
|
|
670
|
+
temporalResolution: "Both",
|
|
671
|
+
description: "sleep interruption detected (in this timeframe)",
|
|
672
|
+
unit: "",
|
|
673
|
+
valueType: "BOOLEAN",
|
|
674
|
+
supportedSources: ["AppleHealth", "Beurer", "Fitbit", "Garmin", "GoogleFitNative", "GoogleFitREST", "HealthConnect", "HuaweiHealth", "Oura", "Polar", "SamsungHealth", "Strava", "Suunto", "Whoop", "Withings", "iHealth"],
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
id: 2007,
|
|
678
|
+
name: "SleepLatencyBinary",
|
|
679
|
+
category: "Sleep",
|
|
680
|
+
temporalResolution: "Both",
|
|
681
|
+
description: "sleep onset phase detected (in this timeframe)",
|
|
682
|
+
unit: "",
|
|
683
|
+
valueType: "BOOLEAN",
|
|
684
|
+
supportedSources: ["Fitbit", "HuaweiHealth", "Oura", "Withings"],
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
id: 2008,
|
|
688
|
+
name: "SleepAwakeAfterWakeUpBinary",
|
|
689
|
+
category: "Sleep",
|
|
690
|
+
temporalResolution: "Both",
|
|
691
|
+
description: "minutes spent in bed after waking up (in this timeframe)",
|
|
692
|
+
unit: "",
|
|
693
|
+
valueType: "BOOLEAN",
|
|
694
|
+
supportedSources: ["Fitbit", "Oura", "Withings"],
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
id: 2100,
|
|
698
|
+
name: "SleepStartTime",
|
|
699
|
+
category: "Sleep",
|
|
700
|
+
temporalResolution: "Daily",
|
|
701
|
+
description: "time of the first sleep onset",
|
|
702
|
+
unit: "",
|
|
703
|
+
valueType: "DATE",
|
|
704
|
+
supportedSources: ["AppleHealth", "Fitbit", "Garmin", "HuaweiHealth", "Oura", "Polar", "Withings", "iHealth"],
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
id: 2101,
|
|
708
|
+
name: "SleepEndTime",
|
|
709
|
+
category: "Sleep",
|
|
710
|
+
temporalResolution: "Daily",
|
|
711
|
+
description: "time of the last wake-up",
|
|
712
|
+
unit: "",
|
|
713
|
+
valueType: "DATE",
|
|
714
|
+
supportedSources: ["AppleHealth", "Fitbit", "Garmin", "HuaweiHealth", "Oura", "Polar", "Withings", "iHealth"],
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
id: 2102,
|
|
718
|
+
name: "SleepInterruptions",
|
|
719
|
+
category: "Sleep",
|
|
720
|
+
temporalResolution: "Daily",
|
|
721
|
+
description: "sleep interruptions detected during the night",
|
|
722
|
+
unit: "",
|
|
723
|
+
valueType: "Binary",
|
|
724
|
+
supportedSources: ["Fitbit", "HuaweiHealth", "Oura", "Whoop", "Withings", "iHealth"],
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
id: 2200,
|
|
728
|
+
name: "SleepEfficiency",
|
|
729
|
+
category: "Sleep",
|
|
730
|
+
temporalResolution: "Daily",
|
|
731
|
+
description: "percentage of time spent asleep while in bed (the amount of minutes spent asleep divided by the total minutes of time in bed)",
|
|
732
|
+
unit: "",
|
|
733
|
+
valueType: "LONG",
|
|
734
|
+
supportedSources: ["AppleHealth", "Fitbit", "Garmin", "HuaweiHealth", "Oura", "Polar", "Whoop", "Withings", "iHealth"],
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
id: 2201,
|
|
738
|
+
name: "SleepQuality",
|
|
739
|
+
category: "Sleep",
|
|
740
|
+
temporalResolution: "Daily",
|
|
741
|
+
description: "sleep quality index scaling from 0 to 100, where the values above 77 signify good sleep quality, while those below 77 signify poor sleep quality.",
|
|
742
|
+
unit: "",
|
|
743
|
+
valueType: "LONG",
|
|
744
|
+
supportedSources: ["AppleHealth", "Fitbit", "Garmin", "HuaweiHealth", "Withings"],
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
id: 2210,
|
|
748
|
+
name: "SleepIntensity",
|
|
749
|
+
category: "Sleep",
|
|
750
|
+
temporalResolution: "Both",
|
|
751
|
+
description: "sleep intensity (in this timeframe)",
|
|
752
|
+
unit: "",
|
|
753
|
+
valueType: "DOUBLE",
|
|
754
|
+
supportedSources: ["Fitbit", "Garmin", "HuaweiHealth", "Polar", "Withings", "iHealth"],
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
id: 2220,
|
|
758
|
+
name: "SleepRegularity",
|
|
759
|
+
category: "Sleep",
|
|
760
|
+
temporalResolution: "Daily",
|
|
761
|
+
description: "Established Indicator describing the likelihood that any two time-points 24 hours apart were the same sleep/wake state, across all days.",
|
|
762
|
+
unit: "",
|
|
763
|
+
valueType: "LONG",
|
|
764
|
+
supportedSources: ["AppleHealth", "Fitbit", "Garmin", "Polar", "Withings"],
|
|
765
|
+
},
|
|
766
|
+
{
|
|
767
|
+
id: 3000,
|
|
768
|
+
name: "HeartRate",
|
|
769
|
+
category: "Heart Rate",
|
|
770
|
+
temporalResolution: "Both",
|
|
771
|
+
description: "heart rate detected (in this timeframe)",
|
|
772
|
+
unit: "bpm",
|
|
773
|
+
valueType: "LONG",
|
|
774
|
+
supportedSources: ["AppleHealth", "Beurer", "Decathlon", "Fitbit", "Garmin", "GoogleFitNative", "GoogleFitREST", "HealthConnect", "HuaweiHealth", "OmronConnect", "Oura", "Polar", "SamsungHealth", "Strava", "Suunto", "Whoop", "Withings", "iHealth"],
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
id: 3001,
|
|
778
|
+
name: "HeartRateResting",
|
|
779
|
+
category: "Heart Rate",
|
|
780
|
+
temporalResolution: "Both",
|
|
781
|
+
description: "average resting heart rate",
|
|
782
|
+
unit: "bpm",
|
|
783
|
+
valueType: "LONG",
|
|
784
|
+
supportedSources: ["AppleHealth", "Fitbit", "Garmin", "HealthConnect", "Oura", "Whoop", "Withings"],
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
id: 3002,
|
|
788
|
+
name: "HeartRateSleep",
|
|
789
|
+
category: "Heart Rate,Sleep",
|
|
790
|
+
temporalResolution: "Daily",
|
|
791
|
+
description: "average nightly heart rate",
|
|
792
|
+
unit: "bpm",
|
|
793
|
+
valueType: "LONG",
|
|
794
|
+
supportedSources: ["Garmin", "Oura", "Polar"],
|
|
795
|
+
},
|
|
796
|
+
{
|
|
797
|
+
id: 3008,
|
|
798
|
+
name: "PulseWaveVelocity",
|
|
799
|
+
category: "Cardiovascular Health",
|
|
800
|
+
temporalResolution: "Epoch",
|
|
801
|
+
description: "PulseWave Velocity detected (in this timeframe)",
|
|
802
|
+
unit: "",
|
|
803
|
+
valueType: "DOUBLE",
|
|
804
|
+
supportedSources: ["Withings"],
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
id: 3009,
|
|
808
|
+
name: "SPO2",
|
|
809
|
+
category: "Respiratory & Breathing",
|
|
810
|
+
temporalResolution: "Epoch",
|
|
811
|
+
description: "SPO2 detected (in this timeframe)",
|
|
812
|
+
unit: "percent",
|
|
813
|
+
valueType: "DOUBLE",
|
|
814
|
+
supportedSources: ["AppleHealth", "Beurer", "Garmin", "HealthConnect", "HuaweiHealth", "OmronConnect", "Whoop", "Withings"],
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
id: 3020,
|
|
818
|
+
name: "HeartRateSleepLowest",
|
|
819
|
+
category: "Heart Rate",
|
|
820
|
+
temporalResolution: "Daily",
|
|
821
|
+
description: "The lowest heart rate of the main sleep cycle",
|
|
822
|
+
unit: "bpm",
|
|
823
|
+
valueType: "LONG",
|
|
824
|
+
supportedSources: ["Oura", "Withings"],
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
id: 3028,
|
|
828
|
+
name: "HeartPoint",
|
|
829
|
+
category: "Heart Rate",
|
|
830
|
+
temporalResolution: "Both",
|
|
831
|
+
description: "average Google Fit heart point",
|
|
832
|
+
unit: "count",
|
|
833
|
+
valueType: "LONG",
|
|
834
|
+
supportedSources: ["GoogleFitNative"],
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
id: 3029,
|
|
838
|
+
name: "InterbeatIntervals",
|
|
839
|
+
category: "Advanced Cardiac Analysis",
|
|
840
|
+
temporalResolution: "Epoch",
|
|
841
|
+
description: "Comma-seperated array of RR-intervals",
|
|
842
|
+
unit: "milliseconds",
|
|
843
|
+
valueType: "STRING",
|
|
844
|
+
supportedSources: ["AppleHealth", "Polar"],
|
|
845
|
+
},
|
|
846
|
+
{
|
|
847
|
+
id: 3030,
|
|
848
|
+
name: "VO2max",
|
|
849
|
+
category: "Cardiovascular Health,Workouts",
|
|
850
|
+
temporalResolution: "Both",
|
|
851
|
+
description: "maximum cardiovadcular oxygen intake in mol per minute and kilogram of body weight",
|
|
852
|
+
unit: "mol per minute and kilogram of body weight",
|
|
853
|
+
valueType: "DOUBLE",
|
|
854
|
+
supportedSources: ["AppleHealth", "Garmin", "HealthConnect", "Polar"],
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
id: 3090,
|
|
858
|
+
name: "HeartRateZoneLightDuration",
|
|
859
|
+
category: "Heart Rate",
|
|
860
|
+
temporalResolution: "Daily",
|
|
861
|
+
description: "Duration in minute that the heart rate is in the light zone",
|
|
862
|
+
unit: "minutes",
|
|
863
|
+
valueType: "LONG",
|
|
864
|
+
supportedSources: ["Withings"],
|
|
865
|
+
},
|
|
866
|
+
{
|
|
867
|
+
id: 3091,
|
|
868
|
+
name: "HeartRateZoneModerateDuration",
|
|
869
|
+
category: "Heart Rate",
|
|
870
|
+
temporalResolution: "Daily",
|
|
871
|
+
description: "Duration in minute that the heart rate is in the moderate zone",
|
|
872
|
+
unit: "minutes",
|
|
873
|
+
valueType: "LONG",
|
|
874
|
+
supportedSources: ["Withings"],
|
|
875
|
+
},
|
|
876
|
+
{
|
|
877
|
+
id: 3092,
|
|
878
|
+
name: "HeartRateZoneIntenseDuration",
|
|
879
|
+
category: "Heart Rate",
|
|
880
|
+
temporalResolution: "Daily",
|
|
881
|
+
description: "Duration in minute that the heart rate is in the intense zone",
|
|
882
|
+
unit: "minutes",
|
|
883
|
+
valueType: "LONG",
|
|
884
|
+
supportedSources: ["Withings"],
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
id: 3093,
|
|
888
|
+
name: "HeartRateZoneMaximalDuration",
|
|
889
|
+
category: "Heart Rate",
|
|
890
|
+
temporalResolution: "Daily",
|
|
891
|
+
description: "Duration in minute that the heart rate is in the maximal zone",
|
|
892
|
+
unit: "minutes",
|
|
893
|
+
valueType: "LONG",
|
|
894
|
+
supportedSources: ["Withings"],
|
|
895
|
+
},
|
|
896
|
+
{
|
|
897
|
+
id: 3100,
|
|
898
|
+
name: "Rmssd",
|
|
899
|
+
category: "Stress & HRV",
|
|
900
|
+
temporalResolution: "Both",
|
|
901
|
+
description: "RMSSD detected (in this timeframe)",
|
|
902
|
+
unit: "milliseconds",
|
|
903
|
+
valueType: "DOUBLE",
|
|
904
|
+
supportedSources: ["AppleHealth", "Beurer", "Decathlon", "Fitbit", "Garmin", "GoogleFitNative", "GoogleFitREST", "HealthConnect", "HuaweiHealth", "OmronConnect", "Oura", "Polar", "SamsungHealth", "Strava", "Suunto", "Whoop", "Withings", "iHealth"],
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
id: 3106,
|
|
908
|
+
name: "RmssdSleep",
|
|
909
|
+
category: "Stress & HRV,Sleep",
|
|
910
|
+
temporalResolution: "Daily",
|
|
911
|
+
description: "Average daily RMSSD (indicator of heart rate variability) for main sleep period",
|
|
912
|
+
unit: "milliseconds",
|
|
913
|
+
valueType: "DOUBLE",
|
|
914
|
+
supportedSources: ["Garmin"],
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
id: 3107,
|
|
918
|
+
name: "RmssdSleepHighest",
|
|
919
|
+
category: "Stress & HRV,Sleep",
|
|
920
|
+
temporalResolution: "Daily",
|
|
921
|
+
description: "Highest daily RMSSD (indicator of heart rate variability) for main sleep period",
|
|
922
|
+
unit: "milliseconds",
|
|
923
|
+
valueType: "DOUBLE",
|
|
924
|
+
supportedSources: ["Garmin"],
|
|
925
|
+
},
|
|
926
|
+
{
|
|
927
|
+
id: 3112,
|
|
928
|
+
name: "SDNN",
|
|
929
|
+
category: "Stress & HRV",
|
|
930
|
+
temporalResolution: "Both",
|
|
931
|
+
description: "Standard deviation of the IBI intervals measured in ms",
|
|
932
|
+
unit: "milliseconds",
|
|
933
|
+
valueType: "DOUBLE",
|
|
934
|
+
supportedSources: ["AppleHealth", "Withings"],
|
|
935
|
+
},
|
|
936
|
+
{
|
|
937
|
+
id: 3113,
|
|
938
|
+
name: "SDRR",
|
|
939
|
+
category: "Stress & HRV",
|
|
940
|
+
temporalResolution: "Both",
|
|
941
|
+
description: "Standard deviation in time between heartbeats, also known as \"RR interval\", measured in ms",
|
|
942
|
+
unit: "milliseconds",
|
|
943
|
+
valueType: "DOUBLE",
|
|
944
|
+
supportedSources: ["Garmin"],
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
id: 3114,
|
|
948
|
+
name: "HRVHighFrequencyPower",
|
|
949
|
+
category: "Stress & HRV",
|
|
950
|
+
temporalResolution: "Epoch",
|
|
951
|
+
description: "Power in interbeat interval fluctuations within the high frequency band (0.15 Hz - 0.4 Hz) in miliseconds squared",
|
|
952
|
+
unit: "",
|
|
953
|
+
valueType: "DOUBLE",
|
|
954
|
+
supportedSources: ["Fitbit"],
|
|
955
|
+
},
|
|
956
|
+
{
|
|
957
|
+
id: 3115,
|
|
958
|
+
name: "HRVLowFrequencyPower",
|
|
959
|
+
category: "Stress & HRV",
|
|
960
|
+
temporalResolution: "Epoch",
|
|
961
|
+
description: "Power in interbeat interval fluctuations within the low frequency band (0.04 Hz - 0.15 Hz) in miliseconds squared",
|
|
962
|
+
unit: "",
|
|
963
|
+
valueType: "DOUBLE",
|
|
964
|
+
supportedSources: ["Fitbit"],
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
id: 3120,
|
|
968
|
+
name: "AtrialFibrillationDetection",
|
|
969
|
+
category: "Advanced Cardiac Analysis",
|
|
970
|
+
temporalResolution: "Both",
|
|
971
|
+
description: "atrial fibrillation detected on this day",
|
|
972
|
+
unit: "",
|
|
973
|
+
valueType: "BOOLEAN",
|
|
974
|
+
supportedSources: ["AppleHealth", "Beurer", "Withings"],
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
id: 3121,
|
|
978
|
+
name: "ArrhythmiaDetection",
|
|
979
|
+
category: "Advanced Cardiac Analysis",
|
|
980
|
+
temporalResolution: "Both",
|
|
981
|
+
description: "irregular heartbeat detected in this timeframe",
|
|
982
|
+
unit: "",
|
|
983
|
+
valueType: "BOOLEAN",
|
|
984
|
+
supportedSources: ["AppleHealth", "iHealth"],
|
|
985
|
+
},
|
|
986
|
+
{
|
|
987
|
+
id: 3300,
|
|
988
|
+
name: "BloodPressureDiastolic",
|
|
989
|
+
category: "Cardiovascular Health",
|
|
990
|
+
temporalResolution: "Both",
|
|
991
|
+
description: "diastolic blood pressure in mmHg",
|
|
992
|
+
unit: "mmHg",
|
|
993
|
+
valueType: "LONG",
|
|
994
|
+
supportedSources: ["AppleHealth", "Beurer", "HealthConnect", "HuaweiHealth", "OmronConnect", "SamsungHealth", "Withings", "iHealth"],
|
|
995
|
+
},
|
|
996
|
+
{
|
|
997
|
+
id: 3301,
|
|
998
|
+
name: "BloodPressureSystolic",
|
|
999
|
+
category: "Cardiovascular Health",
|
|
1000
|
+
temporalResolution: "Both",
|
|
1001
|
+
description: "systolic blood pressure in mmHg",
|
|
1002
|
+
unit: "mmHg",
|
|
1003
|
+
valueType: "LONG",
|
|
1004
|
+
supportedSources: ["AppleHealth", "Beurer", "HealthConnect", "HuaweiHealth", "OmronConnect", "SamsungHealth", "Withings", "iHealth"],
|
|
1005
|
+
},
|
|
1006
|
+
{
|
|
1007
|
+
id: 3302,
|
|
1008
|
+
name: "BloodGlucose",
|
|
1009
|
+
category: "Blood Glucose",
|
|
1010
|
+
temporalResolution: "Both",
|
|
1011
|
+
description: "blood glucose content in mmol/L",
|
|
1012
|
+
unit: "mmol/L",
|
|
1013
|
+
valueType: "DOUBLE",
|
|
1014
|
+
supportedSources: ["AppleHealth", "Beurer", "Dexcom", "HealthConnect", "HuaweiHealth", "SamsungHealth", "iHealth"],
|
|
1015
|
+
},
|
|
1016
|
+
{
|
|
1017
|
+
id: 3303,
|
|
1018
|
+
name: "HbA1c",
|
|
1019
|
+
category: "Blood Glucose",
|
|
1020
|
+
temporalResolution: "Both",
|
|
1021
|
+
description: "glycated hemoglobin HbA1c",
|
|
1022
|
+
unit: "",
|
|
1023
|
+
valueType: "DOUBLE",
|
|
1024
|
+
supportedSources: ["Beurer", "SamsungHealth"],
|
|
1025
|
+
},
|
|
1026
|
+
{
|
|
1027
|
+
id: 3304,
|
|
1028
|
+
name: "MeanArterialPressure",
|
|
1029
|
+
category: "Cardiovascular Health",
|
|
1030
|
+
temporalResolution: "Epoch",
|
|
1031
|
+
description: "average blood pressure in an individual during a single cardiac cycle in mmHg",
|
|
1032
|
+
unit: "mmHg",
|
|
1033
|
+
valueType: "LONG",
|
|
1034
|
+
supportedSources: ["Beurer"],
|
|
1035
|
+
},
|
|
1036
|
+
{
|
|
1037
|
+
id: 3305,
|
|
1038
|
+
name: "EstimatedBloodGlucose",
|
|
1039
|
+
category: "Blood Glucose",
|
|
1040
|
+
temporalResolution: "Epoch",
|
|
1041
|
+
description: "Estimated blood glucose content in mmol/L",
|
|
1042
|
+
unit: "mmol/L",
|
|
1043
|
+
valueType: "DOUBLE",
|
|
1044
|
+
supportedSources: ["Dexcom"],
|
|
1045
|
+
},
|
|
1046
|
+
{
|
|
1047
|
+
id: 4000,
|
|
1048
|
+
name: "RespirationRate",
|
|
1049
|
+
category: "Respiratory & Breathing",
|
|
1050
|
+
temporalResolution: "Both",
|
|
1051
|
+
description: "respiration rate (in this timeframe)",
|
|
1052
|
+
unit: "count",
|
|
1053
|
+
valueType: "LONG",
|
|
1054
|
+
supportedSources: ["AppleHealth", "Garmin", "HealthConnect"],
|
|
1055
|
+
},
|
|
1056
|
+
{
|
|
1057
|
+
id: 4001,
|
|
1058
|
+
name: "RespirationRateResting",
|
|
1059
|
+
category: "Respiratory & Breathing",
|
|
1060
|
+
temporalResolution: "Daily",
|
|
1061
|
+
description: "average resting respiration rate",
|
|
1062
|
+
unit: "count",
|
|
1063
|
+
valueType: "LONG",
|
|
1064
|
+
supportedSources: [],
|
|
1065
|
+
},
|
|
1066
|
+
{
|
|
1067
|
+
id: 4002,
|
|
1068
|
+
name: "RespirationRateSleep",
|
|
1069
|
+
category: "Respiratory & Breathing,Sleep",
|
|
1070
|
+
temporalResolution: "Daily",
|
|
1071
|
+
description: "average nightly respiration rate",
|
|
1072
|
+
unit: "count",
|
|
1073
|
+
valueType: "LONG",
|
|
1074
|
+
supportedSources: ["Oura", "Polar", "Whoop", "Withings"],
|
|
1075
|
+
},
|
|
1076
|
+
{
|
|
1077
|
+
id: 4100,
|
|
1078
|
+
name: "Breathing",
|
|
1079
|
+
category: "Respiratory & Breathing",
|
|
1080
|
+
temporalResolution: "Daily",
|
|
1081
|
+
description: "Breathing Disturbances Intensity (range of 0-30 indicates low disturbances intensity, range of 30-60 indicates mid disturbances intensity, while range of 60+ indicates mid disturbances intensity)",
|
|
1082
|
+
unit: "",
|
|
1083
|
+
valueType: "LONG",
|
|
1084
|
+
supportedSources: [],
|
|
1085
|
+
},
|
|
1086
|
+
{
|
|
1087
|
+
id: 4101,
|
|
1088
|
+
name: "SnoringBinary",
|
|
1089
|
+
category: "Respiratory & Breathing,Sleep",
|
|
1090
|
+
temporalResolution: "Daily",
|
|
1091
|
+
description: "sleep interruptions detected during the night",
|
|
1092
|
+
unit: "",
|
|
1093
|
+
valueType: "Binary",
|
|
1094
|
+
supportedSources: [],
|
|
1095
|
+
},
|
|
1096
|
+
{
|
|
1097
|
+
id: 5010,
|
|
1098
|
+
name: "AlcoholConsumption",
|
|
1099
|
+
category: "Self-Reported Wellness",
|
|
1100
|
+
temporalResolution: "Daily",
|
|
1101
|
+
description: "Metabolic stress during sleep detected",
|
|
1102
|
+
unit: "",
|
|
1103
|
+
valueType: "LONG",
|
|
1104
|
+
supportedSources: ["Fitbit", "Garmin", "Withings"],
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
id: 5020,
|
|
1108
|
+
name: "Weight",
|
|
1109
|
+
category: "Body Composition & Measurements",
|
|
1110
|
+
temporalResolution: "Both",
|
|
1111
|
+
description: "weight in kilogram",
|
|
1112
|
+
unit: "kilogram",
|
|
1113
|
+
valueType: "DOUBLE",
|
|
1114
|
+
supportedSources: ["AppleHealth", "Beurer", "Fitbit", "Garmin", "GoogleFitNative", "GoogleFitREST", "HealthConnect", "HuaweiHealth", "OmronConnect", "Polar", "Whoop", "Withings", "iHealth"],
|
|
1115
|
+
},
|
|
1116
|
+
{
|
|
1117
|
+
id: 5021,
|
|
1118
|
+
name: "MuscleMass",
|
|
1119
|
+
category: "Body Composition & Measurements",
|
|
1120
|
+
temporalResolution: "Epoch",
|
|
1121
|
+
description: "muscle mass in kilograms",
|
|
1122
|
+
unit: "kilograms",
|
|
1123
|
+
valueType: "DOUBLE",
|
|
1124
|
+
supportedSources: ["Beurer", "Garmin", "Withings", "iHealth"],
|
|
1125
|
+
},
|
|
1126
|
+
{
|
|
1127
|
+
id: 5022,
|
|
1128
|
+
name: "BoneMass",
|
|
1129
|
+
category: "Body Composition & Measurements",
|
|
1130
|
+
temporalResolution: "Epoch",
|
|
1131
|
+
description: "bone mass in kilograms",
|
|
1132
|
+
unit: "kilograms",
|
|
1133
|
+
valueType: "DOUBLE",
|
|
1134
|
+
supportedSources: ["Beurer", "Garmin", "HealthConnect", "Withings", "iHealth"],
|
|
1135
|
+
},
|
|
1136
|
+
{
|
|
1137
|
+
id: 5023,
|
|
1138
|
+
name: "FatFreeMass",
|
|
1139
|
+
category: "Body Composition & Measurements",
|
|
1140
|
+
temporalResolution: "Epoch",
|
|
1141
|
+
description: "fat free body mass in kilograms",
|
|
1142
|
+
unit: "kilograms",
|
|
1143
|
+
valueType: "LONG",
|
|
1144
|
+
supportedSources: ["AppleHealth", "Beurer", "HealthConnect", "Withings"],
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
id: 5024,
|
|
1148
|
+
name: "FatMass",
|
|
1149
|
+
category: "Body Composition & Measurements",
|
|
1150
|
+
temporalResolution: "Epoch",
|
|
1151
|
+
description: "mass of body fat in kilograms",
|
|
1152
|
+
unit: "kilograms",
|
|
1153
|
+
valueType: "DOUBLE",
|
|
1154
|
+
supportedSources: ["Beurer", "SamsungHealth", "Withings", "iHealth"],
|
|
1155
|
+
},
|
|
1156
|
+
{
|
|
1157
|
+
id: 5025,
|
|
1158
|
+
name: "FatRatio",
|
|
1159
|
+
category: "Body Composition & Measurements",
|
|
1160
|
+
temporalResolution: "Both",
|
|
1161
|
+
description: "fat ratio to total body mass in percent",
|
|
1162
|
+
unit: "percent",
|
|
1163
|
+
valueType: "LONG",
|
|
1164
|
+
supportedSources: ["AppleHealth", "Fitbit", "Garmin", "GoogleFitNative", "HealthConnect", "OmronConnect", "Withings"],
|
|
1165
|
+
},
|
|
1166
|
+
{
|
|
1167
|
+
id: 5026,
|
|
1168
|
+
name: "BMI",
|
|
1169
|
+
category: "Body Composition & Measurements",
|
|
1170
|
+
temporalResolution: "Both",
|
|
1171
|
+
description: "body mass index",
|
|
1172
|
+
unit: "",
|
|
1173
|
+
valueType: "DOUBLE",
|
|
1174
|
+
supportedSources: ["AppleHealth", "Beurer", "Fitbit", "Garmin", "OmronConnect", "iHealth"],
|
|
1175
|
+
},
|
|
1176
|
+
{
|
|
1177
|
+
id: 5027,
|
|
1178
|
+
name: "WaistCircumference",
|
|
1179
|
+
category: "Body Composition & Measurements",
|
|
1180
|
+
temporalResolution: "Daily",
|
|
1181
|
+
description: "waist circumference in centimeters",
|
|
1182
|
+
unit: "centimeters",
|
|
1183
|
+
valueType: "LONG",
|
|
1184
|
+
supportedSources: [],
|
|
1185
|
+
},
|
|
1186
|
+
{
|
|
1187
|
+
id: 5029,
|
|
1188
|
+
name: "WaterMass",
|
|
1189
|
+
category: "Body Composition & Measurements",
|
|
1190
|
+
temporalResolution: "Epoch",
|
|
1191
|
+
description: "mass of body water in kilograms",
|
|
1192
|
+
unit: "kilograms",
|
|
1193
|
+
valueType: "DOUBLE",
|
|
1194
|
+
supportedSources: ["Beurer", "HealthConnect"],
|
|
1195
|
+
},
|
|
1196
|
+
{
|
|
1197
|
+
id: 5030,
|
|
1198
|
+
name: "Height",
|
|
1199
|
+
category: "Body Composition & Measurements",
|
|
1200
|
+
temporalResolution: "Both",
|
|
1201
|
+
description: "height in centimeters",
|
|
1202
|
+
unit: "centimeters",
|
|
1203
|
+
valueType: "LONG",
|
|
1204
|
+
supportedSources: ["AppleHealth", "Beurer", "GoogleFitNative", "GoogleFitREST", "HealthConnect", "HuaweiHealth", "OmronConnect", "Polar", "Whoop", "Withings"],
|
|
1205
|
+
},
|
|
1206
|
+
{
|
|
1207
|
+
id: 5040,
|
|
1208
|
+
name: "BodyTemperature",
|
|
1209
|
+
category: "Body Composition & Measurements",
|
|
1210
|
+
temporalResolution: "Both",
|
|
1211
|
+
description: "body temperature in degree celsius",
|
|
1212
|
+
unit: "degree celsius",
|
|
1213
|
+
valueType: "DOUBLE",
|
|
1214
|
+
supportedSources: ["AppleHealth", "Beurer", "HealthConnect", "HuaweiHealth", "OmronConnect", "Withings"],
|
|
1215
|
+
},
|
|
1216
|
+
{
|
|
1217
|
+
id: 5041,
|
|
1218
|
+
name: "SkinTemperature",
|
|
1219
|
+
category: "Body Composition & Measurements",
|
|
1220
|
+
temporalResolution: "Both",
|
|
1221
|
+
description: "skin temperature in degree celsius",
|
|
1222
|
+
unit: "degree celsius",
|
|
1223
|
+
valueType: "DOUBLE",
|
|
1224
|
+
supportedSources: ["AppleHealth", "HuaweiHealth", "Whoop", "Withings"],
|
|
1225
|
+
},
|
|
1226
|
+
{
|
|
1227
|
+
id: 5042,
|
|
1228
|
+
name: "UndefinedTemperature",
|
|
1229
|
+
category: "Body Composition & Measurements",
|
|
1230
|
+
temporalResolution: "Epoch",
|
|
1231
|
+
description: "temperature at undefined location in degree celsius",
|
|
1232
|
+
unit: "degree celsius",
|
|
1233
|
+
valueType: "DOUBLE",
|
|
1234
|
+
supportedSources: ["Withings"],
|
|
1235
|
+
},
|
|
1236
|
+
{
|
|
1237
|
+
id: 5043,
|
|
1238
|
+
name: "Hydration",
|
|
1239
|
+
category: "Detailed Nutrition",
|
|
1240
|
+
temporalResolution: "Both",
|
|
1241
|
+
description: "hydration consumption level in mL",
|
|
1242
|
+
unit: "milliliter",
|
|
1243
|
+
valueType: "DOUBLE",
|
|
1244
|
+
supportedSources: ["AppleHealth", "Beurer", "Fitbit", "GoogleFitNative", "HealthConnect", "SamsungHealth", "Withings"],
|
|
1245
|
+
},
|
|
1246
|
+
{
|
|
1247
|
+
id: 5044,
|
|
1248
|
+
name: "FeverDetection",
|
|
1249
|
+
category: "Self-Reported Wellness",
|
|
1250
|
+
temporalResolution: "Epoch",
|
|
1251
|
+
description: "state of having fever in this minute",
|
|
1252
|
+
unit: "",
|
|
1253
|
+
valueType: "BOOLEAN",
|
|
1254
|
+
supportedSources: [],
|
|
1255
|
+
},
|
|
1256
|
+
{
|
|
1257
|
+
id: 5050,
|
|
1258
|
+
name: "EDA",
|
|
1259
|
+
category: "Stress & HRV",
|
|
1260
|
+
temporalResolution: "Both",
|
|
1261
|
+
description: "Electrodermal activity measures the conductance of the user’s skin",
|
|
1262
|
+
unit: "",
|
|
1263
|
+
valueType: "DOUBLE",
|
|
1264
|
+
supportedSources: ["AppleHealth"],
|
|
1265
|
+
},
|
|
1266
|
+
{
|
|
1267
|
+
id: 5110,
|
|
1268
|
+
name: "CycleLength",
|
|
1269
|
+
category: "Women's Health",
|
|
1270
|
+
temporalResolution: "Both",
|
|
1271
|
+
description: "self-reported menstrual cycle length in days",
|
|
1272
|
+
unit: "days",
|
|
1273
|
+
valueType: "LONG",
|
|
1274
|
+
supportedSources: ["AppleHealth", "Garmin"],
|
|
1275
|
+
},
|
|
1276
|
+
{
|
|
1277
|
+
id: 5111,
|
|
1278
|
+
name: "MenstrualBleeding",
|
|
1279
|
+
category: "Women's Health",
|
|
1280
|
+
temporalResolution: "Both",
|
|
1281
|
+
description: "self-reported menstrual bleeding intensity",
|
|
1282
|
+
unit: "",
|
|
1283
|
+
valueType: "STRING",
|
|
1284
|
+
supportedSources: ["AppleHealth"],
|
|
1285
|
+
},
|
|
1286
|
+
{
|
|
1287
|
+
id: 5112,
|
|
1288
|
+
name: "VaginalDischarge",
|
|
1289
|
+
category: "Women's Health",
|
|
1290
|
+
temporalResolution: "Both",
|
|
1291
|
+
description: "self-reported vaginal discharge consistency",
|
|
1292
|
+
unit: "",
|
|
1293
|
+
valueType: "STRING",
|
|
1294
|
+
supportedSources: ["AppleHealth"],
|
|
1295
|
+
},
|
|
1296
|
+
{
|
|
1297
|
+
id: 5115,
|
|
1298
|
+
name: "Mood",
|
|
1299
|
+
category: "Self-Reported Wellness",
|
|
1300
|
+
temporalResolution: "Both",
|
|
1301
|
+
description: "self-reported mood for this day",
|
|
1302
|
+
unit: "",
|
|
1303
|
+
valueType: "STRING",
|
|
1304
|
+
supportedSources: ["Oura"],
|
|
1305
|
+
},
|
|
1306
|
+
{
|
|
1307
|
+
id: 5116,
|
|
1308
|
+
name: "SexualEvent",
|
|
1309
|
+
category: "Self-Reported Wellness",
|
|
1310
|
+
temporalResolution: "Both",
|
|
1311
|
+
description: "self-reported sexual event",
|
|
1312
|
+
unit: "",
|
|
1313
|
+
valueType: "STRING",
|
|
1314
|
+
supportedSources: ["AppleHealth"],
|
|
1315
|
+
},
|
|
1316
|
+
{
|
|
1317
|
+
id: 5117,
|
|
1318
|
+
name: "EnergyLevel",
|
|
1319
|
+
category: "Self-Reported Wellness",
|
|
1320
|
+
temporalResolution: "Daily",
|
|
1321
|
+
description: "self-reported energy level",
|
|
1322
|
+
unit: "",
|
|
1323
|
+
valueType: "STRING",
|
|
1324
|
+
supportedSources: [],
|
|
1325
|
+
},
|
|
1326
|
+
{
|
|
1327
|
+
id: 5118,
|
|
1328
|
+
name: "DrugEvent",
|
|
1329
|
+
category: "Self-Reported Wellness",
|
|
1330
|
+
temporalResolution: "Daily",
|
|
1331
|
+
description: "self-reported party event",
|
|
1332
|
+
unit: "",
|
|
1333
|
+
valueType: "STRING",
|
|
1334
|
+
supportedSources: [],
|
|
1335
|
+
},
|
|
1336
|
+
{
|
|
1337
|
+
id: 5119,
|
|
1338
|
+
name: "SocialEvent",
|
|
1339
|
+
category: "Self-Reported Wellness",
|
|
1340
|
+
temporalResolution: "Daily",
|
|
1341
|
+
description: "self-reported social event",
|
|
1342
|
+
unit: "",
|
|
1343
|
+
valueType: "STRING",
|
|
1344
|
+
supportedSources: [],
|
|
1345
|
+
},
|
|
1346
|
+
{
|
|
1347
|
+
id: 5120,
|
|
1348
|
+
name: "SicknessReport",
|
|
1349
|
+
category: "Self-Reported Wellness",
|
|
1350
|
+
temporalResolution: "Both",
|
|
1351
|
+
description: "self-reported sickness",
|
|
1352
|
+
unit: "",
|
|
1353
|
+
valueType: "STRING",
|
|
1354
|
+
supportedSources: [],
|
|
1355
|
+
},
|
|
1356
|
+
{
|
|
1357
|
+
id: 5121,
|
|
1358
|
+
name: "MedicationReport",
|
|
1359
|
+
category: "Self-Reported Wellness",
|
|
1360
|
+
temporalResolution: "Daily",
|
|
1361
|
+
description: "self-reported medication intake",
|
|
1362
|
+
unit: "",
|
|
1363
|
+
valueType: "STRING",
|
|
1364
|
+
supportedSources: [],
|
|
1365
|
+
},
|
|
1366
|
+
{
|
|
1367
|
+
id: 5122,
|
|
1368
|
+
name: "ContraceptionEvent",
|
|
1369
|
+
category: "Women's Health",
|
|
1370
|
+
temporalResolution: "Daily",
|
|
1371
|
+
description: "self-reported contraception event",
|
|
1372
|
+
unit: "",
|
|
1373
|
+
valueType: "STRING",
|
|
1374
|
+
supportedSources: [],
|
|
1375
|
+
},
|
|
1376
|
+
{
|
|
1377
|
+
id: 5123,
|
|
1378
|
+
name: "PregnancyTest",
|
|
1379
|
+
category: "Women's Health",
|
|
1380
|
+
temporalResolution: "Both",
|
|
1381
|
+
description: "self-reported pregnancy test result",
|
|
1382
|
+
unit: "",
|
|
1383
|
+
valueType: "STRING",
|
|
1384
|
+
supportedSources: ["AppleHealth"],
|
|
1385
|
+
},
|
|
1386
|
+
{
|
|
1387
|
+
id: 5124,
|
|
1388
|
+
name: "MotivationReport",
|
|
1389
|
+
category: "Self-Reported Wellness",
|
|
1390
|
+
temporalResolution: "Daily",
|
|
1391
|
+
description: "self-reported Motivation",
|
|
1392
|
+
unit: "",
|
|
1393
|
+
valueType: "STRING",
|
|
1394
|
+
supportedSources: [],
|
|
1395
|
+
},
|
|
1396
|
+
{
|
|
1397
|
+
id: 5125,
|
|
1398
|
+
name: "MentalStateReport",
|
|
1399
|
+
category: "Self-Reported Wellness",
|
|
1400
|
+
temporalResolution: "Daily",
|
|
1401
|
+
description: "self-reported mental state",
|
|
1402
|
+
unit: "",
|
|
1403
|
+
valueType: "STRING",
|
|
1404
|
+
supportedSources: [],
|
|
1405
|
+
},
|
|
1406
|
+
{
|
|
1407
|
+
id: 5126,
|
|
1408
|
+
name: "HotHunger",
|
|
1409
|
+
category: "Self-Reported Wellness",
|
|
1410
|
+
temporalResolution: "Daily",
|
|
1411
|
+
description: "self-reported hot hunger for a specific food",
|
|
1412
|
+
unit: "",
|
|
1413
|
+
valueType: "STRING",
|
|
1414
|
+
supportedSources: [],
|
|
1415
|
+
},
|
|
1416
|
+
{
|
|
1417
|
+
id: 5127,
|
|
1418
|
+
name: "SkinReport",
|
|
1419
|
+
category: "Self-Reported Wellness",
|
|
1420
|
+
temporalResolution: "Daily",
|
|
1421
|
+
description: "self-reported skin constitution",
|
|
1422
|
+
unit: "",
|
|
1423
|
+
valueType: "STRING",
|
|
1424
|
+
supportedSources: [],
|
|
1425
|
+
},
|
|
1426
|
+
{
|
|
1427
|
+
id: 5128,
|
|
1428
|
+
name: "HairReport",
|
|
1429
|
+
category: "Self-Reported Wellness",
|
|
1430
|
+
temporalResolution: "Daily",
|
|
1431
|
+
description: "self-reported hair",
|
|
1432
|
+
unit: "",
|
|
1433
|
+
valueType: "STRING",
|
|
1434
|
+
supportedSources: [],
|
|
1435
|
+
},
|
|
1436
|
+
{
|
|
1437
|
+
id: 5129,
|
|
1438
|
+
name: "DigestionReport",
|
|
1439
|
+
category: "Self-Reported Wellness",
|
|
1440
|
+
temporalResolution: "Daily",
|
|
1441
|
+
description: "self-reported digestion information",
|
|
1442
|
+
unit: "",
|
|
1443
|
+
valueType: "STRING",
|
|
1444
|
+
supportedSources: [],
|
|
1445
|
+
},
|
|
1446
|
+
{
|
|
1447
|
+
id: 5130,
|
|
1448
|
+
name: "CycleStartDate",
|
|
1449
|
+
category: "Women's Health",
|
|
1450
|
+
temporalResolution: "Daily",
|
|
1451
|
+
description: "self-reported menstrual cycle start date",
|
|
1452
|
+
unit: "",
|
|
1453
|
+
valueType: "DATE",
|
|
1454
|
+
supportedSources: ["Garmin"],
|
|
1455
|
+
},
|
|
1456
|
+
{
|
|
1457
|
+
id: 5131,
|
|
1458
|
+
name: "CycleEndDate",
|
|
1459
|
+
category: "Women's Health",
|
|
1460
|
+
temporalResolution: "Daily",
|
|
1461
|
+
description: "self-reported menstrual cycle end date",
|
|
1462
|
+
unit: "",
|
|
1463
|
+
valueType: "DATE",
|
|
1464
|
+
supportedSources: ["Garmin"],
|
|
1465
|
+
},
|
|
1466
|
+
{
|
|
1467
|
+
id: 5132,
|
|
1468
|
+
name: "CyclePhase",
|
|
1469
|
+
category: "Women's Health",
|
|
1470
|
+
temporalResolution: "Daily",
|
|
1471
|
+
description: "self-reported menstrual cycle phase",
|
|
1472
|
+
unit: "",
|
|
1473
|
+
valueType: "STRING",
|
|
1474
|
+
supportedSources: [],
|
|
1475
|
+
},
|
|
1476
|
+
{
|
|
1477
|
+
id: 5133,
|
|
1478
|
+
name: "PredictedFertility",
|
|
1479
|
+
category: "Women's Health",
|
|
1480
|
+
temporalResolution: "Daily",
|
|
1481
|
+
description: "predicted chance of fertility",
|
|
1482
|
+
unit: "",
|
|
1483
|
+
valueType: "STRING",
|
|
1484
|
+
supportedSources: [],
|
|
1485
|
+
},
|
|
1486
|
+
{
|
|
1487
|
+
id: 6010,
|
|
1488
|
+
name: "AverageStress",
|
|
1489
|
+
category: "Stress & HRV",
|
|
1490
|
+
temporalResolution: "Both",
|
|
1491
|
+
description: "average stress during the day scaling from 0 to 100",
|
|
1492
|
+
unit: "",
|
|
1493
|
+
valueType: "LONG",
|
|
1494
|
+
supportedSources: ["Garmin"],
|
|
1495
|
+
},
|
|
1496
|
+
{
|
|
1497
|
+
id: 6011,
|
|
1498
|
+
name: "HighStressBinary",
|
|
1499
|
+
category: "Stress & HRV",
|
|
1500
|
+
temporalResolution: "Both",
|
|
1501
|
+
description: "high level of stress state detected (in this timeframe)",
|
|
1502
|
+
unit: "",
|
|
1503
|
+
valueType: "BOOLEAN",
|
|
1504
|
+
supportedSources: ["Garmin"],
|
|
1505
|
+
},
|
|
1506
|
+
{
|
|
1507
|
+
id: 6012,
|
|
1508
|
+
name: "MediumStressBinary",
|
|
1509
|
+
category: "Stress & HRV",
|
|
1510
|
+
temporalResolution: "Both",
|
|
1511
|
+
description: "medium level of stress state detected (in this timeframe)",
|
|
1512
|
+
unit: "",
|
|
1513
|
+
valueType: "BOOLEAN",
|
|
1514
|
+
supportedSources: ["Garmin"],
|
|
1515
|
+
},
|
|
1516
|
+
{
|
|
1517
|
+
id: 6013,
|
|
1518
|
+
name: "LowStressBinary",
|
|
1519
|
+
category: "Stress & HRV",
|
|
1520
|
+
temporalResolution: "Both",
|
|
1521
|
+
description: "low level of stress state detected (in this timeframe)",
|
|
1522
|
+
unit: "",
|
|
1523
|
+
valueType: "BOOLEAN",
|
|
1524
|
+
supportedSources: ["Garmin"],
|
|
1525
|
+
},
|
|
1526
|
+
{
|
|
1527
|
+
id: 7100,
|
|
1528
|
+
name: "AudioExposureEvent",
|
|
1529
|
+
category: "Audio & Hearing Health",
|
|
1530
|
+
temporalResolution: "Epoch",
|
|
1531
|
+
description: "Events of audio exposure",
|
|
1532
|
+
unit: "",
|
|
1533
|
+
valueType: "STRING",
|
|
1534
|
+
supportedSources: ["AppleHealth"],
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
id: 7101,
|
|
1538
|
+
name: "AmbientAudioExposure",
|
|
1539
|
+
category: "Audio & Hearing Health",
|
|
1540
|
+
temporalResolution: "Epoch",
|
|
1541
|
+
description: "Audio exposure to sounds in decibels from ambient environment",
|
|
1542
|
+
unit: "decibels",
|
|
1543
|
+
valueType: "DOUBLE",
|
|
1544
|
+
supportedSources: ["AppleHealth"],
|
|
1545
|
+
},
|
|
1546
|
+
{
|
|
1547
|
+
id: 7102,
|
|
1548
|
+
name: "HeadphoneAudioExposure",
|
|
1549
|
+
category: "Audio & Hearing Health",
|
|
1550
|
+
temporalResolution: "Epoch",
|
|
1551
|
+
description: "Audio exposure to sounds in decibels from headphones",
|
|
1552
|
+
unit: "grams",
|
|
1553
|
+
valueType: "DOUBLE",
|
|
1554
|
+
supportedSources: ["AppleHealth"],
|
|
1555
|
+
},
|
|
1556
|
+
{
|
|
1557
|
+
id: 8000,
|
|
1558
|
+
name: "ConsumedCalories",
|
|
1559
|
+
category: "Detailed Nutrition",
|
|
1560
|
+
temporalResolution: "Both",
|
|
1561
|
+
description: "Consumed calories in kcal",
|
|
1562
|
+
unit: "kcal",
|
|
1563
|
+
valueType: "LONG",
|
|
1564
|
+
supportedSources: ["AppleHealth", "Fitbit", "GoogleFitNative", "SamsungHealth"],
|
|
1565
|
+
},
|
|
1566
|
+
{
|
|
1567
|
+
id: 8001,
|
|
1568
|
+
name: "ConsumedFat",
|
|
1569
|
+
category: "Detailed Nutrition",
|
|
1570
|
+
temporalResolution: "Both",
|
|
1571
|
+
description: "nutritional intake of fat in g",
|
|
1572
|
+
unit: "grams",
|
|
1573
|
+
valueType: "DOUBLE",
|
|
1574
|
+
supportedSources: ["AppleHealth", "Fitbit", "GoogleFitNative", "SamsungHealth"],
|
|
1575
|
+
},
|
|
1576
|
+
{
|
|
1577
|
+
id: 8002,
|
|
1578
|
+
name: "ConsumedSaturatedFat",
|
|
1579
|
+
category: "Detailed Nutrition",
|
|
1580
|
+
temporalResolution: "Both",
|
|
1581
|
+
description: "nutritional intake of saturated fat in g",
|
|
1582
|
+
unit: "grams",
|
|
1583
|
+
valueType: "DOUBLE",
|
|
1584
|
+
supportedSources: ["AppleHealth", "GoogleFitNative", "SamsungHealth"],
|
|
1585
|
+
},
|
|
1586
|
+
{
|
|
1587
|
+
id: 8003,
|
|
1588
|
+
name: "ConsumedCarboHydrates",
|
|
1589
|
+
category: "Detailed Nutrition",
|
|
1590
|
+
temporalResolution: "Both",
|
|
1591
|
+
description: "nutritional intake of carbohydrates in g",
|
|
1592
|
+
unit: "grams",
|
|
1593
|
+
valueType: "DOUBLE",
|
|
1594
|
+
supportedSources: ["Fitbit", "GoogleFitNative", "SamsungHealth"],
|
|
1595
|
+
},
|
|
1596
|
+
{
|
|
1597
|
+
id: 8004,
|
|
1598
|
+
name: "ConsumedSugar",
|
|
1599
|
+
category: "Detailed Nutrition",
|
|
1600
|
+
temporalResolution: "Both",
|
|
1601
|
+
description: "nutritional intake of sugar in g",
|
|
1602
|
+
unit: "grams",
|
|
1603
|
+
valueType: "DOUBLE",
|
|
1604
|
+
supportedSources: ["AppleHealth", "GoogleFitNative", "SamsungHealth"],
|
|
1605
|
+
},
|
|
1606
|
+
{
|
|
1607
|
+
id: 8005,
|
|
1608
|
+
name: "ConsumedProtein",
|
|
1609
|
+
category: "Detailed Nutrition",
|
|
1610
|
+
temporalResolution: "Both",
|
|
1611
|
+
description: "nutritional intake of protein in g",
|
|
1612
|
+
unit: "grams",
|
|
1613
|
+
valueType: "DOUBLE",
|
|
1614
|
+
supportedSources: ["AppleHealth", "Fitbit", "GoogleFitNative"],
|
|
1615
|
+
},
|
|
1616
|
+
{
|
|
1617
|
+
id: 8006,
|
|
1618
|
+
name: "ConsumedSalt",
|
|
1619
|
+
category: "Detailed Nutrition",
|
|
1620
|
+
temporalResolution: "Both",
|
|
1621
|
+
description: "nutritional intake of salt in g",
|
|
1622
|
+
unit: "grams",
|
|
1623
|
+
valueType: "DOUBLE",
|
|
1624
|
+
supportedSources: [],
|
|
1625
|
+
},
|
|
1626
|
+
{
|
|
1627
|
+
id: 8007,
|
|
1628
|
+
name: "ConsumedSugarAlcohols",
|
|
1629
|
+
category: "Detailed Nutrition",
|
|
1630
|
+
temporalResolution: "Both",
|
|
1631
|
+
description: "nutritional intake of sugar alcohols in g",
|
|
1632
|
+
unit: "grams",
|
|
1633
|
+
valueType: "DOUBLE",
|
|
1634
|
+
supportedSources: [],
|
|
1635
|
+
},
|
|
1636
|
+
{
|
|
1637
|
+
id: 8008,
|
|
1638
|
+
name: "ConsumedStarch",
|
|
1639
|
+
category: "Detailed Nutrition",
|
|
1640
|
+
temporalResolution: "Both",
|
|
1641
|
+
description: "nutritional intake of starch in g",
|
|
1642
|
+
unit: "grams",
|
|
1643
|
+
valueType: "DOUBLE",
|
|
1644
|
+
supportedSources: [],
|
|
1645
|
+
},
|
|
1646
|
+
{
|
|
1647
|
+
id: 8009,
|
|
1648
|
+
name: "ConsumedFiber",
|
|
1649
|
+
category: "Detailed Nutrition",
|
|
1650
|
+
temporalResolution: "Both",
|
|
1651
|
+
description: "nutritional intake of fiber in g",
|
|
1652
|
+
unit: "grams",
|
|
1653
|
+
valueType: "DOUBLE",
|
|
1654
|
+
supportedSources: ["AppleHealth", "Fitbit", "GoogleFitNative", "SamsungHealth"],
|
|
1655
|
+
},
|
|
1656
|
+
{
|
|
1657
|
+
id: 8010,
|
|
1658
|
+
name: "ConsumedCalcium",
|
|
1659
|
+
category: "Detailed Nutrition",
|
|
1660
|
+
temporalResolution: "Both",
|
|
1661
|
+
description: "nutritional intake of calcium in mg",
|
|
1662
|
+
unit: "mg",
|
|
1663
|
+
valueType: "DOUBLE",
|
|
1664
|
+
supportedSources: ["AppleHealth", "GoogleFitNative", "SamsungHealth"],
|
|
1665
|
+
},
|
|
1666
|
+
{
|
|
1667
|
+
id: 8011,
|
|
1668
|
+
name: "ConsumedIron",
|
|
1669
|
+
category: "Detailed Nutrition",
|
|
1670
|
+
temporalResolution: "Both",
|
|
1671
|
+
description: "nutritional intake of iron in mg",
|
|
1672
|
+
unit: "mg",
|
|
1673
|
+
valueType: "DOUBLE",
|
|
1674
|
+
supportedSources: ["AppleHealth", "GoogleFitNative", "SamsungHealth"],
|
|
1675
|
+
},
|
|
1676
|
+
{
|
|
1677
|
+
id: 8012,
|
|
1678
|
+
name: "ConsumedPotassium",
|
|
1679
|
+
category: "Detailed Nutrition",
|
|
1680
|
+
temporalResolution: "Both",
|
|
1681
|
+
description: "nutritional intake of potassium in mg",
|
|
1682
|
+
unit: "mg",
|
|
1683
|
+
valueType: "DOUBLE",
|
|
1684
|
+
supportedSources: ["AppleHealth", "GoogleFitNative", "SamsungHealth"],
|
|
1685
|
+
},
|
|
1686
|
+
{
|
|
1687
|
+
id: 8013,
|
|
1688
|
+
name: "ConsumedSodium",
|
|
1689
|
+
category: "Detailed Nutrition",
|
|
1690
|
+
temporalResolution: "Both",
|
|
1691
|
+
description: "nutritional intake of sodium in mg",
|
|
1692
|
+
unit: "mg",
|
|
1693
|
+
valueType: "DOUBLE",
|
|
1694
|
+
supportedSources: ["AppleHealth", "Fitbit", "GoogleFitNative", "SamsungHealth"],
|
|
1695
|
+
},
|
|
1696
|
+
{
|
|
1697
|
+
id: 8014,
|
|
1698
|
+
name: "ConsumedPhosphorus",
|
|
1699
|
+
category: "Detailed Nutrition",
|
|
1700
|
+
temporalResolution: "Both",
|
|
1701
|
+
description: "nutritional intake of phosphorus in mg",
|
|
1702
|
+
unit: "mg",
|
|
1703
|
+
valueType: "DOUBLE",
|
|
1704
|
+
supportedSources: ["AppleHealth"],
|
|
1705
|
+
},
|
|
1706
|
+
{
|
|
1707
|
+
id: 8016,
|
|
1708
|
+
name: "ConsumedCholesterol",
|
|
1709
|
+
category: "Detailed Nutrition",
|
|
1710
|
+
temporalResolution: "Both",
|
|
1711
|
+
description: "nutritional intake of cholesterol in mg",
|
|
1712
|
+
unit: "mg",
|
|
1713
|
+
valueType: "DOUBLE",
|
|
1714
|
+
supportedSources: ["GoogleFitNative"],
|
|
1715
|
+
},
|
|
1716
|
+
{
|
|
1717
|
+
id: 8019,
|
|
1718
|
+
name: "ConsumedIodine",
|
|
1719
|
+
category: "Detailed Nutrition",
|
|
1720
|
+
temporalResolution: "Both",
|
|
1721
|
+
description: "nutritional intake of iodine in mg",
|
|
1722
|
+
unit: "mg",
|
|
1723
|
+
valueType: "DOUBLE",
|
|
1724
|
+
supportedSources: ["AppleHealth"],
|
|
1725
|
+
},
|
|
1726
|
+
{
|
|
1727
|
+
id: 8021,
|
|
1728
|
+
name: "ConsumedMagnesium",
|
|
1729
|
+
category: "Detailed Nutrition",
|
|
1730
|
+
temporalResolution: "Both",
|
|
1731
|
+
description: "nutritional intake of magnesium in mg",
|
|
1732
|
+
unit: "mg",
|
|
1733
|
+
valueType: "DOUBLE",
|
|
1734
|
+
supportedSources: ["AppleHealth"],
|
|
1735
|
+
},
|
|
1736
|
+
{
|
|
1737
|
+
id: 8022,
|
|
1738
|
+
name: "ConsumedZinc",
|
|
1739
|
+
category: "Detailed Nutrition",
|
|
1740
|
+
temporalResolution: "Both",
|
|
1741
|
+
description: "nutritional intake of zinc in mg",
|
|
1742
|
+
unit: "mg",
|
|
1743
|
+
valueType: "DOUBLE",
|
|
1744
|
+
supportedSources: ["AppleHealth"],
|
|
1745
|
+
},
|
|
1746
|
+
{
|
|
1747
|
+
id: 8023,
|
|
1748
|
+
name: "ConsumedVitaminA",
|
|
1749
|
+
category: "Detailed Nutrition",
|
|
1750
|
+
temporalResolution: "Both",
|
|
1751
|
+
description: "nutritional intake of vitamin A in mg",
|
|
1752
|
+
unit: "mg",
|
|
1753
|
+
valueType: "DOUBLE",
|
|
1754
|
+
supportedSources: ["AppleHealth", "GoogleFitNative", "SamsungHealth"],
|
|
1755
|
+
},
|
|
1756
|
+
{
|
|
1757
|
+
id: 8024,
|
|
1758
|
+
name: "ConsumedVitaminB1",
|
|
1759
|
+
category: "Detailed Nutrition",
|
|
1760
|
+
temporalResolution: "Both",
|
|
1761
|
+
description: "nutritional intake of vitamin B1 in mg",
|
|
1762
|
+
unit: "mg",
|
|
1763
|
+
valueType: "DOUBLE",
|
|
1764
|
+
supportedSources: ["AppleHealth"],
|
|
1765
|
+
},
|
|
1766
|
+
{
|
|
1767
|
+
id: 8025,
|
|
1768
|
+
name: "ConsumedVitaminB2",
|
|
1769
|
+
category: "Detailed Nutrition",
|
|
1770
|
+
temporalResolution: "Both",
|
|
1771
|
+
description: "nutritional intake of vitamin B2 in mg",
|
|
1772
|
+
unit: "mg",
|
|
1773
|
+
valueType: "DOUBLE",
|
|
1774
|
+
supportedSources: ["AppleHealth"],
|
|
1775
|
+
},
|
|
1776
|
+
{
|
|
1777
|
+
id: 8026,
|
|
1778
|
+
name: "ConsumedVitaminB3",
|
|
1779
|
+
category: "Detailed Nutrition",
|
|
1780
|
+
temporalResolution: "Both",
|
|
1781
|
+
description: "nutritional intake of vitamin B3 in mg",
|
|
1782
|
+
unit: "mg",
|
|
1783
|
+
valueType: "DOUBLE",
|
|
1784
|
+
supportedSources: ["AppleHealth"],
|
|
1785
|
+
},
|
|
1786
|
+
{
|
|
1787
|
+
id: 8028,
|
|
1788
|
+
name: "ConsumedVitaminB5",
|
|
1789
|
+
category: "Detailed Nutrition",
|
|
1790
|
+
temporalResolution: "Both",
|
|
1791
|
+
description: "nutritional intake of vitamin B5 in mg",
|
|
1792
|
+
unit: "mg",
|
|
1793
|
+
valueType: "DOUBLE",
|
|
1794
|
+
supportedSources: ["AppleHealth"],
|
|
1795
|
+
},
|
|
1796
|
+
{
|
|
1797
|
+
id: 8029,
|
|
1798
|
+
name: "ConsumedVitaminB6",
|
|
1799
|
+
category: "Detailed Nutrition",
|
|
1800
|
+
temporalResolution: "Both",
|
|
1801
|
+
description: "nutritional intake of vitamin B6 in mg",
|
|
1802
|
+
unit: "mg",
|
|
1803
|
+
valueType: "DOUBLE",
|
|
1804
|
+
supportedSources: ["AppleHealth"],
|
|
1805
|
+
},
|
|
1806
|
+
{
|
|
1807
|
+
id: 8031,
|
|
1808
|
+
name: "ConsumedVitaminB12",
|
|
1809
|
+
category: "Detailed Nutrition",
|
|
1810
|
+
temporalResolution: "Both",
|
|
1811
|
+
description: "nutritional intake of vitamin B12 in mg",
|
|
1812
|
+
unit: "mg",
|
|
1813
|
+
valueType: "DOUBLE",
|
|
1814
|
+
supportedSources: ["AppleHealth"],
|
|
1815
|
+
},
|
|
1816
|
+
{
|
|
1817
|
+
id: 8032,
|
|
1818
|
+
name: "ConsumedVitaminC",
|
|
1819
|
+
category: "Detailed Nutrition",
|
|
1820
|
+
temporalResolution: "Both",
|
|
1821
|
+
description: "nutritional intake of vitamin C in mg",
|
|
1822
|
+
unit: "mg",
|
|
1823
|
+
valueType: "DOUBLE",
|
|
1824
|
+
supportedSources: ["AppleHealth", "GoogleFitNative", "SamsungHealth"],
|
|
1825
|
+
},
|
|
1826
|
+
{
|
|
1827
|
+
id: 8033,
|
|
1828
|
+
name: "ConsumedVitaminD",
|
|
1829
|
+
category: "Detailed Nutrition",
|
|
1830
|
+
temporalResolution: "Both",
|
|
1831
|
+
description: "nutritional intake of vitamin D in mg",
|
|
1832
|
+
unit: "mg",
|
|
1833
|
+
valueType: "DOUBLE",
|
|
1834
|
+
supportedSources: ["AppleHealth"],
|
|
1835
|
+
},
|
|
1836
|
+
{
|
|
1837
|
+
id: 8034,
|
|
1838
|
+
name: "ConsumedVitaminE",
|
|
1839
|
+
category: "Detailed Nutrition",
|
|
1840
|
+
temporalResolution: "Both",
|
|
1841
|
+
description: "nutritional intake of vitamin E in mg",
|
|
1842
|
+
unit: "mg",
|
|
1843
|
+
valueType: "DOUBLE",
|
|
1844
|
+
supportedSources: ["AppleHealth"],
|
|
1845
|
+
},
|
|
1846
|
+
{
|
|
1847
|
+
id: 8035,
|
|
1848
|
+
name: "ConsumedVitaminK",
|
|
1849
|
+
category: "Detailed Nutrition",
|
|
1850
|
+
temporalResolution: "Both",
|
|
1851
|
+
description: "nutritional intake of vitamin K in mg",
|
|
1852
|
+
unit: "mg",
|
|
1853
|
+
valueType: "DOUBLE",
|
|
1854
|
+
supportedSources: ["AppleHealth"],
|
|
1855
|
+
},
|
|
1856
|
+
{
|
|
1857
|
+
id: 8045,
|
|
1858
|
+
name: "ConsumedUnsaturatedFat",
|
|
1859
|
+
category: "Detailed Nutrition",
|
|
1860
|
+
temporalResolution: "Daily",
|
|
1861
|
+
description: "nutritional intake of unsaturated fat in g",
|
|
1862
|
+
unit: "grams",
|
|
1863
|
+
valueType: "DOUBLE",
|
|
1864
|
+
supportedSources: ["GoogleFitNative"],
|
|
1865
|
+
},
|
|
1866
|
+
{
|
|
1867
|
+
id: 8500,
|
|
1868
|
+
name: "Acinetobacter",
|
|
1869
|
+
category: "Microbiome & Gut Health",
|
|
1870
|
+
temporalResolution: "Daily",
|
|
1871
|
+
description: "Acinetobacter information",
|
|
1872
|
+
unit: "",
|
|
1873
|
+
valueType: "DOUBLE",
|
|
1874
|
+
supportedSources: [],
|
|
1875
|
+
},
|
|
1876
|
+
{
|
|
1877
|
+
id: 8501,
|
|
1878
|
+
name: "Akkermansia",
|
|
1879
|
+
category: "Microbiome & Gut Health",
|
|
1880
|
+
temporalResolution: "Daily",
|
|
1881
|
+
description: "Akkermansia information",
|
|
1882
|
+
unit: "",
|
|
1883
|
+
valueType: "DOUBLE",
|
|
1884
|
+
supportedSources: [],
|
|
1885
|
+
},
|
|
1886
|
+
{
|
|
1887
|
+
id: 8502,
|
|
1888
|
+
name: "Akkermansia",
|
|
1889
|
+
category: "Microbiome & Gut Health",
|
|
1890
|
+
temporalResolution: "Daily",
|
|
1891
|
+
description: "Akkermansia information",
|
|
1892
|
+
unit: "",
|
|
1893
|
+
valueType: "DOUBLE",
|
|
1894
|
+
supportedSources: [],
|
|
1895
|
+
},
|
|
1896
|
+
{
|
|
1897
|
+
id: 8503,
|
|
1898
|
+
name: "Alistipes",
|
|
1899
|
+
category: "Microbiome & Gut Health",
|
|
1900
|
+
temporalResolution: "Daily",
|
|
1901
|
+
description: "Alistipes information",
|
|
1902
|
+
unit: "",
|
|
1903
|
+
valueType: "DOUBLE",
|
|
1904
|
+
supportedSources: [],
|
|
1905
|
+
},
|
|
1906
|
+
{
|
|
1907
|
+
id: 8504,
|
|
1908
|
+
name: "Anaerococcus",
|
|
1909
|
+
category: "Microbiome & Gut Health",
|
|
1910
|
+
temporalResolution: "Daily",
|
|
1911
|
+
description: "Anaerococcus information",
|
|
1912
|
+
unit: "",
|
|
1913
|
+
valueType: "DOUBLE",
|
|
1914
|
+
supportedSources: [],
|
|
1915
|
+
},
|
|
1916
|
+
{
|
|
1917
|
+
id: 8505,
|
|
1918
|
+
name: "Anaerostipes",
|
|
1919
|
+
category: "Microbiome & Gut Health",
|
|
1920
|
+
temporalResolution: "Daily",
|
|
1921
|
+
description: "Anaerostipes information",
|
|
1922
|
+
unit: "",
|
|
1923
|
+
valueType: "DOUBLE",
|
|
1924
|
+
supportedSources: [],
|
|
1925
|
+
},
|
|
1926
|
+
{
|
|
1927
|
+
id: 8506,
|
|
1928
|
+
name: "Bacillus",
|
|
1929
|
+
category: "Microbiome & Gut Health",
|
|
1930
|
+
temporalResolution: "Daily",
|
|
1931
|
+
description: "Bacillus information",
|
|
1932
|
+
unit: "",
|
|
1933
|
+
valueType: "DOUBLE",
|
|
1934
|
+
supportedSources: [],
|
|
1935
|
+
},
|
|
1936
|
+
{
|
|
1937
|
+
id: 8507,
|
|
1938
|
+
name: "Bacteroides",
|
|
1939
|
+
category: "Microbiome & Gut Health",
|
|
1940
|
+
temporalResolution: "Daily",
|
|
1941
|
+
description: "Bacteroides information",
|
|
1942
|
+
unit: "",
|
|
1943
|
+
valueType: "DOUBLE",
|
|
1944
|
+
supportedSources: [],
|
|
1945
|
+
},
|
|
1946
|
+
{
|
|
1947
|
+
id: 8508,
|
|
1948
|
+
name: "Bifidobacterium",
|
|
1949
|
+
category: "Microbiome & Gut Health",
|
|
1950
|
+
temporalResolution: "Daily",
|
|
1951
|
+
description: "Bifidobacterium information",
|
|
1952
|
+
unit: "",
|
|
1953
|
+
valueType: "DOUBLE",
|
|
1954
|
+
supportedSources: [],
|
|
1955
|
+
},
|
|
1956
|
+
{
|
|
1957
|
+
id: 8509,
|
|
1958
|
+
name: "Bilophila",
|
|
1959
|
+
category: "Microbiome & Gut Health",
|
|
1960
|
+
temporalResolution: "Daily",
|
|
1961
|
+
description: "Bilophila information",
|
|
1962
|
+
unit: "",
|
|
1963
|
+
valueType: "DOUBLE",
|
|
1964
|
+
supportedSources: [],
|
|
1965
|
+
},
|
|
1966
|
+
{
|
|
1967
|
+
id: 8510,
|
|
1968
|
+
name: "Blautia",
|
|
1969
|
+
category: "Microbiome & Gut Health",
|
|
1970
|
+
temporalResolution: "Daily",
|
|
1971
|
+
description: "Blautia information",
|
|
1972
|
+
unit: "",
|
|
1973
|
+
valueType: "DOUBLE",
|
|
1974
|
+
supportedSources: [],
|
|
1975
|
+
},
|
|
1976
|
+
{
|
|
1977
|
+
id: 8511,
|
|
1978
|
+
name: "Butyricicoccus",
|
|
1979
|
+
category: "Microbiome & Gut Health",
|
|
1980
|
+
temporalResolution: "Daily",
|
|
1981
|
+
description: "Butyricicoccus information",
|
|
1982
|
+
unit: "",
|
|
1983
|
+
valueType: "DOUBLE",
|
|
1984
|
+
supportedSources: [],
|
|
1985
|
+
},
|
|
1986
|
+
{
|
|
1987
|
+
id: 8512,
|
|
1988
|
+
name: "Butyrivibrio",
|
|
1989
|
+
category: "Microbiome & Gut Health",
|
|
1990
|
+
temporalResolution: "Daily",
|
|
1991
|
+
description: "Butyrivibrio information",
|
|
1992
|
+
unit: "",
|
|
1993
|
+
valueType: "DOUBLE",
|
|
1994
|
+
supportedSources: [],
|
|
1995
|
+
},
|
|
1996
|
+
{
|
|
1997
|
+
id: 8513,
|
|
1998
|
+
name: "Christensenella",
|
|
1999
|
+
category: "Microbiome & Gut Health",
|
|
2000
|
+
temporalResolution: "Daily",
|
|
2001
|
+
description: "Christensenella information",
|
|
2002
|
+
unit: "",
|
|
2003
|
+
valueType: "DOUBLE",
|
|
2004
|
+
supportedSources: [],
|
|
2005
|
+
},
|
|
2006
|
+
{
|
|
2007
|
+
id: 8514,
|
|
2008
|
+
name: "Citrobacter",
|
|
2009
|
+
category: "Microbiome & Gut Health",
|
|
2010
|
+
temporalResolution: "Daily",
|
|
2011
|
+
description: "Citrobacter information",
|
|
2012
|
+
unit: "",
|
|
2013
|
+
valueType: "DOUBLE",
|
|
2014
|
+
supportedSources: [],
|
|
2015
|
+
},
|
|
2016
|
+
{
|
|
2017
|
+
id: 8515,
|
|
2018
|
+
name: "Clostridium",
|
|
2019
|
+
category: "Microbiome & Gut Health",
|
|
2020
|
+
temporalResolution: "Daily",
|
|
2021
|
+
description: "Clostridium information",
|
|
2022
|
+
unit: "",
|
|
2023
|
+
valueType: "DOUBLE",
|
|
2024
|
+
supportedSources: [],
|
|
2025
|
+
},
|
|
2026
|
+
{
|
|
2027
|
+
id: 8516,
|
|
2028
|
+
name: "Coprococcus",
|
|
2029
|
+
category: "Microbiome & Gut Health",
|
|
2030
|
+
temporalResolution: "Daily",
|
|
2031
|
+
description: "Coprococcus information",
|
|
2032
|
+
unit: "",
|
|
2033
|
+
valueType: "DOUBLE",
|
|
2034
|
+
supportedSources: [],
|
|
2035
|
+
},
|
|
2036
|
+
{
|
|
2037
|
+
id: 8517,
|
|
2038
|
+
name: "Desulfobacter",
|
|
2039
|
+
category: "Microbiome & Gut Health",
|
|
2040
|
+
temporalResolution: "Daily",
|
|
2041
|
+
description: "Desulfobacter information",
|
|
2042
|
+
unit: "",
|
|
2043
|
+
valueType: "DOUBLE",
|
|
2044
|
+
supportedSources: [],
|
|
2045
|
+
},
|
|
2046
|
+
{
|
|
2047
|
+
id: 8518,
|
|
2048
|
+
name: "Desulfosarcina",
|
|
2049
|
+
category: "Microbiome & Gut Health",
|
|
2050
|
+
temporalResolution: "Daily",
|
|
2051
|
+
description: "Desulfosarcina information",
|
|
2052
|
+
unit: "",
|
|
2053
|
+
valueType: "DOUBLE",
|
|
2054
|
+
supportedSources: [],
|
|
2055
|
+
},
|
|
2056
|
+
{
|
|
2057
|
+
id: 8519,
|
|
2058
|
+
name: "Desulfovibrio",
|
|
2059
|
+
category: "Microbiome & Gut Health",
|
|
2060
|
+
temporalResolution: "Daily",
|
|
2061
|
+
description: "Desulfovibrio information",
|
|
2062
|
+
unit: "",
|
|
2063
|
+
valueType: "DOUBLE",
|
|
2064
|
+
supportedSources: [],
|
|
2065
|
+
},
|
|
2066
|
+
{
|
|
2067
|
+
id: 8520,
|
|
2068
|
+
name: "Desulfuromonas",
|
|
2069
|
+
category: "Microbiome & Gut Health",
|
|
2070
|
+
temporalResolution: "Daily",
|
|
2071
|
+
description: "Desulfuromonas information",
|
|
2072
|
+
unit: "",
|
|
2073
|
+
valueType: "DOUBLE",
|
|
2074
|
+
supportedSources: [],
|
|
2075
|
+
},
|
|
2076
|
+
{
|
|
2077
|
+
id: 8521,
|
|
2078
|
+
name: "Dorea",
|
|
2079
|
+
category: "Microbiome & Gut Health",
|
|
2080
|
+
temporalResolution: "Daily",
|
|
2081
|
+
description: "Dorea information",
|
|
2082
|
+
unit: "",
|
|
2083
|
+
valueType: "DOUBLE",
|
|
2084
|
+
supportedSources: [],
|
|
2085
|
+
},
|
|
2086
|
+
{
|
|
2087
|
+
id: 8522,
|
|
2088
|
+
name: "Emergencia",
|
|
2089
|
+
category: "Microbiome & Gut Health",
|
|
2090
|
+
temporalResolution: "Daily",
|
|
2091
|
+
description: "Emergencia information",
|
|
2092
|
+
unit: "",
|
|
2093
|
+
valueType: "DOUBLE",
|
|
2094
|
+
supportedSources: [],
|
|
2095
|
+
},
|
|
2096
|
+
{
|
|
2097
|
+
id: 8523,
|
|
2098
|
+
name: "Enterobacter",
|
|
2099
|
+
category: "Microbiome & Gut Health",
|
|
2100
|
+
temporalResolution: "Daily",
|
|
2101
|
+
description: "Enterobacter information",
|
|
2102
|
+
unit: "",
|
|
2103
|
+
valueType: "DOUBLE",
|
|
2104
|
+
supportedSources: [],
|
|
2105
|
+
},
|
|
2106
|
+
{
|
|
2107
|
+
id: 8524,
|
|
2108
|
+
name: "Enterococcus",
|
|
2109
|
+
category: "Microbiome & Gut Health",
|
|
2110
|
+
temporalResolution: "Daily",
|
|
2111
|
+
description: "Enterococcus information",
|
|
2112
|
+
unit: "",
|
|
2113
|
+
valueType: "DOUBLE",
|
|
2114
|
+
supportedSources: [],
|
|
2115
|
+
},
|
|
2116
|
+
{
|
|
2117
|
+
id: 8525,
|
|
2118
|
+
name: "Escherichia",
|
|
2119
|
+
category: "Microbiome & Gut Health",
|
|
2120
|
+
temporalResolution: "Daily",
|
|
2121
|
+
description: "Escherichia information",
|
|
2122
|
+
unit: "",
|
|
2123
|
+
valueType: "DOUBLE",
|
|
2124
|
+
supportedSources: [],
|
|
2125
|
+
},
|
|
2126
|
+
{
|
|
2127
|
+
id: 8526,
|
|
2128
|
+
name: "Eubacterium",
|
|
2129
|
+
category: "Microbiome & Gut Health",
|
|
2130
|
+
temporalResolution: "Daily",
|
|
2131
|
+
description: "Eubacterium information",
|
|
2132
|
+
unit: "",
|
|
2133
|
+
valueType: "DOUBLE",
|
|
2134
|
+
supportedSources: [],
|
|
2135
|
+
},
|
|
2136
|
+
{
|
|
2137
|
+
id: 8527,
|
|
2138
|
+
name: "Facecalibacterium",
|
|
2139
|
+
category: "Microbiome & Gut Health",
|
|
2140
|
+
temporalResolution: "Daily",
|
|
2141
|
+
description: "Facecalibacterium information",
|
|
2142
|
+
unit: "",
|
|
2143
|
+
valueType: "DOUBLE",
|
|
2144
|
+
supportedSources: [],
|
|
2145
|
+
},
|
|
2146
|
+
{
|
|
2147
|
+
id: 8528,
|
|
2148
|
+
name: "Faecalibacterium",
|
|
2149
|
+
category: "Microbiome & Gut Health",
|
|
2150
|
+
temporalResolution: "Daily",
|
|
2151
|
+
description: "Faecalibacterium information",
|
|
2152
|
+
unit: "",
|
|
2153
|
+
valueType: "DOUBLE",
|
|
2154
|
+
supportedSources: [],
|
|
2155
|
+
},
|
|
2156
|
+
{
|
|
2157
|
+
id: 8529,
|
|
2158
|
+
name: "Flavobacterium",
|
|
2159
|
+
category: "Microbiome & Gut Health",
|
|
2160
|
+
temporalResolution: "Daily",
|
|
2161
|
+
description: "Flavobacterium information",
|
|
2162
|
+
unit: "",
|
|
2163
|
+
valueType: "DOUBLE",
|
|
2164
|
+
supportedSources: [],
|
|
2165
|
+
},
|
|
2166
|
+
{
|
|
2167
|
+
id: 8530,
|
|
2168
|
+
name: "Klebsiella",
|
|
2169
|
+
category: "Microbiome & Gut Health",
|
|
2170
|
+
temporalResolution: "Daily",
|
|
2171
|
+
description: "Klebsiella information",
|
|
2172
|
+
unit: "",
|
|
2173
|
+
valueType: "DOUBLE",
|
|
2174
|
+
supportedSources: [],
|
|
2175
|
+
},
|
|
2176
|
+
{
|
|
2177
|
+
id: 8531,
|
|
2178
|
+
name: "Lactobacillus",
|
|
2179
|
+
category: "Microbiome & Gut Health",
|
|
2180
|
+
temporalResolution: "Daily",
|
|
2181
|
+
description: "Lactobacillus information",
|
|
2182
|
+
unit: "",
|
|
2183
|
+
valueType: "DOUBLE",
|
|
2184
|
+
supportedSources: [],
|
|
2185
|
+
},
|
|
2186
|
+
{
|
|
2187
|
+
id: 8532,
|
|
2188
|
+
name: "Lactococcus",
|
|
2189
|
+
category: "Microbiome & Gut Health",
|
|
2190
|
+
temporalResolution: "Daily",
|
|
2191
|
+
description: "Lactococcus information",
|
|
2192
|
+
unit: "",
|
|
2193
|
+
valueType: "DOUBLE",
|
|
2194
|
+
supportedSources: [],
|
|
2195
|
+
},
|
|
2196
|
+
{
|
|
2197
|
+
id: 8533,
|
|
2198
|
+
name: "Lactococus",
|
|
2199
|
+
category: "Microbiome & Gut Health",
|
|
2200
|
+
temporalResolution: "Daily",
|
|
2201
|
+
description: "Lactococus information",
|
|
2202
|
+
unit: "",
|
|
2203
|
+
valueType: "DOUBLE",
|
|
2204
|
+
supportedSources: [],
|
|
2205
|
+
},
|
|
2206
|
+
{
|
|
2207
|
+
id: 8534,
|
|
2208
|
+
name: "Megasphaera",
|
|
2209
|
+
category: "Microbiome & Gut Health",
|
|
2210
|
+
temporalResolution: "Daily",
|
|
2211
|
+
description: "Megasphaera information",
|
|
2212
|
+
unit: "",
|
|
2213
|
+
valueType: "DOUBLE",
|
|
2214
|
+
supportedSources: [],
|
|
2215
|
+
},
|
|
2216
|
+
{
|
|
2217
|
+
id: 8535,
|
|
2218
|
+
name: "Methanobacterium",
|
|
2219
|
+
category: "Microbiome & Gut Health",
|
|
2220
|
+
temporalResolution: "Daily",
|
|
2221
|
+
description: "Methanobacterium information",
|
|
2222
|
+
unit: "",
|
|
2223
|
+
valueType: "DOUBLE",
|
|
2224
|
+
supportedSources: [],
|
|
2225
|
+
},
|
|
2226
|
+
{
|
|
2227
|
+
id: 8536,
|
|
2228
|
+
name: "Methanobrevibacter",
|
|
2229
|
+
category: "Microbiome & Gut Health",
|
|
2230
|
+
temporalResolution: "Daily",
|
|
2231
|
+
description: "Methanobrevibacter information",
|
|
2232
|
+
unit: "",
|
|
2233
|
+
valueType: "DOUBLE",
|
|
2234
|
+
supportedSources: [],
|
|
2235
|
+
},
|
|
2236
|
+
{
|
|
2237
|
+
id: 8537,
|
|
2238
|
+
name: "Propionbacterium",
|
|
2239
|
+
category: "Microbiome & Gut Health",
|
|
2240
|
+
temporalResolution: "Daily",
|
|
2241
|
+
description: "Propionbacterium information",
|
|
2242
|
+
unit: "",
|
|
2243
|
+
valueType: "DOUBLE",
|
|
2244
|
+
supportedSources: [],
|
|
2245
|
+
},
|
|
2246
|
+
{
|
|
2247
|
+
id: 8538,
|
|
2248
|
+
name: "Proteus",
|
|
2249
|
+
category: "Microbiome & Gut Health",
|
|
2250
|
+
temporalResolution: "Daily",
|
|
2251
|
+
description: "Proteus information",
|
|
2252
|
+
unit: "",
|
|
2253
|
+
valueType: "DOUBLE",
|
|
2254
|
+
supportedSources: [],
|
|
2255
|
+
},
|
|
2256
|
+
{
|
|
2257
|
+
id: 8539,
|
|
2258
|
+
name: "Providencia",
|
|
2259
|
+
category: "Microbiome & Gut Health",
|
|
2260
|
+
temporalResolution: "Daily",
|
|
2261
|
+
description: "Providencia information",
|
|
2262
|
+
unit: "",
|
|
2263
|
+
valueType: "DOUBLE",
|
|
2264
|
+
supportedSources: [],
|
|
2265
|
+
},
|
|
2266
|
+
{
|
|
2267
|
+
id: 8540,
|
|
2268
|
+
name: "Pseudomonas",
|
|
2269
|
+
category: "Microbiome & Gut Health",
|
|
2270
|
+
temporalResolution: "Daily",
|
|
2271
|
+
description: "Pseudomonas information",
|
|
2272
|
+
unit: "",
|
|
2273
|
+
valueType: "DOUBLE",
|
|
2274
|
+
supportedSources: [],
|
|
2275
|
+
},
|
|
2276
|
+
{
|
|
2277
|
+
id: 8541,
|
|
2278
|
+
name: "Roseburia",
|
|
2279
|
+
category: "Microbiome & Gut Health",
|
|
2280
|
+
temporalResolution: "Daily",
|
|
2281
|
+
description: "Roseburia information",
|
|
2282
|
+
unit: "",
|
|
2283
|
+
valueType: "DOUBLE",
|
|
2284
|
+
supportedSources: [],
|
|
2285
|
+
},
|
|
2286
|
+
{
|
|
2287
|
+
id: 8542,
|
|
2288
|
+
name: "Ruminococcus",
|
|
2289
|
+
category: "Microbiome & Gut Health",
|
|
2290
|
+
temporalResolution: "Daily",
|
|
2291
|
+
description: "Ruminococcus information",
|
|
2292
|
+
unit: "",
|
|
2293
|
+
valueType: "DOUBLE",
|
|
2294
|
+
supportedSources: [],
|
|
2295
|
+
},
|
|
2296
|
+
{
|
|
2297
|
+
id: 8543,
|
|
2298
|
+
name: "Streptococcus",
|
|
2299
|
+
category: "Microbiome & Gut Health",
|
|
2300
|
+
temporalResolution: "Daily",
|
|
2301
|
+
description: "Streptococcus information",
|
|
2302
|
+
unit: "",
|
|
2303
|
+
valueType: "DOUBLE",
|
|
2304
|
+
supportedSources: [],
|
|
2305
|
+
},
|
|
2306
|
+
{
|
|
2307
|
+
id: 8544,
|
|
2308
|
+
name: "Sutterella",
|
|
2309
|
+
category: "Microbiome & Gut Health",
|
|
2310
|
+
temporalResolution: "Daily",
|
|
2311
|
+
description: "Sutterella information",
|
|
2312
|
+
unit: "",
|
|
2313
|
+
valueType: "DOUBLE",
|
|
2314
|
+
supportedSources: [],
|
|
2315
|
+
},
|
|
2316
|
+
{
|
|
2317
|
+
id: 8545,
|
|
2318
|
+
name: "Veillonella",
|
|
2319
|
+
category: "Microbiome & Gut Health",
|
|
2320
|
+
temporalResolution: "Daily",
|
|
2321
|
+
description: "Veillonella information",
|
|
2322
|
+
unit: "",
|
|
2323
|
+
valueType: "DOUBLE",
|
|
2324
|
+
supportedSources: [],
|
|
2325
|
+
},
|
|
2326
|
+
{
|
|
2327
|
+
id: 9001,
|
|
2328
|
+
name: "MedicineConsumptionStatus",
|
|
2329
|
+
category: "Self-Reported Wellness",
|
|
2330
|
+
temporalResolution: "Epoch",
|
|
2331
|
+
description: "medicine consumption status",
|
|
2332
|
+
unit: "",
|
|
2333
|
+
valueType: "STRING",
|
|
2334
|
+
supportedSources: ["iHealth"],
|
|
2335
|
+
},
|
|
2336
|
+
{
|
|
2337
|
+
id: 9002,
|
|
2338
|
+
name: "MealConsumptionStatus",
|
|
2339
|
+
category: "Detailed Nutrition",
|
|
2340
|
+
temporalResolution: "Epoch",
|
|
2341
|
+
description: "meal consumption status",
|
|
2342
|
+
unit: "",
|
|
2343
|
+
valueType: "STRING",
|
|
2344
|
+
supportedSources: ["iHealth"],
|
|
2345
|
+
},
|
|
2346
|
+
{
|
|
2347
|
+
id: 31200,
|
|
2348
|
+
name: "RawECGVoltage",
|
|
2349
|
+
category: "Advanced Cardiac Analysis",
|
|
2350
|
+
temporalResolution: "Epoch",
|
|
2351
|
+
description: "Raw ECG voltages detected within 1 measurement",
|
|
2352
|
+
unit: "mV",
|
|
2353
|
+
valueType: "JSON",
|
|
2354
|
+
supportedSources: [],
|
|
2355
|
+
},
|
|
2356
|
+
{
|
|
2357
|
+
id: 300100,
|
|
2358
|
+
name: "FitbitActiveZoneDuration",
|
|
2359
|
+
category: "Heart Rate",
|
|
2360
|
+
temporalResolution: "Epoch",
|
|
2361
|
+
description: "Duration in minutes in any Fitbit HeartRateZone",
|
|
2362
|
+
unit: "minutes",
|
|
2363
|
+
valueType: "LONG",
|
|
2364
|
+
supportedSources: ["Fitbit"],
|
|
2365
|
+
},
|
|
2366
|
+
{
|
|
2367
|
+
id: 300101,
|
|
2368
|
+
name: "FitbitHeartRateZoneOutOfRangeDuration",
|
|
2369
|
+
category: "Heart Rate",
|
|
2370
|
+
temporalResolution: "Epoch",
|
|
2371
|
+
description: "Duration in minutes in \"Out of range\" Fitbit HeartRateZone",
|
|
2372
|
+
unit: "minutes",
|
|
2373
|
+
valueType: "LONG",
|
|
2374
|
+
supportedSources: ["Fitbit"],
|
|
2375
|
+
},
|
|
2376
|
+
{
|
|
2377
|
+
id: 300102,
|
|
2378
|
+
name: "FitbitHeartRateZoneOutOfRangeCalories",
|
|
2379
|
+
category: "Heart Rate",
|
|
2380
|
+
temporalResolution: "Epoch",
|
|
2381
|
+
description: "Calories burned in \"Out of range\" Fitbit HeartRateZone",
|
|
2382
|
+
unit: "minutes",
|
|
2383
|
+
valueType: "DOUBLE",
|
|
2384
|
+
supportedSources: ["Fitbit"],
|
|
2385
|
+
},
|
|
2386
|
+
{
|
|
2387
|
+
id: 300103,
|
|
2388
|
+
name: "FitbitHeartRateZoneOutOfRangeMaxHeartRate",
|
|
2389
|
+
category: "Heart Rate",
|
|
2390
|
+
temporalResolution: "Epoch",
|
|
2391
|
+
description: "Highest heart rate in \"Out of range\" Fitbit HeartRateZone",
|
|
2392
|
+
unit: "minutes",
|
|
2393
|
+
valueType: "LONG",
|
|
2394
|
+
supportedSources: ["Fitbit"],
|
|
2395
|
+
},
|
|
2396
|
+
{
|
|
2397
|
+
id: 300104,
|
|
2398
|
+
name: "FitbitHeartRateZoneOutOfRangeMinHeartRate",
|
|
2399
|
+
category: "Heart Rate",
|
|
2400
|
+
temporalResolution: "Epoch",
|
|
2401
|
+
description: "Highest heart rate in \"Out of range\" Fitbit HeartRateZone",
|
|
2402
|
+
unit: "minutes",
|
|
2403
|
+
valueType: "LONG",
|
|
2404
|
+
supportedSources: ["Fitbit"],
|
|
2405
|
+
},
|
|
2406
|
+
{
|
|
2407
|
+
id: 300105,
|
|
2408
|
+
name: "FitbitHeartRateZoneFatBurnDuration",
|
|
2409
|
+
category: "Heart Rate",
|
|
2410
|
+
temporalResolution: "Epoch",
|
|
2411
|
+
description: "Duration in minutes in \"FatBurn\" Fitbit HeartRateZone",
|
|
2412
|
+
unit: "minutes",
|
|
2413
|
+
valueType: "LONG",
|
|
2414
|
+
supportedSources: ["Fitbit"],
|
|
2415
|
+
},
|
|
2416
|
+
{
|
|
2417
|
+
id: 300106,
|
|
2418
|
+
name: "FitbitHeartRateZoneFatBurnCalories",
|
|
2419
|
+
category: "Heart Rate",
|
|
2420
|
+
temporalResolution: "Epoch",
|
|
2421
|
+
description: "Calories burned in \"FatBurn\" Fitbit HeartRateZone",
|
|
2422
|
+
unit: "minutes",
|
|
2423
|
+
valueType: "DOUBLE",
|
|
2424
|
+
supportedSources: ["Fitbit"],
|
|
2425
|
+
},
|
|
2426
|
+
{
|
|
2427
|
+
id: 300107,
|
|
2428
|
+
name: "FitbitHeartRateZoneFatBurnMaxHeartRate",
|
|
2429
|
+
category: "Heart Rate",
|
|
2430
|
+
temporalResolution: "Epoch",
|
|
2431
|
+
description: "Max heart rate in \"FatBurn\" Fitbit HeartRateZone",
|
|
2432
|
+
unit: "minutes",
|
|
2433
|
+
valueType: "LONG",
|
|
2434
|
+
supportedSources: ["Fitbit"],
|
|
2435
|
+
},
|
|
2436
|
+
{
|
|
2437
|
+
id: 300108,
|
|
2438
|
+
name: "FitbitHeartRateZoneFatBurnMinHeartRate",
|
|
2439
|
+
category: "Heart Rate",
|
|
2440
|
+
temporalResolution: "Epoch",
|
|
2441
|
+
description: "Min heart rate in \"FatBurn\" Fitbit HeartRateZone",
|
|
2442
|
+
unit: "minutes",
|
|
2443
|
+
valueType: "LONG",
|
|
2444
|
+
supportedSources: ["Fitbit"],
|
|
2445
|
+
},
|
|
2446
|
+
{
|
|
2447
|
+
id: 300109,
|
|
2448
|
+
name: "FitbitHeartRateZoneCardioDuration",
|
|
2449
|
+
category: "Heart Rate",
|
|
2450
|
+
temporalResolution: "Epoch",
|
|
2451
|
+
description: "Duration in minutes in \"Cardio\" Fitbit HeartRateZone",
|
|
2452
|
+
unit: "minutes",
|
|
2453
|
+
valueType: "LONG",
|
|
2454
|
+
supportedSources: ["Fitbit"],
|
|
2455
|
+
},
|
|
2456
|
+
{
|
|
2457
|
+
id: 300110,
|
|
2458
|
+
name: "FitbitHeartRateZoneCardioCalories",
|
|
2459
|
+
category: "Heart Rate",
|
|
2460
|
+
temporalResolution: "Epoch",
|
|
2461
|
+
description: "Calories burned in \"Cardio\" Fitbit HeartRateZone",
|
|
2462
|
+
unit: "minutes",
|
|
2463
|
+
valueType: "DOUBLE",
|
|
2464
|
+
supportedSources: ["Fitbit"],
|
|
2465
|
+
},
|
|
2466
|
+
{
|
|
2467
|
+
id: 300111,
|
|
2468
|
+
name: "FitbitHeartRateZoneCardioMaxHeartRate",
|
|
2469
|
+
category: "Heart Rate",
|
|
2470
|
+
temporalResolution: "Epoch",
|
|
2471
|
+
description: "Highest heart rate in \"Cardio\" Fitbit HeartRateZone",
|
|
2472
|
+
unit: "minutes",
|
|
2473
|
+
valueType: "LONG",
|
|
2474
|
+
supportedSources: ["Fitbit"],
|
|
2475
|
+
},
|
|
2476
|
+
{
|
|
2477
|
+
id: 300112,
|
|
2478
|
+
name: "FitbitHeartRateZoneCardioMinHeartRate",
|
|
2479
|
+
category: "Heart Rate",
|
|
2480
|
+
temporalResolution: "Epoch",
|
|
2481
|
+
description: "Lowest heart rate in \"Cardio\" Fitbit HeartRateZone",
|
|
2482
|
+
unit: "minutes",
|
|
2483
|
+
valueType: "LONG",
|
|
2484
|
+
supportedSources: ["Fitbit"],
|
|
2485
|
+
},
|
|
2486
|
+
{
|
|
2487
|
+
id: 300113,
|
|
2488
|
+
name: "FitbitHeartRateZonePeakDuration",
|
|
2489
|
+
category: "Heart Rate",
|
|
2490
|
+
temporalResolution: "Epoch",
|
|
2491
|
+
description: "Duration in minutes in \"Peak\" Fitbit HeartRateZone",
|
|
2492
|
+
unit: "minutes",
|
|
2493
|
+
valueType: "LONG",
|
|
2494
|
+
supportedSources: ["Fitbit"],
|
|
2495
|
+
},
|
|
2496
|
+
{
|
|
2497
|
+
id: 300114,
|
|
2498
|
+
name: "FitbitHeartRateZonePeakCalories",
|
|
2499
|
+
category: "Heart Rate",
|
|
2500
|
+
temporalResolution: "Epoch",
|
|
2501
|
+
description: "Calories burned in \"Peak\" Fitbit HeartRateZone",
|
|
2502
|
+
unit: "minutes",
|
|
2503
|
+
valueType: "DOUBLE",
|
|
2504
|
+
supportedSources: ["Fitbit"],
|
|
2505
|
+
},
|
|
2506
|
+
{
|
|
2507
|
+
id: 300115,
|
|
2508
|
+
name: "FitbitHeartRateZonePeakMaxHeartRate",
|
|
2509
|
+
category: "Heart Rate",
|
|
2510
|
+
temporalResolution: "Epoch",
|
|
2511
|
+
description: "Highest heart rate in \"Peak\" Fitbit HeartRateZone",
|
|
2512
|
+
unit: "minutes",
|
|
2513
|
+
valueType: "LONG",
|
|
2514
|
+
supportedSources: ["Fitbit"],
|
|
2515
|
+
},
|
|
2516
|
+
{
|
|
2517
|
+
id: 300116,
|
|
2518
|
+
name: "FitbitHeartRateZonePeakMinHeartRate",
|
|
2519
|
+
category: "Heart Rate",
|
|
2520
|
+
temporalResolution: "Epoch",
|
|
2521
|
+
description: "Lowest heart rate in \"Peak\" Fitbit HeartRateZone",
|
|
2522
|
+
unit: "minutes",
|
|
2523
|
+
valueType: "LONG",
|
|
2524
|
+
supportedSources: ["Fitbit"],
|
|
2525
|
+
},
|
|
2526
|
+
];
|
|
2527
|
+
/**
|
|
2528
|
+
* Get unique list of all categories
|
|
2529
|
+
*/
|
|
2530
|
+
export function getAllCategories() {
|
|
2531
|
+
const categories = new Set();
|
|
2532
|
+
for (const dt of ALL_DATA_TYPES) {
|
|
2533
|
+
categories.add(dt.category);
|
|
2534
|
+
}
|
|
2535
|
+
return Array.from(categories).sort();
|
|
2536
|
+
}
|
|
2537
|
+
/**
|
|
2538
|
+
* Get data type by ID
|
|
2539
|
+
*/
|
|
2540
|
+
export function getDataTypeById(id) {
|
|
2541
|
+
return ALL_DATA_TYPES.find((dt) => dt.id === id);
|
|
2542
|
+
}
|
|
2543
|
+
/**
|
|
2544
|
+
* Get data types by category name
|
|
2545
|
+
*/
|
|
2546
|
+
export function getDataTypesByCategory(categoryName) {
|
|
2547
|
+
return ALL_DATA_TYPES.filter((dt) => dt.category.toLowerCase() === categoryName.toLowerCase());
|
|
2548
|
+
}
|
|
2549
|
+
/**
|
|
2550
|
+
* Search data types by keyword (searches name, category, description)
|
|
2551
|
+
*/
|
|
2552
|
+
export function searchDataTypes(keyword) {
|
|
2553
|
+
const lowerKeyword = keyword.toLowerCase();
|
|
2554
|
+
return ALL_DATA_TYPES.filter((dt) => dt.name.toLowerCase().includes(lowerKeyword) ||
|
|
2555
|
+
dt.category.toLowerCase().includes(lowerKeyword) ||
|
|
2556
|
+
dt.description.toLowerCase().includes(lowerKeyword));
|
|
2557
|
+
}
|
|
2558
|
+
/**
|
|
2559
|
+
* Get data types available for a specific data source
|
|
2560
|
+
*/
|
|
2561
|
+
export function getDataTypesForSource(sourceName) {
|
|
2562
|
+
return ALL_DATA_TYPES.filter((dt) => dt.supportedSources.some((source) => source.toLowerCase().includes(sourceName.toLowerCase())));
|
|
2563
|
+
}
|
|
2564
|
+
/**
|
|
2565
|
+
* Get summary of all categories for LLM context
|
|
2566
|
+
*/
|
|
2567
|
+
export function getCategorySummary() {
|
|
2568
|
+
const categoryCounts = new Map();
|
|
2569
|
+
for (const dt of ALL_DATA_TYPES) {
|
|
2570
|
+
const existing = categoryCounts.get(dt.category);
|
|
2571
|
+
if (existing) {
|
|
2572
|
+
existing.count++;
|
|
2573
|
+
if (existing.examples.size < 5) {
|
|
2574
|
+
existing.examples.add(dt.name);
|
|
2575
|
+
}
|
|
2576
|
+
}
|
|
2577
|
+
else {
|
|
2578
|
+
categoryCounts.set(dt.category, {
|
|
2579
|
+
count: 1,
|
|
2580
|
+
examples: new Set([dt.name]),
|
|
2581
|
+
});
|
|
2582
|
+
}
|
|
2583
|
+
}
|
|
2584
|
+
const categories = Array.from(categoryCounts.entries())
|
|
2585
|
+
.map(([name, { count, examples }]) => ({
|
|
2586
|
+
name,
|
|
2587
|
+
count,
|
|
2588
|
+
examples: Array.from(examples),
|
|
2589
|
+
}))
|
|
2590
|
+
.sort((a, b) => a.name.localeCompare(b.name));
|
|
2591
|
+
return {
|
|
2592
|
+
totalCategories: categories.length,
|
|
2593
|
+
totalDataTypes: ALL_DATA_TYPES.length,
|
|
2594
|
+
categories,
|
|
2595
|
+
};
|
|
2596
|
+
}
|
|
2597
|
+
//# sourceMappingURL=data-types-generated.js.map
|