Skip to content

Commit 9a2b6f7

Browse files
Update eligibility-signposting-api.yaml
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
1 parent 698f1fb commit 9a2b6f7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

specification/eligibility-signposting-api.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ paths:
232232
cohortStatus: "Actionable"
233233
suitabilityRules: []
234234
actions:
235-
- actionType: "ButtonAuthLink"
235+
- actionType: "ButtonWithAuthLink"
236236
actionCode: "BookNBS"
237237
description: ""
238238
urlLink: "http://www.nhs.uk/book-rsv"
@@ -253,7 +253,7 @@ paths:
253253
cohortStatus: "Actionable"
254254
suitabilityRules: []
255255
actions:
256-
- actionType: "CareCardWithText"
256+
- actionType: "InfoText"
257257
actionCode: "BookLocal"
258258
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."
259259
example_50000000003:
@@ -272,7 +272,7 @@ paths:
272272
cohortStatus: "Actionable"
273273
suitabilityRules: []
274274
actions:
275-
- actionType: "CareCardWithText"
275+
- actionType: "InfoText"
276276
actionCode: "BookLocal"
277277
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."
278278
example_50000000004:
@@ -288,7 +288,7 @@ paths:
288288
eligibilityCohorts: []
289289
suitabilityRules: []
290290
actions:
291-
- actionType: "CardWithAuthButton"
291+
- actionType: "ButtonWithAuthLink"
292292
actionCode: "AmendNBS"
293293
description: "##You have an RSV vaccination appointment\nYou can view, change or cancel your appointment below."
294294
urlLink: "http://www.nhs.uk/book-rsv"
@@ -462,7 +462,7 @@ paths:
462462
cohortStatus: "NotEligible"
463463
suitabilityRules: []
464464
actions:
465-
- actionType: "CardWithText"
465+
- actionType: "InfoText"
466466
actionCode: "HealtchareProInfo"
467467
description: "##If you think you need this vaccine\nSpeak to your healthcare professional if you think you should be offered this vaccination."
468468
'400':

0 commit comments

Comments
 (0)