Normalizes analyte results, criticality, abnormality, and condition-class hints into passive monitoring signals.
Normalized facts
analytevalueunitsreference_rangeabnormalcritical
Sample vendor payload
{
"analyte": "Creatinine",
"value": 2.1,
"units": "mg/dL",
"reference_range": "0.5-1.8",
"abnormal": true,
"critical": false
}Tracks refill status, adherence hints, and overdue medication behavior as passive treatment signals.
Normalized facts
medicationrefill_statusdays_remainingoverdueadherent
Sample vendor payload
{
"medication_name": "Prednisone",
"refill_status": "requested",
"days_remaining": 2,
"overdue": false,
"adherent": true
}Converts scheduled, completed, missed, and clinically resolved rechecks into episode state updates.
Normalized facts
recheck_statusscheduled_forcompletedmissedresolved
Sample vendor payload
{
"appointment_status": "completed",
"scheduled_for": "2026-04-02T16:00:00.000Z",
"clinically_resolved": false,
"owner_notes": "Still mildly lethargic."
}Captures specialty escalation, urgency, and destination routing as passive referral signals.
Normalized facts
urgencydestinationacceptedreason
Sample vendor payload
{
"urgency": "urgent",
"specialty_service": "Neurology",
"accepted": true,
"reason": "Progressive neurologic deficits"
}Normalizes modality, abnormality, and impression text into passive imaging signals.
Normalized facts
modalityabnormalimpression
Sample vendor payload
{
"modality": "radiograph",
"abnormal": true,
"impression": "Thoracic nodules with pleural effusion"
}Planned turnkey scheduling and record sync layer for clinic systems that do not yet push normalized events.
Normalized facts
appointmentsinvoice_eventsmedication_fills
Sample vendor payload
{
"sync_batch_id": "planned"
}