UNPKG

melosys-kodeverk

Version:

Dictionary of kode/term objects for use with associated melosys projects

18 lines (16 loc) 432 B
'use strict'; /** * Kodeverk/BehandlingsgrunnlagTyper * @module */ var behandlingsgrunnlagtyper = [{ kode: 'SED', term: 'SED' }, { kode: 'SØKNAD_A1_YRKESAKTIVE_EØS', term: 'Søknad om A1 for yrkesaktive innen EØS/Sveits' }, { kode: 'SØKNAD_A1_UTSENDTE_ARBEIDSTAKERE_EØS', term: 'Søknad om A1 for utsendte arbeidstakere innen EØS/Sveits' }]; module.exports.behandlingsgrunnlagtyper = behandlingsgrunnlagtyper;