UNPKG

fhirtypes

Version:
10 lines (9 loc) 345 B
/** * @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 type ContactPointUseType = 'home' | 'work' | 'temp' | 'old' | 'mobile';