PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.subscriptions-backport.r4b@1.1.0
    http://hl7.org/fhir/uv/subscriptions-backport/OperationDefinition/backport-subscription-events
{
  "description": "This operation is used to search for and return notifications that have been previously triggered by a topic-based Subscription in R4.",
  "_filename": "OperationDefinition-backport-subscription-events.json",
  "package_name": "hl7.fhir.uv.subscriptions-backport.r4b",
  "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": "R5SubscriptionEvents",
  "type": "false",
  "experimental": null,
  "resourceType": "OperationDefinition",
  "title": null,
  "package_version": "1.1.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": "8c693238-28c8-47f7-a4f5-9daa25113b33",
  "resource": [ "Subscription" ],
  "affectsState": false,
  "kind": "operation",
  "url": "http://hl7.org/fhir/uv/subscriptions-backport/OperationDefinition/backport-subscription-events",
  "code": "events",
  "version": "1.1.0",
  "contact": [ {
    "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": "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": "content",
    "type": "code",
    "documentation": "Requested content style of returned data. Codes from backport-content-value-set (e.g., empty, id-only, full-resource). This is a hint to the server what a client would prefer, and MAY be ignored."
  }, {
    "max": "1",
    "min": 1,
    "use": "out",
    "name": "return",
    "type": "Bundle",
    "documentation": "The operation returns a valid notification bundle, with the first entry being the subscription status information resource. The bundle type is \"history\"."
  } ]
}