@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/4.3/CodeSystem/restful-security-service> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "restful-security-service"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      \n      \n            <h2>RestfulSecurityService</h2>\n      \n      \n            <div>\n        \n        \n              <p>Types of security services used with FHIR.</p>\n\n      \n      \n            </div>\n      \n      \n            <p>This code system http://terminology.hl7.org/CodeSystem/restful-security-service defines the following codes:</p>\n      \n      \n            <table class=\"codes\">\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">\n            \n            \n                  <b>Code</b>\n          \n          \n                </td>\n          \n          \n                <td>\n            \n            \n                  <b>Display</b>\n          \n          \n                </td>\n          \n          \n                <td>\n            \n            \n                  <b>Definition</b>\n          \n          \n                </td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">OAuth\n            \n            \n                  <a name=\"restful-security-service-OAuth\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>OAuth</td>\n          \n          \n                <td>OAuth (unspecified version see oauth.net).</td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">SMART-on-FHIR\n            \n            \n                  <a name=\"restful-security-service-SMART-on-FHIR\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>SMART-on-FHIR</td>\n          \n          \n                <td>OAuth2 using SMART-on-FHIR profile (see http://docs.smarthealthit.org/).</td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">NTLM\n            \n            \n                  <a name=\"restful-security-service-NTLM\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>NTLM</td>\n          \n          \n                <td>Microsoft NTLM Authentication.</td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">Basic\n            \n            \n                  <a name=\"restful-security-service-Basic\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>Basic</td>\n          \n          \n                <td>Basic authentication defined in HTTP specification.</td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">Kerberos\n            \n            \n                  <a name=\"restful-security-service-Kerberos\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>Kerberos</td>\n          \n          \n                <td>see http://www.ietf.org/rfc/rfc4120.txt.</td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">Certificates\n            \n            \n                  <a name=\"restful-security-service-Certificates\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>Certificates</td>\n          \n          \n                <td>SSL where client must have a certificate registered with the server.</td>\n        \n        \n              </tr>\n      \n      \n            </table>\n    \n    \n          </div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:code ;
       fhir:v "normative"
     ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:code ;
       fhir:v "4.0.0"
     ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:integer ;
       fhir:v 5
     ]
  ] [
     fhir:extension ( [
       fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:id ;
         fhir:v "hl7.fhir.uv.xver-r4b.r4"
       ]
     ] [
       fhir:url [ fhir:v "version"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:string ;
         fhir:v "0.0.1-snapshot-2"
       ]
     ] ) ;
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:code ;
       fhir:v "fhir"
     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/restful-security-service"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "4.3.0"] ; # 
  fhir:name [ fhir:v "RestfulSecurityService"] ; # 
  fhir:title [ fhir:v "RestfulSecurityService"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2021-01-17T06:06:13+10:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "FHIR Infrastructure"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "FHIR Infrastructure" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Types of security services used with FHIR."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:valueSet [
     fhir:v "http://hl7.org/fhir/ValueSet/restful-security-service|4.0.1"^^xsd:anyURI ;
     fhir:link <http://hl7.org/fhir/ValueSet/restful-security-service|4.0.1>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "OAuth" ] ;
     fhir:display [ fhir:v "OAuth" ] ;
     fhir:definition [ fhir:v "OAuth (unspecified version see oauth.net)." ]
  ] [
     fhir:code [ fhir:v "SMART-on-FHIR" ] ;
     fhir:display [ fhir:v "SMART-on-FHIR" ] ;
     fhir:definition [ fhir:v "OAuth2 using SMART-on-FHIR profile (see http://docs.smarthealthit.org/)." ]
  ] [
     fhir:code [ fhir:v "NTLM" ] ;
     fhir:display [ fhir:v "NTLM" ] ;
     fhir:definition [ fhir:v "Microsoft NTLM Authentication." ]
  ] [
     fhir:code [ fhir:v "Basic" ] ;
     fhir:display [ fhir:v "Basic" ] ;
     fhir:definition [ fhir:v "Basic authentication defined in HTTP specification." ]
  ] [
     fhir:code [ fhir:v "Kerberos" ] ;
     fhir:display [ fhir:v "Kerberos" ] ;
     fhir:definition [ fhir:v "see http://www.ietf.org/rfc/rfc4120.txt." ]
  ] [
     fhir:code [ fhir:v "Certificates" ] ;
     fhir:display [ fhir:v "Certificates" ] ;
     fhir:definition [ fhir:v "SSL where client must have a certificate registered with the server." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

