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

: Report updates - JSON Representation

Active as of 2025-10-16

Raw json | Download

{
  "resourceType" : "SubscriptionTopic",
  "id" : "ReportUpdates",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SubscriptionTopic ReportUpdates</b></p><a name=\"ReportUpdates\"> </a><a name=\"hcReportUpdates\"> </a><table class=\"grid\"><tr><td><b>SubscriptionTopic</b></td><td>Report updates</td></tr><tr><td><b>Description</b></td><td><div><p>This topic triggers an event when a report is updated and the extraction of FHIR resources has completed.</p>\n</div></td></tr><tr><td><b>Copyright Statement:</b></td><td> null</td></tr></table><table class=\"grid\"><tr><td colspan=\"3\"><b>Resource Triggers</b></td></tr><tr><th><b>Resource</b></th><th><b>Interactions</b></th><th><b>Description</b></th></tr><tr><td><a href=\"StructureDefinition-Report.html\">Report</a></td><td>create, update</td><td><div><p>Trigger when a report is created or updated and available as a FHIR Document.</p>\n</div></td></tr></table><table class=\"grid\"><tr><td colspan=\"2\"><b>Can Filter By</b></td></tr><tr><th><b>Filter Parameter</b></th><th><b>Comparators</b></th></tr><tr><td>id</td><td>Equals</td></tr></table></div>"
  },
  "url" : "http://fhir.tiro.health/SubscriptionTopic/ReportUpdates",
  "version" : "0.1.0",
  "title" : "Report updates",
  "status" : "active",
  "date" : "2025-10-16T12:24:15+00:00",
  "publisher" : "Tiro.health",
  "contact" : [
    {
      "name" : "Tiro.health",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://tiro.health"
        }
      ]
    }
  ],
  "description" : "This topic triggers an event when a report is updated and the extraction of FHIR resources has completed.",
  "resourceTrigger" : [
    {
      "description" : "Trigger when a report is created or updated and available as a FHIR Document.",
      "resource" : "http://fhir.tiro.health/StructureDefinition/Report",
      "supportedInteraction" : [
        "create",
        "update"
      ]
    }
  ],
  "canFilterBy" : [
    {
      "description" : "Filter by the report id",
      "filterParameter" : "id",
      "comparator" : [
        "eq"
      ]
    }
  ]
}