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

: ConsentExchangeRelations - 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 "ConsentExchangeRelations"] ; # 
  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: ValueSet ConsentExchangeRelations</b></p><a name=\"ConsentExchangeRelations\"> </a><a name=\"hcConsentExchangeRelations\"> </a><a name=\"ConsentExchangeRelations-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://hl7.org/fhir/R4/valueset-relatedperson-relationshiptype.html\">Patient relationship type</a></li><li>Import all the codes that are contained in <a href=\"http://hl7.org/fhir/R4/valueset-practitioner-role.html\">Practitioner role</a></li><li>Import all the codes that are contained in <a href=\"http://hl7.org/fhir/R4/valueset-participant-role.html\">Participant Roles</a></li><li>Import all the codes that are contained in <a href=\"http://hl7.org/fhir/R4/valueset-security-role-type.html\">SecurityRoleType</a></li><li>Import all the codes that are contained in <a href=\"http://hl7.org/fhir/R4/valueset-organization-type.html\">Organization type</a></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://gitlab.mitre.org/awatson/fast-access-control/ValueSet/ConsentExchangeRelations"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.2.2"] ; # 
  fhir:name [ fhir:v "ConsentExchangeRelations"] ; # 
  fhir:title [ fhir:v "ConsentExchangeRelations"] ; # 
  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 - Relationships"] ; # 
  fhir:compose [
    ( fhir:include [
      ( fhir:valueSet [
fhir:v "http://hl7.org/fhir/ValueSet/relatedperson-relationshiptype"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/ValueSet/relatedperson-relationshiptype>       ] )     ] [
      ( fhir:valueSet [
fhir:v "http://hl7.org/fhir/ValueSet/practitioner-role"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/ValueSet/practitioner-role>       ] )     ] [
      ( fhir:valueSet [
fhir:v "http://hl7.org/fhir/ValueSet/participant-role"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/ValueSet/participant-role>       ] )     ] [
      ( fhir:valueSet [
fhir:v "http://hl7.org/fhir/ValueSet/security-role-type"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/ValueSet/security-role-type>       ] )     ] [
      ( fhir:valueSet [
fhir:v "http://hl7.org/fhir/ValueSet/organization-type"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/ValueSet/organization-type>       ] )     ] )
  ] . #