Data Sharing Framework (DSF) Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: DSF Process Authorization Recipient - TTL Representation
Raw ttl | Download
@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 -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "process-authorization-recipient"] ; #
fhir:meta [
( fhir:tag [
fhir:system [ fhir:v "http://dsf.dev/fhir/CodeSystem/read-access-tag"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ALL" ] ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet process-authorization-recipient</b></p><a name=\"process-authorization-recipient\"> </a><a name=\"hcprocess-authorization-recipient\"> </a><a name=\"process-authorization-recipient-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\"/><p style=\"margin-bottom: 0px\">Tag: All (Details: DSF Read Access Tag code ALL = 'All')</p></div><ul><li>Include these codes as defined in <a href=\"CodeSystem-process-authorization.html\"><code>http://dsf.dev/fhir/CodeSystem/process-authorization</code></a> version <code>1.0.0</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-process-authorization.html#process-authorization-LOCAL_ORGANIZATION\">LOCAL_ORGANIZATION</a></td><td>LOCAL_ORGANIZATION</td><td>Process authorization for a local organization specified via extension http://dsf.dev/fhir/StructureDefinition/extension-process-authorization-organization</td></tr><tr><td><a href=\"CodeSystem-process-authorization.html#process-authorization-LOCAL_ROLE\">LOCAL_ROLE</a></td><td>LOCAL_ROLE</td><td>Process authorization for a local parent organization member with a role specified via extension http://dsf.dev/fhir/StructureDefinition/extension-process-authorization-parent-organization-role</td></tr><tr><td><a href=\"CodeSystem-process-authorization.html#process-authorization-LOCAL_ALL\">LOCAL_ALL</a></td><td>LOCAL_ALL</td><td>Process authorization for all local organizations</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "http://dsf.dev/fhir/ValueSet/process-authorization-recipient"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "DSF_Process_Authorization_Recipient"] ; #
fhir:title [ fhir:v "DSF Process Authorization Recipient"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2023-06-28"^^xsd:date] ; #
fhir:publisher [ fhir:v "DSF Community"] ; #
fhir:contact ( [
fhir:name [ fhir:v "DSF Community" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://dsf.dev" ] ] )
] ) ; #
fhir:description [ fhir:v "ValueSet with proces authorization codes for recipients"] ; #
fhir:immutable [ fhir:v true] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://dsf.dev/fhir/CodeSystem/process-authorization"^^xsd:anyURI ] ;
fhir:version [ fhir:v "1.0.0" ] ;
( fhir:concept [
fhir:code [ fhir:v "LOCAL_ORGANIZATION" ] ;
fhir:display [ fhir:v "LOCAL_ORGANIZATION" ] ] [
fhir:code [ fhir:v "LOCAL_ROLE" ] ;
fhir:display [ fhir:v "LOCAL_ROLE" ] ] [
fhir:code [ fhir:v "LOCAL_ALL" ] ;
fhir:display [ fhir:v "LOCAL_ALL" ] ] ) ] )
] . #