Enum: AgeRanges

Enumeration for age ranges.

URI: [cohra1:AgeRanges](https://w3id.org/OHD/DFA-study/cohra1/AgeRanges) ## Permissible Values | Value | Meaning | Description | | --- | --- | --- | | 1 | None | 18-24 | | 2 | None | 25-34 | | 3 | None | 35-44 | | 4 | None | 45-54 | | 5 | None | 55-64 | | 6 | None | 65-74 | | 7 | None | 75+ | | 99 | None | Under 18 | ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/OHD/DFA-study/cohra1 ## LinkML Source
name: AgeRanges
description: Enumeration for age ranges.
from_schema: https://w3id.org/OHD/DFA-study/cohra1
rank: 1000
permissible_values:
  '1':
    text: '1'
    description: 18-24
  '2':
    text: '2'
    description: 25-34
  '3':
    text: '3'
    description: 35-44
  '4':
    text: '4'
    description: 45-54
  '5':
    text: '5'
    description: 55-64
  '6':
    text: '6'
    description: 65-74
  '7':
    text: '7'
    description: 75+
  '99':
    text: '99'
    description: Under 18