template.setOrgName("Medway PCT");
return template;
}
public static RelatedEntityParticipant createParticipantCallBack() {
RelatedEntityParticipant template = new RelatedEntityParticipant();
template.setName(new PersonName("Nora Lydon")); // Using unstructured name - not advisable!
template.setCDAPersonRelationshipType(CDAPersonRelationshipType._Spouse);
return template;
}