From 7eafe036aa1afcaee1ca03b6c0bdb329bdee7ee7 Mon Sep 17 00:00:00 2001 From: Raven NHS <208823802+RavenDuffyNHS@users.noreply.github.com> Date: Thu, 30 Apr 2026 15:48:46 +0100 Subject: [PATCH 1/2] chore: fixed typo with admission in schema --- specification/patient-care-aggregator-reporting.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/specification/patient-care-aggregator-reporting.yaml b/specification/patient-care-aggregator-reporting.yaml index 8fbaebc..7506cc9 100644 --- a/specification/patient-care-aggregator-reporting.yaml +++ b/specification/patient-care-aggregator-reporting.yaml @@ -196,8 +196,8 @@ paths: - $ref: '#/components/schemas/APPT-CANC' - $ref: '#/components/schemas/APPT-RESCH' - $ref: '#/components/schemas/APPT-DNA' - - $ref: '#/components/schemas/ADDMISSION' - - $ref: '#/components/schemas/ADDMISSION-VIEW' + - $ref: '#/components/schemas/ADMISSION' + - $ref: '#/components/schemas/ADMISSION-VIEW' - $ref: '#/components/schemas/PATHWAY-VIEW' - $ref: '#/components/schemas/DOC' - $ref: '#/components/schemas/DOC-VIEW' @@ -833,13 +833,13 @@ components: * The appointment outcome has been recorded as Did Not Attend. #### Notes: * This event is expected to be sourced from PEP's trust integrations rather than user activity. - ADDMISSION: + ADMISSION: type: object properties: EventCode: type: string enum: - - ADDMISSION + - ADMISSION Timestamp: type: string format: date-time @@ -895,7 +895,7 @@ components: * PEPs #### Description: * The Inpatient admission entity to which which all other admissions events will be linked via Appointment ID. This event must be sent when a new inpatient admission is created or an existing inpatient admission is updated. - ADDMISSION-VIEW: + ADMISSION-VIEW: type: object properties: EventCode: From 7506b5b6311c4486c603a12af19d03a6c4b6a316 Mon Sep 17 00:00:00 2001 From: Raven NHS <208823802+RavenDuffyNHS@users.noreply.github.com> Date: Thu, 30 Apr 2026 15:54:33 +0100 Subject: [PATCH 2/2] chore: updated spec version --- 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 7506cc9..ab62497 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.1 + version: v2.6.2 description: | ## Overview