Physical Activity Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/physical-activity/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Bundle",
"id" : "ExampleSubscriptionBundleWithIds",
"type" : "history",
"entry" : [
{
"fullUrl" : "urn:uuid:33d202b6-df23-43fd-b190-d150dca8dd14",
"resource" : {
"resourceType" : "Parameters",
"id" : "ExampleSubscriptionStatusWithIds",
"parameter" : [
{
"name" : "subscription",
"valueReference" : {
🔗 "reference" : "Subscription/ExampleSubscriptionWebhook"
}
},
{
"name" : "topic",
"valueCanonical" : "http://hl7.org/fhir/us/sdoh-clinicalcare/SubscriptionTopic/Task"
},
{
"name" : "status",
"valueCode" : "active"
},
{
"name" : "type",
"valueCode" : "event-notification"
},
{
"name" : "events-since-subscription-start",
"valueString" : "287"
},
{
"name" : "notification-event",
"part" : [
{
"name" : "event-number",
"valueString" : "288"
},
{
"name" : "timestamp",
"valueInstant" : "2022-06-17T14:38:55.8826-05:00"
},
{
"name" : "focus",
"valueReference" : {
🔗 "reference" : "Task/ExampleFulfillmentTask"
}
},
{
"name" : "additional-context",
"valueReference" : {
"reference" : "http://example.org/fhir/Patient/1",
"display" : "Example Patient"
}
}
]
}
]
},
"request" : {
"method" : "GET",
"url" : "https://example.org/fhir/Subscription/ExampleSubscriptionWebhook/$status"
},
"response" : {
"status" : "200"
}
}
]
}