if (isbFields.getSeniorResponsibleClinicianName() == null) {
missingFields.addMissingField("SeniorResponsibleClinicianName", "If a DNACPR decision is included, the senior responsible clinician name is also required");
}
// We also need the senior responsible clinician org id
if (isbFields.getSeniorResponsibleClinicianORGID() == null) {
missingFields.addMissingField("SeniorResponsibleClinicianORGID", "If a DNACPR decision is included, the senior responsible clinician's organisation (ODS) ID is also required");
}
// We also need the senior responsible clinician org name
if (isbFields.getSeniorResponsibleClinicianORGName() == null) {
missingFields.addMissingField("SeniorResponsibleClinicianORGName", "If a DNACPR decision is included, the senior responsible clinician's organisation name is also required");
}