HL7 Terminology (THO), published by HL7 International - Vocabulary Work Group. This guide is not an authorized publication; it is the continuous build for version 6.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/UTG/ and changes regularly. See the Directory of published versions
: IANA Time Zone Database - TTL Representation
Raw ttl | Download
@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:NamingSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "IANATimeZoneDatabase"] ; #
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: NamingSystem IANATimeZoneDatabase</b></p><a name=\"IANATimeZoneDatabase\"> </a><a name=\"hcIANATimeZoneDatabase\"> </a><a name=\"IANATimeZoneDatabase-en-US\"> </a><h3>Summary</h3><table class=\"grid\"><tr><td>Defining URL</td><td>http://terminology.hl7.org/NamingSystem/IANATimeZoneDatabase</td></tr><tr><td>Version</td><td>1.0.0</td></tr><tr><td>Name</td><td>IANATimeZoneDatabase</td></tr><tr><td>Title</td><td>IANA Time Zone Database</td></tr><tr><td>Status</td><td>active</td></tr><tr><td>Definition</td><td><div><p>The Time Zone Database (often called tz or zoneinfo) contains code and data that represent the history of local time for many representative locations around the globe. It is updated periodically to reflect changes made by political bodies to time zone boundaries, UTC offsets, and daylight-saving rules.</p>\n</div></td></tr><tr><td>Publisher</td><td>IANA</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>Period</b></td></tr><tr><td>URI</td><td>https://www.iana.org/time-zones</td><td>true</td><td>2024-11-04 --> (ongoing)</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "http://terminology.hl7.org/NamingSystem/IANATimeZoneDatabase"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "IANATimeZoneDatabase"] ; #
fhir:title [ fhir:v "IANA Time Zone Database"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:kind [ fhir:v "codesystem"] ; #
fhir:date [ fhir:v "2024-11-04T23:00:00+10:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "IANA"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Internet Assigned Numbers Authority" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.iana.org/" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "iana@iana.org" ] ] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+14242545300" ] ] )
] ) ; #
fhir:description [ fhir:v "The Time Zone Database (often called tz or zoneinfo) contains code and data that represent the history of local time for many representative locations around the globe. It is updated periodically to reflect changes made by political bodies to time zone boundaries, UTC offsets, and daylight-saving rules."] ; #
fhir:uniqueId ( [
fhir:type [ fhir:v "uri" ] ;
fhir:value [ fhir:v "https://www.iana.org/time-zones" ] ;
fhir:preferred [ fhir:v "true"^^xsd:boolean ] ;
fhir:period [
fhir:start [ fhir:v "2024-11-04"^^xsd:date ] ]
] ) . #