Skip to content

Commit

Permalink
FHIR#31432 - cleaned up generated text in CapabilityStatement.
Browse files Browse the repository at this point in the history
  • Loading branch information
GinoCanessa committed Mar 9, 2021
1 parent 07e5770 commit c9e964e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion input/fsh/Capabilities.fsh
Expand Up @@ -18,7 +18,7 @@ Description: "Example CapabilityStatement describing the expected capabilities
* id = "backport-subscription-server"
* name = "BackportSubscriptionCapabilityStatement"
* description = "Example CapabilityStatement describing the expected capabilities of a FHIR Server supporting backported R5 Subscriptions."
* text.div = "<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 class=\"no_toc\" id=\"resource--details\">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=\"#subscription\">Subscription</a> </td> <td> <a href=\"StructureDefinition-backport-subscription.html\">Backported R5 Subscription</a> </td> <td> </td> <td> </td> <td> </td> <td> $topic-list, $status </td> </tr> </tbody> </table> <h4 class=\"no_toc\" id=\"subscription\">Subscription</h4> <p>Conformance Expectation: <strong>undefined</strong></p> <p>Supported Profiles: <a href=\"StructureDefinition-backport-subscription.html\">Backported R5 Subscription</a> </p> <p>Profile Interaction Summary:</p> <ul> </ul> <p>Operation Summary:</p> <ul> <li><strong>undefined</strong> support the <a href=\"OperationDefinition-Backport-subscriptiontopic-list.html\">$$topic-list</a> operation , <a href=\"OperationDefinition-Backport-subscription-status.html\">$$status</a> operation </li> </ul> <p>Fetch and Search Criteria:</p> <ul> <li> A Server <strong>undefined</strong> be capable of returning a Subscription resource using: <code class=\"highlighter-rouge\">GET [base]/Subscription/[id]</code> </li> </ul> </div>"
* text.div = "<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 class=\"no_toc\" id=\"resource--details\">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=\"#subscription\">Subscription</a> </td> <td> <a href=\"StructureDefinition-backport-subscription.html\">Backported R5 Subscription</a> </td> <td> </td> <td> </td> <td> </td> <td> $topic-list, $status </td> </tr> </tbody> </table> <h4 class=\"no_toc\" id=\"subscription\">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> </ul> <p>Operation Summary:</p> <ul> <li><strong>SHALL</strong> support the <a href=\"OperationDefinition-Backport-subscriptiontopic-list.html\">$topic-list</a> operation , <a href=\"OperationDefinition-Backport-subscription-status.html\">$status</a> operation </li> </ul> <p>Fetch and Search Criteria:</p> <ul> <li> A Server <strong>SHALL</strong> be capable of returning a Subscription resource using: <code class=\"highlighter-rouge\">GET [base]/Subscription/[id]</code> </li> </ul> </div>"
* text.status = #generated
* implementationGuide = "http://hl7.org/fhir/uv/subscriptions-backport/ImplementationGuide/hl7.fhir.uv.subscriptions-backport"
* insert CapabilityCommon
Expand Down

0 comments on commit c9e964e

Please sign in to comment.