Class: Telecom

The telecommunication contacts points of a user, a location, or an organization. The Type attribute designates the type of contact.

URI: odm:Telecom

erDiagram
Telecom {
    TelecomTypeType telecomType  
    text value  
}



Slots

Name Cardinality* and Range Description Inheritance
telecomType 1..1
TelecomTypeType
direct
value 1..1
text
Human-readable designation of the trial phase. direct

* See LinkML documentation for cardinality definitions.

Usages

used by used in type used
User telecom range Telecom
Organization telecom range Telecom
Location telecom range Telecom

See Also

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self odm:Telecom
native odm:Telecom

LinkML Source

Direct

name: Telecom
description: The telecommunication contacts points of a user, a location, or an organization.
  The Type attribute designates the type of contact.
from_schema: http://www.cdisc.org/ns/odm/v2.0
see_also:
- https://wiki.cdisc.org/display/PUB/Telecom
rank: 1000
slots:
- telecomType
- value
slot_usage:
  telecomType:
    name: telecomType
    comments:
    - 'Required

      enum values: (Email | Pager | Phone | Fax | SMS | URL | Other)

      Values are aligned with FHIR ContactPoint/System data element.'
    domain_of:
    - Telecom
    range: TelecomTypeType
    required: true
  value:
    name: value
    comments:
    - 'Required

      range: text'
    domain_of:
    - TrialPhase
    - ParameterValue
    - Telecom
    - ItemData
    - Query
    range: text
    required: true
class_uri: odm:Telecom

Induced

name: Telecom
description: The telecommunication contacts points of a user, a location, or an organization.
  The Type attribute designates the type of contact.
from_schema: http://www.cdisc.org/ns/odm/v2.0
see_also:
- https://wiki.cdisc.org/display/PUB/Telecom
rank: 1000
slot_usage:
  telecomType:
    name: telecomType
    comments:
    - 'Required

      enum values: (Email | Pager | Phone | Fax | SMS | URL | Other)

      Values are aligned with FHIR ContactPoint/System data element.'
    domain_of:
    - Telecom
    range: TelecomTypeType
    required: true
  value:
    name: value
    comments:
    - 'Required

      range: text'
    domain_of:
    - TrialPhase
    - ParameterValue
    - Telecom
    - ItemData
    - Query
    range: text
    required: true
attributes:
  telecomType:
    name: telecomType
    comments:
    - 'Required

      enum values: (Email | Pager | Phone | Fax | SMS | URL | Other)

      Values are aligned with FHIR ContactPoint/System data element.'
    from_schema: http://www.cdisc.org/ns/odm/v2.0
    rank: 1000
    alias: telecomType
    owner: Telecom
    domain_of:
    - Telecom
    range: TelecomTypeType
    required: true
  value:
    name: value
    description: Human-readable designation of the trial phase.
    comments:
    - 'Required

      range: text'
    from_schema: http://www.cdisc.org/ns/odm/v2.0
    rank: 1000
    alias: value
    owner: Telecom
    domain_of:
    - TrialPhase
    - ParameterValue
    - Telecom
    - ItemData
    - Query
    range: text
    required: true
class_uri: odm:Telecom