public class AlertExplanation { public List ScoreContributors { get; set; } = new(); public TrendContext? Trend { get; set; } public MedicationContext? MedicationContext { get; set; } public string NarrativeSummary { get; set; } = string.Empty; }