0.2.2 - ci-build

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

: ConsentExchangeScopeCodes - TTL Representation

Draft as of 2024-09-11

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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "consent-exchange-scope-codes"] ; # 
  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 consent-exchange-scope-codes</b></p><a name=\"consent-exchange-scope-codes\"> </a><a name=\"hcconsent-exchange-scope-codes\"> </a><a name=\"consent-exchange-scope-codes-en-US\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href=\"http://terminology.hl7.org/6.0.2/ValueSet-consent-scope.html\">Consent Scope Codes</a></li></ul><p>This value set excludes codes based on the following rules:</p><ul><li>Exclude these codes as defined in <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-consentscope.html\"><code>http://terminology.hl7.org/CodeSystem/consentscope</code></a><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=\"http://terminology.hl7.org/6.0.2/CodeSystem-consentscope.html#consentscope-research\">research</a></td><td style=\"color: #cccccc\">Research</td><td>Consent to participate in research protocol and information sharing required</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-consentscope.html#consentscope-treatment\">treatment</a></td><td style=\"color: #cccccc\">Treatment</td><td>Consent to undergo a specific treatment</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://gitlab.mitre.org/awatson/fast-access-control/ValueSet/consent-exchange-scope-codes"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.2.2"] ; # 
  fhir:name [ fhir:v "ConsentExchangeScopeCodes"] ; # 
  fhir:title [ fhir:v "ConsentExchangeScopeCodes"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2024-09-11T21:30:21+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "MITRE"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "MITRE" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.mitre.org" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Consent Exchange - Scope Codes"] ; # 
  fhir:compose [
    ( fhir:include [
      ( fhir:valueSet [
fhir:v "http://terminology.hl7.org/ValueSet/consent-scope"^^xsd:anyURI ;
fhir:link <http://terminology.hl7.org/ValueSet/consent-scope>       ] )     ] ) ;
    ( fhir:exclude [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/consentscope"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "research" ]       ] [
fhir:code [ fhir:v "treatment" ]       ] )     ] )
  ] . #