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

FHIR IG Statistics: CodeSystem/AuthZsubType

Packageihe.iti.basicaudit
TypeCodeSystem
IdAuthZsubType
FHIR VersionR4
Sourcehttps://profiles.ihe.net/ITI/basicaudit/https://profiles.ihe.net/ITI/basicaudit/1.0.1/CodeSystem-AuthZsubType.html
URLhttps://profiles.ihe.net/ITI/basicaudit/CodeSystem/AuthZsubType
Version1.0.1
Statusactive
Date2022-03-02T07:55:57-06:00
NameAuthZsubType
TitleAuthorization subType events
Realmuv
Authorityihe
DescriptionThese AuditEvent subTypes are related to Authorization Decisions. These are more specific types of Security Alert.
CopyrightIHE http://www.ihe.net/Governance/#Intellectual_Property
Contentcomplete

Resources that use this resource

ValueSet
AuthZsubTypeVSAuthorization subType events valueset

Resources that this resource uses

No resources found


Narrative

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

This code system https://profiles.ihe.net/ITI/basicaudit/CodeSystem/AuthZsubType defines the following codes:

CodeDisplay
AuthZ-Consent Authorization Decision using Roles and Consent
AuthZ-Role Authorization Decision using only Roles

Source

{
  "resourceType": "CodeSystem",
  "id": "AuthZsubType",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://profiles.ihe.net/ITI/basicaudit/CodeSystem/AuthZsubType",
  "version": "1.0.1",
  "name": "AuthZsubType",
  "title": "Authorization subType events",
  "status": "active",
  "date": "2022-03-02T07:55:57-06:00",
  "publisher": "IHE IT Infrastructure Technical Committee",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.ihe.net/ihe_domains/it_infrastructure/"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "email",
          "value": "iti@ihe.net"
        }
      ]
    },
    {
      "name": "IHE IT Infrastructure Technical Committee",
      "telecom": [
        {
          "system": "email",
          "value": "iti@ihe.net"
        }
      ]
    }
  ],
  "description": "These AuditEvent subTypes are related to Authorization Decisions. These are more specific types of Security Alert.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "copyright": "IHE http://www.ihe.net/Governance/#Intellectual_Property",
  "caseSensitive": true,
  "content": "complete",
  "count": 2,
  "concept": [
    {
      "code": "AuthZ-Consent",
      "display": "Authorization Decision using Roles and Consent"
    },
    {
      "code": "AuthZ-Role",
      "display": "Authorization Decision using only Roles"
    }
  ]
}