API ReferenceEvent Referencepatient_graph.adherence.sharps_reminder_requested.v1

patient_graph.adherence.sharps_reminder_requested.v1

Constant

import { EVENT_NAMES } from "@platform/contracts";
 
EVENT_NAMES.PATIENT_GRAPH_ADHERENCE_SHARPS_REMINDER_REQUESTED_V1;

Publishers

Subscribers

Payload schema

z.object({
  patient_id: z.string(),
  brand_id: z.string(),
  user_id: z.string(),
  peptide_id: z.string(),
  protocol_id: z.string(),
  taken_dose_count: z.number().int().positive(),
}

Delivery semantics

  • At-least-once delivery. Consumers must dedupe by event ID.
  • Fanned out to both NATS (in-cluster) and EventBridge (durable). See Events concept.