}
public static DocumentParticipantUniversal createParticipantConsultant() {
DocumentParticipantUniversal template = new DocumentParticipantUniversal();
template.addId(new PersonID()
.setType(PersonIDType.LocalPersonID.code)
.setID("000000000")
.setAssigningOrganisation("V396AA:Medway PCT"));
template.setName(new PersonName("Bill Lydon")); // Using unstructured name - not advisable!
template.setOrgId(new OrgID()