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"
}
FieldTypeUnitDescription
measured_atnumber | nullepoch msWhen the temperature was measured.
temperature_cnumber | nullCelsiusBody temperature.
measurement_sitestring | nullWhere the measurement was taken.
ValueDescription
"wrist"Wrist-based wearable sensor.
"ear"Ear thermometer.
"oral"Oral thermometer.
"axillary"Underarm measurement.
"unknown"Site not reported by provider.