PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.subscriptions-backport@1.0.0
    http://hl7.org/fhir/uv/subscriptions-backport/OperationDefinition/backport-subscription-status
{
  "description": "This operation is used to return the current status information about one or more topic-based Subscriptions in R4.",
  "_filename": "OperationDefinition-backport-subscription-status.json",
  "package_name": "hl7.fhir.uv.subscriptions-backport",
  "date": "2020-11-30",
  "system": false,
  "publisher": "HL7 FHIR Infrastructure WG",
  "instance": true,
  "jurisdiction": [ {
    "coding": [ {
      "code": "001",
      "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "display": "World"
    } ]
  } ],
  "name": "R5SubscriptionStatus",
  "type": "true",
  "experimental": null,
  "resourceType": "OperationDefinition",
  "title": null,
  "package_version": "1.0.0",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger": 0
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode": "trial-use"
  } ],
  "status": "active",
  "id": "56e38f2d-409b-4794-8069-d86d6aefbf61",
  "resource": [ "Subscription" ],
  "affectsState": false,
  "kind": "operation",
  "url": "http://hl7.org/fhir/uv/subscriptions-backport/OperationDefinition/backport-subscription-status",
  "code": "status",
  "version": "1.0.0",
  "contact": [ {
    "name": "HL7 FHIR Infrastructure WG",
    "telecom": [ {
      "value": "https://hl7.org/Special/committees/fiwg",
      "system": "url"
    } ]
  }, {
    "name": "HL7 FHIR Infrastructure WG",
    "telecom": [ {
      "value": "https://hl7.org/Special/committees/fiwg",
      "system": "url"
    } ]
  }, {
    "name": "Gino Canessa",
    "telecom": [ {
      "value": "mailto:gino.canessa@microsoft.com",
      "system": "email"
    } ]
  }, {
    "name": "Eric Haas",
    "telecom": [ {
      "value": "mailto:ehaas@healthedatainc.com",
      "system": "email"
    } ]
  } ],
  "parameter": [ {
    "max": "*",
    "min": 0,
    "use": "in",
    "name": "id",
    "type": "id",
    "documentation": "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\")."
  }, {
    "max": "*",
    "min": 0,
    "use": "in",
    "name": "status",
    "type": "code",
    "documentation": "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\")."
  }, {
    "max": "1",
    "min": 1,
    "use": "out",
    "name": "return",
    "type": "Bundle",
    "documentation": "The operation returns a bundle containing one or more SubscriptionStatus resources, one per Subscription being queried. The Bundle type is \"searchset\"."
  } ]
}