Netherlands - Generic Functions for data exchange Implementation Guide, published by Stichting Nuts. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/nuts-foundation/nl-generic-functions-ig/ and changes regularly. See the Directory of published versions
: fhir-resource-url - TTL Representation
Raw ttl | Download
@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:NamingSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "fhir-resource-url"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: NamingSystem fhir-resource-url</b></p><a name=\"fhir-resource-url\"> </a><a name=\"hcfhir-resource-url\"> </a><h3>Summary</h3><table class=\"grid\"><tr><td>Defining URL</td><td>http://nuts-foundation.github.io/nl-generic-functions-ig/NamingSystem/fhir-resource-url</td></tr><tr><td>Version</td><td>0.2.0</td></tr><tr><td>Name</td><td>FHIR resource URL</td></tr><tr><td>Status</td><td>active</td></tr><tr><td>Definition</td><td><div><p>This identifier represents an URI and URL that is SHOULD resolve/redirect to a FHIR resource for a long term (10+ years); just like 'permalinks' or 'persistent URLs' are used in scientific literature.</p>\n<p>Only authoritative sources, i.e. the (legal) custodian/data holder should assign these URLs.</p>\n<p>The custodian is responsible for forwarding/redirecting the URL-host/domain to a specific software system or platform, ensuring long term persistence of the identifier or (external) reference that's pointing to this resource.</p>\n</div></td></tr><tr><td>Publisher</td><td>Stichting Nuts</td></tr></table><h3>Identifiers</h3><table class=\"grid\"><tr><td><b>Type</b></td><td><b>Value</b></td><td><b>Preferred</b></td><td><b>Comment</b></td></tr><tr><td>URI</td><td>http://fhir.nl/fhir/NamingSystem/url/fhir</td><td>true</td><td>The client system may use the Accept header to request a specific FHIR version, e.g. `Accept: application/fhir+json; fhirVersion=4.0`. See ['Managing Multiple FHIR Versions'](http://hl7.org/fhir/R4/versioning.html#mt-version) for more information. #xD;\nHowever, a specific FHIR version may not be supported for the intended +10 years, a server MAY ignore this header. #xD;\nIf no version is specified, the server returns the default version.</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.url"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.url> ] ;
fhir:value [
a fhir:Uri ;
fhir:v "http://nuts-foundation.github.io/nl-generic-functions-ig/NamingSystem/fhir-resource-url"^^xsd:anyURI ;
fhir:l <http://nuts-foundation.github.io/nl-generic-functions-ig/NamingSystem/fhir-resource-url> ]
] [
fhir:url [
fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.version"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.version> ] ;
fhir:value [
a fhir:String ;
fhir:v "0.2.0" ]
] ) ; #
fhir:name [ fhir:v "FHIR resource URL"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:kind [ fhir:v "identifier"] ; #
fhir:date [ fhir:v "2025-11-05T00:00:00-00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Stichting Nuts"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Stichting Nuts" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.nuts.nl" ] ] )
] ) ; #
fhir:description [ fhir:v "This identifier represents an URI and URL that is SHOULD resolve/redirect to a FHIR resource for a long term (10+ years); just like 'permalinks' or 'persistent URLs' are used in scientific literature. \r\n\r\nOnly authoritative sources, i.e. the (legal) custodian/data holder should assign these URLs. \r\n\r\nThe custodian is responsible for forwarding/redirecting the URL-host/domain to a specific software system or platform, ensuring long term persistence of the identifier or (external) reference that's pointing to this resource."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [
fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:3166> ] ;
fhir:code [ fhir:v "NL" ] ;
fhir:display [ fhir:v "Netherlands" ] ] )
] ) ; #
fhir:uniqueId ( [
fhir:type [ fhir:v "uri" ] ;
fhir:value [ fhir:v "http://fhir.nl/fhir/NamingSystem/url/fhir" ] ;
fhir:preferred [ fhir:v true ] ;
fhir:comment [ fhir:v "The client system may use the Accept header to request a specific FHIR version, e.g. `Accept: application/fhir+json; fhirVersion=4.0`. See ['Managing Multiple FHIR Versions'](http://hl7.org/fhir/R4/versioning.html#mt-version) for more information. \r\nHowever, a specific FHIR version may not be supported for the intended +10 years, a server MAY ignore this header. \r\nIf no version is specified, the server returns the default version." ]
] ) . #