FHIR IG analytics| Package | fhir.argonaut.scheduling |
| Resource Type | Subscription |
| Id | Subscription-example.json |
| FHIR Version | R3 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative with Details
id: example
meta:
status: active
reason: Notify subscriber of schedule changes to trigger the subscriber prefetch updated slots
criteria:
| - | Extension | Type | Endpoint | Payload |
| * | rest-hook | https://feed-handler.com/notification | application/fhir+json |
{
"resourceType": "Subscription",
"id": "example",
"meta": {
"profile": [
"http://fhir.org/guides/argonaut-scheduling/StructureDefinition/argo-sub-notif"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"reason": "Notify subscriber of schedule changes to trigger the subscriber prefetch updated slots",
"_criteria": {
"extension": [
{
"url": "http://fhir.org/guides/argonaut-scheduling/StructureDefinition/extension-subscription-triggerevent",
"valueString": "schedule where any slot that reference it has changed"
},
{
"url": "http://fhir.org/guides/argonaut-scheduling/StructureDefinition/extension-subscription-eventfocus",
"valueCode": "Slot"
}
]
},
"channel": {
"extension": [
{
"url": "http://fhir.org/guides/argonaut-scheduling/StructureDefinition/extension-subscription-payloadprofile",
"valueUri": "http://fhir.org/guides/argonaut-scheduling/StructureDefinition/argo-sched-notif"
}
],
"type": "rest-hook",
"endpoint": "https://feed-handler.com/notification",
"payload": "application/fhir+json"
}
}