Reported states that can have an impact on blood glucose. A reported state consists of an array of one or more states, where each reported state consists of a named state:
alcohol,cycle,hyperglycemiaSymptoms,hypoglycemiaSymptoms,stress,illnessorotherand a
severityfrom 0 to 10. In the case of stateother, a text fieldstateOther(0-100 characters) describes the state.
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
Should only be present if state is other
A string ID. Added to each event during data processing in the Tidepool Uploader or upon ingestion by the platform data ingestion service.
{
"type": "reportedState",
"clockDriftOffset": 0,
"conversionOffset": 0,
"createdTime": "2025-05-14T08:17:13.453Z",
"deviceId": "DevId0987654321",
"deviceTime": "2025-05-14T18:17:08",
"guid": "96013c51-c2f5-4557-ad0b-479151cf0512",
"id": "6e3ea4734056463f84f6be47621d21d7",
"time": "2025-05-14T08:17:08.453Z",
"timezoneOffset": 600,
"uploadId": "SampleUploadId",
"states": [
{
"severity": 5,
"state": "alcohol"
}
]
}