German Practice Management FHIR Profiles (R4)
0.49.0 - STU1 Germany flag

German Practice Management FHIR Profiles (R4) - Local Development build (v0.49.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Subscription Template: DiagnosticReport Final — Webhook Distribution - JSON Representation

Raw json | Download

{
  "resourceType" : "Subscription",
  "id" : "example-subscription-report-distributed",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Subscription example-subscription-report-distributed</b></p><a name=\"example-subscription-report-distributed\"> </a><a name=\"hcexample-subscription-report-distributed\"> </a><p><b>status</b>: Requested</p><p><b>reason</b>: Trigger downstream report distribution when a DiagnosticReport is finalized.</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/report-distributed\">https://rule-engine.example.com/hooks/report-distributed</a></td><td>application/fhir+json</td></tr></table></div>"
  },
  "status" : "requested",
  "reason" : "Trigger downstream report distribution when a DiagnosticReport is finalized.",
  "criteria" : "DiagnosticReport?status=final",
  "channel" : {
    "type" : "rest-hook",
    "endpoint" : "https://rule-engine.example.com/hooks/report-distributed",
    "payload" : "application/fhir+json"
  }
}