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

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:Subscription ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "SubcribeToSingleReport"] ; # 
  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: 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>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "requested"] ; # 
  fhir:topic [
fhir:v "http://fhir.tiro.health/SubscriptionTopic/ReportUpdates"^^xsd:anyURI ;
fhir:link <http://fhir.tiro.health/SubscriptionTopic/ReportUpdates>
  ] ; # 
  fhir:reason [ fhir:v "Monitor the updates of transformed FHIR resources for a specific report."] ; # 
  fhir:filterBy ( [
fhir:resourceType [ fhir:v "http://fhir.tiro.health/StructureDefinition/Report"^^xsd:anyURI ] ;
fhir:filterParameter [ fhir:v "id" ] ;
fhir:comparator [ fhir:v "eq" ] ;
fhir:value [ fhir:v "example-report-id" ]
  ] ) ; # 
  fhir:channelType [
fhir:code [ fhir:v "rest-hook" ]
  ] ; # 
  fhir:endpoint [ fhir:v "https://example.com/endpoint"^^xsd:anyURI] ; # 
  fhir:content [ fhir:v "full-resource"] . #