<?xml version="1.0" encoding="UTF-8"?>

<Subscription xmlns="http://hl7.org/fhir">
  <id value="example-subscription-study-signed"/>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Subscription example-subscription-study-signed</b></p><a name="example-subscription-study-signed"> </a><a name="hcexample-subscription-study-signed"> </a><p><b>status</b>: Requested</p><p><b>reason</b>: Trigger workflow-engine processing when a DiagnosticReport is signed off by the radiologist.</p><p><b>criteria</b>: DiagnosticReport?status=final</p><h3>Channels</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Type</b></td><td><b>Endpoint</b></td><td><b>Payload</b></td></tr><tr><td style="display: none">*</td><td>Rest Hook</td><td><a href="https://simplifier.net/resolve?scope=de.basisprofil.r4@1.6.0-ballot2&amp;canonical=https://rule-engine.example.com/hooks/study-signed">https://rule-engine.example.com/hooks/study-signed</a></td><td>application/fhir+json</td></tr></table></div>
  </text>
  <status value="requested"/>
  <reason value="Trigger workflow-engine processing when a DiagnosticReport is signed off by the radiologist."/>
  <criteria value="DiagnosticReport?status=final"/>
  <channel>
    <type value="rest-hook"/>
    <endpoint value="https://rule-engine.example.com/hooks/study-signed"/>
    <payload value="application/fhir+json"/>
  </channel>
</Subscription>