template.setADRTDiscussed(new CodedValue(ADRTDiscussedSnCT._820621000000107, "#a3"));
return template;
}
public static AnticipatoryMedicineBoxIssueProcedure createAMBox() {
AnticipatoryMedicineBoxIssueProcedure template = new AnticipatoryMedicineBoxIssueProcedure();
template.setID("227413CC-28FA-11E2-ADB5-72976188709B");
// There is only one code in this vocab, so if the below is omitted, that code will still be used - however
// we need to set it explicitly if we also want the code to include a cross-reference to a text section, as in this test
template.setAnticipatoryMedicineBoxIssueCode(
new CodedValue(EoLAnticipatoryMedicineBoxIssueSnCT._376201000000102, "#a4"));
template.setTimeIssued(new DateValue("201209111400+0000"));
template.setLocationOfBox("Bedside Table Drawer");
return template;
}