Tiro.health Implementation Guide
0.1.0 - ci-build
Tiro.health Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
<Subscription xmlns="http://hl7.org/fhir">
<id value="SubcribeToSingleReport"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Subscription SubcribeToSingleReport</b></p><a name="SubcribeToSingleReport"> </a><a name="hcSubcribeToSingleReport"> </a><p><b>status</b>: Requested</p><p><b>topic</b>: <a href="SubscriptionTopic-ReportUpdates.html">Report updates</a></p><p><b>reason</b>: Monitor the updates of transformed FHIR resources for a specific report.</p><h3>FilterBies</h3><table class="grid"><tr><td style="display: none">-</td><td><b>ResourceType</b></td><td><b>FilterParameter</b></td><td><b>Comparator</b></td><td><b>Value</b></td></tr><tr><td style="display: none">*</td><td><a href="StructureDefinition-Report.html">Report</a></td><td>id</td><td>Equals</td><td>example-report-id</td></tr></table><p><b>channelType</b>: [not stated] rest-hook: rest-hook</p><p><b>endpoint</b>: <a href="https://example.com/endpoint">https://example.com/endpoint</a></p><p><b>content</b>: Full-resource</p></div>
</text>
<status value="requested"/>
<topic value="http://fhir.tiro.health/SubscriptionTopic/ReportUpdates"/>
<reason
value="Monitor the updates of transformed FHIR resources for a specific report."/>
<filterBy>
<resourceType value="http://fhir.tiro.health/StructureDefinition/Report"/>
<filterParameter value="id"/>
<comparator value="eq"/>
<value value="example-report-id"/>
</filterBy>
<channelType>
<code value="rest-hook"/>
</channelType>
<endpoint value="https://example.com/endpoint"/>
<content value="full-resource"/>
</Subscription>