/**
 * @name ContactPointUse
 * @description Use of contact point.
 * @description home | work | temp | old | mobile
 * @see <a href="https://hl7.org/fhir/R4/valueset-contact-point-use.html">ContactPointUse</a>
 * @version R4
 * @author Roberto Araneda Espinoza
 */
export declare enum ContactPointUseEnum {
    HOME = "home",
    WORK = "work",
    TEMP = "temp",
    OLD = "old",
    MOBILE = "mobile"
}
