@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:NamingSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "url"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Summary

Defining URLhttp://terminology.hl7.org/NamingSystem/url
Version2.1.0
NameUrl
TitleURL
Statusretired
Definition

Universal Resource Locator (URL) schemes Currently there is no single authority for URL schemes. The authority for URL scheme assignments clearly lies within IANA or W3C and it is likely that a formal URL/URI assigning authority will be formed soon.

\n

Identifiers

TypeValuePreferred
OID2.16.840.1.113883.6.11true
URIhttp://terminology.hl7.org/CodeSystem/urltrue
" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.url"^^xsd:anyURI ] ; fhir:value [ fhir:v "http://terminology.hl7.org/NamingSystem/url"^^xsd:anyURI ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.version"^^xsd:anyURI ] ; fhir:value [ fhir:v "2.1.0" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.title"^^xsd:anyURI ] ; fhir:value [ fhir:v "URL" ] ] ) ; # fhir:name [ fhir:v "Url"] ; # fhir:status [ fhir:v "retired"] ; # fhir:kind [ fhir:v "codesystem"] ; # fhir:date [ fhir:v "2021-11-09T10:00:00+10:00"^^xsd:dateTime] ; # fhir:description [ fhir:v "Universal Resource Locator (URL) schemes Currently there is no single authority for URL schemes. The authority for URL scheme assignments clearly lies within IANA or W3C and it is likely that a formal URL/URI assigning authority will be formed soon."] ; # fhir:uniqueId ( [ fhir:type [ fhir:v "oid" ] ; fhir:value [ fhir:v "2.16.840.1.113883.6.11" ] ; fhir:preferred [ fhir:v "true"^^xsd:boolean ] ] [ fhir:type [ fhir:v "uri" ] ; fhir:value [ fhir:v "http://terminology.hl7.org/CodeSystem/url" ] ; fhir:preferred [ fhir:v "true"^^xsd:boolean ] ] ) . # # -------------------------------------------------------------------------------------