Skip to content

Enum: EnumAgeValueType

Describes where to look for the data (as value, code, range, etc)

URI: kfi_fhir_sparks:EnumAgeValueType

Permissible Values

Value Meaning Description
age None Age (must also be annotated with age units)
code None Age as Code (ages will be provided as coded values)
age_range None Age expressed as a range (relative date/time)
date None Rather than an age, we have an actual date for the event's occurence

Slots

Name Description
value_type Age Value Type

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: EnumAgeValueType
description: Describes where to look for the data (as value, code, range, etc)
from_schema: https://carrollaboratory.github.io/kfi-fhir-input
rank: 1000
permissible_values:
  age:
    text: age
    description: Age (must also be annotated with age units)
    title: Age
  code:
    text: code
    description: Age as Code (ages will be provided as coded values)
    title: Age as Code
  age_range:
    text: age_range
    description: Age expressed as a range (relative date/time)
    title: Age Range
  date:
    text: date
    description: Rather than an age, we have an actual date for the event's occurence
    title: Date