HL7 FHIR Implementation Guide: Data Access Policies, published by HL7 International / Security. This guide is not an authorized publication; it is the continuous build for version 1.0.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/data-access-policies/ and changes regularly. See the Directory of published versions
: Simple Permission of non-patient data - 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:Permission ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ex-saner"] ; #
fhir:meta [
( fhir:security [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActReason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HTEST" ] ] )
] ; #
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: Permission ex-saner</b></p><a name=\"ex-saner\"> </a><a name=\"hcex-saner\"> </a><a name=\"ex-saner-en-US\"> </a><p><b>status</b>: Active</p><p><b>asserter</b>: <a href=\"Organization-ex-organization.html\">Organization nowhere</a></p><p><b>date</b>: 2023-07-19</p><p><b>combining</b>: Deny-overrides</p><blockquote><p><b>rule</b></p><p><b>type</b>: Permit</p><blockquote><p><b>data</b></p><h3>Resources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Meaning</b></td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td>Instance</td><td><a href=\"MeasureReport-ex-measurereport.html\">MeasureReport: status = pending; type = summary; measure = http://example.org/fhir/uv/saner/Measure/FEMADailyHospitalCOVID19Reporting; period = 2020-04-05 --> 2020-04-05</a></td></tr></table></blockquote><h3>Activities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td><td><b>Action</b></td><td><b>Purpose</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Organization-ex-organization.html\">Organization nowhere</a></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/consentaction access}\">Access</span></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActReason HCOMPL}\">health compliance</span></td></tr></table><p><b>limit</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode AUDIT}\">audit</span></p></blockquote></div>"
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:asserter [
fhir:reference [ fhir:v "Organization/ex-organization" ]
] ; #
fhir:date ( [ fhir:v "2023-07-19"^^xsd:date] ) ; #
fhir:combining [ fhir:v "deny-overrides"] ; #
fhir:rule ( [
fhir:type [ fhir:v "permit" ] ;
( fhir:data [
( fhir:resource [
fhir:meaning [ fhir:v "instance" ] ;
fhir:reference [
fhir:reference [ fhir:v "MeasureReport/ex-measurereport" ] ] ] ) ] ) ;
( fhir:activity [
( fhir:actor [
fhir:reference [ fhir:v "Organization/ex-organization" ] ] ) ;
( fhir:action [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/consentaction"^^xsd:anyURI ] ;
fhir:code [ fhir:v "access" ] ] ) ] ) ;
( fhir:purpose [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActReason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HCOMPL" ] ] ) ] ) ] ) ;
( fhir:limit [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AUDIT" ] ] ) ] )
] ) . #