Health Module API
Patient appointment and clinical outcome analysis.
Missed Appointment Risk
Predict no-show probability.
POST
/api/v1/industry/health/missed-appointment-riskPredict No-Show
Trains on appointment history & patient behavior.
{
"prediction": 0.3,
"confidence": 0.85,
"analysis": "Low risk"
}Clinical Outcome Deviation
Detect abnormal patient recovery paths.
POST
/api/v1/industry/health/clinical-outcome-deviationDetect Deviation
Compares patient trajectories to learned norms.
{
"prediction": "abnormal",
"confidence": 0.92,
"analysis": "Slower than expected recovery"
}