German Practice Management FHIR Profiles (R4) - Local Development build (v0.49.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Subscription Template: Appointment Arrived — Worklist Service - 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 "example-subscription-appointment-arrived"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Subscription example-subscription-appointment-arrived</b></p><a name=\"example-subscription-appointment-arrived\"> </a><a name=\"hcexample-subscription-appointment-arrived\"> </a><p><b>status</b>: Requested</p><p><b>reason</b>: Trigger worklist refresh when a patient appointment transitions to arrived status.</p><p><b>criteria</b>: Appointment?status=arrived</p><h3>Channels</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Endpoint</b></td><td><b>Payload</b></td></tr><tr><td style=\"display: none\">*</td><td>Rest Hook</td><td><a href=\"https://simplifier.net/resolve?scope=de.basisprofil.r4@1.6.0-ballot2&canonical=https://rule-engine.example.com/hooks/appointment-arrived\">https://rule-engine.example.com/hooks/appointment-arrived</a></td><td>application/fhir+json</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "requested"] ; #
fhir:reason [ fhir:v "Trigger worklist refresh when a patient appointment transitions to arrived status."] ; #
fhir:criteria [ fhir:v "Appointment?status=arrived"] ; #
fhir:channel [
fhir:type [ fhir:v "rest-hook" ] ;
fhir:endpoint [
fhir:v "https://rule-engine.example.com/hooks/appointment-arrived"^^xsd:anyURI ;
fhir:l <https://rule-engine.example.com/hooks/appointment-arrived> ] ;
fhir:payload [ fhir:v "application/fhir+json" ]
] . #