Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"part": [
{
"name": "event-type",
"valueString": "vrs-proxy-role-change-1"
"valueString": "vrs-proxy-role-changed-1"
},
{
"name": "source",
Expand Down
6 changes: 3 additions & 3 deletions specification/multicast-notification-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading