BC Client Registry FHIR Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: SampleCompositeSubscriptionRequest - 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 -------------------------------------------------------------------
a fhir:Subscription ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "SampleCompositeSubscriptionRequest"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hlth.gov.bc.ca/fhir/client/StructureDefinition/HCIMPatientChangeSubscription"^^xsd:anyURI ;
fhir:link <http://hlth.gov.bc.ca/fhir/client/StructureDefinition/HCIMPatientChangeSubscription> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Subscription </b><a name=\"SampleCompositeSubscriptionRequest\"> </a><a name=\"hcSampleCompositeSubscriptionRequest\"> </a></p><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\">ResourceSubscription "SampleCompositeSubscriptionRequest" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-HCIMPatientChangeSubscription.html\">HCIMPatientChangeSubscription</a></p></div><p><b>status</b>: active</p><p><b>reason</b>: Want to receive composite view notifications</p><p><b>criteria</b>: http://hlth.gov.bc.ca/fhir/client/SubscriptionTopic/HCIMPatientChangeDistribution</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=\"http://example.org/subscription-response-channel\">http://example.org/subscription-response-channel</a></td><td>application/fhir+json"</td></tr></table></div>"
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:reason [ fhir:v "Want to receive composite view notifications"] ; #
fhir:criteria [
fhir:v "http://hlth.gov.bc.ca/fhir/client/SubscriptionTopic/HCIMPatientChangeDistribution" ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-filter-criteria"^^xsd:anyURI ] ;
fhir:value [ fhir:v "eventCode=COMPOSITE" ] ] )
] ; #
fhir:channel [
fhir:type [ fhir:v "rest-hook" ] ;
fhir:endpoint [ fhir:v "http://example.org/subscription-response-channel"^^xsd:anyURI ] ;
fhir:payload [
fhir:v "application/fhir+json\"" ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-payload-content"^^xsd:anyURI ] ;
fhir:value [ fhir:v "full-resource" ] ] ) ]
] . #