FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/extra-security-role-type

Packagehl7.terminology
TypeCodeSystem
Idextra-security-role-type
FHIR VersionR5
Sourcehttp://terminology.hl7.org/https://build.fhir.org/ig/HL7/UTG/CodeSystem-extra-security-role-type.html
URLhttp://terminology.hl7.org/CodeSystem/extra-security-role-type
Version1.0.1
Statusactive
Date2024-04-24T00:00:00+00:00
NameSecurityRoleType
TitleSecurity Role Type
Realmuv
Authorityhl7
DescriptionThis CodeSystem contains Additional FHIR-defined Security Role types not defined elsewhere
CopyrightThis material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license
Contentcomplete

Resources that use this resource

ConceptMap
KBV_CM_Base_Terminology_Complete_GermanKBV_CM_Base_Terminology_Complete_German
ValueSet
audit-participation-role-type-vsAudit event role type
SourceOrDestinationRolesSource Or Destination Roles
dipag-audit-event-agent-type-vsDigitale Patientenrechnung Audit Event Agent Type
erg-audit-event-agent-type-vsERG Audit Event Agent Type

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem extra-security-role-type

Last updated: 2024-04-24 00:00:00+0000

Profile: Shareable CodeSystem

This case-sensitive code system http://terminology.hl7.org/CodeSystem/extra-security-role-type defines the following codes:

CodeDisplayDefinition
authserver Authorization ServerAn 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]
datacollector Data CollectorAn 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.
dataprocessor Data ProcessorAn 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.
datasubject Data SubjectA 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.
humanuser Human UserThe human user that has participated.

Source

{
  "resourceType": "CodeSystem",
  "id": "extra-security-role-type",
  "meta": {
    "lastUpdated": "2024-04-24T00:00:00+00:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://terminology.hl7.org/CodeSystem/extra-security-role-type",
  "version": "1.0.1",
  "name": "SecurityRoleType",
  "title": "Security Role Type",
  "status": "active",
  "experimental": true,
  "date": "2024-04-24T00:00:00+00:00",
  "publisher": "Health Level Seven International",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        },
        {
          "system": "email",
          "value": "hq@HL7.org"
        }
      ]
    }
  ],
  "description": "This CodeSystem contains Additional FHIR-defined Security Role types not defined elsewhere",
  "copyright": "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "authserver",
      "display": "Authorization Server",
      "definition": "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]"
    },
    {
      "code": "datacollector",
      "display": "Data Collector",
      "definition": "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."
    },
    {
      "code": "dataprocessor",
      "display": "Data Processor",
      "definition": "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."
    },
    {
      "code": "datasubject",
      "display": "Data Subject",
      "definition": "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."
    },
    {
      "code": "humanuser",
      "display": "Human User",
      "definition": "The human user that has participated."
    }
  ]
}