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

: Subcribe to Single Report - JSON Representation

Raw json | Download

{
  "resourceType" : "Subscription",
  "id" : "SubcribeToSingleReport",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "status" : "requested",
  "topic" : "http://fhir.tiro.health/SubscriptionTopic/ReportUpdates",
  "reason" : "Monitor the updates of transformed FHIR resources for a specific report.",
  "filterBy" : [
    {
      "resourceType" : "http://fhir.tiro.health/StructureDefinition/Report",
      "filterParameter" : "id",
      "comparator" : "eq",
      "value" : "example-report-id"
    }
  ],
  "channelType" : {
    "code" : "rest-hook"
  },
  "endpoint" : "https://example.com/endpoint",
  "content" : "full-resource"
}