CSE498, Collaborative Design, Fall 2023
Computer Science and Engineering
Michigan State University

Roosevelt Innovations, headquartered in Okemos, Michigan, is a software solutions company owned by Delta Dental. With over 50 years of experience and innovative automated claims processing capabilities, Roosevelt has achieved an industry-leading 96% auto-adjunction rate and enabled a total treatment cost savings of $972 million. Altogether, Roosevelt has over 23 million users across its platforms and offers their services to insurance companies across the country.

At Roosevelt Innovations, insurance experts need to create and edit business rules that govern the automated claims processing system. However, development can be time-consuming for users without a technical background, often requiring additional training and resources.

Our Universal Guided Web Editor assists anyone working on claims in creating business rules in a streamlined and easy-to-use process.

Users first select a particular rule-framework. The complicated and technically confusing framework is then interpreted into an intuitive layout in the web editor (shown on the right) for users to input their rule specifications and variables in plain English.

This self-guided tool empowers businesses to create rules without the involvement of technical team members. Dropdowns and other selectable options improve the speed and ease of rule creation.

Our software improves quality and reduces errors in the work environment, increasing productivity.

Our application’s front end is constructed with Angular, a web application framework and Bootstrap 4. The interpretation of the rule framework is done by ANTLR 4, a powerful parser generator that produces parsers for processing structured text, using a visitor approach to traverse the generated abstract syntax tree.