FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - 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\">\n            <p>This code system \n              <code>http://hl7.org/fhir/restful-security-service</code> defines the following codes:\n            </p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">OAuth\n                  <a name=\"restful-security-service-OAuth\"> </a>\n                </td>\n                <td>OAuth (unspecified version see oauth.net).</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">SMART-on-FHIR\n                  <a name=\"restful-security-service-SMART-on-FHIR\"> </a>\n                </td>\n                <td>OAuth2 using SMART-on-FHIR profile (see http://docs.smarthealthit.org/).</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">NTLM\n                  <a name=\"restful-security-service-NTLM\"> </a>\n                </td>\n                <td>Microsoft NTLM Authentication.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">Basic\n                  <a name=\"restful-security-service-Basic\"> </a>\n                </td>\n                <td>Basic authentication defined in HTTP specification.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">Kerberos\n                  <a name=\"restful-security-service-Kerberos\"> </a>\n                </td>\n                <td>see http://www.ietf.org/rfc/rfc4120.txt.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">Certificates\n                  <a name=\"restful-security-service-Certificates\"> </a>\n                </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-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-r5.r4"
        },
        {
          "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://hl7.org/fhir/restful-security-service",
  "version" : "5.0.0",
  "name" : "RestfulSecurityService",
  "title" : "Restful Security Service",
  "status" : "active",
  "experimental" : false,
  "date" : "2020-12-28T15:55:11+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.0.1",
  "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."
    }
  ]
}