diff --git a/signal-schemas/examples/vrs-proxy-role-change-1/signal.json b/signal-schemas/examples/vrs-proxy-role-changed-1/signal.json similarity index 97% rename from signal-schemas/examples/vrs-proxy-role-change-1/signal.json rename to signal-schemas/examples/vrs-proxy-role-changed-1/signal.json index 5050116..d74f48c 100644 --- a/signal-schemas/examples/vrs-proxy-role-change-1/signal.json +++ b/signal-schemas/examples/vrs-proxy-role-changed-1/signal.json @@ -53,7 +53,7 @@ "part": [ { "name": "event-type", - "valueString": "vrs-proxy-role-change-1" + "valueString": "vrs-proxy-role-changed-1" }, { "name": "source", diff --git a/specification/multicast-notification-service.yaml b/specification/multicast-notification-service.yaml index 52f1256..5380385 100644 --- a/specification/multicast-notification-service.yaml +++ b/specification/multicast-notification-service.yaml @@ -220,13 +220,13 @@ paths: filtering: patient_ods_code: 'M7Z0J' proxy_ods_code: 'M7Z0J' - vrs-proxy-role-change-1: - description: "Create a proxy role change event" + vrs-proxy-role-changed-1: + description: "Create a proxy role changed event" value: specversion: '1.0' id: 501c6aea-aff2-4431-b98e-1bf59192b045 source: uk.nhs.validated-relationships-service - type: vrs-proxy-role-change-1 + type: vrs-proxy-role-changed-1 time: '2020-06-01T13:00:00Z' dataref: https://api.service.nhs.uk/validated-relationships/FHIR/R4/Consent/ecc32c41 subject: '9730676240' diff --git a/specification/requestBody/create-or-update-subscription-body.yaml b/specification/requestBody/create-or-update-subscription-body.yaml index 2b1eb23..b26da4e 100644 --- a/specification/requestBody/create-or-update-subscription-body.yaml +++ b/specification/requestBody/create-or-update-subscription-body.yaml @@ -110,14 +110,14 @@ content: type: "message" endpoint: "arn:aws:sqs:eu-west-2:123456789012:queue1" payload: "application/json" - vrsProxyRoleChangeSubscription: - description: "VRS proxy role change" + vrsProxyRoleChangedSubscription: + description: "VRS proxy role changed" value: resourceType: "Subscription" status: "requested" end: "2022-04-05T17:31:00.000Z" reason: "Business process A" - criteria: "eventType=vrs-proxy-role-change-1" + criteria: "eventType=vrs-proxy-role-changed-1" channel: type: "message" endpoint: "arn:aws:sqs:eu-west-2:123456789012:queue1"