diff --git a/bruno/gateway-api/collections/Steel_Thread/Access_Structured_Record.bru b/bruno/gateway-api/collections/Steel_Thread/Access_Structured_Record.bru index 4748fd5c..73ec9f2a 100644 --- a/bruno/gateway-api/collections/Steel_Thread/Access_Structured_Record.bru +++ b/bruno/gateway-api/collections/Steel_Thread/Access_Structured_Record.bru @@ -18,7 +18,7 @@ body:json { "name": "patientNHSNumber", "valueIdentifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", - "value": "9999999999" + "value": "{{nhs_number}}" } } ] diff --git a/bruno/gateway-api/collections/Steel_Thread/collection.bru b/bruno/gateway-api/collections/Steel_Thread/collection.bru index b7acd019..5785e606 100644 --- a/bruno/gateway-api/collections/Steel_Thread/collection.bru +++ b/bruno/gateway-api/collections/Steel_Thread/collection.bru @@ -1,6 +1,6 @@ headers { - Ssp-TraceID: test-teace-id - ODS-from: test-ods-code + Ssp-TraceID: d525685c-1baf-41f0-952b-9c588a83ec96 + ODS-from: S44444 } auth { diff --git a/bruno/gateway-api/collections/Steel_Thread/environments/PR_Proxy.bru b/bruno/gateway-api/collections/Steel_Thread/environments/PR_Proxy.bru index 97f41ead..c8dee33a 100644 --- a/bruno/gateway-api/collections/Steel_Thread/environments/PR_Proxy.bru +++ b/bruno/gateway-api/collections/Steel_Thread/environments/PR_Proxy.bru @@ -2,4 +2,5 @@ vars { base_url: https://{{apigee_env}}.api.service.nhs.uk/{{proxy_base_path}} apigee_env: internal-dev proxy_base_path: clinical-data-gateway-api-poc-pr-{{process.env.PR_NUMBER}} + nhs_number: 9999999999 } diff --git a/bruno/gateway-api/collections/Steel_Thread/environments/local.bru b/bruno/gateway-api/collections/Steel_Thread/environments/local.bru index a7ecabd5..fbb5478e 100644 --- a/bruno/gateway-api/collections/Steel_Thread/environments/local.bru +++ b/bruno/gateway-api/collections/Steel_Thread/environments/local.bru @@ -1,3 +1,4 @@ vars { base_url: http://localhost:5000 + nhs_number: 9999999999 } diff --git a/bruno/gateway-api/collections/Steel_Thread/environments/localOrangeBox.bru b/bruno/gateway-api/collections/Steel_Thread/environments/localOrangeBox.bru new file mode 100644 index 00000000..374c455c --- /dev/null +++ b/bruno/gateway-api/collections/Steel_Thread/environments/localOrangeBox.bru @@ -0,0 +1,4 @@ +vars { + base_url: http://localhost:5000 + nhs_number: 9690937278 +}