From 439ea6c5cd87d67fdbdd3ae34547959219d0b9e1 Mon Sep 17 00:00:00 2001 From: CHSNW6 Date: Tue, 31 Mar 2026 14:15:27 +0100 Subject: [PATCH] [NRL-2059] Update STU3 reference to FHIR R4 and fix encoding issue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replaced legacy STU3-based references with FHIR R4-compliant equivalents across the specification. 1. Updated Patient endpoint reference in Audit log attribute table: https://demographics.spineservices.nhs.uk/STU3/Patient/[nhsNumber] → https://fhir.nhs.uk/Id/nhs-number 2. Fixed encoding issue in SSP section by replacing other’s with other’s. These updates align the documentation with current NHS FHIR R4 standards and remove outdated STU3 references. --- specification/record-locator/consumer.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/record-locator/consumer.yaml b/specification/record-locator/consumer.yaml index 35f0b79..be4f65b 100644 --- a/specification/record-locator/consumer.yaml +++ b/specification/record-locator/consumer.yaml @@ -270,7 +270,7 @@ info: ## Spine Secure Proxy (SSP) - Information retrieval is an interaction between a consumer and a provider; routing and receiving requests via the SSP allows both parties to be ignorant of each other’s authentication and authorisation mechanisms, as the SSP handles the other side of the transaction. + Information retrieval is an interaction between a consumer and a provider; routing and receiving requests via the SSP allows both parties to be ignorant of each other's authentication and authorisation mechanisms, as the SSP handles the other side of the transaction. The SSP is a content agnostic forward proxy, which is used to control and protect access to health systems. It provides a single security point for both authentication and authorisation for systems. See the [SSP specification](https://developer.nhs.uk/apis/spine-core/ssp_overview.html) for more details. **Requesting Information via the SSP** @@ -337,7 +337,7 @@ info: | HTTP Request URL | The URL of the NRL service that was called or the URL used for the record retrieval request, which includes the value of the content.attachment.url property defined on the associated NRL pointer. | | HTTP Response Body | The body of the response message returned. | | HTTP Status Code | Describes the response outcome: 2xx (Success), 4xx or 5xx (Failure). | - | NHS number | The patient identifier used in the pointer subject reference (for example, https://demographics.spineservices.nhs.uk/STU3/Patient/[nhsNumber]) or in a search query parameter. | + | NHS number | The patient identifier used in the pointer subject reference (for example, https://fhir.nhs.uk/Id/nhs-number) or in a search query parameter. | | ODS Code | The requesting_organization from JWT (only the ODSCode portion is required, for example, https://fhir.nhs.uk/Id/ods-organization-code\|[odsCode]). | | Pointer Logical ID | The logical ID of the pointer (generated by the NRL), from which the retrieval request has been made. | | Request Datetime | Timestamp when the audit log entry was created. |