interface ContactDetail {
    _name?: Element;
    extension?: Extension[];
    id?: id;
    name?: string;
    telecom?: ContactPoint[];
}

Properties

_name?: Element

Name of an individual to contact

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

name?: string

Name of an individual to contact

telecom?: ContactPoint[]

Contact details for individual or organization