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 | 
@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 -------------------------------------------------------------------
 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            <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>"^^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-r5.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://hl7.org/fhir/restful-security-service"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "5.0.0"] ; # 
  fhir:name [ fhir:v "RestfulSecurityService"] ; # 
  fhir:title [ fhir:v "Restful Security Service"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2020-12-28T15:55:11+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." ]
  ] ) . # 
  
  
          IG © 2025+ FHIR Infrastructure.  Package hl7.fhir.uv.xver-r5.r4#0.0.1-snapshot-2 based on FHIR 4.0.1. Generated 2025-09-13
          
          
                      Links: Table of Contents |
                 QA Report
                 
                
                 | Version History |
                 
 |
                  
                 History
  
  
  
