{
  "resourceType": "CodeSystem",
  "content": "complete",
  "name": "AuthTypeCS",
  "id": "auth-type-cs",
  "title": "Authentication Type CodeSystem",
  "description": "Authentication mechanisms",
  "version": "1.0.0",
  "url": "http://example.org/CodeSystem/auth-type-cs",
  "concept": [
    {
      "code": "none",
      "display": "None"
    },
    {
      "code": "oauth2",
      "display": "OAuth2"
    },
    {
      "code": "bearer",
      "display": "Bearer token"
    },
    {
      "code": "basic",
      "display": "Basic authentication"
    }
  ],
  "count": 4
}