public class ElasticIndexOptions { public string PatientEncounters { get; set; } = "patient_encounters"; public string Observations { get; set; } = "observations"; public string ClinicalAlerts { get; set; } = "clinical_alerts"; }