{ "description": "This operation is used to return the current status information about one or more topic-based Subscriptions.", "_filename": "OperationDefinition-Subscription-status.json", "package_name": "hl7.fhir.r6.examples", "date": "2025-04-01T12:16:37+11:00", "system": false, "publisher": "HL7 International / FHIR Infrastructure", "instance": true, "jurisdiction": [ { "coding": [ { "code": "001", "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "display": "World" } ] } ], "name": "Status", "type": "true", "experimental": "false", "resourceType": "OperationDefinition", "title": "Get Current Subscription Status for One or More Subscriptions", "package_version": "6.0.0-ballot3", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 2 }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "trial-use" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "fhir" } ], "status": "draft", "id": "796f4eff-970c-4c24-8c67-bad7d2c851e1", "resource": [ "Subscription" ], "affectsState": false, "kind": "operation", "url": "http://hl7.org/fhir/OperationDefinition/Subscription-status", "code": "status", "version": "6.0.0-ballot3", "contact": [ { "telecom": [ { "value": "http://hl7.org/fhir", "system": "url" }, { "value": "fhir@lists.hl7.org", "system": "email" } ] }, { "telecom": [ { "value": "http://www.hl7.org/Special/committees/fiwg", "system": "url" } ] } ], "parameter": [ { "max": "*", "min": 0, "use": "in", "name": "id", "type": "id", "scope": [ "type" ], "documentation": "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\")." }, { "max": "*", "min": 0, "use": "in", "name": "status", "type": "code", "scope": [ "type" ], "binding": { "strength": "required", "valueSet": "http://hl7.org/fhir/ValueSet/subscription-status|6.0.0-ballot3" }, "documentation": "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\")." }, { "max": "1", "min": 1, "use": "out", "name": "return", "type": "Bundle", "documentation": "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\"." } ] }