ContactPoint
Details for all kinds of technology-mediated contact points for a person or organization, including telephone, email, etc.
Definition
If capturing a phone, fax or similar contact point, the value should be a properly formatted telephone number according to ITU-T E.123.
Type
contactpoint
Attributes
Key | Type | Cardinality | Description |
---|---|---|---|
system | 0..1 | Telecommunications form for contact point - what communications system is required to make use of the contact. Available values are:
| |
value | 0..1 | The actual contact point details, in a form that is meaningful to the designated communication system (i.e. phone number or email address). | |
use | 0..1 | Identifies the purpose of the contact point. Proposed values are:
| |
rank | 0..1 | Specify preferred order of use (1 = highest). | |
period | 0..1 | Time period when the contact point was/is in use. |
{
"system": "<code>",
"value": "<symbol>",
"use": "<code>",
"rank": <integer>,
"period": { Period }
}
Updated 2 months ago