PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.subscriptions-backport@1.2.0-ballot
    http://hl7.org/fhir/uv/subscriptions-backport/OperationDefinition/backport-subscription-resend
{
  "description": "This operation is used to resend notifications that have been previously triggered by a topic-based Subscription in R4.",
  "_filename": "OperationDefinition-backport-subscription-resend.json",
  "package_name": "hl7.fhir.uv.subscriptions-backport",
  "date": "2020-11-30",
  "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": "SubscriptionResend",
  "type": "false",
  "experimental": null,
  "resourceType": "OperationDefinition",
  "title": "Subscription Resend Operation",
  "package_version": "1.2.0-ballot",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger": 0
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode": "trial-use"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode": "fhir"
  } ],
  "status": "active",
  "id": "0a2e3284-431a-4811-9969-9c63dfaa0ace",
  "resource": [ "Subscription" ],
  "affectsState": false,
  "kind": "operation",
  "url": "http://hl7.org/fhir/uv/subscriptions-backport/OperationDefinition/backport-subscription-resend",
  "code": "resend",
  "version": "1.2.0-ballot",
  "contact": [ {
    "name": "HL7 International / FHIR Infrastructure",
    "telecom": [ {
      "value": "http://www.hl7.org/Special/committees/fiwg",
      "system": "url"
    } ]
  }, {
    "name": "Gino Canessa",
    "telecom": [ {
      "value": "mailto:gino.canessa@microsoft.com",
      "system": "email"
    } ]
  } ],
  "parameter": [ {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "eventsSinceNumber",
    "type": "string",
    "documentation": "The starting event number, inclusive of this event (lower bound)."
  }, {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "eventsUntilNumber",
    "type": "string",
    "documentation": "The ending event number, inclusive of this event (upper bound)."
  }, {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "eventsSinceInstant",
    "type": "instant",
    "documentation": "The starting event date/time, inclusive of this instant (lower bound)."
  }, {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "eventsUntilInstant",
    "type": "instant",
    "documentation": "The ending event date/time, inclusive of this instant (upper bound)."
  }, {
    "max": "1",
    "min": 1,
    "use": "out",
    "name": "return",
    "type": "OperationOutcome",
    "documentation": "Outcome of this request."
  } ]
}