public static Patient createFull() {
Patient resource = new Patient();
// PatientRole:
resource.addPatientID(new PatientID()
.setPatientID("993254128")
.setPatientIDType(PatientIDType.UnverifiedNHSNumber.code));
resource.addAddress(new Address()
.addAddressLine("17, County Court")