PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.extensions.r4b@5.3.0-ballot-tc1
    http://hl7.org/fhir/StructureDefinition/time-precision
description: Specifies that the precision of the datetime, time, or instant value is less than what appears and indicates the actual level of precision. This extension is used when the precision of a datetime, time, or instant value is not conveyed by the value itself (e.g. the datetime value 2014-02-01T10:00:00Z has a precision of 'min' and actually represents \"10:00\" and unknown seconds on Feb 1, 2014.
package_name: hl7.fhir.uv.extensions.r4b
derivation: constraint
name: TimePrecision
type: Extension
elements:
  extension: {index: 0}
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/StructureDefinition/time-precision'}
    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/time-precision
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 5.3.0-ballot-tc1
required: [valueCode, value]