Touchstone FHIR Testing v2.0.0. This is the current published version. For a full list of available versions, see the Directory of published versions
: AEGIS Touchstone Testing OAuth2 Operation Codes - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "codesystem-oauth2-operation-codes",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
},
"url" : "http://touchstone.aegis.net/touchstone/fhir/testing/CodeSystem/codesystem-oauth2-operation-codes",
"version" : "2.0.0",
"name" : "AEGISTouchstoneTestingOAuth2OperationCodes",
"title" : "AEGIS Touchstone Testing OAuth2 Operation Codes",
"status" : "active",
"experimental" : false,
"date" : "2023-06-29",
"publisher" : "AEGIS.net, Inc.",
"contact" : [
{
"name" : "AEGIS.net, Inc.",
"telecom" : [
{
"system" : "url",
"value" : "https://www.aegis.net"
}
]
},
{
"name" : "Richard Ettema",
"telecom" : [
{
"system" : "email",
"value" : "mailto:richard.ettema@aegis.net"
}
]
}
],
"description" : "This system defines a set of codes that extend support for OAuth2 operations of a testing engine or tool.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"concept" : [
{
"code" : "oauth2-authorize",
"display" : "OAuth2 Authorize",
"definition" : "OAuth2 auth endpoint"
},
{
"code" : "oauth2-get-token",
"display" : "OAuth2 Get Token",
"definition" : "OAuth2 token endpoint"
},
{
"code" : "oauth2-refresh-token",
"display" : "OAuth2 Refresh Token",
"definition" : "OAuth2 refresh endpoint"
},
{
"code" : "oauth2-register",
"display" : "OAuth2 Client Registration",
"definition" : "OAuth2 register endpoint"
},
{
"code" : "oauth2-revoke-token",
"display" : "OAuth2 Revoke Token",
"definition" : "OAuth2 revoke endpoint"
}
]
}