/** * @name IdentifierUse * @description Identifies the purpose for this identifier, if known. * @description usual | official | temp | secondary | old * @see IdentifierUse * @version R4 * @author Roberto Araneda Espinoza */ export type IdentifierUseType = 'usual' | 'official' | 'temp' | 'secondary' | 'old';