FHIR IG analytics| Package | hl7.fhir.us.physical-activity |
| Resource Type | Subscription |
| Id | Subscription-ExampleSubscriptionWebhook.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Subscription
Resource Subscription "ExampleSubscriptionWebhook"
status: requested
reason: Allow monitoring of Tasks created by this organization
criteria: http://hl7.org/fhir/us/sdoh-clinicalcare/SubscriptionTopic/Task
| Type | Endpoint | Payload |
| rest-hook | https://example.org/sub-notify/644c53f4-0dee-40bd-b2df-914b66ef43e6 | application/fhir+json |
{
"resourceType": "Subscription",
"id": "ExampleSubscriptionWebhook",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "requested",
"reason": "Allow monitoring of Tasks created by this organization",
"criteria": "http://hl7.org/fhir/us/sdoh-clinicalcare/SubscriptionTopic/Task",
"_criteria": {
"extension": [
{
"url": "http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-filter-criteria",
"valueString": "Task?requester=Organization/1"
}
]
},
"channel": {
"type": "rest-hook",
"endpoint": "https://example.org/sub-notify/644c53f4-0dee-40bd-b2df-914b66ef43e6",
"payload": "application/fhir+json",
"_payload": {
"extension": [
{
"url": "http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-payload-content",
"valueCode": "id-only"
}
]
}
}
}