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