A PBM platform relied on a legacy RM/COBOL system as the system of record, while modern digital channels needed fast access to claims and transaction data for portal experiences, search, and analytics. The requirement was to synchronize COBOL transactions into AWS in near-realtime, ensuring strict ordering (the same sequence as inserted/committed in COBOL) and delivering the data to Application AWS RDS, Amazon Redshift, and Amazon OpenSearch.
External pharmacy claims ingestion was a key upstream dependency. We used Mirth Integration as the integration hub for receiving pharmacy claim transactions, performing validation/normalization/routing, and reliably handing off to COBOL workflows. After COBOL commits, Audit Programs produced auditable change records into an EFS-backed landing zone. A Relativity Driver (orchestration/CDC component) processed these records with SQS-based decoupling for retries and backpressure, then published ordered events into Confluent Kafka. Kafka served as the streaming backbone for fan-out to operational, analytical, and search destinations.
The solution was built with HIPAA-aligned controls: encryption in transit and at rest, least-privilege access, and audit-friendly monitoring. The delivered platform enabled modernization without destabilizing the COBOL environment, while providing fresh, ordered data to modern applications.
Designed with HIPAA-aligned controls: encryption in transit and at rest, restricted access to integration components and data stores, least-privilege IAM, and audit-friendly logs and metrics for traceability and incident response.
Delivered an ordered, near-realtime PBM integration platform ingesting COBOL transactions into RDS, Redshift, and OpenSearch.