|
29 | 29 | "name": "reject-reason", |
30 | 30 | "items": [ |
31 | 31 | { |
32 | | - "value": "abusive", |
33 | | - "text": "Abusive patient", |
34 | | - checked: checked("reject-reason", "abusive") |
| 32 | + "value": "Care needs would be better met by a practice nearer their home", |
| 33 | + "text": "Care needs would be better met by a practice nearer their home", |
| 34 | + checked: checked("reject-reason", "Care needs would be better met by a practice nearer their home") |
35 | 35 | }, |
36 | | - |
37 | 36 | { |
38 | | - "value": "catchment", |
| 37 | + "value": "Not currently accepting patients", |
| 38 | + "text": "Not currently accepting patients", |
| 39 | + checked: checked("reject-reason", "Not currently accepting patients") |
| 40 | + }, |
| 41 | + { |
| 42 | + "value": "Out of catchment", |
39 | 43 | "text": "Out of catchment", |
40 | | - checked: checked("reject-reason", "catchment") |
| 44 | + checked: checked("reject-reason", "Out of catchment") |
41 | 45 | }, |
42 | 46 | { |
43 | | - "value": "repeat", |
44 | | - "text": "Repeat patient", |
45 | | - checked: checked("reject-reason", "repeat") |
| 47 | + "value": "Previous removal", |
| 48 | + "text": "Previous removal", |
| 49 | + checked: checked("reject-reason", "Previous removal") |
46 | 50 | }, |
47 | 51 | { |
48 | | - "value": "other", |
49 | | - "text": "Other", |
50 | | - checked: checked("reject-reason", "other") |
| 52 | + "value": "Other reasonable grounds", |
| 53 | + "text": "Other reasonable grounds", |
| 54 | + checked: checked("reject-reason", "Other reasonable grounds") |
51 | 55 | } |
52 | 56 | ] |
53 | 57 | }) }} |
|
0 commit comments