Skip to main content
RRxRouter Developer Portal

Webhooks

Model the lifecycle around status events, not polling loops.

RxRouter already exposes chart timelines and event-driven status progression. This page gives integrators the lifecycle map before they dive into the OpenAPI payload detail.

Lifecycle

chart.submitted

A new chart or encounter enters the workflow.

chart.routed

The chart is assigned to a provider or routing path.

chart.denied

Compliance or clinical review blocked progression.

prescription.confirmed

Fulfillment confirms the prescription lifecycle.

Implementation notes

Use HMAC verification, replay protection, and idempotent consumers. RxRouter's chart timeline and webhook design assume the receiver can tolerate duplicate deliveries and out-of-order retries.