microsoft / Hack-Together-Fabric-AI

Hack Together: The Microsoft Fabric Global AI Hack
MIT License
87 stars 24 forks source link

Project: In this project, we are using Microsoft Fabric components to predict member disenrollment in a health care plan. #20

Open mikelenart opened 4 months ago

mikelenart commented 4 months ago

Project name

Member Disenrollment Prediction

Description

Often Health Care providers would like to track the disenrollment of members. This enables Health Care providers to tune their plans, provide best care and retain the members.

This workflow provides a close-to-real-time tracking of "recent patient touch impressions" via PowerBI.

  1. As soon a recent patient touch is made by a care provider, data about the touch is loaded in the Lakehouse.
  2. A scheduled data pipeline picks up the loaded information and runs through a prediction model. The prediction result is a prediction score indicating if a member will potentially disenroll in the future or not based on recent experience.
  3. The prediction score is saved in a Lakehouse table.
  4. The BI Report built on this table is updated. We can also set Alerts on BI Reports to send an email notification in case a threshold has reached.

The solution enables Primary Care Managers and decision makers with proactive and easy access to latest prediction scores.

Project Repository URL

https://github.com/mikelenart/hack-together-fabric-ai

Project video

https://github.com/mikelenart/hack-together-fabric-ai/blob/main/video/Microsoft_fabric_hackathon_submission.mp4

Team members

abishtcca, igoyal01, mikelenart