This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Example ValueSet/jurisdiction (Turtle)
Raw Turtle (+ also see Turtle/RDF Format Specification)
Definition for Value SetJurisdiction ValueSet
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
[a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "jurisdiction"] ; #
fhir:meta [
fhir:lastUpdated [ fhir:v "2025-01-20T18:06:06.167+00:00"^^xsd:dateTime ] ;
fhir:profile ( [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablevalueset"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablevalueset>
] )
] ; #
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: ValueSet jurisdiction</b></p><a name=\"jurisdiction\"> </a><a name=\"hcjurisdiction\"> </a><a name=\"jurisdiction-en-US\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"http://terminology.hl7.org/6.1.0/CodeSystem-ISO3166Part1.html\"><code>urn:iso:std:iso:3166</code></a></li><li>Include all codes defined in <a href=\"http://terminology.hl7.org/6.1.0/CodeSystem-v3-iso3166-2.html\"><code>urn:iso:std:iso:3166:-2</code></a></li><li>Include codes from<code>http://unstats.un.org/unsd/methods/m49/m49.htm</code> where class = region</li></ul></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "vocab" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [ fhir:v "deprecated" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [ fhir:v "5"^^xsd:integer ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/ValueSet/jurisdiction"^^xsd:anyURI] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.3.48" ]
] ) ; #
fhir:version [ fhir:v "6.0.0-ballot2"] ; #
fhir:name [ fhir:v "JurisdictionValueSet"] ; #
fhir:title [ fhir:v "Jurisdiction ValueSet"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "true"^^xsd:boolean] ; #
fhir:date [ fhir:v "2025-01-20T18:06:06+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International / Terminology Infrastructure"] ; #
fhir:contact ( [
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/fhir" ]
] )
] [
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/Vocab" ]
] )
] ) ; #
fhir:description [ fhir:v "This value set defines a base set of codes for country, country subdivision and region for indicating where a resource is intended to be used. \r\n \r\n Note: The codes for countries and country subdivisions are taken from [ISO 3166](https://www.iso.org/iso-3166-country-codes.html) while the codes for \"supra-national\" regions are from [UN Standard country or area codes for statistical use (M49)](http://unstats.un.org/unsd/methods/m49/m49.htm)."] ; #
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:compose [
fhir:include ( [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ]
] [
fhir:system [ fhir:v "urn:iso:std:iso:3166:-2"^^xsd:anyURI ]
] [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:filter ( [
fhir:property [ fhir:v "class" ] ;
fhir:op [ fhir:v "=" ] ;
fhir:value [ fhir:v "region" ]
] )
] )
] ; #
fhir:expansion []] . #
# -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the
examples are correct and useful, but they are not a normative part
of the specification.