HL7 Terminology
1.0.0 - Publication

This page is part of the HL7 Terminology (v1.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

- JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "CodeSystem",
  "id" : "extra-security-role-type",
  "meta" : {
    "lastUpdated" : "2020-04-09T21:10:28.568+00:00",
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"> \n            \n      <hr/>\n            \n      <h2>SecurityRoleType</h2>\n            \n      <div>\n              \n        <p>This CodeSystem contains Additional FHIR-defined Security Role types not defined elsewhere</p>\n\n            \n      </div>\n            \n      <p>This code system http://terminology.hl7.org/CodeSystem/extra-security-role-type defines the following codes:</p>\n            \n      <table class=\"codes\">\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">\n                  \n            <b>Code</b>\n                \n          </td>\n                \n          <td>\n                  \n            <b>Display</b>\n                \n          </td>\n                \n          <td>\n                  \n            <b>Definition</b>\n                \n          </td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">authserver\n                  \n            <a name=\"extra-security-role-type-authserver\"> </a>\n                \n          </td>\n                \n          <td>authorization server</td>\n                \n          <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>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">datacollector\n                  \n            <a name=\"extra-security-role-type-datacollector\"> </a>\n                \n          </td>\n                \n          <td>data collector</td>\n                \n          <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>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">dataprocessor\n                  \n            <a name=\"extra-security-role-type-dataprocessor\"> </a>\n                \n          </td>\n                \n          <td>data processor</td>\n                \n          <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>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">datasubject\n                  \n            <a name=\"extra-security-role-type-datasubject\"> </a>\n                \n          </td>\n                \n          <td>data subject</td>\n                \n          <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>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">humanuser\n                  \n            <a name=\"extra-security-role-type-humanuser\"> </a>\n                \n          </td>\n                \n          <td>human user</td>\n                \n          <td>The human user that has participated.</td>\n              \n        </tr>\n            \n      </table>\n          \n    </div>"
  },
  "url" : "http://terminology.hl7.org/CodeSystem/extra-security-role-type",
  "version" : "4.2.0",
  "name" : "SecurityRoleType",
  "status" : "draft",
  "experimental" : true,
  "date" : "2017-02-13",
  "publisher" : "HL7 International",
  "contact" : [
    {
      "name" : "FHIR project team",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description" : "This CodeSystem contains Additional FHIR-defined Security Role types not defined elsewhere",
  "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."
    }
  ]
}