Scalable Consent Management
1.0.0-preview - STU 1 PReview United States of America flag

Scalable Consent Management, published by HL7 International / Community Based Collaborative Care. This guide is not an authorized publication; it is the continuous build for version 1.0.0-preview built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-consent-management/ and changes regularly. See the Directory of published versions

: FASTSubscriptionNotificationParameters

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 -------------------------------------------------------------------

<http://hl7.org/fhir/Parameters/FASTSubscriptionNotificationParameters> a fhir:Parameters ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "FASTSubscriptionNotificationParameters"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-subscription-status-r4" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-subscription-status-r4>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:Parameters.parameter [
     fhir:index -1 ;
     fhir:Parameters.parameter.name [ fhir:value "subscription" ] ;
     fhir:Parameters.parameter.valueReference [
       fhir:link <http://hl7.org/fhir/Subscription/FASTPatientSubscriptionExample> ;
       fhir:Reference.reference [ fhir:value "Subscription/FASTPatientSubscriptionExample" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Parameters.parameter.name [ fhir:value "topic" ] ;
     fhir:Parameters.parameter.valueCanonical [
       fhir:value "http://hl7.org/fhir/us/consent-management/SubscriptionTopic/FASTConsentSubscriptionTopic|1.0.0" ;
       fhir:link <http://hl7.org/fhir/us/consent-management/SubscriptionTopic/FASTConsentSubscriptionTopic|1.0.0>
     ]
  ], [
     fhir:index -1 ;
     fhir:Parameters.parameter.name [ fhir:value "status" ] ;
     fhir:Parameters.parameter.valueCode [ fhir:value "active" ]
  ], [
     fhir:index -1 ;
     fhir:Parameters.parameter.name [ fhir:value "type" ] ;
     fhir:Parameters.parameter.valueCode [ fhir:value "event-notification" ]
  ], [
     fhir:index -1 ;
     fhir:Parameters.parameter.name [ fhir:value "notification-event" ] ;
     fhir:Parameters.parameter.part [
       fhir:index -1 ;
       fhir:Parameters.parameter.name [ fhir:value "event-number" ] ;
       fhir:Parameters.parameter.valueString [ fhir:value "2" ]
     ], [
       fhir:index -1 ;
       fhir:Parameters.parameter.name [ fhir:value "timestamp" ] ;
       fhir:Parameters.parameter.valueInstant [ fhir:value "2020-05-29T11:44:33.188-05:00"^^xsd:dateTime ]
     ], [
       fhir:index -1 ;
       fhir:Parameters.parameter.name [ fhir:value "focus" ] ;
       fhir:Parameters.parameter.valueReference [
         fhir:link <http://example.org/Bundle/ConsentExample> ;
         fhir:Reference.reference [ fhir:value "http://example.org/Bundle/ConsentExample" ]
       ]
     ]
  ] .

<http://hl7.org/fhir/Subscription/FASTPatientSubscriptionExample> a fhir:Subscription .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Parameters/FASTSubscriptionNotificationParameters.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Parameters/FASTSubscriptionNotificationParameters.ttl> .