German Practice Management FHIR Profiles (R4)
0.90.0 - STU1 Germany

German Practice Management FHIR Profiles (R4) - Local Development build (v0.90.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Subscription Template: DiagnosticReport Signed — Workflow Engine - TTL Representation

Raw ttl | Download


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

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

<http://hl7.org/fhir/Subscription/example-subscription-study-signed> a fhir:Subscription ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example-subscription-study-signed"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Subscription example-subscription-study-signed</b></p><a name=\"example-subscription-study-signed\"> </a><a name=\"hcexample-subscription-study-signed\"> </a><p><b>status</b>: Requested</p><p><b>reason</b>: Trigger workflow-engine processing when a DiagnosticReport is signed off by the radiologist.</p><p><b>criteria</b>: DiagnosticReport?status=final</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.5.4&amp;canonical=https://rule-engine.example.com/hooks/study-signed\">https://rule-engine.example.com/hooks/study-signed</a></td><td>fhir+json</td></tr></table></div>"
  ] ;
  fhir:Subscription.status [ fhir:value "requested"] ;
  fhir:Subscription.reason [ fhir:value "Trigger workflow-engine processing when a DiagnosticReport is signed off by the radiologist."] ;
  fhir:Subscription.criteria [ fhir:value "DiagnosticReport?status=final"] ;
  fhir:Subscription.channel [
     fhir:Subscription.channel.type [ fhir:value "rest-hook" ] ;
     fhir:Subscription.channel.endpoint [ fhir:value "https://rule-engine.example.com/hooks/study-signed" ] ;
     fhir:Subscription.channel.payload [ fhir:value "application/fhir+json" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Subscription/example-subscription-study-signed.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Subscription/example-subscription-study-signed.ttl> .