This page is part of the U.S. Physical Activity IG (v1.0.0: STU 1.0) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: Bundle 'Subscription Notification' - Task - completed - Scenario 3 - JSON Representation
Raw json | Download
{
"resourceType" : "Bundle",
"id" : "Scen3NotificationCompletedTaskBundle",
"type" : "history",
"entry" : [
{
"fullUrl" : "http://example.org/fhir/Parameters/Scen3Parameters2",
"resource" : {
"resourceType" : "Parameters",
"id" : "Scen3Parameters2",
"parameter" : [
{
"name" : "subscription",
"valueReference" : {
"reference" : "Subscription/Scen3SubscriptionEhr"
}
},
{
"name" : "topic",
"valueCanonical" : "http://hl7.org/fhir/us/sdoh-clinicalcare/SubscriptionTopic/Task"
},
{
"name" : "status",
"valueCode" : "active"
},
{
"name" : "type",
"valueCode" : "event-notification"
},
{
"name" : "notification-event",
"part" : [
{
"name" : "event-number",
"valueString" : "11676"
},
{
"name" : "focus",
"valueReference" : {
"reference" : "Task/Scen3TaskYMCAV3"
}
}
]
}
]
},
"request" : {
"method" : "GET",
"url" : "https://mainClinic.example.org/fhir/Subscription/Scen3SubscriptionEhr/$status"
},
"response" : {
"status" : "200"
}
}
]
}