Enum: TelecomTypeType

Enumeration used in telecomType

URI: TelecomTypeType

Permissible Values

Value Meaning Description
Email None
Pager None
Phone None
Fax None
SMS None
URL None
Other None

Slots

Name Description
telecomType
telecomType

Identifier and Mapping Information

Schema Source

  • from schema: http://www.cdisc.org/ns/odm/v2.0

LinkML Source

name: TelecomTypeType
description: Enumeration used in telecomType
from_schema: http://www.cdisc.org/ns/odm/v2.0
rank: 1000
permissible_values:
  Email:
    text: Email
    is_a: TelecomTypeType
  Pager:
    text: Pager
    is_a: TelecomTypeType
  Phone:
    text: Phone
    is_a: TelecomTypeType
  Fax:
    text: Fax
    is_a: TelecomTypeType
  SMS:
    text: SMS
    is_a: TelecomTypeType
  URL:
    text: URL
    is_a: TelecomTypeType
  Other:
    text: Other
    is_a: TelecomTypeType