This is Snapshot #3 for FHIR R5, released to support Connectathon 32. For a full list of available versions, see the Directory of published versions.
FHIR Infrastructure Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Not linked to any defined compartments |
This is the narrative for the resource. See also the XML, JSON or Turtle format.
Note that this is the formal definition for the status operation as an OperationDefinition on Subscription. See the Operation documentation
URL: [base]/Subscription/$status
URL: [base]/Subscription/[id]/$status
Parameters
Use | Name | Cardinality | Type | Binding | Documentation |
IN | id | 0..* | id | At the Instance level, this parameter is ignored. At the Resource level, one or more parameters containing a FHIR id for a Subscription 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"). | |
IN | status | 0..* | code | At the Instance level, this parameter is ignored. At the Resource level, a Subscription status 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"). | |
OUT | return | 1..1 | Bundle | The operation returns a bundle containing one or more SubscriptionStatus resources, one per Subscription being queried. The Bundle type is "searchset". |
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.