Service Architecture

Overview

The Eligibility SDK is a specialized middleware service designed to evaluate user eligibility for various benefit programs. It serves as a critical component that can be integrated into beneficiary or provider backend services to perform real-time eligibility assessments based on user profiles and configurable benefit schemas.

High-Level Architecture

Rule Engine Capabilities

Supported Conditions:

  • Comparison: equals, not_equals, gt, gte, lt, lte

  • Range: between, not_between

  • Membership: in, not_in

  • Pattern: regex, contains

  • Custom: Complex logical expressions

Rule Types:

  1. User Profile Rules: Validate demographic and financial data

  2. Document Rules: Check required documentation

Last updated

Was this helpful?