Data Sharing Framework (DSF) Implementation Guide
2.0.0 - ci-build

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 Read Access Tag - TTL Representation

Active as of 2023-06-28

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "read-access-tag"] ; # 
  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 "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem read-access-tag</b></p><a name=\"read-access-tag\"> </a><a name=\"hcread-access-tag\"> </a><a name=\"read-access-tag-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><p>This case-sensitive code system <code>http://dsf.dev/fhir/CodeSystem/read-access-tag</code> defines the following codes in a Grouped By hierarchy:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">LOCAL<a name=\"read-access-tag-LOCAL\"> </a></td><td>Local</td><td>Read access for local users</td></tr><tr><td style=\"white-space:nowrap\">ORGANIZATION<a name=\"read-access-tag-ORGANIZATION\"> </a></td><td>Organization</td><td>Read access for organization specified via extension http://dsf.dev/fhir/StructureDefinition/extension-read-access-organization</td></tr><tr><td style=\"white-space:nowrap\">ROLE<a name=\"read-access-tag-ROLE\"> </a></td><td>Role</td><td>Read access for member organizations with role in consortium (parent organization) specified via extension http://dsf.dev/fhir/StructureDefinition/extension-read-access-consortium-role</td></tr><tr><td style=\"white-space:nowrap\">ALL<a name=\"read-access-tag-ALL\"> </a></td><td>All</td><td>Read access for remote and local users</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://dsf.dev/fhir/CodeSystem/read-access-tag"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "DSF_Read_Access_Tag"] ; # 
  fhir:title [ fhir:v "DSF Read Access Tag"] ; # 
  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 "CodeSystem with read access tags"] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:hierarchyMeaning [ fhir:v "grouped-by"] ; # 
  fhir:versionNeeded [ fhir:v false] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "LOCAL" ] ;
fhir:display [ fhir:v "Local" ] ;
fhir:definition [ fhir:v "Read access for local users" ]
  ] [
fhir:code [ fhir:v "ORGANIZATION" ] ;
fhir:display [ fhir:v "Organization" ] ;
fhir:definition [ fhir:v "Read access for organization specified via extension http://dsf.dev/fhir/StructureDefinition/extension-read-access-organization" ]
  ] [
fhir:code [ fhir:v "ROLE" ] ;
fhir:display [ fhir:v "Role" ] ;
fhir:definition [ fhir:v "Read access for member organizations with role in consortium (parent organization) specified via extension http://dsf.dev/fhir/StructureDefinition/extension-read-access-consortium-role" ]
  ] [
fhir:code [ fhir:v "ALL" ] ;
fhir:display [ fhir:v "All" ] ;
fhir:definition [ fhir:v "Read access for remote and local users" ]
  ] ) . #