Data Sharing Framework (DSF) Implementation Guide
2.0.0 - ci-build

Data Sharing Framework (DSF) Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Subscription - dsf-bpmn-questionnaire-response-subscription - 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 -------------------------------------------------------------------

# 

    Copyright 2018-2025 Heilbronn University of Applied Sciences

    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

        http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.



 a fhir:Subscription ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "dsf-bpmn-questionnaire-response-subscription"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://dsf.dev/fhir/StructureDefinition/subscription"^^xsd:anyURI ;
fhir:l <http://dsf.dev/fhir/StructureDefinition/subscription>     ] ) ;
    ( fhir:tag [
fhir:system [
fhir:v "http://dsf.dev/fhir/CodeSystem/read-access-tag"^^xsd:anyURI ;
fhir:l <http://dsf.dev/fhir/CodeSystem/read-access-tag>       ] ;
fhir:code [ fhir:v "LOCAL" ]     ] )
  ] ; # 
  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 dsf-bpmn-questionnaire-response-subscription</b></p><a name=\"dsf-bpmn-questionnaire-response-subscription\"> </a><a name=\"hcdsf-bpmn-questionnaire-response-subscription\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-subscription.html\">Subscription</a></p><p style=\"margin-bottom: 0px\">Tag: Local (Details: DSF Read Access Tag code LOCAL = 'Local')</p></div><p><b>status</b>: Active</p><p><b>reason</b>: Businness Process Engine</p><p><b>criteria</b>: QuestionnaireResponse?status=completed</p><h3>Channels</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Payload</b></td></tr><tr><td style=\"display: none\">*</td><td>Websocket</td><td>application/fhir+json</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:reason [ fhir:v "Businness Process Engine"] ; # 
  fhir:criteria [ fhir:v "QuestionnaireResponse?status=completed"] ; # 
  fhir:channel [
fhir:type [ fhir:v "websocket" ] ;
fhir:payload [ fhir:v "application/fhir+json" ]
  ] . #