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

Generated Narrative: CodeSystem IANATimeZoneDatabase

This case-sensitive code system https://www.iana.org/time-zones defines codes, but no codes are represented here

" ] ; # 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"] . # # -------------------------------------------------------------------------------------