.setPatientIDType(PatientIDType.LocalID.code));
template.addPatientID(new PatientIDWithTraceStatuses()
.setPatientID("9932541280")
.setNHSNoTraceStatus(NHSNumberTraceStatus.TraceNeedsToBeResolved.code)
.setPatientIDType(PatientIDType.UnverifiedNHSNumber.code));
template.addAddress(new Address()
.setAddressUse(AddressType.Home.code)
.addAddressLine("Appleton House")
.addAddressLine("Lanchester Road")
.addAddressLine("Grimsby")
.setPostcode("DN3 1UJ"));