Enum: TimeSinceDentalVisit

Enumeration for time since last dental visit

URI: [tic_clinical:TimeSinceDentalVisit](https://w3id.org/OHD/DFA-study/tic_clinical/TimeSinceDentalVisit) ## Permissible Values | Value | Meaning | Description | | --- | --- | --- | | 1 | None | Less than 12 months | | 2 | None | 1 to 2 years | | 3 | None | 3 to 5 years | | 4 | None | More than 5 years | | 7 | None | N/A -I've never been to a dentist | ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/OHD/DFA-study/tic_clinical ## LinkML Source
name: TimeSinceDentalVisit
description: Enumeration for time since last dental visit
from_schema: https://w3id.org/OHD/DFA-study/tic_clinical
rank: 1000
permissible_values:
  '1':
    text: '1'
    description: Less than 12 months
  '2':
    text: '2'
    description: 1 to 2 years
  '3':
    text: '3'
    description: 3 to 5 years
  '4':
    text: '4'
    description: More than 5 years
  '7':
    text: '7'
    description: N/A -I've never been to a dentist.