Skip to content
Open
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
83 changes: 83 additions & 0 deletions signal-schemas/examples/vrs-proxy-role-deleted-1/signal.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
{
"resourceType": "Bundle",
"id": "898cc706-9156-4d67-941a-b37ca9a85861",
"type": "history",
"timestamp": "2026-02-27T11:47:12.157887+00:00",
"entry": [
{
"fullUrl": "urn:uuid:212513f9-694d-4735-a9c7-8dca94fea66b",
"resource": {
"resourceType": "Parameters",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-subscription-status-r4"
]
},
"id": "212513f9-694d-4735-a9c7-8dca94fea66b",
"parameter": [
{
"name": "subscription",
"valueReference": {
"reference": "https://api.service.nhs.uk/multicast-notification-service/subscriptions"
}
},
{
"name": "status",
"valueCode": "active"
},
{
"name": "type",
"valueCode": "event-notification"
},
{
"name": "notification-event",
"part": [
{
"name": "event-number",
"valueString": "1"
},
{
"name": "timestamp",
"valueInstant": "2026-02-27T11:47:12.157887+00:00"
},
{
"name": "focus",
"valueReference": {
"reference": "https://api.service.nhs.uk/validated-relationships/FHIR/R4/Consent/ecc32c41"
}
}
]
},
{
"name": "additional-context",
"part": [
{
"name": "event-type",
"valueString": "vrs-proxy-role-deleted-1"
},
{
"name": "source",
"valueUri": "uk.nhs.validated-relationships-service"
},
{
"name": "subject",
"valueReference": {
"identifier": {
"value": "9912003888"
}
}
}
]
}
]
},
"request": {
"method": "GET",
"url": "https://api.service.nhs.uk/multicast-notification-service/subscriptions"
},
"response": {
"status": "200"
}
}
]
}
16 changes: 16 additions & 0 deletions specification/multicast-notification-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,19 @@ paths:
subject: '9730676240'
filtering:
gppractice: 'XY11'
vrs-proxy-role-deleted-1:
description: "Create a proxy role deleted event"
value:
specversion: '1.0'
id: 898cc706-9156-4d67-941a-b37ca9a85861
source: uk.nhs.validated-relationships-service
type: vrs-proxy-role-deleted-1
time: '2020-06-01T13:00:00Z'
dataref: https://api.service.nhs.uk/validated-relationships/FHIR/R4/Consent/ecc32c41
subject: '9730676240'
filtering:
patient_ods_code: 'M7Z0J'
proxy_ods_code: 'M7Z0J'
vrs-proxy-role-change-1:
description: "Create a proxy role change event"
value:
Expand All @@ -217,6 +230,9 @@ paths:
time: '2020-06-01T13:00:00Z'
dataref: https://api.service.nhs.uk/validated-relationships/FHIR/R4/Consent/ecc32c41
subject: '9730676240'
filtering:
patient_ods_code: 'M7Z0J'
proxy_ods_code: 'M7Z0J'
pds-record-change-2:
description: "Create a PDS record change event"
value:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,19 @@ content:
type: "message"
endpoint: "arn:aws:sqs:eu-west-2:123456789012:queue1"
payload: "application/json"
proxyRoleChangeSubscription:
vrsProxyRoleChangeDeletedSubscription:
description: "VRS proxy role deleted"
value:
resourceType: "Subscription"
status: "requested"
end: "2022-04-05T17:31:00.000Z"
reason: "Business process A"
criteria: "eventType=vrs-proxy-role-deleted-1"
channel:
type: "message"
endpoint: "arn:aws:sqs:eu-west-2:123456789012:queue1"
payload: "application/json"
vrsProxyRoleChangeSubscription:
description: "VRS proxy role change"
value:
resourceType: "Subscription"
Expand Down
Loading