diff --git a/sandbox/app.py b/sandbox/app.py index ea879f8..0629595 100644 --- a/sandbox/app.py +++ b/sandbox/app.py @@ -107,6 +107,16 @@ "patient-check/9450114080": "example_50000000012", "patient-check/9466447939": "example_50000000013", "patient-check/9657933617": "example_50000000014", + "patient-check/9735549018": "example_50000000015", + "patient-check/9735549026": "example_50000000016", + "patient-check/9735549034": "example_50000000017", + "patient-check/9735549042": "example_50000000018", + "patient-check/9735549050": "example_50000000019", + "patient-check/9735549069": "example_50000000020", + "patient-check/9735549077": "example_50000000021", + "patient-check/9735549085": "example_50000000022", + "patient-check/9735549093": "example_50000000023", + "patient-check/9735549107": "example_50000000024", "patient-check/9800878378": "code400", "patient-check/9661033404": "code404", "patient-check/9451019030": "code422", diff --git a/specification/eligibility-signposting-api.yaml b/specification/eligibility-signposting-api.yaml index 9b1b23f..56773c5 100644 --- a/specification/eligibility-signposting-api.yaml +++ b/specification/eligibility-signposting-api.yaml @@ -1,7 +1,7 @@ openapi: 3.0.3 info: title: Patient Eligibility Signposting API - version: 1.0.21-alpha + version: 1.0.22-alpha description: "## Overview\nUse this API to access the [Eligibility Data Product](https://digital.nhs.uk/services/eligibility-data-product-elid) - the nationally curated single source of vaccination eligibility status and signposted next actions for individuals. You can request it to see if NHS England's data deems a person as eligible or not eligible for a vaccination, along with our reasoning. If a person is eligible for a vaccination, they'll be marked as either actionable, meaning they can proceed immediately in taking our recommended action i.e booking an appointment online or contacting their GP, or not actionable, meaning they can't take any action yet i.e. there is a local vaccine shortage or their vaccination will be arranged directly by someone else. Unless you have written permission from NHS England to change it, any descriptive text provided through the Eligibility Signposting API must be displayed to your user exactly as written.\nUse this API to request: \n* eligibility for all supported vaccination types\n* derived reason for eligibility status \n* recommended actions the individual should take based on multiple factors\n\nYou cannot currently use this API to: \n* request eligibility for proxy people (familial relations etc.)\n\nThis API is read-only and can return a list of processed suggestions, each relating to a 'condition' (e.g. COVID, Flu, RSV etc.), including the following information for each: \n* a code representing the condition (COVID, RSV, FLU etc.)\n* an overall status (NotEligible, NotActionable, Actionable) \n* a list of eligibility cohort groups to which the person belongs (when eligible)\n* a list of the cohort groups that could have made the person eligible (when not eligible) \n* a list of rules/reasons that deem a person to be NotActionable\n* a list of actions that should be shown to the consumer\n#### Definitions of overall status\nThe overall status values indicate the following:\n* NotEligible - the individual does not currently meet eligibility criteria\n* NotActionable - the individual is eligible but does not need to take any further action at this time \n* Actionable - the individual is eligible and should follow one of the recommended actions provided\n### Patients included in the Patient Eligibility Signposting API\nThe API will return data for all patients who are in the NHS PDS system that are registered with an English GP practice (or one administered by England) or who we believe to be resident in England.\nPatients who are deceased (or thought to be), marked as invalid or sensitive will not be processed by this API.\n## Who can use this API\nThis API can only be used where there is a [legal basis](https://digital.nhs.uk/services/eligibility-data-product-elid#who-this-service-is-for) to do so. Make sure you have a valid use case before you go too far with your development. You must demonstrate you have a [valid use case](https://digital.nhs.uk/services/eligibility-data-product-elid#who-this-service-is-for) as part of digital onboarding.\nYou must do this before you can go live (see 'Onboarding' below).\n### Who can access Eligibility Signposting Information\nPatients who receive health and social care or make use of NHS services in England, Wales and the Isle of Man can access their own Eligibility Signposting data through onboarded services.\nHealth and care organisations in England and the Isle of Man can access our information for legitimate direct care purposes. Legitimate direct care examples include NHS organisations delivering healthcare, local authorities delivering care, third sector and private sector health and care organisations, and developers delivering systems to health and care organisations.\n### Existing API users\nTo find out which healthcare software development organisations and products are already using this API, see [Patient Eligibility Signposting API - integrated products](https://digital.nhs.uk/services/eligibility-data-product-elid).\n## Access modes\nThis API currently has only one access mode:\n* patient access (user-restricted)\n\nWe are considering the possibility of adding other modes in the future: \n* healthcare worker access\n* application restricted access\n### Patient access\nIf the end user is a patient then you must use this access mode. Use this access mode to obtain data for that patient.\nThis access mode is [user-restricted](https://digital.nhs.uk/developer/guides-and-documentation/security-and-authorisation#user-restricted-apis), meaning an end user must be present, authenticated and authorised.\nThe end user must be:\n* a patient who receives health and social care or makes use of NHS services \n* strongly authenticated, using [NHS login](https://digital.nhs.uk/services/nhs-login)\nTo use this access mode, you must currently use the following security pattern:\n\n|\tSecurity pattern\t\t |\tTechnical details\t |\tAdvantages\t | Disadvantages |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| ----------------------------------------------------| ------------------------------------------------------------|---------------------------------------------------------|\n|[NHS login - separate authentication and authorisation](https://digital.nhs.uk/developer/guides-and-documentation/security-and-authorisation/user-restricted-restful-apis-nhs-login-separate-authentication-and-authorisation) |OAuth 2.0 token exchange with signed JWT |Gives access to user information. |Need to integrate and onboard separately with NHS login. |\nPatient access mode users must be authenticated to a high proofing level (P9) and to one of the following [vectors of trust](https://nhsconnect.github.io/nhslogin/vectors-of-trust/):\n* P9.Cp.Cd \n* P9.Cp.Ck\n* P9.Cm\nThis access mode is available in production ([beta](https://digital.nhs.uk/developer/guides-and-documentation/reference-guide#api-status)).\n### Restricted access\nThis access mode is not yet available, if you believe this mode would benefit your use-case, please let us know.\nThis access mode is [application-restricted](https://digital.nhs.uk/developer/guides-and-documentation/security-and-authorisation#application-restricted-apis), meaning we authenticate and authorise the calling application but not the end user.\nThis access mode is not designed to be accessed by an end user. You might use this access mode as part of a back-end process to:\n* retrieve eligibility signposting information into a system in advance of a clinic \n* retrieve eligibility signposting information into a system to be used in a disconnected manner\n\nTo use this access mode, use this security pattern:\n* [Application-restricted RESTful API - signed JWT authentication](https://digital.nhs.uk/developer/guides-and-documentation/security-and-authorisation/application-restricted-restful-apis-signed-jwt-authentication)\n## Roadmap\nThe [Patient Eligibility Signposting API](https://digital.nhs.uk/services/eligibility-data-product-elid/eligibility-data-product-elid-roadmap) roadmap shows the planned changes for the API.\nTo see our roadmap, or to suggest, comment or vote on features for this API, see our [interactive product backlog](https://nhs-digital-api-management.featureupvote.com/suggestions/612352/eligibility-signposting-api-vaccinations).\nIf you have any other queries, please [contact us](https://digital.nhs.uk/developer/help-and-support).\n## Service level\nThis API is a silver service, meaning it is operational 24 hours a day, 365 days a year and supported 8am to 6pm, Monday to Friday excluding bank holidays.\nFor more details, see [service levels](https://digital.nhs.uk/developer/guides-and-documentation/reference-guide#service-levels).\n## Rate limits\nThe default rate limit is 25TPS (Transactions Per Second), per app. If you require a higher rate limit please [contact us](https://digital.nhs.uk/developer/help-and-support). or raise this during the onboarding process.\n## Technology\nThis API is [RESTful](https://digital.nhs.uk/developer/guides-and-documentation/our-api-technologies#basic-rest).\nThe error messages returned by this API conform to the FHIR global standard for health care data exchange, specifically to FHIR R4 (v4.0.1). This is to aid consumers that integrate to FHIR based APIS and are in any case not overly complex.\nThere are [libraries and SDKs](https://digital.nhs.uk/developer/guides-and-documentation/api-technologies-at-nhs-digital#fhir-libraries-and-sdks) available to help with FHIR API integration.\n## Network access\nThis API is available on the internet and, indirectly, on the [Health and Social Care Network (HSCN)](https://digital.nhs.uk/services/health-and-social-care-network).\nFor more details see [Network access for APIs](https://digital.nhs.uk/developer/guides-and-documentation/network-access-for-apis).\n## Errors\nWe use standard HTTP status codes to show whether an API request succeeded or not. They are usually in the range:\n* 200 to 299 if it succeeded, including code 202 if it was accepted by an API that needs to wait for further action \n* 400 to 499 if it failed because of a client error by your application\n* 500 to 599 if it failed because of an error on our server\nErrors specific to each API are shown in the Endpoints section, under Response. See our [reference guide](https://digital.nhs.uk/developer/guides-and-documentation/reference-guide#http-status-codes) for more on errors.\nYour API-calling application should have a mechanism to automatically try again, for example by giving status information to your end user, before giving up. See our [reference guide](https://digital.nhs.uk/developer/guides-and-documentation/reference-guide#error-handling) for more information about error handling.\n## Open source\nYou might find the following [open source](https://digital.nhs.uk/developer/guides-and-documentation/reference-guide#open-source) resources useful:\n| Resource | Description | Links |\n|---------------------------|----------------------------------------------------------------------|--------------------------------------------------------------------------------|\n| Patient Eligibility Signposting API| Source code including API proxy, sandbox and specification and code. | [GitHub repo](https://github.com/NHSDigital/eligibility-signposting-api) |\nWe currently don't have any open source client libraries or sample code for this API. If you think this would be useful, you can [upvote the suggestion on our Interactive Product Backlog](https://nhs-digital-api-management.featureupvote.com/suggestions/107439/client-libraries-and-reference-implementations).\n\n## Environments and testing\n| Environment | Base URL |\n| ----------------- | ---------------------------------------------------------------------- |\n| Sandbox | `https://sandbox.api.service.nhs.uk/eligibility-signposting-api/patient-check/{id}` |\n| Integration test | `https://int.api.service.nhs.uk/eligibility-signposting-api/patient-check/{id}` |\n| Production | `https://api.service.nhs.uk/eligibility-signposting-api/patient-check/{id}` |\n### Sandbox testing\nOur [sandbox environment](https://digital.nhs.uk/developer/guides-and-documentation/testing#sandbox-testing):\n* is for early developer testing \n* only covers a limited set of scenarios\n* is open access, so does not allow you to test authorisation\n\nFor details of sandbox test scenarios, or to try out the sandbox using our 'Try this API' feature, see the documentation for each endpoint.\n\nAlternatively, you can try out the sandbox using our Postman collection:\n[![Run in Postman](https://run.pstmn.io/button.svg)](https://www.postman.com/eligibility-signposting-api/eligibility-signposting-api)\n### Integration testing\nOur [integration test environment](https://digital.nhs.uk/developer/guides-and-documentation/testing#integration-testing):\n* is for formal integration testing \n* includes authorisation, with options for user-restricted access (NHS Login)\n### Production smoke testing\nYou must not use real patient data for smoke testing in the production environment.\nRather, use our [production test patient](https://digital.nhs.uk/services/eligibility-signposting/api-test-data#production-smoke-testing).\n## Onboarding\nYou need to get your software approved by us before it can go live with this API. We call this onboarding. The onboarding process can sometimes be quite long, so it is worth planning well ahead.\nAs part of this process, you need to demonstrate your technical conformance to the requirements for this API.\nYou also need to demonstrate that you can manage risks. This might impact the design of your software. For details, see [Onboarding support information](https://digital.nhs.uk/services/eligibility-data-product-elid#how-to-access-this-service).\nTo understand how our online digital onboarding process works, see [digital onboarding](https://digital.nhs.uk/developer/guides-and-documentation/digital-onboarding).\n## Related APIs\nThe following APIs are related to this API:\n" contact: url: https://developer.nhs.uk/apis/eligibility-signposting-api @@ -483,7 +483,7 @@ paths: actionCode: "HealthcareProInfo" description: "## If you think you need this vaccine\n\nSpeak to your healthcare professional if you think you should be offered this vaccination." example_50000000015: - summary: RSV - 5000000015 Multiple actions without cohorts + summary: RSV - 5000000015/9735549018 Multiple actions without cohorts value: responseId: "1a233ba5-e1eb-4080-a086-2962f6fc3473" meta: @@ -508,7 +508,7 @@ paths: actionCode: "LoremIpsumTest4" description: "## Etiam venenatis erat at diam varius.\n\nEtiam ullamcorper venenatis mi, at scelerisque velit vulputate id. Fusce ex arcu, tincidunt vel purus nec, volutpat aliquam odio." example_50000000016: - summary: RSV - 5000000016 Multiple actions with cohorts + summary: RSV - 5000000016/9735549026 Multiple actions with cohorts value: responseId: "1a233ba5-e1eb-4080-a086-2962f6fc3473" meta: @@ -549,7 +549,7 @@ paths: urlLink: "http://www.nhs.uk/book-non-nbs-rsv" urlLabel: "Continue to other booking (test 2)" example_50000000017: - summary: RSV - 5000000017 Multiple suitability rules with cohorts + summary: RSV - 5000000017/9735549034 Multiple suitability rules with cohorts value: responseId: "1a233ba5-e1eb-4080-a086-2962f6fc3473" meta: @@ -577,7 +577,7 @@ paths: ruleText: "## Your last dose of the RSV vaccination was too recent\n\nBased on our records, not enough time has passed since you last had this vaccination. You do not need to do anything at this time." actions: [] example_50000000018: - summary: RSV - 5000000018 Multiple suitability rules without cohorts + summary: RSV - 5000000018/9735549042 Multiple suitability rules without cohorts value: responseId: "1a233ba5-e1eb-4080-a086-2962f6fc3473" meta: @@ -599,7 +599,7 @@ paths: ruleText: "## Your last dose of the RSV vaccination was too recent\n\nBased on our records, not enough time has passed since you last had this vaccination. You do not need to do anything at this time." actions: [] example_50000000019: - summary: RSV - 5000000019 Multiple suitability , multiple actions rules with cohorts + summary: RSV - 5000000019/9735549050 Multiple suitability , multiple actions rules with cohorts value: responseId: "1a233ba5-e1eb-4080-a086-2962f6fc3473" meta: @@ -638,7 +638,7 @@ paths: urlLink: "http://www.nhs.uk/book-rsv" urlLabel: "Continue to booking" example_50000000020: - summary: RSV - 5000000020 Multiple suitability , multiple actions rules without cohorts + summary: RSV - 5000000020/9735549069 Multiple suitability , multiple actions rules without cohorts value: responseId: "1a233ba5-e1eb-4080-a086-2962f6fc3473" meta: @@ -671,7 +671,7 @@ paths: urlLink: "http://www.nhs.uk/book-rsv" urlLabel: "Continue to booking (test)" example_50000000021: - summary: RSV - 5000000021 Unknown action with cohorts + summary: RSV - 5000000021/9735549077 Unknown action with cohorts value: responseId: "1a233ba5-e1eb-4080-a086-2962f6fc3473" meta: @@ -694,7 +694,7 @@ paths: description: "## (Test link no button) View information about the RSV vaccine\n\nThis video explains what it is and why you should have it." urlLink: "https://www.youtube.com/watch?v=SCMgFsDrR-k" example_50000000022: - summary: RSV - 5000000022 Unknown action without cohorts + summary: RSV - 5000000022/9735549085 Unknown action without cohorts value: responseId: "1a233ba5-e1eb-4080-a086-2962f6fc3473" meta: @@ -711,7 +711,7 @@ paths: description: "## (Test link no button) View information about the RSV vaccine\n\nThis video explains what it is and why you should have it." urlLink: "https://www.youtube.com/watch?v=SCMgFsDrR-k" example_50000000023: - summary: RSV - 5000000023 Unknown suitability rule with cohorts + summary: RSV - 5000000023/9735549093 Unknown suitability rule with cohorts value: responseId: "1a233ba5-e1eb-4080-a086-2962f6fc3473" meta: @@ -733,7 +733,7 @@ paths: ruleText: "## Test suitability rule\n\nNeque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit" actions: [] example_50000000024: - summary: RSV - 5000000024 Unknown suitability rule without cohorts + summary: RSV - 5000000024/9735549107 Unknown suitability rule without cohorts value: responseId: "1a233ba5-e1eb-4080-a086-2962f6fc3473" meta: diff --git a/specification/postman/collection.json b/specification/postman/collection.json index 0cbdc8a..2cc6124 100644 --- a/specification/postman/collection.json +++ b/specification/postman/collection.json @@ -1,10 +1,10 @@ { "_": { - "postman_id": "4caa73fa-52b7-40f7-bfdb-dbc9ac514d3a" + "postman_id": "957eaf98-6166-426f-936a-8a53a86269ea" }, "item": [ { - "id": "7a26fff3-62ed-49f7-933a-c61aba58304b", + "id": "f69029bb-edb1-4a80-92ed-a2d43e4db603", "name": "Eligibility", "description": { "content": "", @@ -14,7 +14,7 @@ "event": [] }, { - "id": "e2a588dc-0e08-482c-ab29-b2b43d105fa7", + "id": "b5b42586-540d-46f5-acd8-dfcc43575b03", "name": "Signposting", "description": { "content": "", @@ -24,7 +24,7 @@ "event": [] }, { - "id": "009dd6f7-74b7-4de5-be50-9d00ab708c0c", + "id": "4b27e985-d17d-4dfe-9e87-573d015d6304", "name": "NextActions", "description": { "content": "", @@ -34,7 +34,7 @@ "event": [] }, { - "id": "2e8da27d-035e-4f01-82c2-f8b7170cb541", + "id": "7044354d-0168-4c6f-b062-829dff219300", "name": "Check Eligibility", "request": { "name": "Check Eligibility", @@ -133,8 +133,8 @@ "_": { "postman_previewlanguage": "json" }, - "id": "ef274e3b-cb41-4e4c-8471-437c21c9e288", - "name": "RSV - Actionable due to membership of an Age Cohort including suggested national booking action (actions requested)", + "id": "6e93c05f-70c8-4933-a8ed-fc9190081f4b", + "name": "RSV - 5000000001/9686368973 Actionable due to membership of an Age Cohort including suggested national booking action (actions requested)", "originalRequest": { "url": { "path": [ @@ -219,15 +219,15 @@ "value": "application/json" } ], - "body": "{\n \"responseId\": \"1a233ba5-e1eb-4080-a086-2962f6fc3473\",\n \"meta\": {\n \"lastUpdated\": \"2025-02-12T16:11:22Z\"\n },\n \"processedSuggestions\": [\n {\n \"condition\": \"RSV\",\n \"status\": \"Actionable\",\n \"statusText\": \"You should have the RSV vaccine\",\n \"eligibilityCohorts\": [\n {\n \"cohortCode\": \"rsv_age_rolling\",\n \"cohortText\": \"You are aged 75 to 79 years old.\",\n \"cohortStatus\": \"Actionable\"\n }\n ],\n \"suitabilityRules\": [],\n \"actions\": [\n {\n \"actionType\": \"ButtonWithAuthLink\",\n \"actionCode\": \"BookNBS\",\n \"description\": \"\",\n \"urlLink\": \"http://www.nhs.uk/book-rsv\",\n \"urlLabel\": \"Continue to booking\"\n }\n ]\n }\n ]\n}", + "body": "{\n \"responseId\": \"1a233ba5-e1eb-4080-a086-2962f6fc3473\",\n \"meta\": {\n \"lastUpdated\": \"2025-02-12T16:11:22Z\"\n },\n \"processedSuggestions\": [\n {\n \"condition\": \"RSV\",\n \"status\": \"Actionable\",\n \"statusText\": \"You should have the RSV vaccine\",\n \"eligibilityCohorts\": [\n {\n \"cohortCode\": \"rsv_age_rolling\",\n \"cohortText\": \"are aged 75 to 79\",\n \"cohortStatus\": \"Actionable\"\n }\n ],\n \"suitabilityRules\": [],\n \"actions\": [\n {\n \"actionType\": \"InfoText\",\n \"actionCode\": \"BookLocal\",\n \"description\": \"## Get vaccinated at your GP surgery\\n\\nContact your GP surgery to book an appointment.\"\n },\n {\n \"actionType\": \"ButtonWithAuthLinkWithInfoText\",\n \"actionCode\": \"BookNBSInfoText\",\n \"description\": \"## Book an appointment online at a pharmacy\\n\\nYou can book an appointment online at a pharmacy that offers the RSV vaccination. You need to be registered with a GP to do this.\",\n \"urlLink\": \"https://f.nhswebsite-integration.nhs.uk/nbs/nhs-app/rsv\",\n \"urlLabel\": \"Continue to booking\"\n },\n {\n \"actionType\": \"ActionLinkWithInfoText\",\n \"actionCode\": \"WalkIn\",\n \"description\": \"## Get vaccinated without an appointment\\n\\nYou can get an RSV vaccination at some pharmacies without needing an appointment.\\n\\nYou do not need to be registered with a GP to do this.\",\n \"urlLink\": \"https://www.nhs.uk/service-search/vaccination-and-booking-services/find-a-pharmacy-where-you-can-get-a-free-rsv-vaccination\",\n \"urlLabel\": \"Find a pharmacy where you can get a free RSV vaccination\"\n },\n {\n \"actionType\": \"InfoText\",\n \"actionCode\": \"HelpSupportInfo\",\n \"description\": \"## If you think this is incorrect\\n\\nIf you have already had this vaccination or your personal details are wrong, visit our [help and support page](https://digital.nhs.uk/services/eligibility-data-product-elid).\"\n }\n ]\n }\n ]\n}", "cookie": [] }, { "_": { "postman_previewlanguage": "json" }, - "id": "0cc24782-f055-4434-8323-e0bc1e4f7b67", - "name": "RSV - Actionable due to membership of an Age Cohort including suggested action (not national booking)", + "id": "58491a13-7ee4-4334-bc7c-eefea7989a57", + "name": "RSV - 5000000002/9686368906 Actionable due to membership of an Age Cohort including suggested action (not national booking)", "originalRequest": { "url": { "path": [ @@ -312,15 +312,15 @@ "value": "application/json" } ], - "body": "{\n \"responseId\": \"1a233ba5-e1eb-4080-a086-2962f6fc3473\",\n \"meta\": {\n \"lastUpdated\": \"2025-02-12T16:11:22Z\"\n },\n \"processedSuggestions\": [\n {\n \"condition\": \"RSV\",\n \"status\": \"Actionable\",\n \"statusText\": \"You should have the RSV vaccine\",\n \"eligibilityCohorts\": [\n {\n \"cohortCode\": \"rsv_age_rolling\",\n \"cohortText\": \"You are aged 75 to 79 years old.\",\n \"cohortStatus\": \"Actionable\"\n }\n ],\n \"suitabilityRules\": [],\n \"actions\": [\n {\n \"actionType\": \"InfoText\",\n \"actionCode\": \"BookLocal\",\n \"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.\"\n }\n ]\n }\n ]\n}", + "body": "{\n \"responseId\": \"1a233ba5-e1eb-4080-a086-2962f6fc3473\",\n \"meta\": {\n \"lastUpdated\": \"2025-02-12T16:11:22Z\"\n },\n \"processedSuggestions\": [\n {\n \"condition\": \"RSV\",\n \"status\": \"Actionable\",\n \"statusText\": \"You should have the RSV vaccine\",\n \"eligibilityCohorts\": [\n {\n \"cohortCode\": \"rsv_age_rolling\",\n \"cohortText\": \"are aged 75 to 79\",\n \"cohortStatus\": \"Actionable\"\n }\n ],\n \"suitabilityRules\": [],\n \"actions\": [\n {\n \"actionType\": \"InfoText\",\n \"actionCode\": \"BookLocal\",\n \"description\": \"## Getting the vaccine\\n\\nYou can get an RSV vaccination at your GP surgery.\\n\\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.\"\n }\n ]\n }\n ]\n}", "cookie": [] }, { "_": { "postman_previewlanguage": "json" }, - "id": "ed846a3b-c5e9-4c01-a716-36d2e6183f01", - "name": "RSV - Actionable due to membership of an alternative Age Cohort including suggested action (not national booking)", + "id": "223039ed-c889-4bef-ac68-6bd4c80386e2", + "name": "RSV - 5000000003/9658218873 Actionable due to membership of an alternative Age Cohort including suggested action (not national booking)", "originalRequest": { "url": { "path": [ @@ -405,15 +405,15 @@ "value": "application/json" } ], - "body": "{\n \"responseId\": \"1a233ba5-e1eb-4080-a086-2962f6fc3473\",\n \"meta\": {\n \"lastUpdated\": \"2025-02-12T16:11:22Z\"\n },\n \"processedSuggestions\": [\n {\n \"condition\": \"RSV\",\n \"status\": \"Actionable\",\n \"statusText\": \"You should have the RSV vaccine\",\n \"eligibilityCohorts\": [\n {\n \"cohortCode\": \"rsv_age_catchup\",\n \"cohortText\": \"You turned 80 between 2nd September 2024 and 31st August 2025\",\n \"cohortStatus\": \"Actionable\"\n }\n ],\n \"suitabilityRules\": [],\n \"actions\": [\n {\n \"actionType\": \"InfoText\",\n \"actionCode\": \"BookLocal\",\n \"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.\"\n }\n ]\n }\n ]\n}", + "body": "{\n \"responseId\": \"1a233ba5-e1eb-4080-a086-2962f6fc3473\",\n \"meta\": {\n \"lastUpdated\": \"2025-02-12T16:11:22Z\"\n },\n \"processedSuggestions\": [\n {\n \"condition\": \"RSV\",\n \"status\": \"Actionable\",\n \"statusText\": \"You should have the RSV vaccine\",\n \"eligibilityCohorts\": [\n {\n \"cohortCode\": \"rsv_age_catchup\",\n \"cohortText\": \"turned 80 between 2nd September 2024 and 31st August 2025\",\n \"cohortStatus\": \"Actionable\"\n }\n ],\n \"suitabilityRules\": [],\n \"actions\": [\n {\n \"actionType\": \"InfoText\",\n \"actionCode\": \"BookLocal\",\n \"description\": \"## Getting the vaccine\\n\\nYou can get an RSV vaccination at your GP surgery.\\n\\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.\"\n }\n ]\n }\n ]\n}", "cookie": [] }, { "_": { "postman_previewlanguage": "json" }, - "id": "aef2d55d-2ea0-46fd-8aa0-36308c9e28ae", - "name": "RSV - Actionable due to membership of an Age Cohort including suggested action (future national booking)", + "id": "63e6058b-f6a2-43aa-830f-3df13bd57a5d", + "name": "RSV - 5000000004/9658218881 Actionable due to membership of an Age Cohort including suggested action (future national booking)", "originalRequest": { "url": { "path": [ @@ -498,15 +498,15 @@ "value": "application/json" } ], - "body": "{\n \"responseId\": \"1a233ba5-e1eb-4080-a086-2962f6fc3473\",\n \"meta\": {\n \"lastUpdated\": \"2025-02-12T16:11:22Z\"\n },\n \"processedSuggestions\": [\n {\n \"condition\": \"RSV\",\n \"status\": \"Actionable\",\n \"statusText\": \"You should have the RSV vaccine\",\n \"eligibilityCohorts\": [],\n \"suitabilityRules\": [],\n \"actions\": [\n {\n \"actionType\": \"ButtonWithAuthLink\",\n \"actionCode\": \"AmendNBS\",\n \"description\": \"## You have an RSV vaccination appointment\\nYou can view, change or cancel your appointment below.\",\n \"urlLink\": \"http://www.nhs.uk/book-rsv\",\n \"urlLabel\": \"Manage your appointment\"\n }\n ]\n }\n ]\n}", + "body": "{\n \"responseId\": \"1a233ba5-e1eb-4080-a086-2962f6fc3473\",\n \"meta\": {\n \"lastUpdated\": \"2025-02-12T16:11:22Z\"\n },\n \"processedSuggestions\": [\n {\n \"condition\": \"RSV\",\n \"status\": \"Actionable\",\n \"statusText\": \"You should have the RSV vaccine\",\n \"eligibilityCohorts\": [],\n \"suitabilityRules\": [],\n \"actions\": [\n {\n \"actionType\": \"ButtonWithAuthLink\",\n \"actionCode\": \"AmendNBS\",\n \"description\": \"## You have an RSV vaccination appointment booked\\n\\nYou can view, change or cancel your appointment below.\",\n \"urlLink\": \"https://f.nhswebsite-integration.nhs.uk/nbs/nhs-app/rsv\",\n \"urlLabel\": \"Manage your appointment\"\n }\n ]\n }\n ]\n}", "cookie": [] }, { "_": { "postman_previewlanguage": "json" }, - "id": "da308411-4f2e-4d0c-9d23-0b4040871094", - "name": "RSV - Actionable due to membership of an Age Cohort including suggested actions (with future local booking)", + "id": "45496c0c-5ad3-42ad-8b91-0105c7868bc1", + "name": "RSV - 5000000005/9658218903 Actionable due to membership of an Age Cohort including suggested actions (with future local booking)", "originalRequest": { "url": { "path": [ @@ -591,15 +591,15 @@ "value": "application/json" } ], - "body": "{\n \"responseId\": \"1a233ba5-e1eb-4080-a086-2962f6fc3473\",\n \"meta\": {\n \"lastUpdated\": \"2025-02-12T16:11:22Z\"\n },\n \"processedSuggestions\": [\n {\n \"condition\": \"RSV\",\n \"status\": \"Actionable\",\n \"statusText\": \"You should have the RSV vaccine\",\n \"eligibilityCohorts\": [],\n \"suitabilityRules\": [],\n \"actions\": [\n {\n \"actionType\": \"CardWithText\",\n \"actionCode\": \"ManageLocal\",\n \"description\": \"## You have an RSV vaccination appointment\\nContact your healthcare provider to change or cancel your appointment.\"\n }\n ]\n }\n ]\n}", + "body": "{\n \"responseId\": \"1a233ba5-e1eb-4080-a086-2962f6fc3473\",\n \"meta\": {\n \"lastUpdated\": \"2025-02-12T16:11:22Z\"\n },\n \"processedSuggestions\": [\n {\n \"condition\": \"RSV\",\n \"status\": \"Actionable\",\n \"statusText\": \"You should have the RSV vaccine\",\n \"eligibilityCohorts\": [],\n \"suitabilityRules\": [],\n \"actions\": [\n {\n \"actionType\": \"CardWithText\",\n \"actionCode\": \"ManageLocal\",\n \"description\": \"## You have an RSV vaccination appointment booked\\n\\nTo change or cancel your appointment, contact the provider you booked with.\"\n }\n ]\n }\n ]\n}", "cookie": [] }, { "_": { "postman_previewlanguage": "json" }, - "id": "4b6bb5f1-75d4-4ab6-ab00-edd30ab6e74f", - "name": "RSV - Not Actionable despite to membership of an Age Cohort with reasoning of already vaccinated (cohorts hidden)", + "id": "319340a3-66b4-4161-9f63-79b8c244905f", + "name": "RSV - 5000000006/9658218989 Not Actionable despite to membership of an Age Cohort with reasoning of already vaccinated (cohorts hidden)", "originalRequest": { "url": { "path": [ @@ -684,15 +684,15 @@ "value": "application/json" } ], - "body": "{\n \"responseId\": \"1a233ba5-e1eb-4080-a086-2962f6fc3473\",\n \"meta\": {\n \"lastUpdated\": \"2025-02-12T16:11:22Z\"\n },\n \"processedSuggestions\": [\n {\n \"condition\": \"RSV\",\n \"status\": \"NotActionable\",\n \"statusText\": \"You should have the RSV vaccine\",\n \"eligibilityCohorts\": [],\n \"suitabilityRules\": [\n {\n \"ruleType\": \"S\",\n \"ruleCode\": \"AlreadyVaccinated\",\n \"ruleText\": \"## You've had your RSV vaccination\\nWe believe you had your vaccination on 3 April 2025.\"\n }\n ],\n \"actions\": [\n {\n \"actionType\": \"InfoText\",\n \"actionCode\": \"CheckCorrect\",\n \"description\": \"## If you think this is incorrect\\nIf you have not had this vaccination and you think you should, speak to your healthcare professional.\"\n }\n ]\n }\n ]\n}", + "body": "{\n \"responseId\": \"1a233ba5-e1eb-4080-a086-2962f6fc3473\",\n \"meta\": {\n \"lastUpdated\": \"2025-02-12T16:11:22Z\"\n },\n \"processedSuggestions\": [\n {\n \"condition\": \"RSV\",\n \"status\": \"NotActionable\",\n \"statusText\": \"You should have the RSV vaccine\",\n \"eligibilityCohorts\": [],\n \"suitabilityRules\": [\n {\n \"ruleType\": \"S\",\n \"ruleCode\": \"AlreadyVaccinated\",\n \"ruleText\": \"## You've had your RSV vaccination\\n\\nWe believe you had the RSV vaccination on 3 April 2025.\"\n }\n ],\n \"actions\": [\n {\n \"actionType\": \"InfoText\",\n \"actionCode\": \"CheckCorrect\",\n \"description\": \"## If you think this is incorrect\\n\\nIf you have not had this vaccination and think you should, speak to your healthcare professional.\\n\\nFor anything else please see our [help and support page](https://www.nhs.uk/nhs-app/nhs-app-help-and-support/).\"\n }\n ]\n }\n ]\n}", "cookie": [] }, { "_": { "postman_previewlanguage": "json" }, - "id": "95dcb219-7926-42f2-9dcd-8126c3dcf91d", - "name": "RSV - Not Actionable despite to membership of an Age Cohort with reasoning of no available vaccinations (not available type 1)", + "id": "fea4e460-9137-4fce-9131-15b03c6228e8", + "name": "RSV - 5000000007/9658218997 Not Actionable despite to membership of an Age Cohort with reasoning of no available vaccinations (not available type 1)", "originalRequest": { "url": { "path": [ @@ -777,15 +777,15 @@ "value": "application/json" } ], - "body": "{\n \"responseId\": \"1a233ba5-e1eb-4080-a086-2962f6fc3473\",\n \"meta\": {\n \"lastUpdated\": \"2025-02-12T16:11:22Z\"\n },\n \"processedSuggestions\": [\n {\n \"condition\": \"RSV\",\n \"status\": \"NotActionable\",\n \"statusText\": \"You should have the RSV vaccine\",\n \"eligibilityCohorts\": [\n {\n \"cohortCode\": \"rsv_age_rolling\",\n \"cohortText\": \"You are aged 75 to 79 years old.\",\n \"cohortStatus\": \"NotActionable\"\n }\n ],\n \"suitabilityRules\": [\n {\n \"ruleType\": \"S\",\n \"ruleCode\": \"NotAvailable\",\n \"ruleText\": \"Vaccinations are not currently available\"\n }\n ],\n \"actions\": []\n }\n ]\n}", + "body": "{\n \"responseId\": \"1a233ba5-e1eb-4080-a086-2962f6fc3473\",\n \"meta\": {\n \"lastUpdated\": \"2025-02-12T16:11:22Z\"\n },\n \"processedSuggestions\": [\n {\n \"condition\": \"RSV\",\n \"status\": \"NotActionable\",\n \"statusText\": \"You should have the RSV vaccine\",\n \"eligibilityCohorts\": [\n {\n \"cohortCode\": \"rsv_age_rolling\",\n \"cohortText\": \"are aged 75 to 79\",\n \"cohortStatus\": \"NotActionable\"\n }\n ],\n \"suitabilityRules\": [\n {\n \"ruleType\": \"S\",\n \"ruleCode\": \"NotAvailable\",\n \"ruleText\": \"Vaccinations are not currently available\"\n }\n ],\n \"actions\": []\n }\n ]\n}", "cookie": [] }, { "_": { "postman_previewlanguage": "json" }, - "id": "19337621-98d0-48a5-8027-ef9b652b90c2", - "name": "RSV - No RSV response as no active campaign (not available type 2)", + "id": "94b7e5b0-9aba-46b4-8b95-806c5920e772", + "name": "RSV - 5000000008/9658219004 No RSV response as no active campaign (not available type 2)", "originalRequest": { "url": { "path": [ @@ -877,8 +877,8 @@ "_": { "postman_previewlanguage": "json" }, - "id": "c36ac772-8a5d-4580-8731-c6c2c4b11d92", - "name": "RSV - Not Actionable despite to membership of an Age Cohort with reasoning of dose not yet due", + "id": "f20538d6-eca7-4450-94b9-6a38f05c0a77", + "name": "RSV - 5000000009/9658219012 Not Actionable despite to membership of an Age Cohort with reasoning of dose not yet due", "originalRequest": { "url": { "path": [ @@ -963,15 +963,15 @@ "value": "application/json" } ], - "body": "{\n \"responseId\": \"1a233ba5-e1eb-4080-a086-2962f6fc3473\",\n \"meta\": {\n \"lastUpdated\": \"2025-02-12T16:11:22Z\"\n },\n \"processedSuggestions\": [\n {\n \"condition\": \"RSV\",\n \"status\": \"NotActionable\",\n \"statusText\": \"You should have the RSV vaccine\",\n \"eligibilityCohorts\": [\n {\n \"cohortCode\": \"rsv_age_rolling\",\n \"cohortText\": \"You are aged 75 to 79 years old.\",\n \"cohortStatus\": \"NotActionable\"\n }\n ],\n \"suitabilityRules\": [\n {\n \"ruleType\": \"S\",\n \"ruleCode\": \"NotYetDue\",\n \"ruleText\": \"Your next dose is not yet due.\"\n }\n ],\n \"actions\": []\n }\n ]\n}", + "body": "{\n \"responseId\": \"1a233ba5-e1eb-4080-a086-2962f6fc3473\",\n \"meta\": {\n \"lastUpdated\": \"2025-02-12T16:11:22Z\"\n },\n \"processedSuggestions\": [\n {\n \"condition\": \"RSV\",\n \"status\": \"NotActionable\",\n \"statusText\": \"You should have the RSV vaccine\",\n \"eligibilityCohorts\": [\n {\n \"cohortCode\": \"rsv_age_rolling\",\n \"cohortText\": \"are aged 75 to 79\",\n \"cohortStatus\": \"NotActionable\"\n }\n ],\n \"suitabilityRules\": [\n {\n \"ruleType\": \"S\",\n \"ruleCode\": \"NotYetDue\",\n \"ruleText\": \"Your next dose is not yet due.\"\n }\n ],\n \"actions\": []\n }\n ]\n}", "cookie": [] }, { "_": { "postman_previewlanguage": "json" }, - "id": "1606d4f0-aba6-4f14-b2cc-ab88321a5f25", - "name": "RSV - Not Actionable despite to membership of an Age Cohort with reasoning of dose not far enough apart", + "id": "ea75b8cb-3ad5-472a-b93a-dc97a4330d7e", + "name": "RSV - 5000000010/9658220142 Not Actionable despite to membership of an Age Cohort with reasoning of dose not far enough apart", "originalRequest": { "url": { "path": [ @@ -1056,15 +1056,15 @@ "value": "application/json" } ], - "body": "{\n \"responseId\": \"1a233ba5-e1eb-4080-a086-2962f6fc3473\",\n \"meta\": {\n \"lastUpdated\": \"2025-02-12T16:11:22Z\"\n },\n \"processedSuggestions\": [\n {\n \"condition\": \"RSV\",\n \"status\": \"NotActionable\",\n \"statusText\": \"You should have the RSV vaccine\",\n \"eligibilityCohorts\": [\n {\n \"cohortCode\": \"rsv_age_rolling\",\n \"cohortText\": \"You are aged 75 to 79 years old.\",\n \"cohortStatus\": \"NotActionable\"\n }\n ],\n \"suitabilityRules\": [\n {\n \"ruleType\": \"S\",\n \"ruleCode\": \"TooClose\",\n \"ruleText\": \"Your previous vaccination was less than 91 days ago.\"\n }\n ],\n \"actions\": []\n }\n ]\n}", + "body": "{\n \"responseId\": \"1a233ba5-e1eb-4080-a086-2962f6fc3473\",\n \"meta\": {\n \"lastUpdated\": \"2025-02-12T16:11:22Z\"\n },\n \"processedSuggestions\": [\n {\n \"condition\": \"RSV\",\n \"status\": \"NotActionable\",\n \"statusText\": \"You should have the RSV vaccine\",\n \"eligibilityCohorts\": [\n {\n \"cohortCode\": \"rsv_age_rolling\",\n \"cohortText\": \"are aged 75 to 79\",\n \"cohortStatus\": \"NotActionable\"\n }\n ],\n \"suitabilityRules\": [\n {\n \"ruleType\": \"S\",\n \"ruleCode\": \"TooClose\",\n \"ruleText\": \"Your previous vaccination was less than 91 days ago.\"\n }\n ],\n \"actions\": []\n }\n ]\n}", "cookie": [] }, { "_": { "postman_previewlanguage": "json" }, - "id": "8d2ca8f1-31fd-4989-a5c9-11fa1603eed4", - "name": "RSV - Not Actionable despite to membership of an Age Cohort with reasoning of vaccination given in other setting (e.g. care home)", + "id": "940c6b1d-f551-4ed3-8303-23c4c26978ee", + "name": "RSV - 5000000011/9658220150 Not Actionable despite to membership of an Age Cohort with reasoning of vaccination given in other setting (e.g. care home)", "originalRequest": { "url": { "path": [ @@ -1149,15 +1149,15 @@ "value": "application/json" } ], - "body": "{\n \"responseId\": \"1a233ba5-e1eb-4080-a086-2962f6fc3473\",\n \"meta\": {\n \"lastUpdated\": \"2025-02-12T16:11:22Z\"\n },\n \"processedSuggestions\": [\n {\n \"condition\": \"RSV\",\n \"status\": \"NotActionable\",\n \"statusText\": \"You should have the RSV vaccine\",\n \"eligibilityCohorts\": [\n {\n \"cohortCode\": \"rsv_age_rolling\",\n \"cohortText\": \"You are aged 75 to 79 years old.\",\n \"cohortStatus\": \"NotActionable\"\n }\n ],\n \"suitabilityRules\": [\n {\n \"ruleType\": \"S\",\n \"ruleCode\": \"OtherSetting\",\n \"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.\"\n }\n ],\n \"actions\": []\n }\n ]\n}", + "body": "{\n \"responseId\": \"1a233ba5-e1eb-4080-a086-2962f6fc3473\",\n \"meta\": {\n \"lastUpdated\": \"2025-02-12T16:11:22Z\"\n },\n \"processedSuggestions\": [\n {\n \"condition\": \"RSV\",\n \"status\": \"NotActionable\",\n \"statusText\": \"You should have the RSV vaccine\",\n \"eligibilityCohorts\": [\n {\n \"cohortCode\": \"rsv_age_rolling\",\n \"cohortText\": \"are aged 75 to 79\",\n \"cohortStatus\": \"NotActionable\"\n }\n ],\n \"suitabilityRules\": [\n {\n \"ruleType\": \"S\",\n \"ruleCode\": \"OtherSetting\",\n \"ruleText\": \"## Getting the vaccine\\n\\nWe believe you're living in a setting where care is provided.\\n\\nSpeak to a member of staff where you live about getting the RSV vaccine.\"\n }\n ],\n \"actions\": []\n }\n ]\n}", "cookie": [] }, { "_": { "postman_previewlanguage": "json" }, - "id": "5ac93c89-c6dc-4b59-9799-82b0f5ba9951", - "name": "RSV - Not Actionable despite no cohort membership with reasoning of already vaccinated (type 1 includes unknown cohort)", + "id": "433d2517-3d7a-42ee-bc41-ac0f397d48e8", + "name": "RSV - 5000000012/9450114080 Not Actionable despite no cohort membership with reasoning of already vaccinated", "originalRequest": { "url": { "path": [ @@ -1242,15 +1242,15 @@ "value": "application/json" } ], - "body": "{\n \"responseId\": \"1a233ba5-e1eb-4080-a086-2962f6fc3473\",\n \"meta\": {\n \"lastUpdated\": \"2025-02-12T16:11:22Z\"\n },\n \"processedSuggestions\": [\n {\n \"condition\": \"RSV\",\n \"status\": \"NotActionable\",\n \"statusText\": \"You should have the RSV vaccine\",\n \"eligibilityCohorts\": [\n {\n \"cohortCode\": \"unknown_cohort_membership\",\n \"cohortText\": \"Our records do not say why you are eligible\",\n \"cohortStatus\": \"NotActionable\"\n }\n ],\n \"suitabilityRules\": [\n {\n \"ruleType\": \"S\",\n \"ruleCode\": \"AlreadyVaccinated\",\n \"ruleText\": \"## You've had your RSV vaccination\\nWe believe you had your vaccination on 3 April 2025.We believe you had your vaccination on 3 April 2025.\"\n }\n ],\n \"actions\": [\n {\n \"actionType\": \"InfoText\",\n \"actionCode\": \"CheckCorrect\",\n \"description\": \"## If you think this is incorrect\\nIf you have not had this vaccination and you think you should, speak to your healthcare professional.\"\n }\n ]\n }\n ]\n}", + "body": "{\n \"responseId\": \"1a233ba5-e1eb-4080-a086-2962f6fc3473\",\n \"meta\": {\n \"lastUpdated\": \"2025-02-12T16:11:22Z\"\n },\n \"processedSuggestions\": [\n {\n \"condition\": \"RSV\",\n \"status\": \"NotActionable\",\n \"statusText\": \"You should have the RSV vaccine\",\n \"eligibilityCohorts\": [],\n \"suitabilityRules\": [\n {\n \"ruleType\": \"S\",\n \"ruleCode\": \"AlreadyVaccinated\",\n \"ruleText\": \"## You've had your RSV vaccination\\n\\nWe believe you had the RSV vaccination on 3 April 2025.\"\n }\n ],\n \"actions\": [\n {\n \"actionType\": \"InfoText\",\n \"actionCode\": \"CheckCorrect\",\n \"description\": \"## If you think this is incorrect\\n\\nIf you have not had this vaccination and think you should, speak to your healthcare professional.\\n\\nFor anything else please see our [help and support page](https://www.nhs.uk/nhs-app/nhs-app-help-and-support/).\"\n }\n ]\n }\n ]\n}", "cookie": [] }, { "_": { "postman_previewlanguage": "json" }, - "id": "7115646c-cdcd-4758-8fb1-01639887fa31", - "name": "RSV - Not Actionable despite no cohort membership with reasoning of already vaccinated (type 2 includes no cohorts)", + "id": "a1711c32-8402-4872-9218-f9c69391a1ca", + "name": "RSV - 5000000013/9466447939 Not Actionable despite no cohort membership with reasoning of already vaccinated (type 2 includes no cohorts)", "originalRequest": { "url": { "path": [ @@ -1335,15 +1335,15 @@ "value": "application/json" } ], - "body": "{\n \"responseId\": \"1a233ba5-e1eb-4080-a086-2962f6fc3473\",\n \"meta\": {\n \"lastUpdated\": \"2025-02-12T16:11:22Z\"\n },\n \"processedSuggestions\": [\n {\n \"condition\": \"RSV\",\n \"status\": \"NotActionable\",\n \"statusText\": \"You should have the RSV vaccine\",\n \"eligibilityCohorts\": [],\n \"suitabilityRules\": [\n {\n \"ruleType\": \"S\",\n \"ruleCode\": \"AlreadyVaccinated\",\n \"ruleText\": \"## You've had your RSV vaccination\\nBased on our records, you recently had this vaccination. You do not need to do anything.\"\n }\n ],\n \"actions\": []\n }\n ]\n}", + "body": "{\n \"responseId\": \"1a233ba5-e1eb-4080-a086-2962f6fc3473\",\n \"meta\": {\n \"lastUpdated\": \"2025-02-12T16:11:22Z\"\n },\n \"processedSuggestions\": [\n {\n \"condition\": \"RSV\",\n \"status\": \"NotActionable\",\n \"statusText\": \"You should have the RSV vaccine\",\n \"eligibilityCohorts\": [],\n \"suitabilityRules\": [\n {\n \"ruleType\": \"S\",\n \"ruleCode\": \"AlreadyVaccinated\",\n \"ruleText\": \"## You've had your RSV vaccination\\n\\nWe believe you had the RSV vaccination on 3 April 2025.\"\n }\n ],\n \"actions\": [\n {\n \"actionType\": \"InfoText\",\n \"actionCode\": \"CheckCorrect\",\n \"description\": \"## If you think this is incorrect\\n\\nIf you have not had this vaccination and think you should, speak to your healthcare professional.\\n\\nFor anything else please see our [help and support page](https://www.nhs.uk/nhs-app/nhs-app-help-and-support/).\"\n }\n ]\n }\n ]\n}", "cookie": [] }, { "_": { "postman_previewlanguage": "json" }, - "id": "e839276d-7f92-4bda-8401-8a1334884250", - "name": "RSV - Not Eligible", + "id": "7d958537-9f93-45a9-b153-b1329ec989c9", + "name": "RSV - 5000000014/9657933617 Not Eligible", "originalRequest": { "url": { "path": [ @@ -1428,15 +1428,15 @@ "value": "application/json" } ], - "body": "{\n \"responseId\": \"1a233ba5-e1eb-4080-a086-2962f6fc3473\",\n \"meta\": {\n \"lastUpdated\": \"2025-02-12T16:11:22Z\"\n },\n \"processedSuggestions\": [\n {\n \"condition\": \"RSV\",\n \"status\": \"NotEligible\",\n \"statusText\": \"We do not believe you should have this vaccine\",\n \"eligibilityCohorts\": [\n {\n \"cohortCode\": \"rsv_age_rolling\",\n \"cohortText\": \"You are not aged 75 to 79 years old.\",\n \"cohortStatus\": \"NotEligible\"\n },\n {\n \"cohortCode\": \"rsv_age_catchup\",\n \"cohortText\": \"You did not turn 80 between 2nd September 2024 and 31st August 2025\",\n \"cohortStatus\": \"NotEligible\"\n }\n ],\n \"suitabilityRules\": [],\n \"actions\": [\n {\n \"actionType\": \"InfoText\",\n \"actionCode\": \"HealthcareProInfo\",\n \"description\": \"## If you think you need this vaccine\\nSpeak to your healthcare professional if you think you should be offered this vaccination.\"\n }\n ]\n }\n ]\n}", + "body": "{\n \"responseId\": \"1a233ba5-e1eb-4080-a086-2962f6fc3473\",\n \"meta\": {\n \"lastUpdated\": \"2025-02-12T16:11:22Z\"\n },\n \"processedSuggestions\": [\n {\n \"condition\": \"RSV\",\n \"status\": \"NotEligible\",\n \"statusText\": \"We do not believe you can have it\",\n \"eligibilityCohorts\": [\n {\n \"cohortCode\": \"rsv_age_rolling\",\n \"cohortText\": \"are not aged 75 to 79\",\n \"cohortStatus\": \"NotEligible\"\n },\n {\n \"cohortCode\": \"rsv_age_catchup\",\n \"cohortText\": \"did not turn 80 between 2nd September 2024 and 31st August 2025\",\n \"cohortStatus\": \"NotEligible\"\n }\n ],\n \"suitabilityRules\": [],\n \"actions\": [\n {\n \"actionType\": \"InfoText\",\n \"actionCode\": \"HealthcareProInfo\",\n \"description\": \"## If you think you need this vaccine\\n\\nSpeak to your healthcare professional if you think you should be offered this vaccination.\"\n }\n ]\n }\n ]\n}", "cookie": [] }, { "_": { "postman_previewlanguage": "json" }, - "id": "57f1139d-9c4b-4a51-91bd-5901750f7e39", - "name": "RSV - Multiple actions without cohorts", + "id": "36090bab-e097-4a20-a1c2-f7284ae69136", + "name": "RSV - 5000000015/9735549018 Multiple actions without cohorts", "originalRequest": { "url": { "path": [ @@ -1521,15 +1521,15 @@ "value": "application/json" } ], - "body": "{\n \"responseId\": \"1a233ba5-e1eb-4080-a086-2962f6fc3473\",\n \"meta\": {\n \"lastUpdated\": \"2025-02-12T16:11:22Z\"\n },\n \"processedSuggestions\": [\n {\n \"condition\": \"RSV\",\n \"status\": \"NotEligible\",\n \"statusText\": \"We do not believe you can have it\",\n \"eligibilityCohorts\": [],\n \"suitabilityRules\": [],\n \"actions\": [\n {\n \"actionType\": \"InfoText\",\n \"actionCode\": \"GPAdvice\",\n \"description\": \"## Don't Believe Us\\nYou can get get advice about an RSV vaccination at your GP surgery.\"\n },\n {\n \"actionType\": \"CardWithText\",\n \"actionCode\": \"CheckTheWeb\",\n \"description\": \"## Want Independent Advice\\nYou can search for independent advice by using the google.co.uk to search for *uk rsv vaccination bgs saga*.\"\n },\n {\n \"actionType\": \"InfoText\",\n \"actionCode\": \"Disclaimer\",\n \"description\": \"## This is test data\\nThese are not real options, but options created to try out the system ~and break it~.\"\n },\n {\n \"actionType\": \"CardWithText\",\n \"actionCode\": \"BuyOne\",\n \"description\": \"## Privately funded RSV jabs are available\\nIf you are over 60, you can pay to be vaccinated at many of the UK's leading Pharmacies.\"\n }\n ]\n }\n ]\n}", + "body": "{\n \"responseId\": \"1a233ba5-e1eb-4080-a086-2962f6fc3473\",\n \"meta\": {\n \"lastUpdated\": \"2025-02-12T16:11:22Z\"\n },\n \"processedSuggestions\": [\n {\n \"condition\": \"RSV\",\n \"status\": \"NotEligible\",\n \"statusText\": \"We do not believe you can have it\",\n \"eligibilityCohorts\": [],\n \"suitabilityRules\": [],\n \"actions\": [\n {\n \"actionType\": \"InfoText\",\n \"actionCode\": \"LoremIpsumTest\",\n \"description\": \"## In tristique enim sed diam blandit blandit.\\n\\nDonec dignissim dui et tincidunt pretium. Nulla id arcu tristique nisl sodales aliquet sed sit amet elit.\\n\\nAliquam metus diam, pretium non tellus eu, mollis scelerisque turpis. Donec mollis, lorem nec efficitur dapibus, metus dui ultricies nibh, vel tempor est sapien ut lectus.\\n\\nMorbi lacus massa, tristique sit amet faucibus at, laoreet quis ante. Nulla sollicitudin tellus leo, vel dignissim nisi imperdiet at. Praesent mollis eu orci vel malesuada. In quis congue quam, ac efficitur est.\"\n },\n {\n \"actionType\": \"CardWithText\",\n \"actionCode\": \"LoremIpsumTest2\",\n \"description\": \"## Lorem ipsum\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Cras non libero eu lacus **finibus** gravida.\"\n },\n {\n \"actionType\": \"InfoText\",\n \"actionCode\": \"LoremIpsumTest3\",\n \"description\": \"## Donec quis blandit libero.\\n\\nNulla sollicitudin tellus leo, vel dignissim nisi imperdiet at. Praesent mollis eu orci vel ***malesuada***. In quis congue quam, ac *efficitur* est.\"\n },\n {\n \"actionType\": \"CardWithText\",\n \"actionCode\": \"LoremIpsumTest4\",\n \"description\": \"## Etiam venenatis erat at diam varius.\\n\\nEtiam ullamcorper venenatis mi, at scelerisque velit vulputate id. Fusce ex arcu, tincidunt vel purus nec, volutpat aliquam odio.\"\n }\n ]\n }\n ]\n}", "cookie": [] }, { "_": { "postman_previewlanguage": "json" }, - "id": "544f5703-6794-4faa-8be6-687d6789201b", - "name": "RSV - Multiple actions with cohorts", + "id": "432f8ac8-93b1-4af3-b403-a95db5e7554c", + "name": "RSV - 5000000016/9735549026 Multiple actions with cohorts", "originalRequest": { "url": { "path": [ @@ -1614,15 +1614,15 @@ "value": "application/json" } ], - "body": "{\n \"responseId\": \"1a233ba5-e1eb-4080-a086-2962f6fc3473\",\n \"meta\": {\n \"lastUpdated\": \"2025-02-12T16:11:22Z\"\n },\n \"processedSuggestions\": [\n {\n \"condition\": \"RSV\",\n \"status\": \"Actionable\",\n \"statusText\": \"You should have the RSV vaccine\",\n \"eligibilityCohorts\": [\n {\n \"cohortCode\": \"rsv_age_rolling\",\n \"cohortText\": \"You are aged 75 to 79 years old.\",\n \"cohortStatus\": \"Actionable\"\n },\n {\n \"cohortCode\": \"rsv_age_in_carehomes\",\n \"cohortText\": \"You reside in an institution that qualifies you for the vaccine.\",\n \"cohortStatus\": \"Actionable\"\n }\n ],\n \"suitabilityRules\": [],\n \"actions\": [\n {\n \"actionType\": \"ButtonWithAuthLink\",\n \"actionCode\": \"BookNBS\",\n \"description\": \"## Book a jab at a nearby pharmacy\\nMany pharmacies can give provide you with the RSV vaccine. The National Booking System can help you find a nearby one, and book a convenient appointment.\",\n \"urlLink\": \"http://www.nhs.uk/book-rsv\",\n \"urlLabel\": \"Continue to booking\"\n },\n {\n \"actionType\": \"InfoText\",\n \"actionCode\": \"GPAdvice\",\n \"description\": \"## Don't Believe Us\\nYou can get get advice about an RSV vaccination at your GP surgery.\"\n },\n {\n \"actionType\": \"CardWithText\",\n \"actionCode\": \"CheckTheWeb\",\n \"description\": \"## Want Independent Advice\\nYou can search for independent advice by using the google.co.uk to search for *uk rsv vaccination bgs saga*.\"\n },\n {\n \"actionType\": \"InfoText\",\n \"actionCode\": \"Disclaimer\",\n \"description\": \"## This is test data\\nThese are not real options, but options created to try out the system ~and break it~.\"\n },\n {\n \"actionType\": \"CardWithText\",\n \"actionCode\": \"BuyOne\",\n \"description\": \"## Privately funded RSV jabs are available\\nIf you are over 60, you can pay to be vaccinated at many of the UK's leading Pharmacies.\"\n },\n {\n \"actionType\": \"ButtonWithAuthLink\",\n \"actionCode\": \"BookElsewhere\",\n \"description\": \"\",\n \"urlLink\": \"http://www.nhs.uk/book-non-nbs-rsv\",\n \"urlLabel\": \"Continue to other booking\"\n }\n ]\n }\n ]\n}", + "body": "{\n \"responseId\": \"1a233ba5-e1eb-4080-a086-2962f6fc3473\",\n \"meta\": {\n \"lastUpdated\": \"2025-02-12T16:11:22Z\"\n },\n \"processedSuggestions\": [\n {\n \"condition\": \"RSV\",\n \"status\": \"Actionable\",\n \"statusText\": \"You should have the RSV vaccine\",\n \"eligibilityCohorts\": [\n {\n \"cohortCode\": \"rsv_age_rolling\",\n \"cohortText\": \"are aged 75 to 79\",\n \"cohortStatus\": \"Actionable\"\n },\n {\n \"cohortCode\": \"rsv_age_in_carehomes\",\n \"cohortText\": \"lorem ipsum dolor sit amet, consectetur adipiscing elit\",\n \"cohortStatus\": \"Actionable\"\n }\n ],\n \"suitabilityRules\": [],\n \"actions\": [\n {\n \"actionType\": \"ButtonWithAuthLink\",\n \"actionCode\": \"BookNBS\",\n \"description\": \"## Lorem ipsum dolor sit amet, consectetur adipiscing elit\\n\\nFusce imperdiet dictum quam, a consequat leo posuere sed. Vestibulum id sodales odio. Curabitur at egestas lectus, ac mattis risus. In sit amet dapibus sem.\",\n \"urlLink\": \"http://www.nhs.uk/book-rsv\",\n \"urlLabel\": \"Continue to booking (test 1)\"\n },\n {\n \"actionType\": \"InfoText\",\n \"actionCode\": \"LoremIpsumTest\",\n \"description\": \"## In tristique enim sed diam blandit blandit.\\n\\nDonec dignissim dui et tincidunt pretium. Nulla id arcu tristique nisl sodales aliquet sed sit amet elit.\\n\\nAliquam metus diam, pretium non tellus eu, mollis scelerisque turpis. Donec mollis, lorem nec efficitur dapibus, metus dui ultricies nibh, vel tempor est sapien ut lectus.\\n\\nMorbi lacus massa, tristique sit amet faucibus at, laoreet quis ante. Nulla sollicitudin tellus leo, vel dignissim nisi imperdiet at. Praesent mollis eu orci vel malesuada. In quis congue quam, ac efficitur est.\"\n },\n {\n \"actionType\": \"CardWithText\",\n \"actionCode\": \"LoremIpsumTest2\",\n \"description\": \"## Lorem ipsum\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Cras non libero eu lacus **finibus** gravida.\"\n },\n {\n \"actionType\": \"InfoText\",\n \"actionCode\": \"LoremIpsumTest3\",\n \"description\": \"## Donec quis blandit libero.\\n\\nNulla sollicitudin tellus leo, vel dignissim nisi imperdiet at. Praesent mollis eu orci vel ***malesuada***. In quis congue quam, ac *efficitur* est.\"\n },\n {\n \"actionType\": \"CardWithText\",\n \"actionCode\": \"LoremIpsumTest4\",\n \"description\": \"## Etiam venenatis erat at diam varius.\\n\\nEtiam ullamcorper venenatis mi, at scelerisque velit vulputate id. Fusce ex arcu, tincidunt vel purus nec, volutpat aliquam odio.\"\n },\n {\n \"actionType\": \"ButtonWithAuthLink\",\n \"actionCode\": \"BookElsewhere\",\n \"description\": \"\",\n \"urlLink\": \"http://www.nhs.uk/book-non-nbs-rsv\",\n \"urlLabel\": \"Continue to other booking (test 2)\"\n }\n ]\n }\n ]\n}", "cookie": [] }, { "_": { "postman_previewlanguage": "json" }, - "id": "3818e9d2-fc90-4507-b732-2242cce0c1fc", - "name": "RSV - Multiple suitability rules with cohorts", + "id": "e4e69b20-e2c6-4210-9c07-1230bab853fa", + "name": "RSV - 5000000017/9735549034 Multiple suitability rules with cohorts", "originalRequest": { "url": { "path": [ @@ -1707,15 +1707,15 @@ "value": "application/json" } ], - "body": "{\n \"responseId\": \"1a233ba5-e1eb-4080-a086-2962f6fc3473\",\n \"meta\": {\n \"lastUpdated\": \"2025-02-12T16:11:22Z\"\n },\n \"processedSuggestions\": [\n {\n \"condition\": \"RSV\",\n \"status\": \"NotActionable\",\n \"statusText\": \"You should have the RSV vaccine\",\n \"eligibilityCohorts\": [\n {\n \"cohortCode\": \"rsv_age_rolling\",\n \"cohortText\": \"You are aged 75 to 79 years old.\",\n \"cohortStatus\": \"Actionable\"\n },\n {\n \"cohortCode\": \"rsv_age_in_carehomes\",\n \"cohortText\": \"You reside in an institution that qualifies you for the vaccine.\",\n \"cohortStatus\": \"Actionable\"\n }\n ],\n \"suitabilityRules\": [\n {\n \"ruleType\": \"S\",\n \"ruleCode\": \"AlreadyVaccinated\",\n \"ruleText\": \"## You've had your RSV vaccination\\nBased on our records, you recently had this vaccination. You do not need to do anything.\"\n },\n {\n \"ruleType\": \"S\",\n \"ruleCode\": \"OtherSetting\",\n \"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.\"\n },\n {\n \"ruleType\": \"S\",\n \"ruleCode\": \"NotYetDue\",\n \"ruleText\": \"## Your last dose of the RSV vaccination was too recent\\nBased on our records, not enough time has passed since you last had this vaccination. You do not need to do anything at this time.\"\n }\n ],\n \"actions\": []\n }\n ]\n}", + "body": "{\n \"responseId\": \"1a233ba5-e1eb-4080-a086-2962f6fc3473\",\n \"meta\": {\n \"lastUpdated\": \"2025-02-12T16:11:22Z\"\n },\n \"processedSuggestions\": [\n {\n \"condition\": \"RSV\",\n \"status\": \"NotActionable\",\n \"statusText\": \"You should have the RSV vaccine\",\n \"eligibilityCohorts\": [\n {\n \"cohortCode\": \"rsv_age_rolling\",\n \"cohortText\": \"are aged 75 to 79\",\n \"cohortStatus\": \"Actionable\"\n },\n {\n \"cohortCode\": \"rsv_age_in_carehomes\",\n \"cohortText\": \"lorem ipsum dolor sit amet, consectetur adipiscing elit\",\n \"cohortStatus\": \"Actionable\"\n }\n ],\n \"suitabilityRules\": [\n {\n \"ruleType\": \"S\",\n \"ruleCode\": \"AlreadyVaccinated\",\n \"ruleText\": \"## You've had your RSV vaccination\\n\\nWe believe you had the RSV vaccination on 3 April 2025.\"\n },\n {\n \"ruleType\": \"S\",\n \"ruleCode\": \"OtherSetting\",\n \"ruleText\": \"## Getting the vaccine\\n\\nWe believe you're living in a setting where care is provided.\\n\\nSpeak to a member of staff where you live about getting the RSV vaccine.\"\n },\n {\n \"ruleType\": \"S\",\n \"ruleCode\": \"NotYetDue\",\n \"ruleText\": \"## Your last dose of the RSV vaccination was too recent\\n\\nBased on our records, not enough time has passed since you last had this vaccination. You do not need to do anything at this time.\"\n }\n ],\n \"actions\": []\n }\n ]\n}", "cookie": [] }, { "_": { "postman_previewlanguage": "json" }, - "id": "40eb5a80-4630-4c4a-9a4e-10cbb1c1de14", - "name": "RSV - Multiple suitability rules without cohorts", + "id": "ea637565-3f6c-4fb7-a8f2-1d1940b06ce1", + "name": "RSV - 5000000018/9735549042 Multiple suitability rules without cohorts", "originalRequest": { "url": { "path": [ @@ -1800,15 +1800,15 @@ "value": "application/json" } ], - "body": "{\n \"responseId\": \"1a233ba5-e1eb-4080-a086-2962f6fc3473\",\n \"meta\": {\n \"lastUpdated\": \"2025-02-12T16:11:22Z\"\n },\n \"processedSuggestions\": [\n {\n \"condition\": \"RSV\",\n \"status\": \"NotActionable\",\n \"statusText\": \"You should have the RSV vaccine\",\n \"eligibilityCohorts\": [],\n \"suitabilityRules\": [\n {\n \"ruleType\": \"S\",\n \"ruleCode\": \"AlreadyVaccinated\",\n \"ruleText\": \"## You've had your RSV vaccination\\nBased on our records, you recently had this vaccination. You do not need to do anything.\"\n },\n {\n \"ruleType\": \"S\",\n \"ruleCode\": \"OtherSetting\",\n \"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.\"\n },\n {\n \"ruleType\": \"S\",\n \"ruleCode\": \"NotYetDue\",\n \"ruleText\": \"## Your last dose of the RSV vaccination was too recent\\nBased on our records, not enough time has passed since you last had this vaccination. You do not need to do anything at this time.\"\n }\n ],\n \"actions\": []\n }\n ]\n}", + "body": "{\n \"responseId\": \"1a233ba5-e1eb-4080-a086-2962f6fc3473\",\n \"meta\": {\n \"lastUpdated\": \"2025-02-12T16:11:22Z\"\n },\n \"processedSuggestions\": [\n {\n \"condition\": \"RSV\",\n \"status\": \"NotActionable\",\n \"statusText\": \"You should have the RSV vaccine\",\n \"eligibilityCohorts\": [],\n \"suitabilityRules\": [\n {\n \"ruleType\": \"S\",\n \"ruleCode\": \"AlreadyVaccinated\",\n \"ruleText\": \"## You've had your RSV vaccination\\n\\nWe believe you had the RSV vaccination on 3 April 2025.\"\n },\n {\n \"ruleType\": \"S\",\n \"ruleCode\": \"OtherSetting\",\n \"ruleText\": \"## Getting the vaccine\\n\\nWe believe you're living in a setting where care is provided.\\n\\n Speak to a member of staff where you live about getting the RSV vaccine.\"\n },\n {\n \"ruleType\": \"S\",\n \"ruleCode\": \"NotYetDue\",\n \"ruleText\": \"## Your last dose of the RSV vaccination was too recent\\n\\nBased on our records, not enough time has passed since you last had this vaccination. You do not need to do anything at this time.\"\n }\n ],\n \"actions\": []\n }\n ]\n}", "cookie": [] }, { "_": { "postman_previewlanguage": "json" }, - "id": "a245b597-badb-4224-9640-70275ac2fe1a", - "name": "RSV - Multiple suitability , multiple actions rules with cohorts", + "id": "9db48cc8-8111-497b-b9e4-45ed40ee94fc", + "name": "RSV - 5000000019/9735549050 Multiple suitability , multiple actions rules with cohorts", "originalRequest": { "url": { "path": [ @@ -1893,15 +1893,15 @@ "value": "application/json" } ], - "body": "{\n \"responseId\": \"1a233ba5-e1eb-4080-a086-2962f6fc3473\",\n \"meta\": {\n \"lastUpdated\": \"2025-02-12T16:11:22Z\"\n },\n \"processedSuggestions\": [\n {\n \"condition\": \"RSV\",\n \"status\": \"NotActionable\",\n \"statusText\": \"You should have the RSV vaccine\",\n \"eligibilityCohorts\": [\n {\n \"cohortCode\": \"rsv_age_rolling\",\n \"cohortText\": \"You are aged 75 to 79 years old.\",\n \"cohortStatus\": \"Actionable\"\n },\n {\n \"cohortCode\": \"rsv_age_in_carehomes\",\n \"cohortText\": \"You reside in an institution that qualifies you for the vaccine.\",\n \"cohortStatus\": \"Actionable\"\n }\n ],\n \"suitabilityRules\": [\n {\n \"ruleType\": \"S\",\n \"ruleCode\": \"AlreadyVaccinated\",\n \"ruleText\": \"## You've had your RSV vaccination\\nBased on our records, you recently had this vaccination. You do not need to do anything.\"\n },\n {\n \"ruleType\": \"S\",\n \"ruleCode\": \"OtherSetting\",\n \"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.\"\n },\n {\n \"ruleType\": \"S\",\n \"ruleCode\": \"NotYetDue\",\n \"ruleText\": \"## Your last dose of the RSV vaccination was too recent\\nBased on our records, not enough time has passed since you last had this vaccination. You do not need to do anything at this time.\"\n }\n ],\n \"actions\": [\n {\n \"actionType\": \"InfoText\",\n \"actionCode\": \"GPAdvice\",\n \"description\": \"## Don't Believe Us\\nYou can get get advice about an RSV vaccination at your GP surgery.\"\n },\n {\n \"actionType\": \"CardWithText\",\n \"actionCode\": \"BuyOne\",\n \"description\": \"## Privately funded RSV jabs are available\\nIf you are over 60, you can pay to be vaccinated at many of the UK's leading Pharmacies.\"\n },\n {\n \"actionType\": \"ButtonWithAuthLink\",\n \"actionCode\": \"BookNBS\",\n \"description\": \"## Book a jab at a nearby pharmacy\\nMany pharmacies can give provide you with the RSV vaccine. The National Booking System can help you find a nearby one and book a convenient appointment.\",\n \"urlLink\": \"http://www.nhs.uk/book-rsv\",\n \"urlLabel\": \"Continue to booking\"\n }\n ]\n }\n ]\n}", + "body": "{\n \"responseId\": \"1a233ba5-e1eb-4080-a086-2962f6fc3473\",\n \"meta\": {\n \"lastUpdated\": \"2025-02-12T16:11:22Z\"\n },\n \"processedSuggestions\": [\n {\n \"condition\": \"RSV\",\n \"status\": \"NotActionable\",\n \"statusText\": \"You should have the RSV vaccine\",\n \"eligibilityCohorts\": [\n {\n \"cohortCode\": \"rsv_age_rolling\",\n \"cohortText\": \"are aged 75 to 79\",\n \"cohortStatus\": \"Actionable\"\n },\n {\n \"cohortCode\": \"rsv_age_in_carehomes\",\n \"cohortText\": \"lorem ipsum dolor sit amet, consectetur adipiscing elit\",\n \"cohortStatus\": \"Actionable\"\n }\n ],\n \"suitabilityRules\": [\n {\n \"ruleType\": \"S\",\n \"ruleCode\": \"AlreadyVaccinated\",\n \"ruleText\": \"## You've had your RSV vaccination\\n\\nWe believe you had the RSV vaccination on 3 April 2025.\"\n },\n {\n \"ruleType\": \"S\",\n \"ruleCode\": \"OtherSetting\",\n \"ruleText\": \"## Getting the vaccine\\n\\nWe believe you're living in a setting where care is provided.\\n\\nSpeak to a member of staff where you live about getting the RSV vaccine.\"\n },\n {\n \"ruleType\": \"S\",\n \"ruleCode\": \"NotYetDue\",\n \"ruleText\": \"## Your last dose of the RSV vaccination was too recent\\n\\nBased on our records, not enough time has passed since you last had this vaccination. You do not need to do anything at this time.\"\n }\n ],\n \"actions\": [\n {\n \"actionType\": \"InfoText\",\n \"actionCode\": \"LoremIpsumTest\",\n \"description\": \"## In tristique enim sed diam blandit blandit.\\n\\nDonec dignissim dui et tincidunt pretium. Nulla id arcu tristique nisl sodales aliquet sed sit amet elit.\\n\\nAliquam metus diam, pretium non tellus eu, mollis scelerisque turpis. Donec mollis, lorem nec efficitur dapibus, metus dui ultricies nibh, vel tempor est sapien ut lectus.\\n\\nMorbi lacus massa, tristique sit amet faucibus at, laoreet quis ante. Nulla sollicitudin tellus leo, vel dignissim nisi imperdiet at. Praesent mollis eu orci vel malesuada. In quis congue quam, ac efficitur est.\"\n },\n {\n \"actionType\": \"CardWithText\",\n \"actionCode\": \"LoremIpsumTest4\",\n \"description\": \"## Etiam venenatis erat at diam varius.\\n\\nEtiam ullamcorper venenatis mi, at scelerisque velit vulputate id. Fusce ex arcu, tincidunt vel purus nec, volutpat aliquam odio.\"\n },\n {\n \"actionType\": \"ButtonWithAuthLink\",\n \"actionCode\": \"BookNBS\",\n \"description\": \"## Book a jab at a nearby pharmacy\\n\\nMany pharmacies can provide you with the RSV vaccine. The National Booking System can help you find a nearby one, and book a convenient appointment.\",\n \"urlLink\": \"http://www.nhs.uk/book-rsv\",\n \"urlLabel\": \"Continue to booking\"\n }\n ]\n }\n ]\n}", "cookie": [] }, { "_": { "postman_previewlanguage": "json" }, - "id": "b99898b4-e5c7-4d69-8829-042c97859b21", - "name": "RSV - Multiple suitability , multiple actions rules without cohorts", + "id": "44b32b6c-6d43-47d6-91e3-cbbe7a3befb9", + "name": "RSV - 5000000020/9735549069 Multiple suitability , multiple actions rules without cohorts", "originalRequest": { "url": { "path": [ @@ -1986,15 +1986,15 @@ "value": "application/json" } ], - "body": "{\n \"responseId\": \"1a233ba5-e1eb-4080-a086-2962f6fc3473\",\n \"meta\": {\n \"lastUpdated\": \"2025-02-12T16:11:22Z\"\n },\n \"processedSuggestions\": [\n {\n \"condition\": \"RSV\",\n \"status\": \"NotActionable\",\n \"statusText\": \"You should have the RSV vaccine\",\n \"eligibilityCohorts\": [],\n \"suitabilityRules\": [\n {\n \"ruleType\": \"S\",\n \"ruleCode\": \"AlreadyVaccinated\",\n \"ruleText\": \"## You've had your RSV vaccination\\nBased on our records, you recently had this vaccination. You do not need to do anything.\"\n },\n {\n \"ruleType\": \"S\",\n \"ruleCode\": \"OtherSetting\",\n \"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.\"\n },\n {\n \"ruleType\": \"S\",\n \"ruleCode\": \"NotYetDue\",\n \"ruleText\": \"## Your last dose of the RSV vaccination was too recent\\nBased on our records, not enough time has passed since you last had this vaccination. You do not need to do anything at this time.\"\n }\n ],\n \"actions\": [\n {\n \"actionType\": \"InfoText\",\n \"actionCode\": \"GPAdvice\",\n \"description\": \"## Don't Believe Us\\nYou can get get advice about an RSV vaccination at your GP surgery.\"\n },\n {\n \"actionType\": \"CardWithText\",\n \"actionCode\": \"BuyOne\",\n \"description\": \"## Privately funded RSV jabs are available\\nIf you are over 60, you can pay to be vaccinated at many of the UK's leading Pharmacies.\"\n },\n {\n \"actionType\": \"ButtonWithAuthLink\",\n \"actionCode\": \"BookNBS\",\n \"description\": \"## Book a jab at a nearby pharmacy\\nMany pharmacies can give provide you with the RSV vaccine. The National Booking System can help you find a nearby one and book a convenient appointment.\",\n \"urlLink\": \"http://www.nhs.uk/book-rsv\",\n \"urlLabel\": \"Continue to booking\"\n }\n ]\n }\n ]\n}", + "body": "{\n \"responseId\": \"1a233ba5-e1eb-4080-a086-2962f6fc3473\",\n \"meta\": {\n \"lastUpdated\": \"2025-02-12T16:11:22Z\"\n },\n \"processedSuggestions\": [\n {\n \"condition\": \"RSV\",\n \"status\": \"NotActionable\",\n \"statusText\": \"You should have the RSV vaccine\",\n \"eligibilityCohorts\": [],\n \"suitabilityRules\": [\n {\n \"ruleType\": \"S\",\n \"ruleCode\": \"AlreadyVaccinated\",\n \"ruleText\": \"## You've had your RSV vaccination\\n\\nWe believe you had the RSV vaccination on 3 April 2025.\"\n },\n {\n \"ruleType\": \"S\",\n \"ruleCode\": \"OtherSetting\",\n \"ruleText\": \"## Getting the vaccine\\n\\nWe believe you're living in a setting where care is provided.\\n\\nSpeak to a member of staff where you live about getting the RSV vaccine.\"\n },\n {\n \"ruleType\": \"S\",\n \"ruleCode\": \"NotYetDue\",\n \"ruleText\": \"## Your last dose of the RSV vaccination was too recent\\n\\nBased on our records, not enough time has passed since you last had this vaccination. You do not need to do anything at this time.\"\n }\n ],\n \"actions\": [\n {\n \"actionType\": \"InfoText\",\n \"actionCode\": \"LoremIpsumTest\",\n \"description\": \"## In tristique enim sed diam blandit blandit.\\n\\nDonec dignissim dui et tincidunt pretium. Nulla id arcu tristique nisl sodales aliquet sed sit amet elit.\\n\\nAliquam metus diam, pretium non tellus eu, mollis scelerisque turpis. Donec mollis, lorem nec efficitur dapibus, metus dui ultricies nibh, vel tempor est sapien ut lectus.\\n\\nMorbi lacus massa, tristique sit amet faucibus at, laoreet quis ante. Nulla sollicitudin tellus leo, vel dignissim nisi imperdiet at. Praesent mollis eu orci vel malesuada. In quis congue quam, ac efficitur est.\"\n },\n {\n \"actionType\": \"CardWithText\",\n \"actionCode\": \"LoremIpsumTest4\",\n \"description\": \"## Etiam venenatis erat at diam varius.\\n\\nEtiam ullamcorper venenatis mi, at scelerisque velit vulputate id. Fusce ex arcu, tincidunt vel purus nec, volutpat aliquam odio.\"\n },\n {\n \"actionType\": \"ButtonWithAuthLink\",\n \"actionCode\": \"BookNBS\",\n \"description\": \"## Lorem ipsum dolor sit amet, consectetur adipiscing elit\\n\\nFusce imperdiet dictum quam, a consequat leo posuere sed. Vestibulum id sodales odio. Curabitur at egestas lectus, ac mattis risus. In sit amet dapibus sem.\",\n \"urlLink\": \"http://www.nhs.uk/book-rsv\",\n \"urlLabel\": \"Continue to booking (test)\"\n }\n ]\n }\n ]\n}", "cookie": [] }, { "_": { "postman_previewlanguage": "json" }, - "id": "3f59fbda-8230-48e8-99e7-3e1ac95b3366", - "name": "RSV - Unknown action with cohorts", + "id": "d75a7a02-c009-43c7-b97c-a848482c1996", + "name": "RSV - 5000000021/9735549077 Unknown action with cohorts", "originalRequest": { "url": { "path": [ @@ -2079,15 +2079,15 @@ "value": "application/json" } ], - "body": "{\n \"responseId\": \"1a233ba5-e1eb-4080-a086-2962f6fc3473\",\n \"meta\": {\n \"lastUpdated\": \"2025-02-12T16:11:22Z\"\n },\n \"processedSuggestions\": [\n {\n \"condition\": \"RSV\",\n \"status\": \"Actionable\",\n \"statusText\": \"You should have the RSV vaccine\",\n \"eligibilityCohorts\": [\n {\n \"cohortCode\": \"rsv_age_rolling\",\n \"cohortText\": \"You are aged 75 to 79 years old.\",\n \"cohortStatus\": \"Actionable\"\n },\n {\n \"cohortCode\": \"rsv_age_in_carehomes\",\n \"cohortText\": \"You reside in an institution that qualifies you for the vaccine.\",\n \"cohortStatus\": \"Actionable\"\n }\n ],\n \"suitabilityRules\": [],\n \"actions\": [\n {\n \"actionType\": \"VideoClipLink\",\n \"actionCode\": \"JabInfoVideo\",\n \"description\": \"## View information about the RSV vaccine\\nThis video explains what it is and why you should have it.\",\n \"urlLink\": \"https://www.youtube.com/watch?v=NIkDBejfrGo\"\n }\n ]\n }\n ]\n}", + "body": "{\n \"responseId\": \"1a233ba5-e1eb-4080-a086-2962f6fc3473\",\n \"meta\": {\n \"lastUpdated\": \"2025-02-12T16:11:22Z\"\n },\n \"processedSuggestions\": [\n {\n \"condition\": \"RSV\",\n \"status\": \"Actionable\",\n \"statusText\": \"You should have the RSV vaccine\",\n \"eligibilityCohorts\": [\n {\n \"cohortCode\": \"rsv_age_rolling\",\n \"cohortText\": \"are aged 75 to 79\",\n \"cohortStatus\": \"Actionable\"\n },\n {\n \"cohortCode\": \"rsv_age_in_carehomes\",\n \"cohortText\": \"lorem ipsum dolor sit amet, consectetur adipiscing elit\",\n \"cohortStatus\": \"Actionable\"\n }\n ],\n \"suitabilityRules\": [],\n \"actions\": [\n {\n \"actionType\": \"VideoClipLink\",\n \"actionCode\": \"JabInfoVideo\",\n \"description\": \"## (Test link no button) View information about the RSV vaccine\\n\\nThis video explains what it is and why you should have it.\",\n \"urlLink\": \"https://www.youtube.com/watch?v=SCMgFsDrR-k\"\n }\n ]\n }\n ]\n}", "cookie": [] }, { "_": { "postman_previewlanguage": "json" }, - "id": "7fa8dfcc-92d9-4bd1-81d4-9fbf65668dc5", - "name": "RSV - Unknown action without cohorts", + "id": "6ec9cb5e-75c4-448f-a33b-22d4c828a9c1", + "name": "RSV - 5000000022/9735549085 Unknown action without cohorts", "originalRequest": { "url": { "path": [ @@ -2172,15 +2172,15 @@ "value": "application/json" } ], - "body": "{\n \"responseId\": \"1a233ba5-e1eb-4080-a086-2962f6fc3473\",\n \"meta\": {\n \"lastUpdated\": \"2025-02-12T16:11:22Z\"\n },\n \"processedSuggestions\": [\n {\n \"condition\": \"RSV\",\n \"status\": \"Actionable\",\n \"statusText\": \"You should have the RSV vaccine\",\n \"eligibilityCohorts\": [],\n \"suitabilityRules\": [],\n \"actions\": [\n {\n \"actionType\": \"VideoClipLink\",\n \"actionCode\": \"JabInfoVideo\",\n \"description\": \"## View information about the RSV vaccine\\nThis video explains what it is and why you should have it.\",\n \"urlLink\": \"https://www.youtube.com/watch?v=NIkDBejfrGo\"\n }\n ]\n }\n ]\n}", + "body": "{\n \"responseId\": \"1a233ba5-e1eb-4080-a086-2962f6fc3473\",\n \"meta\": {\n \"lastUpdated\": \"2025-02-12T16:11:22Z\"\n },\n \"processedSuggestions\": [\n {\n \"condition\": \"RSV\",\n \"status\": \"Actionable\",\n \"statusText\": \"You should have the RSV vaccine\",\n \"eligibilityCohorts\": [],\n \"suitabilityRules\": [],\n \"actions\": [\n {\n \"actionType\": \"VideoClipLink\",\n \"actionCode\": \"JabInfoVideo\",\n \"description\": \"## (Test link no button) View information about the RSV vaccine\\n\\nThis video explains what it is and why you should have it.\",\n \"urlLink\": \"https://www.youtube.com/watch?v=SCMgFsDrR-k\"\n }\n ]\n }\n ]\n}", "cookie": [] }, { "_": { "postman_previewlanguage": "json" }, - "id": "c8110b49-2297-4291-9f26-a0d8bdb109be", - "name": "RSV - Unknown suitability rule with cohorts", + "id": "b5448fe9-77d0-42a0-ab3f-9c8e6ba6cf09", + "name": "RSV - 5000000023/9735549093 Unknown suitability rule with cohorts", "originalRequest": { "url": { "path": [ @@ -2265,15 +2265,15 @@ "value": "application/json" } ], - "body": "{\n \"responseId\": \"1a233ba5-e1eb-4080-a086-2962f6fc3473\",\n \"meta\": {\n \"lastUpdated\": \"2025-02-12T16:11:22Z\"\n },\n \"processedSuggestions\": [\n {\n \"condition\": \"RSV\",\n \"status\": \"Actionable\",\n \"statusText\": \"You should have the RSV vaccine\",\n \"eligibilityCohorts\": [\n {\n \"cohortCode\": \"rsv_age_rolling\",\n \"cohortText\": \"You are aged 75 to 79 years old.\",\n \"cohortStatus\": \"Actionable\"\n },\n {\n \"cohortCode\": \"rsv_age_in_carehomes\",\n \"cohortText\": \"You reside in an institution that qualifies you for the vaccine.\",\n \"cohortStatus\": \"Actionable\"\n }\n ],\n \"suitabilityRules\": [\n {\n \"ruleType\": \"S\",\n \"ruleCode\": \"PreviousAlergicResponse\",\n \"ruleText\": \"## You've had a reaction to vaccinations in the past\\nBased on our records, you have had reaction that suggests you should not receive the RSV vaccination through usual channels.\"\n }\n ],\n \"actions\": []\n }\n ]\n}", + "body": "{\n \"responseId\": \"1a233ba5-e1eb-4080-a086-2962f6fc3473\",\n \"meta\": {\n \"lastUpdated\": \"2025-02-12T16:11:22Z\"\n },\n \"processedSuggestions\": [\n {\n \"condition\": \"RSV\",\n \"status\": \"Actionable\",\n \"statusText\": \"You should have the RSV vaccine\",\n \"eligibilityCohorts\": [\n {\n \"cohortCode\": \"rsv_age_rolling\",\n \"cohortText\": \"are aged 75 to 79\",\n \"cohortStatus\": \"Actionable\"\n },\n {\n \"cohortCode\": \"rsv_age_in_carehomes\",\n \"cohortText\": \"lorem ipsum dolor sit amet, consectetur adipiscing elit\",\n \"cohortStatus\": \"Actionable\"\n }\n ],\n \"suitabilityRules\": [\n {\n \"ruleType\": \"S\",\n \"ruleCode\": \"PreviousAllergicResponse\",\n \"ruleText\": \"## Test suitability rule\\n\\nNeque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit\"\n }\n ],\n \"actions\": []\n }\n ]\n}", "cookie": [] }, { "_": { "postman_previewlanguage": "json" }, - "id": "84290741-a3ee-4ee1-9cb0-6d201a328722", - "name": "RSV - Unknown suitability rule without cohorts", + "id": "76071270-692a-4cc1-b77a-483ce419b4ba", + "name": "RSV - 5000000024/9735549107 Unknown suitability rule without cohorts", "originalRequest": { "url": { "path": [ @@ -2358,14 +2358,14 @@ "value": "application/json" } ], - "body": "{\n \"responseId\": \"1a233ba5-e1eb-4080-a086-2962f6fc3473\",\n \"meta\": {\n \"lastUpdated\": \"2025-02-12T16:11:22Z\"\n },\n \"processedSuggestions\": [\n {\n \"condition\": \"RSV\",\n \"status\": \"Actionable\",\n \"statusText\": \"You should have the RSV vaccine\",\n \"eligibilityCohorts\": [],\n \"suitabilityRules\": [\n {\n \"ruleType\": \"S\",\n \"ruleCode\": \"PreviousAlergicResponse\",\n \"ruleText\": \"## You've had a reaction to vaccinations in the past\\nBased on our records, you have had reaction that suggests you should not receive the RSV vaccination through usual channels.\"\n }\n ],\n \"actions\": []\n }\n ]\n}", + "body": "{\n \"responseId\": \"1a233ba5-e1eb-4080-a086-2962f6fc3473\",\n \"meta\": {\n \"lastUpdated\": \"2025-02-12T16:11:22Z\"\n },\n \"processedSuggestions\": [\n {\n \"condition\": \"RSV\",\n \"status\": \"Actionable\",\n \"statusText\": \"You should have the RSV vaccine\",\n \"eligibilityCohorts\": [],\n \"suitabilityRules\": [\n {\n \"ruleType\": \"S\",\n \"ruleCode\": \"PreviousAlergicResponse\",\n \"ruleText\": \"## Test suitability rule\\n\\nNeque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit\"\n }\n ],\n \"actions\": []\n }\n ]\n}", "cookie": [] }, { "_": { "postman_previewlanguage": "json" }, - "id": "d9a554d0-9664-4943-9711-528faec7eb49", + "id": "735973ca-f080-4089-a354-2dc384e5b1ff", "name": "Invalid input data.", "originalRequest": { "url": { @@ -2458,7 +2458,7 @@ "_": { "postman_previewlanguage": "json" }, - "id": "3af1d915-2b00-4fec-bb4c-e2c6e267b1ba", + "id": "d7deaa73-1855-406a-81ef-b1807e177042", "name": "Person not found.", "originalRequest": { "url": { @@ -2551,7 +2551,7 @@ "_": { "postman_previewlanguage": "json" }, - "id": "0d4aa948-ec91-4a08-acaf-02d5b3b2bc55", + "id": "1034d309-946d-4660-886e-08582df2f9ce", "name": "Unrecognised input data. (Unprocessable Content)", "originalRequest": { "url": { @@ -2644,7 +2644,7 @@ "_": { "postman_previewlanguage": "json" }, - "id": "7b1a66c5-fb96-42ed-a974-e14aa2016a0c", + "id": "2af462a3-9a2f-43d1-b96d-f133c79c8560", "name": "Internal server error.", "originalRequest": { "url": { @@ -2738,7 +2738,7 @@ { "listen": "test", "script": { - "id": "ca064e0f-2f9e-4419-abf9-8b2146bc0595", + "id": "ca9e95e4-c78a-489b-a9e4-07590a66ec8c", "type": "text/javascript", "exec": [ "// Validate status 2xx \npm.test(\"[GET]::/patient-check/:id - Status code is 2xx\", function () {\n pm.response.to.be.success;\n});\n", @@ -2763,20 +2763,20 @@ } ], "info": { - "_postman_id": "4caa73fa-52b7-40f7-bfdb-dbc9ac514d3a", + "_postman_id": "957eaf98-6166-426f-936a-8a53a86269ea", "name": "Patient Eligibility Signposting API", "version": { - "raw": "1.0.15-alpha", + "raw": "1.0.22-alpha", "major": 1, "minor": 0, - "patch": 15, + "patch": 22, "prerelease": "alpha", "build": [], - "string": "1.0.15-alpha" + "string": "1.0.22-alpha" }, "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": { - "content": "## Overview\nUse this API to access the [Patient Eligibility Signposting Data Product](https://digital.nhs.uk/services/eligibility-data-product-elid) - the nationally curated single source of eligibility status and signposted actions for individuals. For example, you can request eligibility for one or more vaccination types to understand if NHS England holds information which suggest that the person could or should take further steps toward receiving those vaccinations, and optionally, a list of the steps NHS England would recommend.\nWhere someone is deemed eligible, they will also be classified as actionable or not actionable. When deemed not actionable, one or more reasons will be returned. These reasons can range from personal care setting impacts to current lack of availability of vaccines and more.\nThe API returns most of its data in both code and text form. Unless agreed in writing with NHS England, where text is provided it should be displayed to the user as-is.\nUse this API to request: \n* eligibility for all supported categories and conditions\n* eligibility for specified supported categories and/or conditions \n* request that actions be included in the response\n* request that actions not be included in the response\nYou cannot currently use this API to: \n* request eligibility for proxy people (familial relations etc.)\n* request actions for people considered ineligible\nThis API is read-only and can return a list of processed suggestions, each relating to a 'condition' (e.g. COVID, RSV, BOWEL, EYE, BREAST etc.), including the following information for each: \n* a code representing the condition (COVID, RSV, BOWEL, EYE, BREAST)\n* an overall status (NotEligible, NotActionable, Actionable) \n* a list of eligibility cohort groups to which the person belongs (when eligible)\n* a list of the cohort groups that could have made the person eligible (when not eligible) \n* a list of rules/reasons that deem a person to be NotActionable\n* a list of actions that should be shown to the consumer\n#### Definitions of overall status\nThe overall status values indicate the following:\n* NotEligible - the individual does not currently meet eligibility criteria\n* NotActionable - the individual is eligible but does not need to take any further action at this time \n* Actionable - the individual is eligible and should follow one of the recommended actions provided\n### Patients included in the Patient Eligibility Signposting API\nThe API will return data for all patients who are in the NHS PDS system that are registered with an English GP practice (or one administered by England) or who we believe to be resident in England.\nPatients who are deceased (or thought to be), marked as invalid or sensitive will not be processed by this API.\n## Who can use this API\nThis API can only be used where there is a [legal basis](https://digital.nhs.uk/services/eligibility-data-product-elid#who-this-service-is-for) to do so. Make sure you have a valid use case before you go too far with your development. You must demonstrate you have a [valid use case](https://digital.nhs.uk/services/eligibility-data-product-elid#who-this-service-is-for) as part of digital onboarding.\nYou must do this before you can go live (see 'Onboarding' below).\n### Who can access Eligibility Signposting Information\nPatients who receive health and social care or make use of NHS services in England, Wales and the Isle of Man can access their own Eligibility Signposting data through onboarded services.\nHealth and care organisations in England and the Isle of Man can access our information for legitimate direct care purposes. Legitimate direct care examples include NHS organisations delivering healthcare, local authorities delivering care, third sector and private sector health and care organisations, and developers delivering systems to health and care organisations.\n### Existing API users\nTo find out which healthcare software development organisations and products are already using this API, see [Patient Eligibility Signposting API - integrated products](https://digital.nhs.uk/services/eligibility-data-product-elid).\n## Access modes This API currently has only one access mode:\n* patient access (user-restricted)\nWe are considering the possibility of adding other modes in the future: \n* healthcare worker access\n* application restricted access\n### Patient access\nIf the end user is a patient then you must use this access mode. Use this access mode to obtain data for that patient.\nThis access mode is [user-restricted](https://digital.nhs.uk/developer/guides-and-documentation/security-and-authorisation#user-restricted-apis), meaning an end user must be present, authenticated and authorised.\nThe end user must be:\n* a patient who receives health and social care or makes use of NHS services \n* strongly authenticated, using [NHS login](https://digital.nhs.uk/services/nhs-login)\nTo use this access mode, you must currently use the following security pattern:\n|\tSecurity pattern\t\t |\tTechnical details\t |\tAdvantages\t | Disadvantages |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| ----------------------------------------------------| ------------------------------------------------------------|---------------------------------------------------------| |[NHS login - separate authentication and authorisation](https://digital.nhs.uk/developer/guides-and-documentation/security-and-authorisation/user-restricted-restful-apis-nhs-login-separate-authentication-and-authorisation) |OAuth 2.0 token exchange with signed JWT |Gives access to user information. |Need to integrate and onboard separately with NHS login. |\nPatient access mode users must be authenticated to a high proofing level (P9) and to one of the following [vectors of trust](https://nhsconnect.github.io/nhslogin/vectors-of-trust/):\n* P9.Cp.Cd \n* P9.Cp.Ck\n* P9.Cm\nThis access mode is available in production ([beta](https://digital.nhs.uk/developer/guides-and-documentation/reference-guide#api-status)).\n### Restricted access This access mode is not yet available, if you believe this mode would benefit your use-case, please let us know.\nThis access mode is [application-restricted](https://digital.nhs.uk/developer/guides-and-documentation/security-and-authorisation#application-restricted-apis), meaning we authenticate and authorise the calling application but not the end user.\nThis access mode is not designed to be accessed by an end user. You might use this access mode as part of a back-end process to:\n* retrieve eligibility signposting information into a system in advance of a clinic \n* retrieve eligibility signposting information into a system to be used in a disconnected manner\nTo use this access mode, use this security pattern:\n* [Application-restricted RESTful API - signed JWT authentication](https://digital.nhs.uk/developer/guides-and-documentation/security-and-authorisation/application-restricted-restful-apis-signed-jwt-authentication)\n## Roadmap\nThe [Patient Eligibility Signposting API](https://digital.nhs.uk/services/eligibility-data-product-elid/eligibility-data-product-elid-roadmap) roadmap shows the planned changes for the API.\nTo see our roadmap, or to suggest, comment or vote on features for this API, see our [interactive product backlog](https://nhs-digital-api-management.featureupvote.com/suggestions/612352/eligibility-signposting-api-vaccinations).\nIf you have any other queries, please [contact us](https://digital.nhs.uk/developer/help-and-support).\n## Service level\nThis API is a silver service, meaning it is operational 24 hours a day, 365 days a year and supported 8am to 6pm, Monday to Friday excluding bank holidays.\nFor more details, see [service levels](https://digital.nhs.uk/developer/guides-and-documentation/reference-guide#service-levels).\n## Rate limits\nThe default rate limit is 25TPS (Transactions Per Second), per app. If you require a higher rate limit please [contact us](https://digital.nhs.uk/developer/help-and-support). or raise this during the onboarding process.\n## Technology\nThis API is [RESTful](https://digital.nhs.uk/developer/guides-and-documentation/our-api-technologies#basic-rest).\nThe error messages returned by this API conform to the FHIR global standard for health care data exchange, specifically to FHIR R4 (v4.0.1). This is to aid consumers that integrate to FHIR based APIS and are in any case not overly complex.\nThere are [libraries and SDKs](https://digital.nhs.uk/developer/guides-and-documentation/api-technologies-at-nhs-digital#fhir-libraries-and-sdks) available to help with FHIR API integration.\n## Network access\nThis API is available on the internet and, indirectly, on the [Health and Social Care Network (HSCN)](https://digital.nhs.uk/services/health-and-social-care-network).\nFor more details see [Network access for APIs](https://digital.nhs.uk/developer/guides-and-documentation/network-access-for-apis).\n## Errors\nWe use standard HTTP status codes to show whether an API request succeeded or not. They are usually in the range:\n* 200 to 299 if it succeeded, including code 202 if it was accepted by an API that needs to wait for further action \n* 400 to 499 if it failed because of a client error by your application\n* 500 to 599 if it failed because of an error on our server\nErrors specific to each API are shown in the Endpoints section, under Response. See our [reference guide](https://digital.nhs.uk/developer/guides-and-documentation/reference-guide#http-status-codes) for more on errors.\nYour API-calling application should have a mechanism to automatically try again, for example by giving status information to your end user, before giving up. See our [reference guide](https://digital.nhs.uk/developer/guides-and-documentation/reference-guide#error-handling) for more information about error handling.\n## Open source\nYou might find the following [open source](https://digital.nhs.uk/developer/guides-and-documentation/reference-guide#open-source) resources useful:\n| Resource | Description | Links |\n|---------------------------|----------------------------------------------------------------------|--------------------------------------------------------------------------------| | Patient Eligibility Signposting API| Source code including API proxy, sandbox and specification and code. | [GitHub repo](https://github.com/NHSDigital/eligibility-signposting-api) |\nWe currently don't have any open source client libraries or sample code for this API. If you think this would be useful, you can [upvote the suggestion on our Interactive Product Backlog](https://nhs-digital-api-management.featureupvote.com/suggestions/107439/client-libraries-and-reference-implementations).\n\n## Environments and testing\n| Environment | Base URL | | ----------------- | ---------------------------------------------------------------------- |\n| Sandbox | `https://sandbox.api.service.nhs.uk/eligibility-signposting-api/patient-check/{id}` | | Integration test | `https://int.api.service.nhs.uk/eligibility-signposting-api/patient-check/{id}` |\n| Production | `https://api.service.nhs.uk/eligibility-signposting-api/patient-check/{id}` |\n### Sandbox testing\nOur [sandbox environment](https://digital.nhs.uk/developer/guides-and-documentation/testing#sandbox-testing):\n* is for early developer testing \n* only covers a limited set of scenarios\n* is open access, so does not allow you to test authorisation\nFor details of sandbox test scenarios, or to try out the sandbox using our 'Try this API' feature, see the documentation for each endpoint.\nAlternatively, you can try out the sandbox using our Postman collection:\n[![Run in Postman](https://run.pstmn.io/button.svg)](https://www.postman.com/eligibility-signposting-api/eligibility-signposting-api)\n### Integration testing\nOur [integration test environment](https://digital.nhs.uk/developer/guides-and-documentation/testing#integration-testing):\n* is for formal integration testing \n* includes authorisation, with options for user-restricted access (NHS Login)\n### Production smoke testing\nYou must not use real patient data for smoke testing in the production environment.\nRather, use our [production test patient](https://digital.nhs.uk/services/eligibility-signposting/api-test-data#production-smoke-testing).\n## Onboarding\nYou need to get your software approved by us before it can go live with this API. We call this onboarding. The onboarding process can sometimes be quite long, so it is worth planning well ahead.\nAs part of this process, you need to demonstrate your technical conformance to the requirements for this API.\nYou also need to demonstrate that you can manage risks. This might impact the design of your software. For details, see [Onboarding support information](https://digital.nhs.uk/services/eligibility-data-product-elid#how-to-access-this-service).\nTo understand how our online digital onboarding process works, see [digital onboarding](https://digital.nhs.uk/developer/guides-and-documentation/digital-onboarding).\n## Related APIs\nThe following APIs are related to this API:\n", + "content": "## Overview\nUse this API to access the [Eligibility Data Product](https://digital.nhs.uk/services/eligibility-data-product-elid) - the nationally curated single source of vaccination eligibility status and signposted next actions for individuals. You can request it to see if NHS England's data deems a person as eligible or not eligible for a vaccination, along with our reasoning. If a person is eligible for a vaccination, they'll be marked as either actionable, meaning they can proceed immediately in taking our recommended action i.e booking an appointment online or contacting their GP, or not actionable, meaning they can't take any action yet i.e. there is a local vaccine shortage or their vaccination will be arranged directly by someone else. Unless you have written permission from NHS England to change it, any descriptive text provided through the Eligibility Signposting API must be displayed to your user exactly as written.\nUse this API to request: \n* eligibility for all supported vaccination types\n* derived reason for eligibility status \n* recommended actions the individual should take based on multiple factors\n\nYou cannot currently use this API to: \n* request eligibility for proxy people (familial relations etc.)\n\nThis API is read-only and can return a list of processed suggestions, each relating to a 'condition' (e.g. COVID, Flu, RSV etc.), including the following information for each: \n* a code representing the condition (COVID, RSV, FLU etc.)\n* an overall status (NotEligible, NotActionable, Actionable) \n* a list of eligibility cohort groups to which the person belongs (when eligible)\n* a list of the cohort groups that could have made the person eligible (when not eligible) \n* a list of rules/reasons that deem a person to be NotActionable\n* a list of actions that should be shown to the consumer\n#### Definitions of overall status\nThe overall status values indicate the following:\n* NotEligible - the individual does not currently meet eligibility criteria\n* NotActionable - the individual is eligible but does not need to take any further action at this time \n* Actionable - the individual is eligible and should follow one of the recommended actions provided\n### Patients included in the Patient Eligibility Signposting API\nThe API will return data for all patients who are in the NHS PDS system that are registered with an English GP practice (or one administered by England) or who we believe to be resident in England.\nPatients who are deceased (or thought to be), marked as invalid or sensitive will not be processed by this API.\n## Who can use this API\nThis API can only be used where there is a [legal basis](https://digital.nhs.uk/services/eligibility-data-product-elid#who-this-service-is-for) to do so. Make sure you have a valid use case before you go too far with your development. You must demonstrate you have a [valid use case](https://digital.nhs.uk/services/eligibility-data-product-elid#who-this-service-is-for) as part of digital onboarding.\nYou must do this before you can go live (see 'Onboarding' below).\n### Who can access Eligibility Signposting Information\nPatients who receive health and social care or make use of NHS services in England, Wales and the Isle of Man can access their own Eligibility Signposting data through onboarded services.\nHealth and care organisations in England and the Isle of Man can access our information for legitimate direct care purposes. Legitimate direct care examples include NHS organisations delivering healthcare, local authorities delivering care, third sector and private sector health and care organisations, and developers delivering systems to health and care organisations.\n### Existing API users\nTo find out which healthcare software development organisations and products are already using this API, see [Patient Eligibility Signposting API - integrated products](https://digital.nhs.uk/services/eligibility-data-product-elid).\n## Access modes\nThis API currently has only one access mode:\n* patient access (user-restricted)\n\nWe are considering the possibility of adding other modes in the future: \n* healthcare worker access\n* application restricted access\n### Patient access\nIf the end user is a patient then you must use this access mode. Use this access mode to obtain data for that patient.\nThis access mode is [user-restricted](https://digital.nhs.uk/developer/guides-and-documentation/security-and-authorisation#user-restricted-apis), meaning an end user must be present, authenticated and authorised.\nThe end user must be:\n* a patient who receives health and social care or makes use of NHS services \n* strongly authenticated, using [NHS login](https://digital.nhs.uk/services/nhs-login)\nTo use this access mode, you must currently use the following security pattern:\n\n|\tSecurity pattern\t\t |\tTechnical details\t |\tAdvantages\t | Disadvantages |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| ----------------------------------------------------| ------------------------------------------------------------|---------------------------------------------------------|\n|[NHS login - separate authentication and authorisation](https://digital.nhs.uk/developer/guides-and-documentation/security-and-authorisation/user-restricted-restful-apis-nhs-login-separate-authentication-and-authorisation) |OAuth 2.0 token exchange with signed JWT |Gives access to user information. |Need to integrate and onboard separately with NHS login. |\nPatient access mode users must be authenticated to a high proofing level (P9) and to one of the following [vectors of trust](https://nhsconnect.github.io/nhslogin/vectors-of-trust/):\n* P9.Cp.Cd \n* P9.Cp.Ck\n* P9.Cm\nThis access mode is available in production ([beta](https://digital.nhs.uk/developer/guides-and-documentation/reference-guide#api-status)).\n### Restricted access\nThis access mode is not yet available, if you believe this mode would benefit your use-case, please let us know.\nThis access mode is [application-restricted](https://digital.nhs.uk/developer/guides-and-documentation/security-and-authorisation#application-restricted-apis), meaning we authenticate and authorise the calling application but not the end user.\nThis access mode is not designed to be accessed by an end user. You might use this access mode as part of a back-end process to:\n* retrieve eligibility signposting information into a system in advance of a clinic \n* retrieve eligibility signposting information into a system to be used in a disconnected manner\n\nTo use this access mode, use this security pattern:\n* [Application-restricted RESTful API - signed JWT authentication](https://digital.nhs.uk/developer/guides-and-documentation/security-and-authorisation/application-restricted-restful-apis-signed-jwt-authentication)\n## Roadmap\nThe [Patient Eligibility Signposting API](https://digital.nhs.uk/services/eligibility-data-product-elid/eligibility-data-product-elid-roadmap) roadmap shows the planned changes for the API.\nTo see our roadmap, or to suggest, comment or vote on features for this API, see our [interactive product backlog](https://nhs-digital-api-management.featureupvote.com/suggestions/612352/eligibility-signposting-api-vaccinations).\nIf you have any other queries, please [contact us](https://digital.nhs.uk/developer/help-and-support).\n## Service level\nThis API is a silver service, meaning it is operational 24 hours a day, 365 days a year and supported 8am to 6pm, Monday to Friday excluding bank holidays.\nFor more details, see [service levels](https://digital.nhs.uk/developer/guides-and-documentation/reference-guide#service-levels).\n## Rate limits\nThe default rate limit is 25TPS (Transactions Per Second), per app. If you require a higher rate limit please [contact us](https://digital.nhs.uk/developer/help-and-support). or raise this during the onboarding process.\n## Technology\nThis API is [RESTful](https://digital.nhs.uk/developer/guides-and-documentation/our-api-technologies#basic-rest).\nThe error messages returned by this API conform to the FHIR global standard for health care data exchange, specifically to FHIR R4 (v4.0.1). This is to aid consumers that integrate to FHIR based APIS and are in any case not overly complex.\nThere are [libraries and SDKs](https://digital.nhs.uk/developer/guides-and-documentation/api-technologies-at-nhs-digital#fhir-libraries-and-sdks) available to help with FHIR API integration.\n## Network access\nThis API is available on the internet and, indirectly, on the [Health and Social Care Network (HSCN)](https://digital.nhs.uk/services/health-and-social-care-network).\nFor more details see [Network access for APIs](https://digital.nhs.uk/developer/guides-and-documentation/network-access-for-apis).\n## Errors\nWe use standard HTTP status codes to show whether an API request succeeded or not. They are usually in the range:\n* 200 to 299 if it succeeded, including code 202 if it was accepted by an API that needs to wait for further action \n* 400 to 499 if it failed because of a client error by your application\n* 500 to 599 if it failed because of an error on our server\nErrors specific to each API are shown in the Endpoints section, under Response. See our [reference guide](https://digital.nhs.uk/developer/guides-and-documentation/reference-guide#http-status-codes) for more on errors.\nYour API-calling application should have a mechanism to automatically try again, for example by giving status information to your end user, before giving up. See our [reference guide](https://digital.nhs.uk/developer/guides-and-documentation/reference-guide#error-handling) for more information about error handling.\n## Open source\nYou might find the following [open source](https://digital.nhs.uk/developer/guides-and-documentation/reference-guide#open-source) resources useful:\n| Resource | Description | Links |\n|---------------------------|----------------------------------------------------------------------|--------------------------------------------------------------------------------|\n| Patient Eligibility Signposting API| Source code including API proxy, sandbox and specification and code. | [GitHub repo](https://github.com/NHSDigital/eligibility-signposting-api) |\nWe currently don't have any open source client libraries or sample code for this API. If you think this would be useful, you can [upvote the suggestion on our Interactive Product Backlog](https://nhs-digital-api-management.featureupvote.com/suggestions/107439/client-libraries-and-reference-implementations).\n\n## Environments and testing\n| Environment | Base URL |\n| ----------------- | ---------------------------------------------------------------------- |\n| Sandbox | `https://sandbox.api.service.nhs.uk/eligibility-signposting-api/patient-check/{id}` |\n| Integration test | `https://int.api.service.nhs.uk/eligibility-signposting-api/patient-check/{id}` |\n| Production | `https://api.service.nhs.uk/eligibility-signposting-api/patient-check/{id}` |\n### Sandbox testing\nOur [sandbox environment](https://digital.nhs.uk/developer/guides-and-documentation/testing#sandbox-testing):\n* is for early developer testing \n* only covers a limited set of scenarios\n* is open access, so does not allow you to test authorisation\n\nFor details of sandbox test scenarios, or to try out the sandbox using our 'Try this API' feature, see the documentation for each endpoint.\n\nAlternatively, you can try out the sandbox using our Postman collection:\n[![Run in Postman](https://run.pstmn.io/button.svg)](https://www.postman.com/eligibility-signposting-api/eligibility-signposting-api)\n### Integration testing\nOur [integration test environment](https://digital.nhs.uk/developer/guides-and-documentation/testing#integration-testing):\n* is for formal integration testing \n* includes authorisation, with options for user-restricted access (NHS Login)\n### Production smoke testing\nYou must not use real patient data for smoke testing in the production environment.\nRather, use our [production test patient](https://digital.nhs.uk/services/eligibility-signposting/api-test-data#production-smoke-testing).\n## Onboarding\nYou need to get your software approved by us before it can go live with this API. We call this onboarding. The onboarding process can sometimes be quite long, so it is worth planning well ahead.\nAs part of this process, you need to demonstrate your technical conformance to the requirements for this API.\nYou also need to demonstrate that you can manage risks. This might impact the design of your software. For details, see [Onboarding support information](https://digital.nhs.uk/services/eligibility-data-product-elid#how-to-access-this-service).\nTo understand how our online digital onboarding process works, see [digital onboarding](https://digital.nhs.uk/developer/guides-and-documentation/digital-onboarding).\n## Related APIs\nThe following APIs are related to this API:\n", "type": "text/plain" } }