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

FHIR IG Statistics: CodeSystem/UserAgentTypes

Packageihe.iti.balp
TypeCodeSystem
IdUserAgentTypes
FHIR VersionR4
Sourcehttps://profiles.ihe.net/ITI/BALP/https://build.fhir.org/ig/IHE/ITI.BasicAudit/CodeSystem-UserAgentTypes.html
URLhttps://profiles.ihe.net/ITI/BALP/CodeSystem/UserAgentTypes
Version1.1.4-current
Statusactive
Date2025-05-30T22:15:37+00:00
NameUserAgentTypes
TitleThe code used to identifiy a User Agent
Realmuv
Authorityihe
DescriptionCode used to identify the User Agent. Defined codes for SAML vs OAuth to enable differentiation of .policy as the token ID
Contentcomplete

Resources that use this resource

ValueSet
UserAgentTypesVSAgent types holding User-Agent

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem UserAgentTypes

This case-insensitive code system https://profiles.ihe.net/ITI/BALP/CodeSystem/UserAgentTypes defines the following codes:

CodeDisplay
UserSamlAgent User SAML Agent participant
UserOauthAgent User OAuth Agent participant
AuthzOauthService OAuth Authorization Server

Source

{
  "resourceType": "CodeSystem",
  "id": "UserAgentTypes",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://profiles.ihe.net/ITI/BALP/CodeSystem/UserAgentTypes",
  "version": "1.1.4-current",
  "name": "UserAgentTypes",
  "title": "The code used to identifiy a User Agent",
  "status": "active",
  "experimental": false,
  "date": "2025-05-30T22:15:37+00:00",
  "publisher": "IHE IT Infrastructure Technical Committee",
  "contact": [
    {
      "name": "IHE IT Infrastructure Technical Committee",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.ihe.net/ihe_domains/it_infrastructure/"
        },
        {
          "system": "email",
          "value": "iti@ihe.net"
        }
      ]
    },
    {
      "name": "IHE IT Infrastructure Technical Committee",
      "telecom": [
        {
          "system": "email",
          "value": "iti@ihe.net"
        }
      ]
    }
  ],
  "description": "Code used to identify the User Agent.\nDefined codes for SAML vs OAuth to enable differentiation of .policy as the token ID",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": false,
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "UserSamlAgent",
      "display": "User SAML Agent participant"
    },
    {
      "code": "UserOauthAgent",
      "display": "User OAuth Agent participant"
    },
    {
      "code": "AuthzOauthService",
      "display": "OAuth Authorization Server"
    }
  ]
}