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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
#
Given the importance of current public health information, only the latest version of the report is
authorized for access.
<http://hl7.org/fhir/Permission/example-saner> a fhir:Permission ;
fhir:resourceDefinition http://hl7.org/fhir/StructureDefinition/Permission|1.0.0-current ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-saner"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>\n Read-Only access to a given SANER report is authorized for PurposeOfUse of Public-Health\n compliance, from the given Organization.\n Access requests authorized shall be recorded.\n </p>\n <p>\n Read-Only access to a given SANER report is authorized for PurposeOfUse of Public-Health\n compliance, from the given Group.\n Access requests authorized shall be recorded.\n </p>\n </div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "http://example.org/identifiers"^^xsd:anyURI ;
fhir:l <http://example.org/identifiers>
] ;
fhir:value [ fhir:v "saner-report" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:asserter [
fhir:l <http://hl7.org/fhir/Organization/ex-organization> ;
fhir:reference [ fhir:v "Organization/ex-organization" ]
] ; #
fhir:date ( [ fhir:v "2018-12-24"^^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:l <http://hl7.org/fhir/uv/saner/Measure/CDCHealthcareSupplyPathway> ;
fhir:reference [ fhir:v "http://hl7.org/fhir/uv/saner/Measure/CDCHealthcareSupplyPathway" ]
]
] )
] ) ;
fhir:activity ( [
fhir:actor ( [
fhir:reference [
fhir:l <http://hl7.org/fhir/Organization/ex-organization> ;
fhir:reference [ fhir:v "Organization/ex-organization" ]
]
] ) ;
fhir:action ( [
fhir:coding ( [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/consentaction"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/consentaction>
] ;
fhir:code [ fhir:v "access" ]
] )
] ) ;
fhir:purpose ( [
fhir:coding ( [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActReason"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-ActReason>
] ;
fhir:code [ fhir:v "HCOMPL" ]
] )
] )
] ) ;
fhir:limit ( [
fhir:control ( [
fhir:coding ( [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-ActCode>
] ;
fhir:code [ fhir:v "AUDIT" ]
] )
] )
] )
] [
fhir:type [ fhir:v "permit" ] ;
fhir:data ( [
fhir:resource ( [
fhir:meaning [ fhir:v "instance" ] ;
fhir:reference [
fhir:l <http://hl7.org/fhir/uv/saner/Measure/CDCHealthcareSupplyPathway> ;
fhir:reference [ fhir:v "http://hl7.org/fhir/uv/saner/Measure/CDCHealthcareSupplyPathway" ]
]
] )
] ) ;
fhir:activity ( [
fhir:actor ( [
fhir:reference [
fhir:l <http://example.com/R4/fhir/Group/102> ;
fhir:reference [ fhir:v "http://example.com/R4/fhir/Group/102" ]
]
] ) ;
fhir:action ( [
fhir:coding ( [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/consentaction"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/consentaction>
] ;
fhir:code [ fhir:v "access" ]
] )
] ) ;
fhir:purpose ( [
fhir:coding ( [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActReason"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-ActReason>
] ;
fhir:code [ fhir:v "HCOMPL" ]
] )
] )
] ) ;
fhir:limit ( [
fhir:control ( [
fhir:coding ( [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-ActCode>
] ;
fhir:code [ fhir:v "AUDIT" ]
] )
] )
] )
] ) . #
<http://hl7.org/fhir/Organization/ex-organization> a fhir:Organization .
<http://hl7.org/fhir/uv/saner/Measure/CDCHealthcareSupplyPathway> a fhir:Uv .
IG © 2023+ HL7 International / Security.
Package hl7.fhir.uv.dap#1.0.0-current based on FHIR 6.0.0-ballot5.
Generated
2026-09-11
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
