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 - TTL Representation

Active as of 2025-10-16

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:SubscriptionTopic ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ReportUpdates"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://fhir.tiro.health/SubscriptionTopic/ReportUpdates"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:title [ fhir:v "Report updates"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2025-10-16T12:24:15+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Tiro.health"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Tiro.health" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://tiro.health" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This topic triggers an event when a report is updated and the extraction of FHIR resources has completed."] ; # 
  fhir:resourceTrigger ( [
fhir:description [ fhir:v "Trigger when a report is created or updated and available as a FHIR Document." ] ;
fhir:resource [ fhir:v "http://fhir.tiro.health/StructureDefinition/Report"^^xsd:anyURI ] ;
    ( fhir:supportedInteraction [ fhir:v "create" ] [ fhir:v "update" ] )
  ] ) ; # 
  fhir:canFilterBy ( [
fhir:description [ fhir:v "Filter by the report id" ] ;
fhir:filterParameter [ fhir:v "id" ] ;
    ( fhir:comparator [ fhir:v "eq" ] )
  ] ) . #