ContactPoint

ContactPoint model representing details for all kinds of technology mediated
contact points for a person or organization, including telephone, email, etc.

Properties

id

id: null | string

Unique identifier


system

system: null | string

Telecommunications form for contact point - what communications system is
required to make use of the contact.
Uses the Code scalar type from the GraphQL schema.


value

value: null | string

The actual contact point details, in a form that is meaningful to the
designated communication system (i.e. phone number or email address).


rank

rank: null | number

Specifies a preferred order in which to use a set of contacts. ContactPoints
with lower rank values are more preferred than those with higher rank values.


use

use: null | string

Identifies the purpose for the contact point.
Uses the Code scalar type from the GraphQL schema.