export interface ErxConnectPractitionerParams {
    patientId?: string;
    encounterId?: string;
}
