UNPKG

melosys-kodeverk

Version:

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

21 lines (20 loc) 517 B
'use strict'; /** * Kodeverk/bosted * ref: https://confluence.adeo.no/display/TEESSI/Kodeverk+i+Melosys * @module */ var bosted = [{ kode: 'OPPGITT_UTENLANDSK_BOSTEDSADRESSE', term: 'Oppgitt utenlandsk bostedsadresse' }, { kode: 'IKKE_REGISTRERT_BOSATT_NORGE', term: 'Ikke registrert bosatt i Norge' }, { kode: 'NORSK_ADRESSE_LIK_ARBEIDSGIVER', term: 'Norsk adresse er lik arbeidsgivers' }, { kode: 'FAMILIE_BOR_IKKE_I_NORGE', term: 'Familien bor ikke i Norge' }]; module.exports.bosted = bosted;