FHIR IG analytics| Package | hl7.fhir.us.physical-activity |
| Resource Type | Subscription |
| Id | Subscription-ExampleSubscriptionEmail.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 "ExampleSubscriptionEmail"
status: requested
reason: Allow monitoring of Tasks created for this Practitioner
criteria: http://hl7.org/fhir/us/sdoh-clinicalcare/SubscriptionTopic/Task
| Type | Endpoint | Payload |
| drfit@goodhealthgym.example.org | application/fhir+json |
{
"resourceType": "Subscription",
"id": "ExampleSubscriptionEmail",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "requested",
"reason": "Allow monitoring of Tasks created for this Practitioner",
"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?owner=PractitionerRole/2"
}
]
},
"channel": {
"type": "email",
"endpoint": "mailto:drfit@goodhealthgym.example.org",
"payload": "application/fhir+json",
"_payload": {
"extension": [
{
"url": "http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-payload-content",
"valueCode": "empty"
}
]
}
}
}