PASSIVE SIGNAL ENGINE

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

VetIOS normalizes passive connector events into episode-aware signals. This surface publishes normalized connector types, marketplace packs, and native vendor adapter paths for direct PIMS, lab, pharmacy, and imaging integrations.

Supported connectors
5
Marketplace packs
7
Native adapters
6
Scheduled vendors
5
IDEXX

IDEXX VetConnect PLUS Native

beta

Native lab-result adapter path for IDEXX account-level result polling and clinic-result reconciliation.

Adapter type
lab
Auth
oauth2_client_credentials
Sync mode
scheduled_pull
Connector types
lab_result
Privacy guardrails
Store only token hashes and account references.
Normalize lab results before episode reconciliation.
Do not require patient owner contact data.
Antech

Antech Online Native

beta

Native diagnostic-result polling path for Antech result batches, critical flags, and follow-up monitoring.

Adapter type
lab
Auth
oauth2_client_credentials
Sync mode
scheduled_pull
Connector types
lab_result
Privacy guardrails
Hash credential material before storage.
Persist vendor account refs, not raw login material.
Map results into normalized passive lab events.
ezyVet

ezyVet API Native

beta

Cloud PIMS adapter for appointment, refill, referral, and imaging workflow sync through a native authorization handoff.

Adapter type
pims
Auth
oauth2_pkce
Sync mode
scheduled_pull
Connector types
recheck, referral, prescription_refill, imaging_report
Privacy guardrails
Use OAuth state hashes.
Ingest clinical workflow state only.
Keep owner identifiers outside adapter readiness metrics.
AVImark

AVImark On-Demand Native

beta

Legacy/on-prem PIMS adapter path for clinic workflow exports and connector-runtime polling.

Adapter type
pims
Auth
api_key
Sync mode
scheduled_pull
Connector types
recheck, referral, prescription_refill, imaging_report
Privacy guardrails
Use installation-scoped adapter credentials.
Hash access material.
Prefer de-identified patient refs.
Cornerstone

Cornerstone Native

beta

Native PIMS adapter path for mixed clinic fleets using Cornerstone workflow records.

Adapter type
pims
Auth
api_key
Sync mode
scheduled_pull
Connector types
recheck, referral, prescription_refill, imaging_report
Privacy guardrails
Scope credentials to one clinic installation.
Avoid owner contact fields.
Normalize workflow state before learning use.
Covetrus

Covetrus Pharmacy Native

live

Native pharmacy-event adapter path for refill lifecycle, adherence hints, and passive treatment signals.

Adapter type
pharmacy
Auth
oauth2_client_credentials
Sync mode
webhook_push
Connector types
prescription_refill
Privacy guardrails
Store hashed credential references only.
Use webhook delivery for event timing.
Keep raw owner contact data out of VetIOS readiness metrics.
IDEXX

IDEXX Reference Labs

live

Fleet-scale lab-result ingestion pack for reference-lab events, abnormality flags, and follow-up monitoring.

Sync mode
scheduled_pull
Auth
connector_installation_key
Schedule
Every 6 hours
Connector types
lab_result
Antech

Antech Diagnostics

live

Diagnostic lab connector pack for routed result ingestion and passive episode updates.

Sync mode
scheduled_pull
Auth
connector_installation_key
Schedule
Every 6 hours
Connector types
lab_result
ezyVet

ezyVet Clinic Ops

beta

PIMS sync pack for appointments, follow-up rechecks, referrals, medication refills, and imaging workflow events.

Sync mode
scheduled_pull
Auth
connector_installation_key
Schedule
Every 4 hours
Connector types
recheck, referral, prescription_refill, imaging_report
AVImark

AVImark Clinic Ops

beta

On-prem PIMS adapter pack for follow-up, refill, referral, and imaging workflow sync.

Sync mode
scheduled_pull
Auth
connector_installation_key
Schedule
Every 8 hours
Connector types
recheck, referral, prescription_refill, imaging_report
Cornerstone

Cornerstone Spectrum

beta

PIMS workflow connector for referrals, imaging summaries, medication refill behavior, and recheck completion.

Sync mode
scheduled_pull
Auth
connector_installation_key
Schedule
Every 8 hours
Connector types
recheck, referral, prescription_refill, imaging_report
Covetrus

Covetrus Pharmacy

live

Medication refill and adherence sync pack for pharmacy-originated passive treatment signals.

Sync mode
webhook_push
Auth
partner_webhook
Schedule
Event-driven webhook
Connector types
prescription_refill
Smart Flow

Smart Flow Imaging

beta

Imaging and treatment-workflow sync pack for passive report ingestion and abnormality monitoring.

Sync mode
webhook_push
Auth
partner_webhook
Schedule
Event-driven webhook
Connector types
imaging_report, recheck
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"
}