Record Blood Pressure Reading
Records a blood pressure reading based on the provided request. Either a device ID, device identifier, or patient ID is required.
Headers
Request
The diastolic measurement value.
The UTC timestamp at which the reading was taken.
The systolic measurement value.
The id of the device that took the reading.
The device identifier of the device that took the reading.
The offset of the device’s timezone from UTC in seconds. Null if unavailable.
The heart rate measurement value.
True if the reading value was entered manually, false or null otherwise.
The id of the patient that took the reading.
Response
OK
The UTC timestamp at which the reading was taken.
The device used to take the reading.
The offset of the device’s timezone from UTC in seconds. Null if unavailable.
The diastolic measurement value.
The heart rate measurement value.
Unique identifier for the reading.
The item used to take the reading.
True if the reading value was entered manually, false or null otherwise.
The patient who took the reading.
The offset of the patient’s timezone from UTC in seconds. Null if unavailable.
The systolic measurement value.