Readings - Blood Oxygen

Fetch Blood Oxygen Reading

GET
Fetches a specific Impilo blood oxygen reading by its ID.

Path parameters

readingIdintegerRequired

Response

This endpoint returns an object
readingTimestamp
datetime
The UTC timestamp at which the reading was taken.
id
integerOptional
Unique identifier for the reading.
manual
booleanOptional
True if the reading value was entered manually, false or null otherwise.
deviceTimeZoneOffset
integerOptional
The offset of the device's timezone from UTC in seconds. Null if unavailable.
patientTimeZoneOffset
integerOptional
The offset of the patient's timezone from UTC in seconds. Null if unavailable.
patient
objectOptional
The patient who took the reading.
item
objectOptional
The item used to take the reading.
device
objectOptional
The device used to take the reading.
bloodOxygen
integerOptional
The blood oxygen (spo2) measurement value.
bloodOxygenUnit
enumOptional
Allowed values: spo2
heartRate
integerOptional
The heart rate measurement value.
heartRateUnit
enumOptional
Allowed values: bpm