export interface PatientAddressCompatible { receiverName?: string; firstLine: string; secondLine?: string; city: string; state: string; zip: string; country: string; phoneNumber?: string; }