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 0.1.0 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
: FAST Consent Subscription Topic - 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:SubscriptionTopic ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "FASTConsentSubscriptionTopic"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SubscriptionTopic FASTConsentSubscriptionTopic</b></p><a name=\"FASTConsentSubscriptionTopic\"> </a><a name=\"hcFASTConsentSubscriptionTopic\"> </a><a name=\"FASTConsentSubscriptionTopic-en-US\"> </a><table class=\"grid\"><tr><td><b>SubscriptionTopic</b></td><td>FAST Consent Subscription Topic</td></tr><tr><td><b>Description</b></td><td><div><p>This is the subscription topic used for ensuring Consent records are updated amongst a set of Consent Registries.</p>\n</div></td></tr><tr><td><b>Copyright Statement:</b></td><td> null</td></tr></table><table class=\"grid\"><tr><td colspan=\"2\"><b>Resource Triggers</b></td></tr><tr><th><b>Resource</b></th><th><b>Description</b></th></tr><tr><td><a href=\"http://hl7.org/fhir/R4/consent.html\">http://hl7.org/fhir/StructureDefinition/Consent</a></td><td><div><p>When a consent record has been 'touched' and needs to be distributed amongst interested parties.</p>\n</div></td></tr></table><table class=\"grid\"><tr><td colspan=\"2\"><b>Can Filter By</b></td></tr><tr><th><b>Filter Parameter</b></th><th><b>Comparators</b></th></tr><tr><td>patientId</td><td>Equals</td></tr><tr><td>organizationId</td><td>Equals</td></tr></table></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "cbcc" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [
fhir:v "1"^^xsd:integer ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
fhir:value [
fhir:v "http://hl7.org/fhir/us/consent-management/ImplementationGuide/hl7.fhir.us.consent-management"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/consent-management/ImplementationGuide/hl7.fhir.us.consent-management> ] ] ) ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [
fhir:v "trial-use" ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
fhir:value [
fhir:v "http://hl7.org/fhir/us/consent-management/ImplementationGuide/hl7.fhir.us.consent-management"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/consent-management/ImplementationGuide/hl7.fhir.us.consent-management> ] ] ) ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/us/consent-management/SubscriptionTopic/FASTConsentSubscriptionTopic"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "FASTConsent"] ; #
fhir:title [ fhir:v "FAST Consent Subscription Topic"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2025-03-01"^^xsd:date] ; #
fhir:publisher [ fhir:v "HL7 International / Community Based Collaborative Care"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 International / Community Based Collaborative Care" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/cbcc" ] ] )
] ) ; #
fhir:description [ fhir:v "This is the subscription topic used for ensuring Consent records are updated amongst a set of Consent Registries."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ;
fhir:display [ fhir:v "United States of America" ] ] )
] ) ; #
fhir:resourceTrigger ( [
fhir:description [ fhir:v "When a consent record has been 'touched' and needs to be distributed amongst interested parties." ] ;
fhir:resource [ fhir:v "http://hl7.org/fhir/StructureDefinition/Consent"^^xsd:anyURI ]
] ) ; #
fhir:canFilterBy ( [
fhir:description [ fhir:v "The id of the consent patient." ] ;
fhir:filterParameter [ fhir:v "patientId" ] ;
( fhir:comparator [ fhir:v "eq" ] )
] [
fhir:description [ fhir:v "The id of the organization that gained consent." ] ;
fhir:filterParameter [ fhir:v "organizationId" ] ;
( fhir:comparator [ fhir:v "eq" ] )
] ) . #