Omron Blood Pressure Readings Data Export
- Updated
The Omron Blood Pressure Readings Data Export contains blood pressure measurements for a single blood pressure device reading.
MyDataHelps only connects with the US Omron API. For projects interested in learning more about using Omron devices, please contact us.
Data Fields
Field |
Description |
---|---|
|
A unique key for each blood pressure reading. This key can be used to refer to the individual measurement. |
|
The stable, automatically generated, internal system identifier for this participant. Universally unique identifier (UUID). |
|
The MyDataHelps Designer identifier of the participant associated with the Omron user. Can be used to cross reference with Participants. |
|
The date MyDataHelps received the data from Omron, in ISO 8601 format. Includes timezone offset information. |
|
A unique id internal to Omron, which may not be unique across multiple participants. |
|
Date Time of the measurement. This time is always provided in UTC. |
|
Date Time of the measurement. This time is the user's local time. |
|
This is the offset from the user's local time and UTC time. This could also be calculated from the dateTime and dateTimeLocal. Format of the offset is always a time difference in hh:mm:ss format "-04:00:00". |
|
Systolic value |
|
Diastolic value |
|
Units for Blood Pressure (mmHg) |
|
Heart rate (beats per minutes) |
|
Units for Pulse (bpm) |
|
Omron Device used to capture the measurement. A deviceType="manual" indicates that the user manually entered the data rather than uploading from a physical device. |
Sample CSV Export
OmronBloodPressureKey,ParticipantID,ParticipantIdentifier,InsertedDate,ID,DateTime,DateTimeLocal,DateTimeUtcOffset,Systolic,Diastolic,BloodPressureUnits,Pulse,PulseUnits,DeviceType
568c89b4a00cef11a1bbd4d853adda9e-1670439952000,568c89b4-a00c-ef11-a1bb-d4d853adda9e,23cbf66e-a00c-ef11-a1bb-d4d853adda9e,2024-08-16T19:26:38Z,1670439952000,2022-12-07T19:05:52,2022-12-07T14:05:52,-05:00,98,50,mmHg,70,bpm,HEM-6401T-Z
Sample JSON Export
{
"OmronBloodPressureKey": "568c89b4a00cef11a1bbd4d853adda9e-1670439952000",
"ParticipantID": "568c89b4-a00c-ef11-a1bb-d4d853adda9e",
"ParticipantIdentifier": "23cbf66e-a00c-ef11-a1bb-d4d853adda9e",
"InsertedDate": "2024-08-16T19:26:38Z",
"ID": "1670439952000",
"DateTime": "2022-12-07T19:05:52",
"DateTimeLocal": "2022-12-07T14:05:52",
"DateTimeUtcOffset": "-05:00",
"Systolic": 98,
"Diastolic": 50,
"BloodPressureUnits": "mmHg",
"Pulse": 70,
"PulseUnits": "bpm",
"DeviceType": "HEM-6401T-Z"
}
Was this article helpful?