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
A floating point value representing a mmol/L
value.
A string ID. Added to each event during data processing in the Tidepool Uploader or upon ingestion by the platform data ingestion service.
Blood ketones represent ketone concentration values (specifically beta-ketones) obtained from a fingerstick meter capable of reading specialized blood ketone testing strips. Tidepool does not yet provide a data model for urine ketones, which are measured qualitatively, not quantitatively.
Tidepool has used the most popular blood ketone meter on the American market — the Abbott Precision Xtra — as a guide to choose 10.0 mmol/L as the maximum value that will be accepted by Platform. (The Abbott Precision Xtra yields HI for blood ketone values higher than 8.0 mmol/L.)
{
"type": "bloodKetone",
"units": "mmol/L",
"value": 4.2,
"clockDriftOffset": 0,
"conversionOffset": 0,
"deviceId": "DevId0987654321",
"deviceTime": "2018-05-14T18:17:07",
"guid": "14e3eca2-3e38-41f9-83ce-76ec01300b85",
"id": "7f856a61e20045d1a8b6e0c4ada4ce69",
"time": "2018-05-14T08:17:07.211Z",
"timezoneOffset": 600,
"uploadId": "SampleUploadId"
}
{
"type": "bloodKetone",
"units": "mmol/L",
"value": 4.6,
"clockDriftOffset": 0,
"conversionOffset": 0,
"deviceId": "DevId0987654321",
"deviceTime": "2018-05-14T18:17:07",
"time": "2018-05-14T08:17:07.212Z",
"timezoneOffset": 600,
"uploadId": "SampleUploadId"
}
{
"type": "bloodKetone",
"units": "mmol/L",
"value": 0.5,
"_active": true,
"_groupId": "abcdef",
"_schemaVersion": 0,
"_version": 0,
"clockDriftOffset": 0,
"conversionOffset": 0,
"createdTime": "2018-05-14T08:17:12.212Z",
"deviceId": "DevId0987654321",
"deviceTime": "2018-05-14T18:17:07",
"guid": "602c5ebf-fd85-4972-b874-3d6f13d88166",
"id": "38f80bd338e54522870c9ff8cf5f375d",
"time": "2018-05-14T08:17:07.212Z",
"timezoneOffset": 600,
"uploadId": "SampleUploadId"
}