PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.extensions.r4b@5.3.0-ballot-tc1
    http://hl7.org/fhir/StructureDefinition/timezone
description: An IANA timezone code for the timezone offset per BCP 175.\nFor data types allowing the offset (all except date and time), this extension SHALL agree with the offset if provided and cannot be used in place of the offset if the precision expressed requires an offset.  Where an offset is provided, this extension provides a more legible display of the zone associated with the offset.  Where an offset is not present, this extension can be used to provide zone information not otherwise available.
package_name: hl7.fhir.uv.extensions.r4b
derivation: constraint
name: TimezoneCode
type: Extension
elements:
  extension: {index: 0}
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/StructureDefinition/timezone'}
    index: 1
  value:
    choices: [valueCode]
    index: 3
  valueCode: {type: code, choiceOf: value, index: 4}
package_version: 5.3.0-ballot-tc1
extensions: {}
class: extension
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/timezone
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 5.3.0-ballot-tc1
required: [valueCode, value]