FHIR Cross-Version Extensions package for FHIR R4B from FHIR R4 - Version 0.0.1-snapshot-2. See the Directory of published versions
| Page standards status: Normative | Maturity Level: 5 |
{
"resourceType" : "CodeSystem",
"id" : "restful-security-service",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem restful-security-service</b></p><a name=\"restful-security-service\"> </a><a name=\"hcrestful-security-service\"> </a><p>This case-sensitive code system <code>http://terminology.hl7.org/CodeSystem/restful-security-service</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">OAuth<a name=\"restful-security-service-OAuth\"> </a></td><td>OAuth (unspecified version see oauth.net).</td></tr><tr><td style=\"white-space:nowrap\">SMART-on-FHIR<a name=\"restful-security-service-SMART-on-FHIR\"> </a></td><td>OAuth2 using SMART-on-FHIR profile (see http://docs.smarthealthit.org/).</td></tr><tr><td style=\"white-space:nowrap\">NTLM<a name=\"restful-security-service-NTLM\"> </a></td><td>Microsoft NTLM Authentication.</td></tr><tr><td style=\"white-space:nowrap\">Basic<a name=\"restful-security-service-Basic\"> </a></td><td>Basic authentication defined in HTTP specification.</td></tr><tr><td style=\"white-space:nowrap\">Kerberos<a name=\"restful-security-service-Kerberos\"> </a></td><td>see http://www.ietf.org/rfc/rfc4120.txt.</td></tr><tr><td style=\"white-space:nowrap\">Certificates<a name=\"restful-security-service-Certificates\"> </a></td><td>SSL where client must have a certificate registered with the server.</td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "normative"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
"valueCode" : "4.0.0"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 5
},
{
"extension" : [
{
"url" : "packageId",
"valueId" : "hl7.fhir.uv.xver-r4.r4b"
},
{
"url" : "version",
"valueString" : "0.0.1-snapshot-2"
}
],
"url" : "http://hl7.org/fhir/StructureDefinition/package-source"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "fhir"
}
],
"url" : "http://terminology.hl7.org/CodeSystem/restful-security-service",
"version" : "4.0.1",
"name" : "RestfulSecurityService",
"title" : "RestfulSecurityService",
"status" : "active",
"experimental" : false,
"date" : "2019-11-01T08:29:23+10:00",
"publisher" : "FHIR Infrastructure",
"contact" : [
{
"name" : "FHIR Infrastructure",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/fiwg"
}
]
}
],
"description" : "Types of security services used with FHIR.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"caseSensitive" : true,
"valueSet" : "http://hl7.org/fhir/ValueSet/restful-security-service|4.3.0",
"content" : "complete",
"concept" : [
{
"code" : "OAuth",
"display" : "OAuth",
"definition" : "OAuth (unspecified version see oauth.net)."
},
{
"code" : "SMART-on-FHIR",
"display" : "SMART-on-FHIR",
"definition" : "OAuth2 using SMART-on-FHIR profile (see http://docs.smarthealthit.org/)."
},
{
"code" : "NTLM",
"display" : "NTLM",
"definition" : "Microsoft NTLM Authentication."
},
{
"code" : "Basic",
"display" : "Basic",
"definition" : "Basic authentication defined in HTTP specification."
},
{
"code" : "Kerberos",
"display" : "Kerberos",
"definition" : "see http://www.ietf.org/rfc/rfc4120.txt."
},
{
"code" : "Certificates",
"display" : "Certificates",
"definition" : "SSL where client must have a certificate registered with the server."
}
]
}