Skip to content

Commit 3b25795

Browse files
Update eligibility-signposting-api.yaml
Adding empty action and suitabilityReason arrays to match development of real code
1 parent 663c3dd commit 3b25795

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

specification/eligibility-signposting-api.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ paths:
230230
- cohortCode: "rsv_age_rolling"
231231
cohortText: "You are aged 75 to 79 years old."
232232
cohortStatus: "Actionable"
233+
suitabilityRules: []
233234
actions:
234235
- actionType: "ButtonAuthLink"
235236
actionCode: "BookNBS"
@@ -250,6 +251,7 @@ paths:
250251
- cohortCode: "rsv_age_rolling"
251252
cohortText: "You are aged 75 to 79 years old."
252253
cohortStatus: "Actionable"
254+
suitabilityRules: []
253255
actions:
254256
- actionType: "CareCardWithText"
255257
actionCode: "BookLocal"
@@ -268,6 +270,7 @@ paths:
268270
- cohortCode: "rsv_age_catchup"
269271
cohortText: "You turned 80 between 2nd September 2024 and 31st August 2025"
270272
cohortStatus: "Actionable"
273+
suitabilityRules: []
271274
actions:
272275
- actionType: "CareCardWithText"
273276
actionCode: "BookLocal"
@@ -283,6 +286,7 @@ paths:
283286
status: "Actionable"
284287
statusText: "You should have the RSV vaccine"
285288
eligibilityCohorts: []
289+
suitabilityRules: []
286290
actions:
287291
- actionType: "CardWithAuthButton"
288292
actionCode: "AmendNBS"
@@ -300,6 +304,7 @@ paths:
300304
status: "Actionable"
301305
statusText: "You should have the RSV vaccine"
302306
eligibilityCohorts: []
307+
suitabilityRules: []
303308
actions:
304309
- actionType: "CardWithText"
305310
actionCode: "ManageLocal"
@@ -319,6 +324,7 @@ paths:
319324
- ruleType: "S"
320325
ruleCode: "AlreadyVaccinated"
321326
ruleText: "##You've had your RSV vaccination\nBased on our records, you recently had this vaccination. You do not need to do anything."
327+
actions: []
322328
example_50000000007:
323329
summary: RSV - Not Actionable despite to membership of an Age Cohort with reasoning of no available vaccinations (not available type 1)
324330
value:
@@ -337,6 +343,7 @@ paths:
337343
- ruleType: "S"
338344
ruleCode: "NotAvailable"
339345
ruleText: "Vaccinations are not currently available"
346+
actions: []
340347
example_50000000008:
341348
summary: RSV - No RSV response as no active campaign (not available type 2)
342349
value:
@@ -362,6 +369,7 @@ paths:
362369
- ruleType: "S"
363370
ruleCode: "NotYetDue"
364371
ruleText: "Your next dose is not yet due."
372+
actions: []
365373
example_50000000010:
366374
summary: RSV - Not Actionable despite to membership of an Age Cohort with reasoning of dose not far enough apart
367375
value:
@@ -380,6 +388,7 @@ paths:
380388
- ruleType: "S"
381389
ruleCode: "TooClose"
382390
ruleText: "Your previous vaccination was less than 91 days ago."
391+
actions: []
383392
example_50000000011:
384393
summary: RSV - Not Actionable despite to membership of an Age Cohort with reasoning of vaccination given in other setting (e.g. care home)
385394
value:
@@ -398,6 +407,7 @@ paths:
398407
- ruleType: "S"
399408
ruleCode: "OtherSetting"
400409
ruleText: "##Getting the vaccine\nOur record show you're living in a setting where care is provided.\nIf you think you should have the RSV vaccine, speak to a member of staff where you live."
410+
actions: []
401411
example_50000000012:
402412
summary: RSV - Not Actionable despite no cohort membership with reasoning of already vaccinated (type 1 includes unknown cohort)
403413
value:
@@ -416,6 +426,7 @@ paths:
416426
- ruleType: "S"
417427
ruleCode: "AlreadyVaccinated"
418428
ruleText: "##You've had your RSV vaccination\nBased on our records, you recently had this vaccination.You do not need to do anything."
429+
actions: []
419430
example_50000000013:
420431
summary: RSV - Not Actionable despite no cohort membership with reasoning of already vaccinated (type 2 includes no cohorts)
421432
value:
@@ -431,6 +442,7 @@ paths:
431442
- ruleType: "S"
432443
ruleCode: "AlreadyVaccinated"
433444
ruleText: "##You've had your RSV vaccination\nBased on our records, you recently had this vaccination. You do not need to do anything."
445+
actions: []
434446
example_50000000014:
435447
summary: RSV - Not Eligible
436448
value:
@@ -448,6 +460,7 @@ paths:
448460
- cohortCode: "rsv_age_catchup"
449461
cohortText: "You did not turn 80 between 2nd September 2024 and 31st August 2025"
450462
cohortStatus: "NotEligible"
463+
suitabilityRules: []
451464
actions:
452465
- actionType: "CardWithText"
453466
actionCode: "HealtchareProInfo"

0 commit comments

Comments
 (0)