PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r5.examples@4.6.0
    http://hl7.org/fhir/OperationDefinition/Subscription-status
{
  "description": "This operation is used to return the current SubscriptionStatus information about one or more Subscriptions.",
  "_filename": "operation-subscription-status.json",
  "package_name": "hl7.fhir.r5.examples",
  "date": "2021-05-03T21:59:52+10:00",
  "system": false,
  "publisher": "HL7 (FHIR Project)",
  "instance": true,
  "name": "status",
  "type": "true",
  "experimental": null,
  "resourceType": "OperationDefinition",
  "title": "Get Current Subscription Status for One or More Subscriptions",
  "package_version": "4.6.0",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger": 2
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode": "trial-use"
  } ],
  "status": "draft",
  "id": "577630a7-57ed-4895-a6dd-882d558d2b8c",
  "resource": [ "Subscription" ],
  "affectsState": false,
  "kind": "operation",
  "url": "http://hl7.org/fhir/OperationDefinition/Subscription-status",
  "code": "status",
  "version": "4.6.0",
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/fhir",
      "system": "url"
    }, {
      "value": "fhir@lists.hl7.org",
      "system": "email"
    } ]
  } ],
  "parameter": [ {
    "max": "*",
    "min": 0,
    "use": "in",
    "name": "ids",
    "type": "id",
    "documentation": "At the Resource level, one or more parameters containing one or more comma-delimited FHIR ids of Subscriptions to get status information for.  In the absense of any specified ids, the server returns the status for all Subscriptions available to the caller.  At the Instance level, this parameter is ignored."
  }, {
    "max": "1",
    "min": 1,
    "use": "out",
    "name": "return",
    "type": "Bundle",
    "documentation": "The bundle type is \"searchset\""
  } ]
}