You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updating actionTypes to align with VitA request:
Scenarios 1& 4 (Actionable with booking, actionable with existing national booking) we would like to have actionType = ButtonWithAuthLink instead of ButtonAuthLink and CardWithAuthButton
Scenarios 2 & 3 - we would like to have actionType=InfoText instead of CareCardWithText
Scenario 5 (existing local booking) - please keep actionType=CardWithText
Scenario 14 (NotEligible) - we would like to have actionType=InfoText instead of CardWithText
Copy file name to clipboardExpand all lines: specification/eligibility-signposting-api.yaml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -232,7 +232,7 @@ paths:
232
232
cohortStatus: "Actionable"
233
233
suitabilityRules: []
234
234
actions:
235
-
- actionType: "ButtonAuthLink"
235
+
- actionType: "ButtonWithAuthLink"
236
236
actionCode: "BookNBS"
237
237
description: ""
238
238
urlLink: "http://www.nhs.uk/book-rsv"
@@ -253,7 +253,7 @@ paths:
253
253
cohortStatus: "Actionable"
254
254
suitabilityRules: []
255
255
actions:
256
-
- actionType: "CareCardWithText"
256
+
- actionType: "InfoText"
257
257
actionCode: "BookLocal"
258
258
description: "##Getting the vaccine\nYou can get an RSV vaccination at your GP surgery.\nYour GP surgery may contact you about getting the RSV vaccine. This may be by letter, text, phone call, email or through the NHS App. You do not need to wait to be contacted before booking your vaccination."
259
259
example_50000000003:
@@ -272,7 +272,7 @@ paths:
272
272
cohortStatus: "Actionable"
273
273
suitabilityRules: []
274
274
actions:
275
-
- actionType: "CareCardWithText"
275
+
- actionType: "InfoText"
276
276
actionCode: "BookLocal"
277
277
description: "##Getting the vaccine\nYou can get an RSV vaccination at your GP surgery.\nYour GP surgery may contact you about getting the RSV vaccine. This may be by letter, text, phone call, email or through the NHS App. You do not need to wait to be contacted before booking your vaccination."
278
278
example_50000000004:
@@ -288,7 +288,7 @@ paths:
288
288
eligibilityCohorts: []
289
289
suitabilityRules: []
290
290
actions:
291
-
- actionType: "CardWithAuthButton"
291
+
- actionType: "ButtonWithAuthLink"
292
292
actionCode: "AmendNBS"
293
293
description: "##You have an RSV vaccination appointment\nYou can view, change or cancel your appointment below."
294
294
urlLink: "http://www.nhs.uk/book-rsv"
@@ -462,7 +462,7 @@ paths:
462
462
cohortStatus: "NotEligible"
463
463
suitabilityRules: []
464
464
actions:
465
-
- actionType: "CardWithText"
465
+
- actionType: "InfoText"
466
466
actionCode: "HealtchareProInfo"
467
467
description: "##If you think you need this vaccine\nSpeak to your healthcare professional if you think you should be offered this vaccination."
0 commit comments