Skip to content

Commit 6aef934

Browse files
Merge pull request #56 from NHSDigital/NPA-2500_Incorrect_Sandbox_Response
NPA-2500 Fix Sandbox Full URL
2 parents e78d2a1 + 5cff7fc commit 6aef934

File tree

8 files changed

+919
-2882
lines changed

8 files changed

+919
-2882
lines changed

package-lock.json

Lines changed: 698 additions & 2663 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

poetry.lock

Lines changed: 114 additions & 113 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sandbox/api/responses/GET_RelatedPerson/identifier.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"entry": [
33
{
4-
"fullUrl": "https://internal-dev.api.service.nhs.uk/validated-relationships/FHIR/R4/RelatedPerson/ABCD1234",
4+
"fullUrl": "https://sandbox.api.service.nhs.uk/validated-relationships/FHIR/R4/RelatedPerson/ABCD1234",
55
"resource": {
66
"id": "ABCD1234",
77
"identifier": [

sandbox/api/responses/GET_RelatedPerson/identifier_and_patient_identifier.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"entry": [
33
{
4-
"fullUrl": "https://internal-dev.api.service.nhs.uk/validated-relationships/FHIR/R4/RelatedPerson/BE974742",
4+
"fullUrl": "https://sandbox.api.service.nhs.uk/validated-relationships/FHIR/R4/RelatedPerson/BE974742",
55
"resource": {
66
"id": "BE974742",
77
"identifier": [
@@ -33,7 +33,7 @@
3333
"search": { "mode": "match" }
3434
},
3535
{
36-
"fullUrl": "https://internal-dev.api.service.nhs.uk/validated-relationships/FHIR/R4/RelatedPerson/A3CC67E2",
36+
"fullUrl": "https://sandbox.api.service.nhs.uk/validated-relationships/FHIR/R4/RelatedPerson/A3CC67E2",
3737
"resource": {
3838
"id": "A3CC67E2",
3939
"identifier": [

sandbox/api/responses/GET_RelatedPerson/identifier_and_patient_identifier_include.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"entry": [
33
{
4-
"fullUrl": "https://internal-dev.api.service.nhs.uk/validated-relationships/FHIR/R4/Patient/3456789101",
4+
"fullUrl": "https://sandbox.api.service.nhs.uk/validated-relationships/FHIR/R4/Patient/3456789101",
55
"resource": {
66
"id": "3456789101",
77
"birthDate": "2017-09-23",
@@ -26,7 +26,7 @@
2626
"search": { "mode": "include" }
2727
},
2828
{
29-
"fullUrl": "https://internal-dev.api.service.nhs.uk/validated-relationships/FHIR/R4/RelatedPerson/BE974742",
29+
"fullUrl": "https://sandbox.api.service.nhs.uk/validated-relationships/FHIR/R4/RelatedPerson/BE974742",
3030
"resource": {
3131
"id": "BE974742",
3232
"identifier": [
@@ -58,7 +58,7 @@
5858
"search": { "mode": "match" }
5959
},
6060
{
61-
"fullUrl": "https://internal-dev.api.service.nhs.uk/validated-relationships/FHIR/R4/Patient/5678910123",
61+
"fullUrl": "https://sandbox.api.service.nhs.uk/validated-relationships/FHIR/R4/Patient/5678910123",
6262
"resource": {
6363
"id": "5678910123",
6464
"birthDate": "2018-04-27",
@@ -83,7 +83,7 @@
8383
"search": { "mode": "include" }
8484
},
8585
{
86-
"fullUrl": "https://internal-dev.api.service.nhs.uk/validated-relationships/FHIR/R4/RelatedPerson/A3CC67E2",
86+
"fullUrl": "https://sandbox.api.service.nhs.uk/validated-relationships/FHIR/R4/RelatedPerson/A3CC67E2",
8787
"resource": {
8888
"id": "A3CC67E2",
8989
"identifier": [

sandbox/api/responses/GET_RelatedPerson/identifier_include.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"entry": [
33
{
4-
"fullUrl": "https://internal-dev.api.service.nhs.uk/validated-relationships/FHIR/R4/Patient/0987654321",
4+
"fullUrl": "https://sandbox.api.service.nhs.uk/validated-relationships/FHIR/R4/Patient/0987654321",
55
"resource": {
66
"id": "0987654321",
77
"birthDate": "2014-09-21",
@@ -26,7 +26,7 @@
2626
"search": { "mode": "include" }
2727
},
2828
{
29-
"fullUrl": "https://internal-dev.api.service.nhs.uk/validated-relationships/FHIR/R4/RelatedPerson/ABCD1234",
29+
"fullUrl": "https://sandbox.api.service.nhs.uk/validated-relationships/FHIR/R4/RelatedPerson/ABCD1234",
3030
"resource": {
3131
"id": "ABCD1234",
3232
"identifier": [

sandbox/poetry.lock

Lines changed: 97 additions & 96 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/validated-relationships-service-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ info:
139139
url: 'https://digital.nhs.uk/developer/help-and-support'
140140
141141
servers:
142-
- url: 'https://internal-dev-sandbox.api.service.nhs.uk/validated-relationships-service-api/FHIR/R4'
142+
- url: 'https://sandbox.api.service.nhs.uk/validated-relationships-service-api/FHIR/R4'
143143
description: Sandbox environment.
144144
- url: 'https://int.api.service.nhs.uk/validated-relationships/FHIR/R4'
145145
description: Integration test environment.

0 commit comments

Comments
 (0)