public interface IPatientRegistryService { Task> SearchAsync(string query, int limit = 20); }