Skip to content

Temperature

Stream: snapshot | Event type: temperature

A body temperature reading with the measurement site.

{
"event_type": "temperature",
"data_version": "1.1",
"source_id": "g7h8i9j0...",
"provider_ref": "temp-789",
"device_id": "dev-001",
"payload_ts": 1742562000000,
"revision": 1,
"capture_mode": null,
"measured_at": 1742562000000,
"temperature_c": 36.6,
"measurement_site": "wrist"
}
Field Type Unit Description
measured_at number | null epoch ms When the temperature was measured.
temperature_c number | null Celsius Body temperature.
measurement_site string | null Where the measurement was taken.
Value Description
"wrist" Wrist-based wearable sensor.
"ear" Ear thermometer.
"oral" Oral thermometer.
"axillary" Underarm measurement.
"unknown" Site not reported by provider.