Subscriptions R5 Backport - Local Development build (v0.1.0). See the Directory of published versions
<CapabilityStatement xmlns="http://hl7.org/fhir">
<id value="backport-subscription-server"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><h2 id="title">Backport Subscription Server Capability Statement</h2><ul><li>Implementation Guide Version: 0.1.1</li><li>FHIR Version: 4.0.1</li><li>Supported formats: xml, json</li><li>Published: 2020-11-30</li><li>Published by: HL7 FHIR Infrastructure WG</li></ul><p>Example CapabilityStatement describing the expected capabilities of a FHIR Server supporting backported R5 Subscriptions.</p><h3 id="behavior">FHIR RESTful Capabilities</h3><h3 id="resource--details" class="no_toc">RESTful Capabilities by Resource/Profile:</h3><p><strong>Summary of Search Criteria</strong></p><table class="grid"><thead><tr><th>Resource Type</th><th>Supported Profiles</th><th>Supported Searches</th><th>Supported <code>_includes</code></th><th>Supported <code>_revincludes</code></th><th>Supported Operations</th></tr></thead><tbody><tr><td><a href="#subscriptiontopic">SubscriptionTopic</a></td><td/><td>url, title, resource</td><td/><td/><td/></tr><tr><td><a href="#subscription">Subscription</a></td><td><a href="StructureDefinition-backport-subscription.html">Backported R5 Subscription</a></td><td/><td/><td/><td>$status, $events, $get-ws-binding-token</td></tr></tbody></table><h4 id="subscription" class="no_toc">Subscription</h4><p>Conformance Expectation: <strong>SHALL</strong></p><p>Supported Profiles: <a href="StructureDefinition-backport-subscription.html">Backported R5 Subscription</a></p><p>Profile Interaction Summary:</p><ul/><p>Operation Summary:</p><ul><li><strong>SHALL</strong> support the <a href="OperationDefinition-backport-subscription-status.html">$status</a> operation</li><li><strong>MAY</strong> support the <a href="OperationDefinition-backport-subscription-events.html">$events</a> operation, <a href="OperationDefinition-backport-subscription-get-ws-binding-token.html">$get-ws-binding-token</a> operation</li></ul><p>Fetch and Search Criteria:</p><ul><li>A Server <strong>SHALL</strong> be capable of returning Subscription resources using: <code class="highlighter-rouge">GET [base]/Subscription</code></li><li>A Server <strong>SHALL</strong> be capable of returning a Subscription resource using: <code class="highlighter-rouge">GET [base]/Subscription/[id]</code></li><li>A Server <strong>SHALL</strong> be capable of removing a Subscription resource using: <code class="highlighter-rouge">DELETE [base]/Subscription/[id]</code></li><li>A Server <strong>SHALL</strong> be capable of returning SubscriptionTopic resources using: <code class="highlighter-rouge">GET [base]/SubscriptionTopic</code></li><li>A Server <strong>SHALL</strong> be capable of returning a SubscriptionTopic resource using: <code class="highlighter-rouge">GET [base]/SubscriptionTopic/[id]</code></li></ul></div>
</text>
<url
value="http://hl7.org/fhir/uv/subscriptions-backport/CapabilityStatement/backport-subscription-server"/>
<version value="0.1.0"/>
<name value="BackportSubscriptionCapabilityStatement"/>
<status value="active"/>
<date value="2020-11-30"/>
<publisher value="HL7 FHIR Infrastructure WG"/>
<contact>
<name value="HL7 FHIR Infrastructure WG"/>
<telecom>
<system value="url"/>
<value value="https://hl7.org/Special/committees/fiwg/index.cfm"/>
</telecom>
</contact>
<contact>
<name value="Gino Canessa"/>
<telecom>
<system value="email"/>
<value value="mailto:gino.canessa@microsoft.com"/>
</telecom>
</contact>
<contact>
<name value="Eric Haas"/>
<telecom>
<system value="email"/>
<value value="mailto:ehaas@healthedatainc.com"/>
</telecom>
</contact>
<description
value="CapabilityStatement describing the minimal required capabilities of a FHIR Server supporting backported R5 Subscriptions."/>
<jurisdiction>
<coding>
<system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
<code value="001"/>
<display value="World"/>
</coding>
</jurisdiction>
<kind value="requirements"/>
<fhirVersion value="4.0.1"/>
<format value="xml"/>
<format value="json"/>
<implementationGuide
value="http://hl7.org/fhir/uv/subscriptions-backport/ImplementationGuide/hl7.fhir.uv.subscriptions-backport"/>
<rest>
<mode value="server"/>
<resource>
<type value="Subscription"/>
<supportedProfile
value="http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-subscription"/>
<interaction>
<code value="read"/>
</interaction>
<interaction>
<code value="create"/>
</interaction>
<interaction>
<code value="update"/>
</interaction>
<interaction>
<code value="delete"/>
</interaction>
<operation>
<name value="$status"/>
<definition
value="http://hl7.org/fhir/uv/subscriptions-backport/OperationDefinition/backport-subscription-status"/>
</operation>
</resource>
<resource>
<type value="SubscriptionTopic"/>
<interaction>
<code value="read"/>
</interaction>
</resource>
</rest>
</CapabilityStatement>