Index: /trunk/grails-app/services/CreateDataService.groovy
===================================================================
--- /trunk/grails-app/services/CreateDataService.groovy	(revision 847)
+++ /trunk/grails-app/services/CreateDataService.groovy	(revision 848)
@@ -656,9 +656,9 @@
         // ConditionSeverity #4
         conditionSeverity = new ConditionSeverity(code: 'D',
-                                                                            recommendation: 'Schedule Replacement').save(failOnError:true)
+                                                                            recommendation: 'Schedule Followup').save(failOnError:true)
 
         // ConditionSeverity #5
         conditionSeverity = new ConditionSeverity(code: 'E',
-                                                                            recommendation: 'Replace 2-4 weeks').save(failOnError:true)
+                                                                            recommendation: 'Schedule 2-4 weeks').save(failOnError:true)
     }
 
