Record Blood Pressure Reading

POST

Records a blood pressure reading based on the provided request. Either a device ID, device identifier, or patient ID is required.


For more information see the BloodPressureReadingRequest Model.

Request

This endpoint expects an object.
readingTimestampdatetimeRequired
The UTC timestamp at which the reading was taken.
systolicintegerRequired
The systolic measurement value.
diastolicintegerRequired
The diastolic measurement value.
deviceIdintegerOptional
The id of the device that took the reading.
deviceIdentifierstringOptional
The device identifier of the device that took the reading.
patientIdintegerOptional
The id of the patient that took the reading.
deviceTimeZoneOffsetintegerOptional
The offset of the device's timezone from UTC in seconds. Null if unavailable.
heartRateintegerOptional
The heart rate measurement value.
manualbooleanOptional
True if the reading value was entered manually, false or null otherwise.

Response

This endpoint returns an object
readingTimestampdatetime
The UTC timestamp at which the reading was taken.
idintegerOptional
Unique identifier for the reading.
manualbooleanOptional
True if the reading value was entered manually, false or null otherwise.
deviceTimeZoneOffsetintegerOptional
The offset of the device's timezone from UTC in seconds. Null if unavailable.
patientTimeZoneOffsetintegerOptional
The offset of the patient's timezone from UTC in seconds. Null if unavailable.
patientobjectOptional
The patient who took the reading.
itemobjectOptional
The item used to take the reading.
deviceobjectOptional
The device used to take the reading.
systolicintegerOptional
The systolic measurement value.
systolicUnit"mmhg"Optional
Allowed values: mmhg
diastolicintegerOptional
The diastolic measurement value.
diastolicUnit"mmhg"Optional
Allowed values: mmhg
heartRateintegerOptional
The heart rate measurement value.
heartRateUnit"bpm"Optional
Allowed values: bpm