Prudential Health OS is an event-driven insurance platform.
Members, agents, hospitals, claims ops, payments, and leadership intelligence stay in sync through a governed claim-event backbone.
The architecture is organized around four business loops
The same platform services power member engagement, cashless automation, agent productivity, and executive visibility.
A layered platform with one event backbone
The diagram shows ownership boundaries rather than implementation trivia. Each layer has clear contracts and emits observable state changes.
The core journey is an auditable event stream
Every service sees the same claim ID, emits its own event, and can replay the saga for audit, recovery, analytics, and member transparency.
AI is powerful, but not sovereign
The production pattern is deterministic boundaries plus AI assistance. That gives speed without losing explainability or regulatory control.
Hard eligibility, waiting periods, sub-limits, and exclusions run before any model.
Document AI and LLMs extract, summarize, cite, and recommend. They do not directly approve.
Low-confidence, high-value, or exception cases move to L2/L3 review with provenance.
Every field stores source, confidence, version, reviewer, and decision trace.
The platform sits between care providers, regulators, comms, and money rails
Boundaries are explicit: partner adapters handle external variability while the internal event model stays stable.
Canonical events, adapters at the edge, audit trail in the core.
The non-negotiables are built into the platform model
For health insurance, speed only matters if the result is traceable, secure, and explainable.
OIDC, mTLS, partner certificates, device binding.
AES-256 at rest, TLS 1.3 in flight, KMS-backed keys.
Primary India region, DR in-region, PHI boundary controls.
OpenTelemetry traces, business SLIs, claim ID propagation.
Replayable events, idempotent payouts, DLQs, backfills.
Every decision links to source, actor, rule, model version.
It combines frequent member engagement, cashless automation, governed AI, lower ops load, and regulator-ready auditability without coupling every product surface to every service.