Spaces:
Sleeping
Sleeping
File size: 570 Bytes
bb19228 61c5cfc bb19228 61c5cfc 8ace352 bb19228 8ace352 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | ---
title: risk_stratification
app_file: app.py
sdk: gradio
sdk_version: 5.49.1
---
Medicaid Risk Stratification Scenario
Goal: Identify high-risk Medicaid members using claims-based indicators.
Risk Scoring Logic (simple example):
β’ Age > 65 β +1
β’ β₯2 chronic conditions β +2
β’ β₯3 ED visits β +2
β’ β₯1 inpatient admission β +2
β’ Total cost > $20,000 β +2
β’ Behavioral health need β +2
β’ More than 10 prescriptions β +1
β’ Social risk > 5 β +1
Risk categories:
β’ High Risk: score β₯ 6
β’ Moderate: 3β5
β’ Low: 0β2 |