--- type: "doc" title: "MarketingStatus" source: "source/marketingstatus.html" --- \[%settitle MarketingStatus%\] \[%file newheader%\] \[%file newnavbar%\] <%dtxheader base MarketingStatus%> # MarketingStatus | Responsible Owner: [\[%wgt phx%\]]([%wg phx%]) Work Group | [Standards Status](versions#std-process):[Normative](versions#std-process) | | --- | --- | Types Framework Cross Reference: [Base Types](types) | [Datatypes](datatypes) | [Resources](resourcelist) | [Patterns](patterns) The MarketingStatus structure allows specifying that an item or product is on the market for sale, or that it is not available, and the dates associated. This refers to a marketing choice rather than having permission, and so is a different concept to it being approved, cleared or licenced to be on sale (for which see [RegulatedAuthorization](regulatedauthorization)). Note: the MarketingStatus structure allows [modifier extensions](extensibility#modifier). ## Content \[%dt MarketingStatus 1%\] **Constraints** \[%dt.constraints MarketingStatus%\] MarketingStatus is used in the following places: \[%dtusage MarketingStatus%\] \[%file newfooter%\] try { var currentTabIndex = sessionStorage.getItem('fhir-resource-tab-index'); } catch(exception){ } if (!currentTabIndex) currentTabIndex = '0'; $( '#tabs-MarketingStatus' ).tabs({ active: currentTabIndex, activate: function( event, ui ) { store(ui.newTab.index()); } }); function store(currentTab) { document.activeElement.blur(); try { sessionStorage.setItem('fhir-resource-tab-index', currentTab); } catch(exception){ } $( '#tabs-MarketingStatus' ).tabs('option', 'active', currentTab); }