FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageno.nhn.fhir.helsenorge.profiles
Resource TypeCodeSystem
IdCodeSystem-auth-type-cs.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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
}