}
createWidgets(context, identifierLocationWidget, identifierLocationErrorWidget, defaultLocation);
}
else if (FIELD_ADDRESS.equalsIgnoreCase(field)) {
addressWidget = new AddressWidget();
createWidgets(context, addressWidget, null, existingPatient != null ? existingPatient.getPersonAddress() : null);
}
}