HL7 Terminology (THO)
5.0.0 - Publication International flag

This page is part of the HL7 Terminology (v5.0.0: Release) based on FHIR R4. The current version which supercedes this version is 5.2.0. For a full list of available versions, see the Directory of published versions

: Security Role Type - TTL Representation

Draft as of 2017-02-13

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:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "extra-security-role-type"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2020-04-09T21:10:28.568+00:00"^^xsd:dateTime ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://terminology.hl7.org/CodeSystem/extra-security-role-type</code> defines the following codes:</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\">authserver<a name=\"extra-security-role-type-authserver\"> </a></td><td>Authorization Server</td><td>An entity providing authorization services to enable the electronic sharing of health-related information based on resource owner's preapproved permissions. For example, an UMA Authorization Server[UMA]</td></tr><tr><td style=\"white-space:nowrap\">datacollector<a name=\"extra-security-role-type-datacollector\"> </a></td><td>Data Collector</td><td>An entity that collects information over which the data subject may have certain rights under policy or law to control that information's management and distribution by data collectors, including the right to access, retrieve, distribute, or delete that information.</td></tr><tr><td style=\"white-space:nowrap\">dataprocessor<a name=\"extra-security-role-type-dataprocessor\"> </a></td><td>Data Processor</td><td>An entity that processes collected information over which the data subject may have certain rights under policy or law to control that information's management and distribution by data processors, including the right to access, retrieve, distribute, or delete that information.</td></tr><tr><td style=\"white-space:nowrap\">datasubject<a name=\"extra-security-role-type-datasubject\"> </a></td><td>Data Subject</td><td>A person whose personal information is collected or processed, and who may have certain rights under policy or law to control that information's management and distribution by data collectors or processors, including the right to access, retrieve, distribute, or delete that information.</td></tr><tr><td style=\"white-space:nowrap\">humanuser<a name=\"extra-security-role-type-humanuser\"> </a></td><td>Human User</td><td>The human user that has participated.</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://terminology.hl7.org/CodeSystem/extra-security-role-type"];
  fhir:CodeSystem.version [ fhir:value "0.2.0"];
  fhir:CodeSystem.name [ fhir:value "SecurityRoleType"];
  fhir:CodeSystem.title [ fhir:value "Security Role Type"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.experimental [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.date [ fhir:value "2017-02-13"^^xsd:date];
  fhir:CodeSystem.publisher [ fhir:value "HL7 International"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "FHIR project team" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]     ]
  ];
  fhir:CodeSystem.description [ fhir:value "This CodeSystem contains Additional FHIR-defined Security Role types not defined elsewhere"];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "authserver" ];
     fhir:CodeSystem.concept.display [ fhir:value "Authorization Server" ];
     fhir:CodeSystem.concept.definition [ fhir:value "An entity providing authorization services to enable the electronic sharing of health-related information based on resource owner's preapproved permissions. For example, an UMA Authorization Server[UMA]" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "datacollector" ];
     fhir:CodeSystem.concept.display [ fhir:value "Data Collector" ];
     fhir:CodeSystem.concept.definition [ fhir:value "An entity that collects information over which the data subject may have certain rights under policy or law to control that information's management and distribution by data collectors, including the right to access, retrieve, distribute, or delete that information." ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "dataprocessor" ];
     fhir:CodeSystem.concept.display [ fhir:value "Data Processor" ];
     fhir:CodeSystem.concept.definition [ fhir:value "An entity that processes collected information over which the data subject may have certain rights under policy or law to control that information's management and distribution by data processors, including the right to access, retrieve, distribute, or delete that information." ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "datasubject" ];
     fhir:CodeSystem.concept.display [ fhir:value "Data Subject" ];
     fhir:CodeSystem.concept.definition [ fhir:value "A person whose personal information is collected or processed, and who may have certain rights under policy or law to control that information's management and distribution by data collectors or processors, including the right to access, retrieve, distribute, or delete that information." ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "humanuser" ];
     fhir:CodeSystem.concept.display [ fhir:value "Human User" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The human user that has participated." ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.