Document Subscription for Mobile (DSUBm)
1.0.1-current - ci-build International flag

Document Subscription for Mobile (DSUBm), published by IHE IT Infrastructure Technical Committee. This guide is not an authorized publication; it is the continuous build for version 1.0.1-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/ITI.DSUBm/ and changes regularly. See the Directory of published versions

: Event HeartbeatNotification Bundle - 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:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ex-HeartbeatNotification"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://profiles.ihe.net/ITI/DSUBm/StructureDefinition/IHE.DSUBm.HeartbeatNotification"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/ITI/DSUBm/StructureDefinition/IHE.DSUBm.HeartbeatNotification>     ] )
  ] ; # 
  fhir:type [ fhir:v "history"] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "urn:uuid:aaaaaaaa-bbbb-cccc-dddd-e00111100007"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:aaaaaaaa-bbbb-cccc-dddd-e00111100007> ) ;
fhir:request [
fhir:method [ fhir:v "GET" ] ;
fhir:url [ fhir:v "https://example.org/fhir/Subscription/ex-Subscription-DocumentReference-PatientDependent$status"^^xsd:anyURI ]     ] ;
fhir:response [
fhir:status [ fhir:v "200" ]     ]
  ] ) . # 

<urn:uuid:aaaaaaaa-bbbb-cccc-dddd-e00111100007> a fhir:Parameters ;
  fhir:id [ fhir:v "ex-SubscriptionStatus-Heartbeat"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://profiles.ihe.net/ITI/DSUBm/StructureDefinition/IHE.DSUBm.SubscriptionStatus-Heartbeat"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/ITI/DSUBm/StructureDefinition/IHE.DSUBm.SubscriptionStatus-Heartbeat>     ] )
  ] ; # 
  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 "active" ]
  ] [
fhir:name [ fhir:v "type" ] ;
fhir:value [ fhir:v "heartbeat" ]
  ] [
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 "0" ]
  ] [
fhir:name [ fhir:v "notification-event" ] ;
    ( fhir:part [
fhir:name [ fhir:v "event-number" ] ;
fhir:value [ fhir:v "0" ]     ] )
  ] ) . #