FastAccessControl, published by MITRE. This guide is not an authorized publication; it is the continuous build for version 0.2.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/awatson1978/fhir-access-control-ig/ and changes regularly. See the Directory of published versions
: ConsentPatientOwner - 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 "ConsentPatientOwner"] ; #
fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2022-09-19T00:02:41.128Z"^^xsd:dateTime ]
] ; #
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 ConsentPatientOwner</b></p><a name=\"ConsentPatientOwner\"> </a><a name=\"hcConsentPatientOwner\"> </a><a name=\"ConsentPatientOwner-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 1; Last updated: 2022-09-19 00:02:41+0000</p></div><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 IDSCL}\">information disclosure</span></p><p><b>dateTime</b>: 2022-09-18 00:00:00+0000</p><h3>Policies</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Uri</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"https://docs.google.com/document/d/10Y-rEtVQiTWTy7tU-Slw5urAv5RVN38DwSGMVz84Phg/edit?usp=sharing\">https://docs.google.com/document/d/10Y-rEtVQiTWTy7tU-Slw5urAv5RVN38DwSGMVz84Phg/edit?usp=sharing</a></td></tr></table><blockquote><p><b>provision</b></p><p><b>type</b>: Opt Out</p><blockquote><p><b>provision</b></p></blockquote></blockquote></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:display [ fhir:v "Privacy Consent" ] ] )
] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IDSCL" ] ;
fhir:display [ fhir:v "information disclosure" ] ] )
] ) ; #
fhir:dateTime [ fhir:v "2022-09-18T00:00:00.000Z"^^xsd:dateTime] ; #
fhir:policy ( [
fhir:uri [ fhir:v "https://docs.google.com/document/d/10Y-rEtVQiTWTy7tU-Slw5urAv5RVN38DwSGMVz84Phg/edit?usp=sharing"^^xsd:anyURI ]
] ) ; #
fhir:provision [
fhir:type [ fhir:v "deny" ] ;
( fhir:provision [
fhir:type [ fhir:v "permit" ] ;
( fhir:actor [
fhir:role [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleClass"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PAT" ] ;
fhir:display [ fhir:v "patient" ] ] ) ] ;
fhir:reference [
fhir:reference [ fhir:v "PatientRole" ] ] ] ) ;
( fhir:action [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/consentaction"^^xsd:anyURI ] ;
fhir:code [ fhir:v "access" ] ;
fhir:display [ fhir:v "Access" ] ] ) ] ) ;
( fhir:securityLabel [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-Confidentiality"^^xsd:anyURI ] ;
fhir:code [ fhir:v "N" ] ;
fhir:display [ fhir:v "normal" ] ] ) ;
( fhir:class [
fhir:code [ fhir:v "Patient" ] ;
fhir:display [ fhir:v "Patient" ] ] ) ] )
] . #