diff --git a/src/live-spine-client.ts b/src/live-spine-client.ts index 15f87b4b..08123549 100644 --- a/src/live-spine-client.ts +++ b/src/live-spine-client.ts @@ -263,7 +263,7 @@ export class LiveSpineClient implements SpineClient { "nhsd-request-id": inboundHeaders["nhsd-request-id"], "x-request-id": inboundHeaders["x-request-id"], "x-correlation-id": inboundHeaders["x-correlation-id"], - "SOAPAction": "urn:nhs:names:services:mmquery/PRESCRIPTIONSEARCH_SM01" + "SOAPAction": "urn:nhs:names:services:mmquery/PrescriptionSearchSyncAsync_1_0" } const partials: PrescriptionSearchPartials = { diff --git a/src/resources/prescription_search.ts b/src/resources/prescription_search.ts index 24cad83d..c0e884b9 100644 --- a/src/resources/prescription_search.ts +++ b/src/resources/prescription_search.ts @@ -3,7 +3,7 @@ export default ` uuid:{{messageGUID}} - urn:nhs:names:services:mmquery/PRESCRIPTIONSEARCH_SM01 + urn:nhs:names:services:mmquery/PrescriptionSearchSyncAsync_1_0 https://pds-sync.national.ncrs.nhs.uk/syncservice-pds/pds @@ -23,11 +23,11 @@ export default ` - + - + @@ -109,6 +109,6 @@ export default ` {{/mySiteOrganisation}} - + ` diff --git a/src/resources/prescription_search_sandbox.ts b/src/resources/prescription_search_sandbox.ts index 4f006e11..db9e787c 100644 --- a/src/resources/prescription_search_sandbox.ts +++ b/src/resources/prescription_search_sandbox.ts @@ -2,7 +2,7 @@ export default ` uuid:1234567890123456 - urn:nhs:names:services:mmquery/PRESCRIPTIONSEARCHRESPONSE_SM01 + urn:nhs:names:services:mmquery/PrescriptionSearchSyncAsync_1_0 https://mmquery.national.ncrs.nhs.uk/syncservice @@ -21,11 +21,11 @@ export default ` - + @@ -127,7 +127,7 @@ export default ` - + `