From 85a27387cd719de88b6d1ca3912e7556e952220f Mon Sep 17 00:00:00 2001 From: "k.a.tsang" Date: Tue, 28 Oct 2025 15:56:31 +0000 Subject: [PATCH 1/2] Added new PIFU allowable value for QuestionnaireType and updated PEP guidance for QUEST-VIEW --- specification/patient-care-aggregator-reporting.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specification/patient-care-aggregator-reporting.yaml b/specification/patient-care-aggregator-reporting.yaml index 980fc00..7ed5353 100644 --- a/specification/patient-care-aggregator-reporting.yaml +++ b/specification/patient-care-aggregator-reporting.yaml @@ -1187,6 +1187,7 @@ components: - Pre-appointment questionnaire - Post-appointment questionnaire - General update questionnaire + - pifu-triage description: 'The type of questionnaire, e.g. a pre-appointment questionnaire.' ODSCode: type: string @@ -1255,7 +1256,7 @@ components: * PEPs #### Description: * For NHS App, this event must be sent when a summary of a questionnaire has been displayed to a user. - * For PEPs, this event must be sent when a deeplink for a questionnaire has been clicked in the NHS App, resulting in a jump-off to the PEP Wayfinder UI. + * For PEPs, this event must be sent when a deeplink for a questionnaire has been clicked in the NHS App, resulting in a jump-off to the PEP Wayfinder UI. For PIFU, this event must be sent when the deeplink from the 'Manage your patient initiated follow-up' has been clicked, either for starting a new PIFU request or viewing a previously completed request. #### Notes: * For PEPs, if a user navigates to a page displaying information related to the questionnaire and then returns to view the questionnaire, another event MUST NOT be sent. However, if another deeplink jump-off occurs for the same questionnaire another event MUST be sent. * TrackingId is only mandatory for the NHS App. From ca040acce49b50d1b59397f5b9926538019214a3 Mon Sep 17 00:00:00 2001 From: kevin_nhs <218597644+kltsang8@users.noreply.github.com> Date: Thu, 30 Oct 2025 09:32:28 +0000 Subject: [PATCH 2/2] updated version number --- specification/patient-care-aggregator-reporting.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/patient-care-aggregator-reporting.yaml b/specification/patient-care-aggregator-reporting.yaml index 7ed5353..8fbaebc 100644 --- a/specification/patient-care-aggregator-reporting.yaml +++ b/specification/patient-care-aggregator-reporting.yaml @@ -3,7 +3,7 @@ openapi: 3.0.3 info: title: Wayfinder Reporting Service - version: v2.6.0 + version: v2.6.1 description: | ## Overview