.setFamilyName("Weller"));
return template;
}
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()
.setID("V396AA")
.setType(OrgIDType.ODSOrgID.code));
template.setOrgName("Medway PCT");
return template;
}