Blood glucose value, in mg/dL
An integer value representing a mg/dL
value.
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 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 Tidepool data type for traditional fingerstick blood glucose meter data. SMBG is an abbreviation of "self-monitored blood glucose" and contrasts with CBG, abbreviating "continuous blood glucose." CBG is the Tidepool data type for continuous glucose monitor (CGM) sensor data.
Sub-type appears on blood glucose values that are being read from another data source, such as an insulin pump (rather than directly from a traditional fingerstick blood glucose meter).
The value manual indicates that the blood glucose value was manually entered by a user (and is therefore subject to human error).
The linked value indicates that the blood glucose value was transferred from a blood glucose meter to the pump directly via some sort of data transfer or pairing mechanism. If the blood glucose meter in question is also supported by Tidepool Uploader, duplicate records may exist — both read directly from the meter and pulled in as "linked" sub-type records from the insulin pump.
{
"type": "smbg",
"subType": "manual",
"units": "mmol/L",
"value": 2.331314156239124,
"clockDriftOffset": 0,
"conversionOffset": 0,
"deviceId": "DevId0987654321",
"deviceTime": "2018-05-14T18:17:09",
"guid": "2e0f1338-1537-414b-baf7-3827b6185f23",
"id": "d333e9c6af694b63bb2c2cf3595acc65",
"time": "2018-05-14T08:17:09.177Z",
"timezoneOffset": 600,
"uploadId": "SampleUploadId"
}
{
"type": "smbg",
"subType": "manual",
"units": "mg/dL",
"value": 214,
"clockDriftOffset": 0,
"conversionOffset": 0,
"deviceId": "DevId0987654321",
"deviceTime": "2018-05-14T18:17:09",
"time": "2018-05-14T08:17:09.177Z",
"timezoneOffset": 600,
"uploadId": "SampleUploadId"
}
{
"type": "smbg",
"subType": "linked",
"units": "mmol/L",
"value": 14.0433924173452,
"_active": true,
"_groupId": "abcdef",
"_schemaVersion": 0,
"_version": 0,
"clockDriftOffset": 0,
"conversionOffset": 0,
"createdTime": "2018-05-14T08:17:14.177Z",
"deviceId": "DevId0987654321",
"deviceTime": "2018-05-14T18:17:09",
"guid": "2bb717e7-af53-49b1-94b0-1d93c527d9bf",
"id": "a4f3f4bce5724070bb1bd9a99ed88d35",
"time": "2018-05-14T08:17:09.177Z",
"timezoneOffset": 600,
"uploadId": "SampleUploadId"
}