FHIR Cross-Version Extensions package for FHIR R4B from FHIR R4 - 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\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem restful-security-service</b></p><a name=\"restful-security-service\"> </a><a name=\"hcrestful-security-service\"> </a><p>This case-sensitive code system <code>http://terminology.hl7.org/CodeSystem/restful-security-service</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">OAuth<a name=\"restful-security-service-OAuth\"> </a></td><td>OAuth (unspecified version see oauth.net).</td></tr><tr><td style=\"white-space:nowrap\">SMART-on-FHIR<a name=\"restful-security-service-SMART-on-FHIR\"> </a></td><td>OAuth2 using SMART-on-FHIR profile (see http://docs.smarthealthit.org/).</td></tr><tr><td style=\"white-space:nowrap\">NTLM<a name=\"restful-security-service-NTLM\"> </a></td><td>Microsoft NTLM Authentication.</td></tr><tr><td style=\"white-space:nowrap\">Basic<a name=\"restful-security-service-Basic\"> </a></td><td>Basic authentication defined in HTTP specification.</td></tr><tr><td style=\"white-space:nowrap\">Kerberos<a name=\"restful-security-service-Kerberos\"> </a></td><td>see http://www.ietf.org/rfc/rfc4120.txt.</td></tr><tr><td style=\"white-space:nowrap\">Certificates<a name=\"restful-security-service-Certificates\"> </a></td><td>SSL where client must have a certificate registered with the server.</td></tr></table></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-r4.r4b" ] ] [
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.0.1"] ; #
fhir:name [ fhir:v "RestfulSecurityService"] ; #
fhir:title [ fhir:v "RestfulSecurityService"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2019-11-01T08:29:23+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.3.0"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/ValueSet/restful-security-service|4.3.0>
] ; #
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-r4.r4b#0.0.1-snapshot-2 based on FHIR 4.3.0. Generated 2025-09-13
Links: Table of Contents |
QA Report
| Version History |
|
History
