View raw Markdown
type: docsource: source/fmg.html

[%settitle FMG Page%] [%file newheader%] [%file newnavbar%]

FMG Summary Page

Responsible Owner: [[%wgt fhir%]]([%wg fhir%]) Work GroupStandards Status:Informative

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){ } } });