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

[%settitle MarketingStatus%] [%file newheader%] [%file newnavbar%] <%dtxheader base MarketingStatus%>

MarketingStatus

Responsible Owner: [[%wgt phx%]]([%wg phx%]) Work GroupStandards Status:Normative

Types Framework Cross Reference: Base Types | Datatypes | Resources | 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).

Note: the MarketingStatus structure allows modifier extensions.

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