Skip to content

Enum: EnumOffsetType

Offset Type

URI: kfi_fhir_sparks:EnumOffsetType

Permissible Values

Value Meaning Description
days None The offset is represented in days
years None The offset is represented in Years

Slots

Name Description
offset_type What is the datatype associated with the offset (days, years, etc)

Identifier and Mapping Information

Schema Source

  • from schema: https://carrollaboratory.github.io/kfi-fhir-input

LinkML Source

name: EnumOffsetType
description: Offset Type
from_schema: https://carrollaboratory.github.io/kfi-fhir-input
rank: 1000
permissible_values:
  days:
    text: days
    description: The offset is represented in days
    title: Days
  years:
    text: years
    description: The offset is represented in Years
    title: Years