This page is part of the Subscriptions R5 Backport (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "OperationDefinition",
"id" : "Backport-subscriptiontopic-list",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>R5SubscriptionTopicList</h2><p>OPERATION: R5SubscriptionTopicList</p><p>The official URL for this operation definition is: </p><pre>http://hl7.org/fhir/uv/subscriptions-backport/OperationDefinition/Backport-subscriptiontopic-list</pre><div><p>This operation is used to return the current list of R5 SubscriptionTopics in a Backported-R4 environment.</p>\n</div><p>URL: [base]/Subscription/$topic-list</p><p>Parameters</p><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>urls</td><td>0..*</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#uri\">uri</a></td><td/><td><div><p>If present, one or more parameters each containing exactly one Canonical SubscriptionTopic URL to search for.</p>\n</div></td></tr><tr><td>OUT</td><td>return</td><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/parameters.html\">Parameters</a></td><td/><td><div><p>The operation returns a Parameters resource compliant with the "backport-subscription-topic-list" profile, representing supported SubscriptionTopics for the server by their canonical URLs.</p>\n</div></td></tr></table></div>"
},
"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/uv/subscriptions-backport/OperationDefinition/Backport-subscriptiontopic-list",
"version" : "0.1.0",
"name" : "R5SubscriptionTopicList",
"status" : "active",
"kind" : "operation",
"date" : "2020-11-30",
"publisher" : "HL7 FHIR Infrastructure WG",
"contact" : [
{
"name" : "HL7 FHIR Infrastructure WG",
"telecom" : [
{
"system" : "url",
"value" : "https://hl7.org/Special/committees/fiwg/index.cfm"
}
]
},
{
"name" : "Gino Canessa",
"telecom" : [
{
"system" : "email",
"value" : "mailto:gino.canessa@microsoft.com"
}
]
},
{
"name" : "Eric Haas",
"telecom" : [
{
"system" : "email",
"value" : "mailto:ehaas@healthedatainc.com"
}
]
}
],
"description" : "This operation is used to return the current list of R5 SubscriptionTopics in a Backported-R4 environment.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"code" : "topic-list",
"resource" : [
"Subscription"
],
"system" : false,
"type" : true,
"instance" : false,
"parameter" : [
{
"name" : "urls",
"use" : "in",
"min" : 0,
"max" : "*",
"documentation" : "If present, one or more parameters each containing exactly one Canonical SubscriptionTopic URL to search for.",
"type" : "uri"
},
{
"name" : "return",
"use" : "out",
"min" : 1,
"max" : "1",
"documentation" : "The operation returns a Parameters resource compliant with the \"backport-subscription-topic-list\" profile, representing supported SubscriptionTopics for the server by their canonical URLs.",
"type" : "Parameters"
}
]
}