--- type: "doc" source: "source/fmg.html" --- \[%settitle FMG Page%\] \[%file newheader%\] \[%file newnavbar%\] ## FMG Summary Page | Responsible Owner: [\[%wgt fhir%\]]([%wg fhir%]) Work Group | [Standards Status](versions#std-process):[Informative](versions#std-process) | | --- | --- | **FMG Approvals** <%res-list-fmg%> \[%file newfooter%\] try { var currentTabIndex = sessionStorage.getItem('fhir-resourcelist-tab-index'); } catch(exception){ } if (!currentTabIndex) currentTabIndex = '0'; $( '#tabs' ).tabs({ active: currentTabIndex, activate: function( event, ui ) { var active = $('.selector').tabs('option', 'active'); currentTabIndex = ui.newTab.index(); document.activeElement.blur(); try { sessionStorage.setItem('fhir-resourcelist-tab-index', currentTabIndex); } catch(exception){ } } });