{
  "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\">\n            <h2>RestfulSecurityService</h2>\n            <div>\n              <p>Types of security services used with FHIR.</p>\n\n            </div>\n            <p>This code system http://hl7.org/fhir/restful-security-service defines the following codes:</p>\n            <table class=\"codes\">\n              <tr>\n                <td>\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td>OAuth\n                  <a name=\"restful-security-service-OAuth\"> </a>\n                </td>\n                <td>OAuth</td>\n                <td>Oauth (unspecified version see oauth.net).</td>\n              </tr>\n              <tr>\n                <td>SMART-on-FHIR\n                  <a name=\"restful-security-service-SMART-on-FHIR\"> </a>\n                </td>\n                <td>SMART-on-FHIR</td>\n                <td>OAuth2 using SMART-on-FHIR profile (see http://docs.smarthealthit.org/).</td>\n              </tr>\n              <tr>\n                <td>NTLM\n                  <a name=\"restful-security-service-NTLM\"> </a>\n                </td>\n                <td>NTLM</td>\n                <td>Microsoft NTLM Authentication.</td>\n              </tr>\n              <tr>\n                <td>Basic\n                  <a name=\"restful-security-service-Basic\"> </a>\n                </td>\n                <td>Basic</td>\n                <td>Basic authentication defined in HTTP specification.</td>\n              </tr>\n              <tr>\n                <td>Kerberos\n                  <a name=\"restful-security-service-Kerberos\"> </a>\n                </td>\n                <td>Kerberos</td>\n                <td>see http://www.ietf.org/rfc/rfc4120.txt.</td>\n              </tr>\n              <tr>\n                <td>Certificates\n                  <a name=\"restful-security-service-Certificates\"> </a>\n                </td>\n                <td>Certificates</td>\n                <td>SSL where client must have a certificate registered with the server.</td>\n              </tr>\n            </table>\n          </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."
    }
  ]
}