Document Subscription for Mobile (DSUBm)
1.0.0 - Trial-Implementation International flag

This page is part of the Document Subscription for Mobile (DSUBm) (v1.0.0: Publication) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Example of SubscriptionStatus to be used in a Deactivation Event - 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:Parameters ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ex-SubscriptionStatus-Deactivation"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://profiles.ihe.net/ITI/DSUBm/StructureDefinition/IHE.DSUBm.SubscriptionStatus-Deactivation"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/ITI/DSUBm/StructureDefinition/IHE.DSUBm.SubscriptionStatus-Deactivation>     ] )
  ] ; # 
  fhir:parameter ( [
fhir:name [ fhir:v "subscription" ] ;
fhir:value [
a fhir:Reference ;
fhir:link <https://example.org/fhir/Subscription/ex-Subscription-DocumentReference-PatientDependent> ;
fhir:reference [ fhir:v "https://example.org/fhir/Subscription/ex-Subscription-DocumentReference-PatientDependent" ]     ]
  ] [
fhir:name [ fhir:v "status" ] ;
fhir:value [ fhir:v "off" ]
  ] [
fhir:name [ fhir:v "type" ] ;
fhir:value [ fhir:v "event-notification" ]
  ] [
fhir:name [ fhir:v "topic" ] ;
fhir:value [
fhir:v "https://profiles.ihe.net/ITI/DSUBm/SubscriptionTopic/DSUBm-SubscriptionTopic-DocumentReference-PatientDependent"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/ITI/DSUBm/SubscriptionTopic/DSUBm-SubscriptionTopic-DocumentReference-PatientDependent>     ]
  ] [
fhir:name [ fhir:v "events-since-subscription-start" ] ;
fhir:value [ fhir:v "3" ]
  ] [
fhir:name [ fhir:v "notification-event" ] ;
    ( fhir:part [
fhir:name [ fhir:v "event-number" ] ;
fhir:value [ fhir:v "3" ]     ] )
  ] ) . #