From 40f0150d40d56da3349603abc95f8c3696e028c6 Mon Sep 17 00:00:00 2001 From: ORybak5 <12736698+ORybak5@users.noreply.github.com> Date: Wed, 15 Apr 2026 15:15:31 +0100 Subject: [PATCH 1/2] updating documentation about Spine Secure Proxy --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 003c83e..bbc91c6 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ The adaptor uses the GP Connect API to fetch patient records and documents. | GPC_CONSUMER_SPINE_CLIENT_KEY | | The content of the PEM-formatted client private key | GPC_CONSUMER_SPINE_ROOT_CA_CERT | | The content of the PEM-formatted certificate of the issuing Root CA. | GPC_CONSUMER_SPINE_SUB_CA_CERT | | The content of the PEM-formatted certificate of the issuing Sub CA. -| GPC_CONSUMER_SSP_URL | | The URL of Spine Secure Proxy including a trailing slash e.g. https://proxy.opentest.hscic.gov.uk/ +| GPC_CONSUMER_SSP_URL | | The URL of Spine Secure Proxy including a trailing slash e.g. https://testspineproxy.nhs.uk ### SDS API Configuration Options @@ -213,7 +213,7 @@ https://gpcconsumer.prod.mydomain.com/A12345/STU3/1/gpconnect/structured/fhir/Pa The adaptor then performs an SDS lookup and constructs a new path using the Spine Secure Proxy and the practice's GP Connect Provider's internal URL. -https://proxy.opentest.hscic.gov.uk/https://gpconnect.gpsystemsupplier.internal.nhs.uk/A12345/STU3/1/gpconnect/structured/fhir/Patient/$gpc.getstructuredrecord +https://testspineproxy.nhs.uk/https://gpconnect.gpsystemsupplier.internal.nhs.uk/A12345/STU3/1/gpconnect/structured/fhir/Patient/$gpc.getstructuredrecord | $GPC_CONSUMER_SSP_URL | [ From SDS Lookup ] | [ Path from original request ] | ``` From f9d028fc5d21e66f1e06c83eae2b3a7079829a7e Mon Sep 17 00:00:00 2001 From: ORybak5 <12736698+ORybak5@users.noreply.github.com> Date: Wed, 15 Apr 2026 16:10:14 +0100 Subject: [PATCH 2/2] adding a missing forward slash --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbc91c6..8428f55 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ The adaptor uses the GP Connect API to fetch patient records and documents. | GPC_CONSUMER_SPINE_CLIENT_KEY | | The content of the PEM-formatted client private key | GPC_CONSUMER_SPINE_ROOT_CA_CERT | | The content of the PEM-formatted certificate of the issuing Root CA. | GPC_CONSUMER_SPINE_SUB_CA_CERT | | The content of the PEM-formatted certificate of the issuing Sub CA. -| GPC_CONSUMER_SSP_URL | | The URL of Spine Secure Proxy including a trailing slash e.g. https://testspineproxy.nhs.uk +| GPC_CONSUMER_SSP_URL | | The URL of Spine Secure Proxy including a trailing slash e.g. https://testspineproxy.nhs.uk/ ### SDS API Configuration Options