| Package | ihe.iti.basicaudit |
| Resource Type | CodeSystem |
| Id | UserAgentTypes |
| FHIR Version | R4 |
| Source | https://profiles.ihe.net/ITI/basicaudit/https://profiles.ihe.net/ITI/basicaudit/1.0.1/CodeSystem-UserAgentTypes.html |
| URL | https://profiles.ihe.net/ITI/basicaudit/CodeSystem/UserAgentTypes |
| Version | 1.0.1 |
| Status | active |
| Date | 2022-03-02T07:55:57-06:00 |
| Name | UserAgentTypes |
| Title | The code used to identifiy a User Agent |
| Realm | uv |
| Authority | ihe |
| Description | Code used to identify the User Agent. Defined codes for SAML vs OAuth to enable differentiation of .policy as the token ID |
| Copyright | IHE http://www.ihe.net/Governance/#Intellectual_Property |
| Content | complete |
| ValueSet | |
| UserAgentTypesVS | Agent types holding User-Agent |
No resources found
Note: links and images are rebased to the (stated) source
This code system https://profiles.ihe.net/ITI/basicaudit/CodeSystem/UserAgentTypes defines the following codes:
| Code | Display |
| UserSamlAgent | User SAML Agent participant |
| UserOauthAgent | User OAuth Agent participant |
| AuthzOauthService | OAuth Authorization Server |
{
"resourceType": "CodeSystem",
"id": "UserAgentTypes",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://profiles.ihe.net/ITI/basicaudit/CodeSystem/UserAgentTypes",
"version": "1.0.1",
"name": "UserAgentTypes",
"title": "The code used to identifiy a User Agent",
"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": "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"
}
]
}
],
"copyright": "IHE http://www.ihe.net/Governance/#Intellectual_Property",
"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"
}
]
}