interface ContactPoint {
    _rank?: Element;
    _system?: Element;
    _use?: Element;
    _value?: Element;
    extension?: Extension[];
    id?: id;
    period?: Period;
    rank?: undefined;
    system?: code;
    use?: code;
    value?: string;
}

Properties

_rank?: Element

Specify preferred order of use (1 = highest)

_system?: Element

phone | fax | email | pager | url | sms | other

_use?: Element

home | work | temp | old | mobile - purpose of this contact point

_value?: Element

The actual contact point details

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

period?: Period

Time period when the contact point was/is in use

rank?: undefined

Specify preferred order of use (1 = highest)

system?: code

phone | fax | email | pager | url | sms | other

use?: code

home | work | temp | old | mobile - purpose of this contact point

value?: string

The actual contact point details