Skip to content

Commit

Permalink
Merge pull request #56 from NHSDigital/NPA-2500_Incorrect_Sandbox_Res…
Browse files Browse the repository at this point in the history
…ponse

NPA-2500 Fix Sandbox Full URL
  • Loading branch information
chris-young-12-nhs authored Apr 26, 2024
2 parents e78d2a1 + 5cff7fc commit 6aef934
Show file tree
Hide file tree
Showing 8 changed files with 919 additions and 2,882 deletions.
3,361 changes: 698 additions & 2,663 deletions package-lock.json

Large diffs are not rendered by default.

227 changes: 114 additions & 113 deletions poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sandbox/api/responses/GET_RelatedPerson/identifier.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"entry": [
{
"fullUrl": "https://internal-dev.api.service.nhs.uk/validated-relationships/FHIR/R4/RelatedPerson/ABCD1234",
"fullUrl": "https://sandbox.api.service.nhs.uk/validated-relationships/FHIR/R4/RelatedPerson/ABCD1234",
"resource": {
"id": "ABCD1234",
"identifier": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"entry": [
{
"fullUrl": "https://internal-dev.api.service.nhs.uk/validated-relationships/FHIR/R4/RelatedPerson/BE974742",
"fullUrl": "https://sandbox.api.service.nhs.uk/validated-relationships/FHIR/R4/RelatedPerson/BE974742",
"resource": {
"id": "BE974742",
"identifier": [
Expand Down Expand Up @@ -33,7 +33,7 @@
"search": { "mode": "match" }
},
{
"fullUrl": "https://internal-dev.api.service.nhs.uk/validated-relationships/FHIR/R4/RelatedPerson/A3CC67E2",
"fullUrl": "https://sandbox.api.service.nhs.uk/validated-relationships/FHIR/R4/RelatedPerson/A3CC67E2",
"resource": {
"id": "A3CC67E2",
"identifier": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"entry": [
{
"fullUrl": "https://internal-dev.api.service.nhs.uk/validated-relationships/FHIR/R4/Patient/3456789101",
"fullUrl": "https://sandbox.api.service.nhs.uk/validated-relationships/FHIR/R4/Patient/3456789101",
"resource": {
"id": "3456789101",
"birthDate": "2017-09-23",
Expand All @@ -26,7 +26,7 @@
"search": { "mode": "include" }
},
{
"fullUrl": "https://internal-dev.api.service.nhs.uk/validated-relationships/FHIR/R4/RelatedPerson/BE974742",
"fullUrl": "https://sandbox.api.service.nhs.uk/validated-relationships/FHIR/R4/RelatedPerson/BE974742",
"resource": {
"id": "BE974742",
"identifier": [
Expand Down Expand Up @@ -58,7 +58,7 @@
"search": { "mode": "match" }
},
{
"fullUrl": "https://internal-dev.api.service.nhs.uk/validated-relationships/FHIR/R4/Patient/5678910123",
"fullUrl": "https://sandbox.api.service.nhs.uk/validated-relationships/FHIR/R4/Patient/5678910123",
"resource": {
"id": "5678910123",
"birthDate": "2018-04-27",
Expand All @@ -83,7 +83,7 @@
"search": { "mode": "include" }
},
{
"fullUrl": "https://internal-dev.api.service.nhs.uk/validated-relationships/FHIR/R4/RelatedPerson/A3CC67E2",
"fullUrl": "https://sandbox.api.service.nhs.uk/validated-relationships/FHIR/R4/RelatedPerson/A3CC67E2",
"resource": {
"id": "A3CC67E2",
"identifier": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"entry": [
{
"fullUrl": "https://internal-dev.api.service.nhs.uk/validated-relationships/FHIR/R4/Patient/0987654321",
"fullUrl": "https://sandbox.api.service.nhs.uk/validated-relationships/FHIR/R4/Patient/0987654321",
"resource": {
"id": "0987654321",
"birthDate": "2014-09-21",
Expand All @@ -26,7 +26,7 @@
"search": { "mode": "include" }
},
{
"fullUrl": "https://internal-dev.api.service.nhs.uk/validated-relationships/FHIR/R4/RelatedPerson/ABCD1234",
"fullUrl": "https://sandbox.api.service.nhs.uk/validated-relationships/FHIR/R4/RelatedPerson/ABCD1234",
"resource": {
"id": "ABCD1234",
"identifier": [
Expand Down
193 changes: 97 additions & 96 deletions sandbox/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion specification/validated-relationships-service-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ info:
url: 'https://digital.nhs.uk/developer/help-and-support'
email: [email protected]
servers:
- url: 'https://internal-dev-sandbox.api.service.nhs.uk/validated-relationships-service-api/FHIR/R4'
- url: 'https://sandbox.api.service.nhs.uk/validated-relationships-service-api/FHIR/R4'
description: Sandbox environment.
- url: 'https://int.api.service.nhs.uk/validated-relationships/FHIR/R4'
description: Integration test environment.
Expand Down

0 comments on commit 6aef934

Please sign in to comment.