return template;
}
public static RecipientPersonUniversal createRecipient() {
RecipientPersonUniversal template = new RecipientPersonUniversal();
template.addId(new RoleID().setNullFlavour(NullFlavour.NI.code)); // Non-standard null flavour used in example XML..
template.setJobRoleName(JobRoleName._GeneralMedicalPractitioner); // The example XML included a job role from a different vocab...
template.setName(new PersonName("De Hopper"));
template.setOrgId(new OrgID()
.setID("V396F")
.setType(OrgIDType.ODSOrgID.code));