Scalable Consent Management
1.0.0-ballot - STU 1 Ballot United States of America flag

This page is part of the Scalable Consent Management (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. No current official version has been published yet. For a full list of available versions, see the Directory of published versions

: FASTSubscriptionNotificationParameters - 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:Parameters ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "FASTSubscriptionNotificationParameters"] ; # 
  fhir:parameter ( [
fhir:name [ fhir:v "subscription" ] ;
fhir:value [
a fhir:Reference ;
fhir:l fhir:Subscription/FASTPatientSubscriptionExample ;
fhir:reference [ fhir:v "Subscription/FASTPatientSubscriptionExample" ]     ]
  ] [
fhir:name [ fhir:v "topic" ] ;
fhir:value [
a fhir:Canonical ;
fhir:v "http://hl7.org/fhir/us/consent-management/SubscriptionTopic/FASTConsentSubscriptionTopic|1.0.0"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/consent-management/SubscriptionTopic/FASTConsentSubscriptionTopic?version=1.0.0>     ]
  ] [
fhir:name [ fhir:v "type" ] ;
fhir:value [
a fhir:Code ;
fhir:v "event-notification"     ]
  ] [
fhir:name [ fhir:v "notification-event" ] ;
    ( fhir:part [
fhir:name [ fhir:v "event-number" ] ;
fhir:value [
a fhir:String ;
fhir:v "2"       ]     ] [
fhir:name [ fhir:v "timestamp" ] ;
fhir:value [
a fhir:Instant ;
fhir:v "2020-05-29T11:44:33.188-05:00"^^xsd:dateTime       ]     ] [
fhir:name [ fhir:v "focus" ] ;
fhir:value [
a fhir:Reference ;
fhir:l <http://example.org/Bundle/ConsentExample> ;
fhir:reference [ fhir:v "http://example.org/Bundle/ConsentExample" ]       ]     ] )
  ] ) . #