HL7 Terminology (THO)
6.1.0 - Publication International flag

This page is part of the HL7 Terminology (v6.1.0: Release) based on FHIR (HL7® FHIR® Standard) v5.0.0. This is the current published version. For a full list of available versions, see the Directory of published versions

: IANA Time Zone Database - TTL Representation

Active as of 2024-11-04

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:CodeSystem ;
  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: CodeSystem IANATimeZoneDatabase</b></p><a name=\"IANATimeZoneDatabase\"> </a><a name=\"hcIANATimeZoneDatabase\"> </a><a name=\"IANATimeZoneDatabase-en-US\"> </a><p>This case-sensitive code system <code>https://www.iana.org/time-zones</code> defines codes, but no codes are represented here</p></div>"
  ] ; # 
  fhir:url [ fhir:v "https://www.iana.org/time-zones"^^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:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  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:copyright [ fhir:v "Public domain"] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "not-present"] . #