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
: null - 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 "dsf-bpmn-questionnaire-response-subscription"] ; #
fhir:meta [
( fhir:tag [
fhir:system [ fhir:v "http://dsf.dev/fhir/CodeSystem/read-access-tag"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LOCAL" ] ] )
] ; #
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 dsf-bpmn-questionnaire-response-subscription</b></p><a name=\"dsf-bpmn-questionnaire-response-subscription\"> </a><a name=\"hcdsf-bpmn-questionnaire-response-subscription\"> </a><a name=\"dsf-bpmn-questionnaire-response-subscription-en-US\"> </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\">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" ]
] . #