export interface Subspecialist { code: string name: string specialist_id: number | string }