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
{
"resourceType" : "Subscription",
"id" : "SubcribeToAllReports",
"text" : {
"status" : "generated",
"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>"
},
"status" : "requested",
"topic" : "http://fhir.tiro.health/SubscriptionTopic/ReportUpdates",
"reason" : "Monitor the updates of transformed FHIR resources for a all reports.",
"channelType" : {
"code" : "rest-hook"
},
"endpoint" : "https://example.com/endpoint",
"content" : "full-resource"
}