{

"resourceType": "ValueSet",
"id": "restful-security-service",
"meta": {
  "lastUpdated": "2015-10-24T07:41:03.495+11:00",
  "profile": [
    "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
  ]
},
"text": {
  "status": "generated",
  "div": "<div><h2>RestfulSecurityService</h2><p>Types of security services used with FHIR.</p><p>This value set has an inline code system http://hl7.org/fhir/restful-security-service, which 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<a name=\"OAuth\"> </a></td><td>OAuth</td><td>Oauth (unspecified version see oauth.net).</td></tr><tr><td>SMART-on-FHIR<a name=\"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<a name=\"NTLM\"> </a></td><td>NTLM</td><td>Microsoft NTLM Authentication.</td></tr><tr><td>Basic<a name=\"Basic\"> </a></td><td>Basic</td><td>Basic authentication defined in HTTP specification.</td></tr><tr><td>Kerberos<a name=\"Kerberos\"> </a></td><td>Kerberos</td><td>see http://www.ietf.org/rfc/rfc4120.txt.</td></tr><tr><td>Certificates<a name=\"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/valueset-oid",
    "valueUri": "urn:oid:2.16.840.1.113883.4.642.2.82"
  }
],
"url": "http://hl7.org/fhir/ValueSet/restful-security-service",
"version": "1.0.2",
"name": "RestfulSecurityService",
"status": "draft",
"experimental": false,
"publisher": "HL7 (FHIR Project)",
"contact": [
  {
    "telecom": [
      {
        "system": "other",
        "value": "http://hl7.org/fhir"
      },
      {
        "system": "email",
        "value": "fhir@lists.hl7.org"
      }
    ]
  }
],
"date": "2015-10-24T07:41:03+11:00",
"description": "Types of security services used with FHIR.",
"codeSystem": {
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
      "valueUri": "urn:oid:2.16.840.1.113883.4.642.1.82"
    }
  ],
  "system": "http://hl7.org/fhir/restful-security-service",
  "version": "1.0.2",
  "caseSensitive": true,
  "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."
    }
  ]
}

}