{
  "resourceType": "CodeSystem",
  "id": "restful-security-service",
  "meta": {
    "lastUpdated": "2017-04-18T21:44:43.294+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>RestfulSecurityService</h2><div><p>Types of security services used with FHIR.</p></div><p>This code system http://hl7.org/fhir/restful-security-service defines the following codes:</p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>OAuth\r\n                  <a name=\"restful-security-service-OAuth\"></a></td><td>OAuth</td><td>Oauth (unspecified version see oauth.net).</td></tr><tr><td>SMART-on-FHIR\r\n                  <a name=\"restful-security-service-SMART-on-FHIR\"></a></td><td>SMART-on-FHIR</td><td>OAuth2 using SMART-on-FHIR profile (see http://docs.smarthealthit.org/).</td></tr><tr><td>NTLM\r\n                  <a name=\"restful-security-service-NTLM\"></a></td><td>NTLM</td><td>Microsoft NTLM Authentication.</td></tr><tr><td>Basic\r\n                  <a name=\"restful-security-service-Basic\"></a></td><td>Basic</td><td>Basic authentication defined in HTTP specification.</td></tr><tr><td>Kerberos\r\n                  <a name=\"restful-security-service-Kerberos\"></a></td><td>Kerberos</td><td>see http://www.ietf.org/rfc/rfc4120.txt.</td></tr><tr><td>Certificates\r\n                  <a name=\"restful-security-service-Certificates\"></a></td><td>Certificates</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-ballot-status",
      "valueString": "Informative"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 3
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    }
  ],
  "url": "http://hl7.org/fhir/restful-security-service",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.1.169"
  },
  "version": "3.0.1",
  "name": "RestfulSecurityService",
  "status": "draft",
  "experimental": false,
  "date": "2017-04-18T21:44:43+00:00",
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "Types of security services used with FHIR.",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/restful-security-service",
  "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."
    }
  ]
}