template.setLocationOfBox("Bedside Table Drawer");
return template;
}
public static DNACPRDecisionbySeniorResponsibleClinician createDNACPR() {
DNACPRDecisionbySeniorResponsibleClinician template = new DNACPRDecisionbySeniorResponsibleClinician();
template.setID("F3F709E0-298B-11E2-ACBD-87EE6088709B");
template.setEffectiveTime(new DateValue("201209111400+0000"));
template.setDNACPRPreference(new CodedValue(DNACPRprefSnCT._450476008, "#a5"));
template.setSeniorResponsibleClinicianTimeAuthored(new DateValue("201209111400+0000"));
template.setSeniorResponsibleClinicianAuthor(createAuthorJohnManning());
template.setDNACPRDocsLocation("The signed copy is placed at the GP surgery in locker number 12345. The scanned copy is scanned and uploaded to GP system on 11/09/2012.");
return template;
}