Implemented POC runtime
Implemented POC runtime
The POC runtime is small and reusable
The runtime is intentionally replaceable. A production model gateway, such as an approved Bedrock-based gateway, can replace the local implementation while preserving the task and service contracts.
| Runtime element | Implemented evidence | Production evolution |
|---|---|---|
| API surface | GET /demo/referrals, GET /demo/claims, POST /referrals/match, and POST /claims/process. | API Gateway, enterprise identity, request policy, rate control, and service-level monitoring. |
| Durable tasks | Referral and claims instructions stored under app/tasks. | Versioned task registry with approval, deployment, rollback, and ownership controls. |
| Reasoning adapter | Local deterministic referral interpretation and claims exception reasoning. | Model gateway using approved Amazon Bedrock models or the client model service. |
| Enterprise tools | Synthetic provider data, deterministic claim parser, validator, normalizer, and runbook access. | Typed connectors to payer systems, FHIR APIs, EDI services, logs, and work queues. |
