CINXE.COM
Legeforskningsinstituttet
<!DOCTYPE html> <html lang="nb"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="format-detection" content="telephone=no" /> <meta name="google-site-verification" content="AcGEbF-FfERKTsFSbgtwnyxxnm0nPjJL5vJzjjoFY_E" /> <title>Legeforskningsinstituttet</title> <meta property="og:title" content="Legeforskningsinstituttet" /> <meta property="og:description" content="- Legenes helse, livskvalitet og atferd
- Samfunnsmessige og organisatoriske betingelser for god profesjonsutøvelse
- Holdninger, etikk og prioriteringer
- Legerollen i endring" /> <meta name="description" content="- Legenes helse, livskvalitet og atferd
- Samfunnsmessige og organisatoriske betingelser for god profesjonsutøvelse
- Holdninger, etikk og prioriteringer
- Legerollen i endring" /> <meta property="og:url" content="https://www.legeforeningen.no/lefo/" /> <meta name="keywords" content="lefo, legeforskning, legeforskningsinstittutet, Institute for Studies of the Medical Profession" /> <meta property="og:type" content="website" /> <!-- version: 1.0.0.0 --> <meta name="msapplication-TileImage" content="~/Images/favicon/152x152.png"> <link rel="icon" type="image/png" sizes="16x16" href="/Images/favicon/16x16.png"> <link rel="icon" type="image/png" sizes="32x32" href="/Images/favicon/32x32.png"> <link rel="icon" type="image/png" sizes="96x96" href="/Images/favicon/96x96.png"> <link rel="icon" type="image/png" sizes="120x120" href="/Images/favicon/120x120.png"> <link rel="icon" type="image/png" sizes="152x152" href="/Images/favicon/152x152.png"> <link rel="icon" type="image/png" sizes="167x167" href="/Images/favicon/167x167.png"> <link rel="icon" type="image/png" sizes="180x180" href="/Images/favicon/180x180.png"> <link rel="apple-touch-icon" type="image/png" sizes="120x120" href="/Images/favicon/120x120.png"> <link rel="apple-touch-icon" type="image/png" sizes="152x152" href="/Images/favicon/152x152.png"> <link rel="apple-touch-icon" type="image/png" sizes="167x167" href="/Images/favicon/167x167.png"> <link rel="apple-touch-icon" type="image/png" sizes="180x180" href="/Images/favicon/180x180.png"> <link href="https://www.legeforeningen.no/lefo/" rel="canonical" /> <script> //bind : Cutoff for Safari5 //addEventListener : Cutoff for IE8 //visibilityState : Cutoff for IE9 and Safari6. //Also checks if the visiting client is a bot. var isIE10 = navigator.appVersion.indexOf('MSIE 10') !== -1; var isIE11 = !!window.MSInputMethodContext && !!document.documentMode; // method to detect IE11 var isIE = isIE10 || isIE11; if ((!("addEventListener" in window) || !("bind" in Function) || !('visibilityState' in document) || isIE) && !/bot|googlebot|crawler|spider|robot|crawling|Google Page Speed Insights/i.test(navigator.userAgent)) { window.location.href = "/browserSupport.html"; } //DomMutation utils. !function (a) { var b; !function (a) { "use strict"; var b = function () { function a() { } return a.createMutationObserver = function (b, c, d) { void 0 === c && (c = document.body); var e; return this._mutationObserverClassName = this._mutationObserverClassName || this._findMutationObservableMethodName(), this._mutationObserverClassName ? (d = Object.keys(a.DEFAULT_OPTIONS).reduce(function (b, c) { return b[c] = d && null != d[c] ? d[c] : a.DEFAULT_OPTIONS[c], b }, {}), e = new window[this._mutationObserverClassName](b), e.observe(c, d), e) : null }, a._findMutationObservableMethodName = function () { for (var a = ["", "WebKit", "Moz", "O", "Ms"], b = 0, c = a.length; b < c; ++b) if (a[b] + "MutationObserver" in window) return a[b] + "MutationObserver"; return null }, a.VERSION = "1.2.16", a.DEFAULT_OPTIONS = { childList: !0, attributes: !1, characterData: !1, subtree: !1, attributeOldValue: !1, characterDataOldValue: !1 }, a }(); a.DomMutation = b }(b = a.Utils || (a.Utils = {})) }(Oxx || (Oxx = {})); //AssetsLoader. var Oxx; !function (a) { var b; !function (a) { "use strict"; var b = function () { function a() { } return a.load = function (a) { return this._loaderStack.push(a), this._isLoaderStackRunning || this._runLoaderStack(), this }, a.complete = function (a) { return this._loaderStack.push(a), this._isLoaderStackRunning || this._runLoaderStack(), this }, a._runLoaderStack = function () { var a, b; this._loadCount = 0, this._loaderStack.length > 0 && (b = this._loaderStack.shift(), "function" == typeof b ? (a = b, a(), this._loaderStack.length > 0 ? this._runLoaderStack() : (this._isLoaderStackRunning = !1, this._createAndSendDOMEvent(this.ALL_ASSETS_LOADED))) : (Array.isArray(b) || "string" == typeof b) && (this._isLoaderStackRunning = !0, this._parseUrl(b))) }, a._parseUrl = function (a) { if (this._loadHandler = this._loadHandler || this._nodeLoadedHandler.bind(this), this._errorHandler = this._errorHandler || this._nodeLoadErrorHandler.bind(this), this._headElement = this._headElement || document.body, "string" == typeof a) this._checkTypeAndAddNode(a); else if (Array.isArray(a)) for (var b = 0, c = a.length; b < c; ++b) this._checkTypeAndAddNode(a[b]) }, a._checkTypeAndAddNode = function (a) { var b = a.split("?"); if (this._loadCount++, b[0].search(/\.css$/gi) > -1) this._addLinkNode(b.join("?")); else { if (!(b[0].search(/\.js$/gi) > -1 || a.search(/\/$/gi) > -1)) throw new Error("ScriptAndCssLoader._checkTypeAndAddNode() - url of non .css / .js / signalR hub detected. This is not supported. Url :" + a); this._addScriptNode(b.join("?")) } }, a._addScriptNode = function (a) { var b = document.createElement("script"); b.addEventListener("load", this._loadHandler), b.addEventListener("error", this._errorHandler), b.type = "text/javascript", b.async = !0, b.src = a, this._headElement.appendChild(b) }, a._addLinkNode = function (a) { var b = document.createElement("link"); b.addEventListener("load", this._loadHandler), b.addEventListener("error", this._errorHandler), b.rel = "stylesheet", b.type = "text/css", b.href = a, this._headElement.appendChild(b) }, a._createAndSendDOMEvent = function (a, b) { var c; if (!document.createEvent) throw new ReferenceError("AssetsLoader.createAndSendDOMEvent - The document.createEvent is not supported in this browser."); c = document.createEvent("CustomEvent"), c.initCustomEvent(a, !0, !0, b), document.body.dispatchEvent(c) }, a._checkLoadedElement = function (a) { a.hasAttribute("data-loaded") || (a.setAttribute("data-loaded", "true"), a.removeEventListener("load", this._loadHandler), a.removeEventListener("error", this._errorHandler), this._loadCount--, 0 === this._loadCount && (this._createAndSendDOMEvent(this.ASSETS_LOADED), this._loaderStack.length > 0 ? this._runLoaderStack() : (this._isLoaderStackRunning = !1, this._createAndSendDOMEvent(this.ALL_ASSETS_LOADED)))) }, a._nodeLoadedHandler = function (a) { var b = a.target; this._checkLoadedElement(b) }, a._nodeLoadErrorHandler = function (a) { var b, c = a.target; null != a.srcElement && (b = a.srcElement.src || a.srcElement.href, c.setAttribute("data-load-failed", "true"), this._createAndSendDOMEvent(this.ASSET_LOAD_FAILED, { message: "AssetsLoader failed to load the following data :" + b, src: b }), this._checkLoadedElement(c)) }, a.VERSION = "1.2.5", a.ASSETS_LOADED = "assetsLoaded", a.ALL_ASSETS_LOADED = "allAssetsLoaded", a.ASSET_LOAD_FAILED = "assetLoadFailed", a._loaderStack = [], a._isLoaderStackRunning = !1, a._loadCount = 0, a }(); a.AssetsLoader = b }(b = a.Html || (a.Html = {})) }(Oxx || (Oxx = {})); //ImageLoader. !function (a) { var b; !function (b) { "use strict"; var c = function () { function b() { } return b.crawlPageForUnloadedImages = function (b, c, d, e, f) { void 0 === e && (e = !1), void 0 === f && (f = !0); var g, h, i = document.querySelectorAll((b ? "." + b : "img") + ":not([data-il-id])"); this._lazyLoadImages = e; for (var j = 0, k = i.length; k > j; ++j) { var l = void 0, m = "il" + this._idCounter++, n = { id: m }, o = i[j]; o.setAttribute("data-il-id", m), o.complete || !("complete" in o) && o.naturalWidth > 0 && o.naturalHeight > 0 || (l = o.hasAttribute("width") && o.hasAttribute("height") ? o.getAttribute("width") + "x" + o.getAttribute("height") : o.getAttribute("data-size"), "string" == typeof l && l.length > 0 && (g = l.toLowerCase().split("x")), "undefined" == typeof this._cachedSvgStrings[l] && (h = this._svgImageString.replace(/\{fill\}/gi, c || "#f7f7f7").replace(/\{stroke\}/gi, d || "#f7f7f7").replace(/\{width\}/gi, g ? g[0] || "100%" : "100%").replace(/\{height\}/gi, g ? g[1] || "100%" : "100%"), this._cachedSvgStrings[l] = this._encodeBase64(h)), n.src = o.getAttribute("data-src") || o.src, o.src = this._svgDataUriString.replace(/\{image\}/gi, this._cachedSvgStrings[l]), o.classList.add("image-loader--loading"), n.rectangle = o.getBoundingClientRect(), o.hasAttribute("srcset") && a.PolyFills && a.PolyFills.ImageSrcSetPolyFill && a.PolyFills.ImageSrcSetPolyFill.isSrcSetNative() && (n.src = null, n.srcSet = o.getAttribute("srcset"), n.sizes = o.getAttribute("sizes"), o.removeAttribute("srcset"), o.removeAttribute("sizes")), !this._lazyLoadImages || this._lazyLoadImages && this._isImageInViewPort(n) ? this._loadImageAsync(n) : (n.index = this._nonLoadedImages.push(n) - 1, this._nonLoadedById[n.id] = n), this._nonLoadedImages.length > 0 && this._lazyLoadImages && "function" != typeof this._boundScrollHandler && (this._boundScrollHandler = this._domScrollHandler.bind(this), this._boundResizeHandler = this._domResizeHandler.bind(this), window.addEventListener("resize", this._boundResizeHandler), document.addEventListener("scroll", this._boundScrollHandler)), f && !this._domMutationObserver && (this._cachedImageSetup = { className: b, fillColor: c, strokeColor: d, lazyLoadImages: e }, this._domMutationObserver = a.Utils.DomMutation.createMutationObserver(this._domMutationCallback.bind(this), document.body, { childList: !0 }))) } }, b.forceLoadOfImage = function (a) { var b, c, d = this; a && ("img" === a.nodeName.toLowerCase() ? a.classList.contains("image-loaded") || (c = a.getAttribute("data-il-id"), this._loadImageAsync(this._nonLoadedById[c]), this._removeImageFromNonLoadedLists(c)) : (b = Array.prototype.slice.call(document.querySelectorAll("img[data-il-id]")), b.forEach(function (b) { a.classList.contains("image-loaded") || (c = b.getAttribute("data-il-id"), d._loadImageAsync(d._nonLoadedById[c]), d._removeImageFromNonLoadedLists(c)) }))) }, b._encodeBase64 = function (a) { var b = "", c = 0; for (a = this._utf8Encode(a) ; c < a.length;) { var d = a.charCodeAt(c++), e = a.charCodeAt(c++), f = a.charCodeAt(c++), g = d >> 2, h = (3 & d) << 4 | e >> 4, i = (15 & e) << 2 | f >> 6, j = 63 & f; isNaN(e) ? i = j = 64 : isNaN(f) && (j = 64), b = b + this._keyString.charAt(g) + this._keyString.charAt(h) + this._keyString.charAt(i) + this._keyString.charAt(j) } return b }, b._utf8Encode = function (a) { var b = ""; a = a.replace(/\r\n/g, "\n"); for (var c = 0, d = a.length; d > c; ++c) { var e = a.charCodeAt(c); 128 > e ? b += String.fromCharCode(e) : e > 127 && 2048 > e ? (b += String.fromCharCode(e >> 6 | 192), b += String.fromCharCode(63 & e | 128)) : (b += String.fromCharCode(e >> 12 | 224), b += String.fromCharCode(e >> 6 & 63 | 128), b += String.fromCharCode(63 & e | 128)) } return b }, b._loadImageAsync = function (a) { var b; a && (b = document.createElement("img"), b.id = a.id, "string" == typeof a.src ? b.src = a.src : a.srcSet && (b.setAttribute("sizes", a.sizes), b.setAttribute("srcset", a.srcSet)), this._boundLoadHandler = this._boundLoadHandler || this._imageLoadHandler.bind(this), b.addEventListener("load", this._boundLoadHandler), b.addEventListener("error", this._boundLoadHandler)) }, b._isImageInViewPort = function (a) { var b = 1.1 * (window.pageXOffset + window.innerWidth), c = 1.1 * (window.pageYOffset + window.innerHeight); return a.rectangle.left > b || a.rectangle.top < c }, b._checkAllImagesForViewPort = function () { for (var a = this._nonLoadedImages.length - 1; a > -1; --a) this._isImageInViewPort(this._nonLoadedImages[a]) && (this._loadImageAsync(this._nonLoadedImages[a]), this._removeImageFromNonLoadedLists(this._nonLoadedImages[a].id)); 0 === this._nonLoadedImages.length && (document.removeEventListener("scroll", this._boundLoadHandler), window.removeEventListener("resize", this._boundResizeHandler), this._boundLoadHandler = null) }, b._removeImageFromNonLoadedLists = function (a) { var b = this._nonLoadedById[a]; null != b && (this._nonLoadedImages.splice(b.index, 1), delete this._nonLoadedById[a], this._nonLoadedImages.forEach(function (a, b) { a.index = b })) }, b._domMutationCallback = function () { this.crawlPageForUnloadedImages(this._cachedImageSetup.className, this._cachedImageSetup.fillColor, this._cachedImageSetup.strokeColor, this._cachedImageSetup.lazyLoadImages) }, b._imageLoadHandler = function (a) { var b = a.target, c = b.id, d = this._nonLoadedById[c], e = document.querySelector("img[data-il-id=" + c + "]"); "string" == typeof b.srcset && b.srcset.length > 0 ? (e.setAttribute("sizes", b.sizes), e.setAttribute("srcset", b.srcset)) : e.src = b.src, e.classList.remove("image-loader--loading"), e.classList.add("image-loaded"), e.removeAttribute("data-il-id"), b.removeEventListener("load", this._boundLoadHandler), b.removeEventListener("error", this._boundLoadHandler), b = null, d && this._removeImageFromNonLoadedLists(c), 0 === this._nonLoadedImages.length && (window.removeEventListener("resize", this._boundResizeHandler), document.removeEventListener("scroll", this._boundScrollHandler), this._boundScrollHandler = null, this._boundResizeHandler = null) }, b._domScrollHandler = function (a) { var b = window.pageXOffset - this._lastCheckedScrollPos.x, c = window.pageYOffset - this._lastCheckedScrollPos.y; (Math.abs(b) > this.EVENT_THROTTLE_SIZE || Math.abs(c) > this.EVENT_THROTTLE_SIZE) && (this._lastCheckedScrollPos.x = window.pageXOffset, this._lastCheckedScrollPos.y = window.pageYOffset, this._checkAllImagesForViewPort()) }, b._domResizeHandler = function (a) { var b = window.innerWidth - this._lastCheckedSize.x, c = window.innerHeight - this._lastCheckedSize.y; (0 === this._lastCheckedSize.x || 0 === this._lastCheckedSize.y || Math.abs(b) > this.EVENT_THROTTLE_SIZE || Math.abs(c) > this.EVENT_THROTTLE_SIZE) && (this._lastCheckedScrollPos.x = window.innerWidth, this._lastCheckedScrollPos.y = window.innerHeight, this._checkAllImagesForViewPort()) }, b.VERSION = "1.2.4", b.EVENT_THROTTLE_SIZE = 10, b._idCounter = 1, b._keyString = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=", b._svgDataUriString = "data:image/svg+xml;base64,{image}", b._cachedSvgStrings = {}, b._nonLoadedById = {}, b._nonLoadedImages = [], b._lastCheckedScrollPos = { x: 0, y: 0 }, b._lastCheckedSize = { x: 0, y: 0 }, b._lazyLoadImages = !1, b._svgImageString = '<svg xmlns="http://www.w3.org/2000/svg" width="{width}" height="{height}" viewBox="0 0 {width} {height}"><rect width="100%" height="100%" style="opacity:0.7;fill:{fill};stroke:{stroke};"/></svg>', b }(); b.ImageLoader = c }(b = a.Html || (a.Html = {})) }(Oxx || (Oxx = {})); var Oxx; !function (a) { var b; !function (a) { var b; !function (a) { "use strict" }(b = a.Interfaces || (a.Interfaces = {})) }(b = a.Html || (a.Html = {})) }(Oxx || (Oxx = {})); var Oxx; !function (a) { var b; !function (a) { var b; !function (a) { "use strict" }(b = a.Interfaces || (a.Interfaces = {})) }(b = a.Html || (a.Html = {})) }(Oxx || (Oxx = {})); //Srcset polyfill. !function (a) { var b; !function (b) { "use strict"; function c(a, b) { return { sources: d(a), sizes: e(b) } } function d(a) { var b, c, d, e, f, g = "width"; if ("string" == typeof a && a.length > 0) { e = [], b = a.split(","); for (var h = 0, i = b.length; i > h; ++h) c = b[h].trim(), f = c.split(" "), 2 === f.length && (d = { src: f[0].trim() }, f[1].search(/^\d+\.?\d*x$/) > -1 ? d.multiplier = parseFloat(f[1]) : f[1].search(/^\d+w$/) > -1 && (d.width = parseInt(f[1], 10)), e.push(d)) } return Array.isArray(e) && e.sort(function (a, b) { var c = parseFloat(a[g]), d = parseFloat(b[g]); return -1 * (d > c ? -1 : c > d ? 1 : 0) }), e } function e(a) { var b, c, d; if ("string" == typeof a && a.length > 0) { d = [], c = a.split(","); for (var e = 0, f = c.length; f > e; ++e) b = c[e].trim(), b.search(/[(?|:?|\s]/) > -1 ? d.push({ query: b.replace(/[\d.]+vw$/, "").trim(), widthRatio: parseFloat(b.substring(b.search(/[\d.]+vw$/))) }) : b.search(/^[\d.]+vw$/) > -1 && d.push({ widthRatio: parseFloat(b) }) } return d } function f(a) { var b, c, d, e, f = g(), i = window.devicePixelRatio || 1; if (a) { if (Array.isArray(a.sizes)) for (var j = 0, k = a.sizes.length; k > j; ++j) if (c = a.sizes[j], "string" == typeof c.query && window.matchMedia && window.matchMedia(c.query).matches) { b = c.widthRatio * i / 100 * f.width; break } if (c && (b = "undefined" != typeof b ? b : c.widthRatio * i / 100 * f.width), Array.isArray(a.sources)) for (var l = 0, m = a.sources.length; m > l; ++l) e = a.sources[l], (!d || d && h(i, d.multiplier, e.multiplier) || h(b, d.width, e.width, !0)) && (d = e); d && (d.widthRatio = c ? c.widthRatio : null, d.viewPortWidth = f.width) } return d } function g() { var a = window, b = "inner"; return "innerWidth" in window || (a = document.documentElement || document.body, b = "client"), { width: a[b + "Width"], height: a[b + "Height"] } } function h(a, b, c, d) { void 0 === d && (d = !1); var e; return b = isNaN(b) ? 0 : b, c = isNaN(c) ? 0 : c, e = d ? 0 > a - c ? a - c >= a - b : !1 : Math.abs(a - b) >= Math.abs(a - c), e && c >= a } var i = !0, j = function () { function b() { } return b.initImages = function () { var a, b, c; if (!this.hasSrcSetSupport()) { c = document.querySelectorAll("img"); for (var d = 0, e = c.length; e > d; ++d) b = c[d], a = this.getImageSourceObject(b), a && (("undefined" == typeof b.src || -1 === b.src.search(a.src)) && (b.src = a.src), a.widthRatio && a.viewPortWidth && (b.width = Math.min(a.widthRatio / 100 * a.viewPortWidth, a.width))) } }, b.getImageSourceObject = function (b) { var d, e, g; return b.hasAttribute("data-srcset") || b.hasAttribute("srcset") ? (b.hasAttribute("srcset") && (b.setAttribute("data-srcset", b.getAttribute("srcset")), b.removeAttribute("srcset")), b.hasAttribute("sizes") && (b.setAttribute("data-sizes", b.getAttribute("sizes")), b.removeAttribute("sizes")), e = b.getAttribute("data-srcset"), g = b.getAttribute("data-sizes"), a.Utils && a.Utils.ObjectDictionary && (!this._srcSetCache || this._srcSetCache && !this._srcSetCache.hasKey(b)) && (this._srcSetCache = this._srcSetCache || new a.Utils.ObjectDictionary, this._srcSetCache.setValue(b, c(e, g))), d = this._srcSetCache ? this._srcSetCache.getValue(b) : c(e, g), f(d)) : null }, b.hasSrcSetSupport = function () { return this._srcSetSupport && this._sizesSupport }, b.isSrcSetNative = function () { return i }, b.VERSION = "1.1.0", b._image = document.createElement("img"), b._srcSetSupport = "srcset" in b._image, b._sizesSupport = "sizes" in b._image, b }(); b.ImageSrcSetPolyFill = j, a.PolyFills.ImageSrcSetPolyFill.hasSrcSetSupport() || (a.PolyFills.ImageSrcSetPolyFill.initImages(), i = !1, window.addEventListener("resize", function (b) { a.PolyFills.ImageSrcSetPolyFill.initImages() }, !1)) }(b = a.PolyFills || (a.PolyFills = {})) }(Oxx || (Oxx = {})); var Oxx; !function (a) { var b; !function (a) { var b; !function (a) { "use strict" }(b = a.Interfaces || (a.Interfaces = {})) }(b = a.PolyFills || (a.PolyFills = {})) }(Oxx || (Oxx = {})); var Oxx; !function (a) { var b; !function (a) { var b; !function (a) { "use strict" }(b = a.Interfaces || (a.Interfaces = {})) }(b = a.PolyFills || (a.PolyFills = {})) }(Oxx || (Oxx = {})); var Oxx; !function (a) { var b; !function (a) { var b; !function (a) { "use strict" }(b = a.Interfaces || (a.Interfaces = {})) }(b = a.PolyFills || (a.PolyFills = {})) }(Oxx || (Oxx = {})); </script> <!-- Matomo --> <script> var _paq = window._paq = window._paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u="https://legeforeningen.matomo.cloud/"; _paq.push(['setTrackerUrl', u+'matomo.php']); _paq.push(['setSiteId', '1']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.async=true; g.src='//cdn.matomo.cloud/legeforeningen.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s); })(); </script> <!-- End Matomo Code --> <script type="text/javascript"> var isIE10 = navigator.appVersion.indexOf('MSIE 10') !== -1; if (!isIE10) { var appInsights = window.appInsights || function (a) { function b(a) { c[a] = function () { var b = arguments; c.queue.push(function () { c[a].apply(c, b) }) } } var c = { config: a }, d = document, e = window; setTimeout(function () { var b = d.createElement("script"); b.src = a.url || "https://az416426.vo.msecnd.net/scripts/a/ai.0.js", d.getElementsByTagName("script")[0].parentNode.appendChild(b) }); try { c.cookie = d.cookie } catch (a) { } c.queue = []; for (var f = ["Event", "Exception", "Metric", "PageView", "Trace", "Dependency"]; f.length;)b("track" + f.pop()); if (b("setAuthenticatedUserContext"), b("clearAuthenticatedUserContext"), b("startTrackEvent"), b("stopTrackEvent"), b("startTrackPage"), b("stopTrackPage"), b("flush"), !a.disableExceptionTracking) { f = "onerror", b("_" + f); var g = e[f]; e[f] = function (a, b, d, e, h) { var i = g && g(a, b, d, e, h); return !0 !== i && c["_" + f](a, b, d, e, h), i } } return c }({ instrumentationKey: "10329e50-7d82-46d7-bd3d-a3b8abcf4e70" }); window.appInsights = appInsights, appInsights.queue && 0 === appInsights.queue.length && appInsights.trackPageView(); } </script> <script async src="https://www.legejobber.no/dist/scripts/tracking.js"></script> </head> <body style="visibility: hidden;"> <style> .epi-quickNavigator-editLink { a { display: flex; gap: 5px; width: 130px; span { line-height: 24px; } } } </style> <div data-css-href="/_prod/css/header-selector.min.css?v=20250218140040" data-js-vue="HeaderSelector" data-options="{"type":3,"ingress":"<div class=\"html-editor\"><p><strong>Hvem er vi </strong></p>\n<p>Legeforskningsinstituttet er et uavhengig forskningsinstitutt som forsker på leger i Norge. Vår viktigste datakilde er Legepanelet, et representativt utvalg av yrkesaktive leger, som har vært fulgt opp siden 1994.  </p></div>","title":null,"imageTag":"<picture><source sizes=\"100vw\" srcset=\"/contentassets/6ef0fdbcce23458e90209f04f781a52b/colourbox29898884.jpg?width=640&height=360&rxy=0.5,0.5&rmode=Crop 640w\" /><img alt=\"Forstørrelsesglass holdt oppe av strekfigurer. Illustrasjonsbilde: Colourbox.com\" src=\"/contentassets/6ef0fdbcce23458e90209f04f781a52b/colourbox29898884.jpg?width=640&rxy=0.5,0.5\" /></picture>","isAuthenticated":false,"hideTopicTag":true,"hideHeaderTop":true,"profilePage":{"url":"/min-side/","text":"Min side","openInNewWindow":false,"icon":"legno-icon-user-thin","openSearch":false,"openMenu":false,"hideLinkOn":null,"hideTextOn":null,"hideIconOn":null},"login":{"url":"/login?returnUrl=https%3a%2f%2fwww.legeforeningen.no%2flefo%2f","text":"Logg inn","openInNewWindow":false,"icon":"legno-icon-login","openSearch":false,"openMenu":false,"hideLinkOn":null,"hideTextOn":null,"hideIconOn":null},"logout":{"url":"/logout","text":"Logg ut","openInNewWindow":false,"icon":null,"openSearch":false,"openMenu":false,"hideLinkOn":null,"hideTextOn":null,"hideIconOn":null},"topicPageBottomLink":{"url":"/link/0f53222d5f17476aba1879cca5423add.aspx","text":"English","openInNewWindow":false,"icon":null,"openSearch":false,"openMenu":false,"hideLinkOn":null,"hideTextOn":null,"hideIconOn":null},"menuLinks":[{"highlight":false,"children":null,"url":"https://www.legeforeningen.no/lefo/Nytt-fra-lefo/","text":"Nyheter","openInNewWindow":false,"icon":null,"openSearch":false,"openMenu":false,"hideLinkOn":null,"hideTextOn":null,"hideIconOn":null},{"highlight":false,"children":null,"url":"https://www.legeforeningen.no/lefo/alle-publikasjoner/","text":"Alle publikasjoner","openInNewWindow":false,"icon":null,"openSearch":false,"openMenu":false,"hideLinkOn":null,"hideTextOn":null,"hideIconOn":null},{"highlight":false,"children":null,"url":"https://www.legeforeningen.no/lefo/legepanelet/","text":"Legepanelet","openInNewWindow":false,"icon":null,"openSearch":false,"openMenu":false,"hideLinkOn":null,"hideTextOn":null,"hideIconOn":null},{"highlight":false,"children":null,"url":"https://www.legeforeningen.no/lefo/om-oss/","text":"Om oss","openInNewWindow":false,"icon":null,"openSearch":false,"openMenu":false,"hideLinkOn":null,"hideTextOn":null,"hideIconOn":null}],"headerContentLinks":null,"logoUrl":"https://www.legeforeningen.no/","unionPageId":null,"subPage":{"title":"Legeforskningsinstituttet","image":"/globalassets/legeforeningen.no/asklepios.png","subPageStartPageUrl":"/lefo/","isSubPageStartPage":true,"isSubGroupPage":false,"isTopicPage":false,"isChapterBookPage":false},"breadcrumbs":[{"highlight":false,"children":null,"url":"https://www.legeforeningen.no/","text":"Forside","openInNewWindow":false,"icon":null,"openSearch":false,"openMenu":false,"hideLinkOn":null,"hideTextOn":null,"hideIconOn":null},{"highlight":false,"children":null,"url":"https://www.legeforeningen.no/lefo/","text":"Legeforskningsinstituttet","openInNewWindow":false,"icon":null,"openSearch":false,"openMenu":false,"hideLinkOn":null,"hideTextOn":null,"hideIconOn":null}]}" data-script-src="/_prod/scripts/header-selector.min.js?v=20250218140040"></div> <div lang="nb" class="content-area"> <div class="union-startpage"> <div class="union-startpage__content"> <div><div> <section class="latest-news-block block--margin"> <div class="block-content-wrapper"> <div class="latest-news-block__text"> <div class="latest-news-block__header-link-wrapper"> <div class="latest-news-block__heading" > <h2>Aktuelt</h2></div> </div> </div> <div class="card-grid has-bottom-link"> <div class="card-grid--gradient-right"></div> <ul class="card-grid__list"> <li class="card-grid__item"> <a href="/lefo/Nytt-fra-lefo/legelivet-transkulturelle-utfordringer-i-psykiatri/" target="" aria-label="Legelivet - Transkulturelle utfordringer i psykiatri"> <div class="card-grid__image-wrapper"> <picture><source media="(max-width: 768px)" sizes="100vw" srcset="/contentassets/7831cfbb999f4b79bc4eda8e10a733e8/three-doctors-walking-down-a-corridor-in-hospital-seen-from-behind-by-arne-trautmann.jpg?width=280&height=137&rxy=0.51,0.4&rmode=Crop 280w" /><source media="(max-width: 1080px)" sizes="100vw" srcset="/contentassets/7831cfbb999f4b79bc4eda8e10a733e8/three-doctors-walking-down-a-corridor-in-hospital-seen-from-behind-by-arne-trautmann.jpg?width=224&height=180&rxy=0.51,0.4&rmode=Crop 224w" /><source media="(max-width: 1280px)" sizes="100vw" srcset="/contentassets/7831cfbb999f4b79bc4eda8e10a733e8/three-doctors-walking-down-a-corridor-in-hospital-seen-from-behind-by-arne-trautmann.jpg?width=308&height=180&rxy=0.51,0.4&rmode=Crop 308w" /><source media="(min-width: 1281px)" sizes="100vw" srcset="/contentassets/7831cfbb999f4b79bc4eda8e10a733e8/three-doctors-walking-down-a-corridor-in-hospital-seen-from-behind-by-arne-trautmann.jpg?width=367&height=180&rxy=0.51,0.4&rmode=Crop 367w" /><img alt="Tre leger i hvite frakker som går bort fra kamera, vi ser ryggen deres. De er i en sykehuskorridor. Foto: Colourbox" src="/contentassets/7831cfbb999f4b79bc4eda8e10a733e8/three-doctors-walking-down-a-corridor-in-hospital-seen-from-behind-by-arne-trautmann.jpg?width=367&rxy=0.51,0.4" /></picture> </div> <div class="card-grid__teaser">10. januar 2025 </div> <div class="card-grid__link-text latest-news-block--green-font ">Legelivet - Transkulturelle utfordringer i psykiatri</div> </a> </li> <li class="card-grid__item"> <a href="/lefo/Nytt-fra-lefo/ny-podkast-nar-leger-trenger-hjelp/" target="" aria-label="Ny podkast: Når leger trenger hjelp"> <div class="card-grid__image-wrapper"> <picture><source media="(max-width: 768px)" sizes="100vw" srcset="/contentassets/08a64e34b2044e49b87d8f93ebe3eed9/img_8924.jpg?width=280&height=137&rxy=0.54,0.35&rmode=Crop 280w" /><source media="(max-width: 1080px)" sizes="100vw" srcset="/contentassets/08a64e34b2044e49b87d8f93ebe3eed9/img_8924.jpg?width=224&height=180&rxy=0.54,0.35&rmode=Crop 224w" /><source media="(max-width: 1280px)" sizes="100vw" srcset="/contentassets/08a64e34b2044e49b87d8f93ebe3eed9/img_8924.jpg?width=308&height=180&rxy=0.54,0.35&rmode=Crop 308w" /><source media="(min-width: 1281px)" sizes="100vw" srcset="/contentassets/08a64e34b2044e49b87d8f93ebe3eed9/img_8924.jpg?width=367&height=180&rxy=0.54,0.35&rmode=Crop 367w" /><img alt="Fra venstre: arbeidsmedisiner Karin Isaksson Rø, psykiater og ph.d. Ingrid Taxt Horne, instituttsjef Erlend Hem. " src="/contentassets/08a64e34b2044e49b87d8f93ebe3eed9/img_8924.jpg?width=367&rxy=0.54,0.35" /></picture> </div> <div class="card-grid__teaser">16. desember 2024 </div> <div class="card-grid__link-text latest-news-block--green-font ">Ny podkast: Når leger trenger hjelp</div> </a> </li> <li class="card-grid__item"> <a href="/lefo/Nytt-fra-lefo/legelivet-moralsk-stress-og-tidspress/" target="" aria-label="Legelivet - Moralsk stress og tidspress"> <div class="card-grid__image-wrapper"> <picture><source media="(max-width: 768px)" sizes="100vw" srcset="/contentassets/9036b011beae4ebb908c8dfe4fb8e17e/busy-nurses-station-in-modern-hospital.jpg?width=280&height=137&rxy=0.55,0.38&rmode=Crop 280w" /><source media="(max-width: 1080px)" sizes="100vw" srcset="/contentassets/9036b011beae4ebb908c8dfe4fb8e17e/busy-nurses-station-in-modern-hospital.jpg?width=224&height=180&rxy=0.55,0.38&rmode=Crop 224w" /><source media="(max-width: 1280px)" sizes="100vw" srcset="/contentassets/9036b011beae4ebb908c8dfe4fb8e17e/busy-nurses-station-in-modern-hospital.jpg?width=308&height=180&rxy=0.55,0.38&rmode=Crop 308w" /><source media="(min-width: 1281px)" sizes="100vw" srcset="/contentassets/9036b011beae4ebb908c8dfe4fb8e17e/busy-nurses-station-in-modern-hospital.jpg?width=367&height=180&rxy=0.55,0.38&rmode=Crop 367w" /><img alt="Travel sykehuskorridor. Foto: Colourbox." src="/contentassets/9036b011beae4ebb908c8dfe4fb8e17e/busy-nurses-station-in-modern-hospital.jpg?width=367&rxy=0.55,0.38" /></picture> </div> <div class="card-grid__teaser">29. november 2024 </div> <div class="card-grid__link-text latest-news-block--green-font ">Legelivet - Moralsk stress og tidspress</div> </a> </li> </ul> </div> </div> </section> </div><div><div class="icon-buttons-block block--margin icon-buttons-block--buttons-centered"> <div class="icon-buttons-block__wrapper icon-buttons-block--button-row"> <ul class="icon-buttons-block__links"> <li class="icon-buttons-block__list-item"> <a class="icon-button-block color__icon-facebook icon-button-block__icon-wrapper" href="https://www.facebook.com/Legeforskningsinstituttet" target="_blank" rel="noopener"> <i class="icon-button-block__icon" data-svg="legno-icon-facebook"></i> <div class="icon-button-block__link-text ">Legeforskningsinstituttet</div> </a> </li> </ul> </div> </div></div></div> </div> </div> </div> <div class="bottom-content"> <div class="feed-back-link"> <p class="medium"> Hva synes du om denne siden? <a href="#" onclick="window.location='/gi-oss-tilbakemelding/?url=https%3a%2f%2fwww.legeforeningen.no%2flefo%2f'; return false;" class="link medium" rel="nofollow">Gi oss tilbakemelding</a> </p> </div> <footer class="page-footer"> <div class="page-footer__wrapper block-content-wrapper"> <div class="page-footer__top"> <div class="page-footer__element-union"> <img src="/Images/logos/legeforeningen/logo-dnlf-footer.svg" alt="Legeforeningen logo" /> </div> <div class="page-footer__element-union"> <div class="html-editor"> <p>Ansvarlig redaktør:<br /><a title="Erlend Hem" href="mailto:Erlend.hem@lefo.no">Erlend Hem</a><br />Nettredaktør: <br /><a title="Helene Seljenes Dalum" href="mailto:Helene.Seljenes.Dalum@lefo.no">Helene S. Dalum</a><br />E-post:<br /><a title="lefo@lefo.no" href="mailto:lefo@lefo.no">lefo@lefo.no</a><br />Hjemmeside:<br /><a title="www.lefo.no" href="http://www.lefo.no">www.lefo.no</a></p> <p><br /><a title="LEFO in English" href="/lefo/english/">English</a></p> </div> </div> <div class="page-footer__element-union"> <div class="html-editor"> <p><strong>Postadresse: </strong><br />LEFO - Legeforskningsinstituttet, <br />Postboks 1152 Sentrum, <br />0107 OSLO.<br /><strong>Besøksadresse: </strong><br />Christiania torv 5<br />0158 Oslo</p> </div> </div> </div> <div class="page-footer__bottom"> <div> <a href="/om-oss/personvern-og-informasjonskapsler/">Personvern og informasjonskapsler</a> </div> <div>漏 2025 Legeforeningen</div> </div> </div> </footer> </div> <script defer="defer" src="/Util/Find/epi-util/find.js"></script> <script> document.addEventListener('DOMContentLoaded',function(){if(typeof FindApi === 'function'){var api = new FindApi();api.setApplicationUrl('/');api.setServiceApiBaseUrl('/find_v2/');api.processEventFromCurrentUri();api.bindWindowEvents();api.bindAClickEvent();api.sendBufferedEvents();}}) </script> <script> const isLocal = "False" === 'True'; let vueCss = []; let vueScripts = []; const addedComponents = new Set(); // Find all vue-components and add them to the list of resources to load document.querySelectorAll('[data-js-vue]').forEach((vueComponent) => { const componentName = vueComponent.getAttribute('data-js-vue'); // Check if the component resources have already been added if (addedComponents.has(componentName)) { return; } if (!isLocal){ vueCss.push(vueComponent.getAttribute('data-css-href')); } vueScripts.push(vueComponent.getAttribute('data-script-src')); // Mark the component as added addedComponents.add(componentName); }); // Load assets const loader = Oxx.Html.AssetsLoader; if (!isLocal){ loader.load("/_prod/css/main.min.css") } if (vueCss.length > 0) { loader.load(vueCss); } if (vueScripts.length > 0) { loader.load(vueScripts); } loader.load(["/Scripts/legeforeningen.min.js?v=20240214094102"]) .load(["/_prod/scripts/main.min.js?v=20250218140040","/_prod/scripts/controllers.min.js?v=20250218140040"]); //IMPORTANT: Module-based js has to be loaded before namespace code! UPDATE 26.09.22: Changed order because of refactoring. loader.complete(function () { $(document).ready(async function () { await addLegejobberTrackingScript(); document.body.style.removeProperty("visibility"); }); }); function addLegejobberTrackingScript() { return new Promise((resolve, reject) => { // Initialize adButler tracking script for ads from "Legejobber.no" // NOTE: Checking if defined before initializing becuase adblockers can cause it to throw an error if (window.AppPack) { window.AppPack.VPT.startTracker(); } resolve(); }); } </script> </body> </html>