From 5cd1fdb7647bf91908f6174f4e36254eb114ba15 Mon Sep 17 00:00:00 2001 From: chiaramapellimt Date: Thu, 26 Mar 2026 15:35:36 +0000 Subject: [PATCH 1/4] Initial update from Readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04c5185c..04a3f649 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ to use the adaptor in the integration and production environments. | ------------------------|---------|------------- | GPC_CONSUMER_SDS_URL | | [URL of the SDS FHIR API] | GPC_CONSUMER_SDS_APIKEY | | Secret key used to authenticate with the API -| GPC_SUPPLIER_ODS_CODE | | Supplier ODS code [see GP Connect Docs](https://developer.nhs.uk/apis/gpconnect-1-6-0/integration_spine_directory_service.html#looking-up-a-consumers-own-asid) +| GPC_SUPPLIER_ODS_CODE | | Supplier ODS code [see GP Connect Docs](https://digital.nhs.uk/services/gp-connect/develop-gp-connect-services/integrate-with-spine/spine-directory-service#looking-up-a-consumer-s-own-asid) [URL of the SDS FHIR API]: https://digital.nhs.uk/developer/api-catalogue/spine-directory-service-fhir#overview--environments-and-testing @@ -172,7 +172,7 @@ tests use the same variables as the application. The stateless GP Connect Consumer Adaptor does not use a database or a message queue. -The adaptor requires an [HSCN](https://digital.nhs.uk/services/health-and-social-care-network) network connection to use the [Spine Secure Proxy](https://developer.nhs.uk/apis/spine-core-1-0/ssp_overview.html). +The adaptor requires an [HSCN](https://digital.nhs.uk/services/health-and-social-care-network) network connection to use the [Spine Secure Proxy](https://digital.nhs.uk/services/gp-connect/develop-gp-connect-services/integrate-with-spine/spine-secure-proxy). The adaptor can access the [SDS FHIR API](https://digital.nhs.uk/developer/api-catalogue/spine-directory-service-fhir) over either the HSCN network or the public internet. From 2966420903f5855d3ccca5075eab144dbedff54e Mon Sep 17 00:00:00 2001 From: chiaramapellimt Date: Thu, 26 Mar 2026 16:02:53 +0000 Subject: [PATCH 2/4] Initial update from Readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 04a3f649..e568d766 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ The GP Connect Consumer Adaptor adheres to the GP Connect API specifications. We only support the two endpoints required for the GP2GP use case: -* Capability: [Migrate Structured Record](https://gpc-structured-1-5-0.netlify.app/accessrecord_structured.html) - * Endpoint: [Migrate a patient's structured record](https://developer.nhs.uk/apis/gpconnect-1-6-0/accessrecord_structured_development_migrate_patient_record.html) -* Capability: [Access Document](https://gpc-structured-1-5-0.netlify.app/access_documents.html) - * Endpoint: [Retrieve a document](https://gpc-structured-1-5-0.netlify.app/access_documents_development_retrieve_patient_documents.html) +* Capability: [Migrate Structured Record](https://gpc-structured-1-6-0.netlify.app/accessrecord_structured.html) + * Endpoint: [Migrate a patient's structured record](https://gpc-structured-1-6-0.netlify.app/accessrecord_structured_development_migrate_patient_record.html) +* Capability: [Access Document](https://gpc-structured-1-6-0.netlify.app/access_documents.html) + * Endpoint: [Retrieve a document](https://gpc-structured-1-6-0.netlify.app/access_documents_development_retrieve_patient_documents.html) ### Service Root URL @@ -106,7 +106,7 @@ adequate infrastructure and connections to external APIs. We provide several example configurations: -* `vars.public.sh` runs the adaptor with the [GP Connect public demonstrator](Docker image - https://developer.nhs.uk/apis/gpconnect-1-6-0/overview_release_notes_1_6_0.html) and the [SDS FHIR API sandbox](https://digital.nhs.uk/developer/guides-and-documentation/testing#sandbox-testing) +* `vars.public.sh` runs the adaptor with the [GP Connect public demonstrator](Docker image - https://developer.nhs.uk/apis/gpconnect-1-6-0/overview_release_notes_1_6_0.htmlh) and the [SDS FHIR API sandbox](https://digital.nhs.uk/developer/guides-and-documentation/testing#sandbox-testing) Edit `vars.local.sh` / `vars.public.sh` to add any missing values e.g. Spine certificates. From 8ac800efeed06e315c03ee865fef4fd8292685b1 Mon Sep 17 00:00:00 2001 From: chiaramapellimt Date: Fri, 27 Mar 2026 12:51:11 +0000 Subject: [PATCH 3/4] Initial update from Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e568d766..87340769 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ The GP Connect Consumer Adaptor allows a GP Connect Consumer to connect to a GP Connect Producer over Spine. The adaptor proxies GP Connect API requests to the correct GP Connect producer. It performs the - [Spine integration required to consume GP Connect capabilities](https://developer.nhs.uk/apis/gpconnect-1-6-0/integration_illustrated.html#spine-integration-required-to-consume-gp-connect-capabilities). + [Spine integration required to consume GP Connect capabilities](https://nhsconnect.github.io/FHIR-SpineCore/integration_example_gpconnect.html#spine-integration-required-to-consume-gp-connect-capabilities). ## Adaptor API From ac4cc5d2a641f3bdc4320022a7fec419ba20bdf1 Mon Sep 17 00:00:00 2001 From: chiaramapellimt Date: Fri, 27 Mar 2026 13:37:01 +0000 Subject: [PATCH 4/4] Initial update from Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87340769..925970f6 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ adequate infrastructure and connections to external APIs. We provide several example configurations: -* `vars.public.sh` runs the adaptor with the [GP Connect public demonstrator](Docker image - https://developer.nhs.uk/apis/gpconnect-1-6-0/overview_release_notes_1_6_0.htmlh) and the [SDS FHIR API sandbox](https://digital.nhs.uk/developer/guides-and-documentation/testing#sandbox-testing) +* `vars.public.sh` runs the adaptor with the [GP Connect public demonstrator](https://github.com/nhsconnect/gpconnect-demonstrator) and the [SDS FHIR API sandbox](https://digital.nhs.uk/developer/guides-and-documentation/testing#sandbox-testing) Edit `vars.local.sh` / `vars.public.sh` to add any missing values e.g. Spine certificates.