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 All Reports - 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 "SubcribeToAllReports"] ; # 
  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 SubcribeToAllReports</b></p><a name=\"SubcribeToAllReports\"> </a><a name=\"hcSubcribeToAllReports\"> </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 all reports.</p><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 all reports."] ; # 
  fhir:channelType [
fhir:code [ fhir:v "rest-hook" ]
  ] ; # 
  fhir:endpoint [ fhir:v "https://example.com/endpoint"^^xsd:anyURI] ; # 
  fhir:content [ fhir:v "full-resource"] . #