type: operationresource: Subscriptionoperation: status
subscription $status
Get Current Subscription Status for One or More Subscriptions
Description: This operation is used to get current status information about one or more topic-based Subscriptions, each described by a SubscriptionStatus resource.
Affects State: false
System: false
Type: true
Instance: true
URL: http://hl7.org/fhir/build/OperationDefinition/Subscription-status
Parameters
- id [in] 0..* id — At the Instance level, this parameter is ignored. At the Resource level, one or more FHIR ids to Subscription resources to get status information for. In the absence of any specified ids, the server returns the status for all Subscriptions available to the caller. Multiple values are joined via OR (e.g., "id1" OR "id2").
- status [in] 0..* code — At the Instance level, this parameter is ignored. At the Resource level, a Subscription status code to filter by (e.g., "active"). In the absence of any specified status values, the server does not filter contents based on the status. Multiple values are joined via OR (e.g., "error" OR "off").
- return [out] 1..1 Bundle — The operation returns a bundle containing zero or more SubscriptionStatus resources, one per Subscription in the request that was found. The Bundle type is "searchset".