{
"description": "Authentication mechanisms",
"_filename": "CodeSystem-auth-type-cs.json",
"package_name": "no.nhn.fhir.helsenorge.profiles",
"date": null,
"publisher": null,
"content": "complete",
"name": "AuthTypeCS",
"type": null,
"experimental": null,
"resourceType": "CodeSystem",
"title": "Authentication Type CodeSystem",
"package_version": "2.5.20-beta",
"status": null,
"id": "ca435d9a-70b2-4255-9445-fc630d4ff644",
"kind": null,
"count": 4,
"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"
} ],
"version": "1.0.0"
}