Record Blood Oxygen Reading
Records a blood oxygen reading based on the provided request. Either a device ID, device identifier, or patient ID is required.
Headers
Request
The blood oxygen (spo2) measurement value.
The UTC timestamp at which the reading was taken.
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 blood oxygen (spo2) measurement value.
The device used to take the reading.
The offset of the device’s timezone from UTC in seconds. Null if unavailable.
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.