Publication Build: This will be filled in by the publication tooling
: Parameters (Subscription Status) - Task with no Ids - JSON Representation
Raw json | Download
{
"resourceType" : "Parameters",
"id" : "ExampleSubscriptionStatusWithNoIds",
"parameter" : [
{
"name" : "subscription",
"valueReference" : {
"reference" : "Subscription/ExampleSubscriptionEmail"
}
},
{
"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" : "7"
}
]
}