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

Impilo-API-KeystringRequired

Request

This endpoint expects an object.
diastolicintegerRequired

The diastolic measurement value.

readingTimestampstringRequiredformat: "date-time"

The UTC timestamp at which the reading was taken.

systolicintegerRequired

The systolic measurement value.

deviceIdlongOptional

The id of the device that took the reading.

deviceIdentifierstringOptional

The device identifier of the device 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.

patientIdlongOptional

The id of the patient that took the reading.

Response

OK

readingTimestampstringformat: "date-time"

The UTC timestamp at which the reading was taken.

deviceobjectOptional

The device used to take the reading.

deviceTimeZoneOffsetintegerOptional

The offset of the device’s timezone from UTC in seconds. Null if unavailable.

diastolicintegerOptional

The diastolic measurement value.

diastolicUnitenumOptional
Allowed values:
heartRateintegerOptional

The heart rate measurement value.

heartRateUnitenumOptional
Allowed values:
idlongOptional

Unique identifier for the reading.

itemobjectOptional

The item used to take the reading.

manualbooleanOptional

True if the reading value was entered manually, false or null otherwise.

patientobjectOptional

The patient who took the reading.

patientTimeZoneOffsetintegerOptional

The offset of the patient’s timezone from UTC in seconds. Null if unavailable.

systolicintegerOptional

The systolic measurement value.

systolicUnitenumOptional
Allowed values: