An array of annotations.
An array of associations for the resource.
Clock drift offset, expressed as milliseconds.
Conversion offset, expressed as milliseconds.
String representation of a Tidepool User ID. Old style IDs are 10-digit strings consisting of only hexadeximcal digits. New style IDs are 36-digit UUID v4
String representation of a Tidepool User ID. Old style IDs are 10-digit strings consisting of only hexadeximcal digits. New style IDs are 36-digit UUID v4
Globally unique to device and repeatable with each upload, e.g. device make and model with serial number
Revision history of the event
Location information associated with the resource. One or both of name
and gps
must be specified.
String representation of a Tidepool User ID. Old style IDs are 10-digit strings consisting of only hexadeximcal digits. New style IDs are 36-digit UUID v4
An array of 1 to 100 notes.
External origin information for the source of the resource.
Grab bag field for data that isn't yet part of the data model. The maximum size is 4K bytes.
An array of tags.
A string timezone name from the IANA timezone database
Time zone offset, expressed as positive or negative number of minutes from UTC.
Data type
An upload identifier; this field should be the uploadId of the corresponding upload record
Floating point value rounded to the appropriate significant figures for the device's precision.
Floating point value rounded to the appropriate significant figures for the device's precision.
A string ID. Added to each event during data processing in the Tidepool Uploader or upon ingestion by the platform data ingestion service.
This is the sub-type of bolus event that represents a bolus insulin dose delivered within a matter of seconds or a small number of minutes (depending on the insulin pump and the user's settings). At Tidepool, we follow the common convention of representing normal boluses as point-in-time events since their durations are so short.
{
"type": "bolus",
"subType": "normal",
"normal": 7.75,
"expectedNormal": 9.3,
"clockDriftOffset": 0,
"conversionOffset": 0,
"deviceId": "DevId0987654321",
"deviceTime": "2018-05-14T18:17:06",
"guid": "3645b635-e97a-410b-b866-5ccc8cb98cbf",
"id": "622cc9f88a61475f8a1290909ec56e5c",
"time": "2018-05-14T08:17:06.676Z",
"timezoneOffset": 600,
"uploadId": "SampleUploadId"
}
{
"type": "bolus",
"subType": "normal",
"normal": 4.5,
"expectedNormal": 5.4,
"clockDriftOffset": 0,
"conversionOffset": 0,
"deviceId": "DevId0987654321",
"deviceTime": "2018-05-14T18:17:06",
"time": "2018-05-14T08:17:06.676Z",
"timezoneOffset": 600,
"uploadId": "SampleUploadId"
}
{
"type": "bolus",
"subType": "normal",
"normal": 8.25,
"expectedNormal": 9.9,
"_active": true,
"_groupId": "abcdef",
"_schemaVersion": 0,
"_version": 0,
"clockDriftOffset": 0,
"conversionOffset": 0,
"createdTime": "2018-05-14T08:17:11.676Z",
"deviceId": "DevId0987654321",
"deviceTime": "2018-05-14T18:17:06",
"guid": "5f7a9c48-ec16-449c-9597-2cef1f679096",
"id": "8480f23a08484c91a7436475ee40c0c6",
"time": "2018-05-14T08:17:06.676Z",
"timezoneOffset": 600,
"uploadId": "SampleUploadId"
}