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
: ConsentExample - 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:Consent ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ConsentExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/consent-management/StructureDefinition/FASTConsent"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/consent-management/StructureDefinition/FASTConsent> ] )
] ; #
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: Consent ConsentExample</b></p><a name=\"ConsentExample\"> </a><a name=\"hcConsentExample\"> </a><a name=\"ConsentExample-en-US\"> </a><p><b>status</b>: Active</p><p><b>scope</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/consentscope patient-privacy}\">Privacy Consent</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode INFA}\">information access</span></p><p><b>patient</b>: <a href=\"Patient-PatientExample.html\">James Pond Male, DoB Unknown ( http://example.org/mrn#M1230041)</a></p><p><b>dateTime</b>: 2024-01-01</p><p><b>performer</b>: <a href=\"Patient-PatientExample.html\">James Pond Male, DoB Unknown ( http://example.org/mrn#M1230041)</a></p><p><b>organization</b>: <a href=\"Organization-OrganizationExample.html\">Organization Holy Healthcare</a></p><p><b>source</b>: <a href=\"QuestionnaireResponse-QuestionnaireResponseExample.html\">Response to Questionnaire 'http://example.org/fhir/Questionnaire/Simple-Consent-Form' about '->James Pond Male, DoB Unknown ( http://example.org/mrn#M1230041)'</a></p><p><b>policyRule</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/consentpolicycodes hipaa-auth}\">HIPAA Authorization</span></p><h3>Provisions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>Opt In</td></tr></table></div>"
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:scope [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/consentscope"^^xsd:anyURI ] ;
fhir:code [ fhir:v "patient-privacy" ] ] )
] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "INFA" ] ] )
] ) ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/PatientExample" ]
] ; #
fhir:dateTime [ fhir:v "2024-01-01"^^xsd:date] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Patient/PatientExample" ]
] ) ; #
fhir:organization ( [
fhir:reference [ fhir:v "Organization/OrganizationExample" ]
] ) ; #
fhir:source [
a fhir:Reference ;
fhir:reference [ fhir:v "QuestionnaireResponse/QuestionnaireResponseExample" ]
] ; #
fhir:policyRule [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/consentpolicycodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "hipaa-auth" ] ] )
] ; #
fhir:provision [
fhir:type [ fhir:v "permit" ]
] . #