/** * @name ContactPointUse * @description Use of contact point. * @description home | work | temp | old | mobile * @see ContactPointUse * @version R4 * @author Roberto Araneda Espinoza */ export type ContactPointUseType = 'home' | 'work' | 'temp' | 'old' | 'mobile';