updates password
Future updatePw(String oldPw, String newPw) => FhirDb.instance.updatePassword(oldPw, newPw);