.setAddressUse(AddressType.Home.code)
.addAddressLine("Appleton House")
.addAddressLine("Lanchester Road")
.addAddressLine("Grimsby")
.setPostcode("DN3 1UJ"));
template.addName(new PersonName()
.setGivenName("Mark")
.setFamilyName("Smith"));
template.setGender(Sex._Male);
template.setDateOfBirth(new DateValue("20120728"));