PASSIVE SIGNAL ENGINE

Turn clinic work into clinical signal without asking the team to type everything twice.

VetIOS already normalizes passive connector events into episode-aware signals. This surface publishes the supported connector types, the normalized facts each one contributes, and where the engine still needs broader vendor sync coverage.

Supported connectors
5
Planned connectors
1
Current ingest path
/api/signals/connect
lab_result

Lab Result

live

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
}
prescription_refill

Prescription Refill

live

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
}
recheck

Recheck

live

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."
}
referral

Referral

live

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"
}
imaging_report

Imaging Report

live

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"
}
pims_sync

PIMS Sync

planned

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"
}