export interface ClientFacingPhysician { firstName: string; lastName: string; npi: string; }