This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Pharmacy ![]() | Maturity Level: 3 | Standards Status: Trial Use |
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.
Structure
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() |
ΣD | Element | The marketing status describes the date when an item is actually put on the market or the date as of which it is no longer available Elements defined in Ancestors: id, extension, modifierExtension | |
![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | The country in which the marketing status applies |
![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | The jurisdiction in which the marketing status applies |
![]() ![]() ![]() |
Σ | 1..1 | CodeableConcept | This attribute provides information on the status of the marketing of the item |
![]() ![]() ![]() |
Σ | 0..1 | Period | The dates that the item is made available on the market by the owner (or where applicable, the manufacturer/distributor) in a country and/or jurisdiction. Note that “on the market” refers to the release of the item into the distribution chain |
![]() ![]() ![]() |
Σ | 0..1 | dateTime | The date when the item is due to be placed back on the market by the owner, manufacturer or distributor, after a suspension |
![]() ![]() |
UML Diagram (Legend)
XML Template
<MarketingStatus xmlns="http://hl7.org/fhir"> <!-- from Element: extension --> <country><!-- 0..1 CodeableConcept The country in which the marketing status applies --></country> <jurisdiction><!-- 0..1 CodeableConcept The jurisdiction in which the marketing status applies --></jurisdiction> <status><!-- 1..1 CodeableConcept This attribute provides information on the status of the marketing of the item --></status> <dateRange><!-- 0..1 Period The dates that the item is made available on the market by the owner (or where applicable, the manufacturer/distributor) in a country and/or jurisdiction. Note that “on the market” refers to the release of the item into the distribution chain --></dateRange> <restoreDate value="[dateTime]"/><!-- 0..1 The date when the item is due to be placed back on the market by the owner, manufacturer or distributor, after a suspension --> </MarketingStatus>
JSON Template
{// from Element: extension "country" : { CodeableConcept }, // The country in which the marketing status applies "jurisdiction" : { CodeableConcept }, // The jurisdiction in which the marketing status applies "status" : { CodeableConcept }, // R! This attribute provides information on the status of the marketing of the item "dateRange" : { Period }, // The dates that the item is made available on the market by the owner (or where applicable, the manufacturer/distributor) in a country and/or jurisdiction. Note that “on the market” refers to the release of the item into the distribution chain "restoreDate" : "<dateTime>" // The date when the item is due to be placed back on the market by the owner, manufacturer or distributor, after a suspension }
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> . [ # from Element: Element.extension fhir:country [ CodeableConcept ] ; # 0..1 The country in which the marketing status applies fhir:jurisdiction [ CodeableConcept ] ; # 0..1 The jurisdiction in which the marketing status applies fhir:status [ CodeableConcept ] ; # 1..1 This attribute provides information on the status of the marketing of the item fhir:dateRange [ Period ] ; # 0..1 The dates that the item is made available on the market by the owner (or where applicable, the manufacturer/distributor) in a country and/or jurisdiction. Note that “on the market” refers to the release of the item into the distribution chain fhir:restoreDate [ dateTime ] ; # 0..1 The date when the item is due to be placed back on the market by the owner, manufacturer or distributor, after a suspension ]
Changes since Release 3
Changes from both R4 and R4B
MarketingStatus | |
MarketingStatus.country |
|
MarketingStatus.dateRange |
|
See the Full Difference for further information
Structure
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() |
ΣD | Element | The marketing status describes the date when an item is actually put on the market or the date as of which it is no longer available Elements defined in Ancestors: id, extension, modifierExtension | |
![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | The country in which the marketing status applies |
![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | The jurisdiction in which the marketing status applies |
![]() ![]() ![]() |
Σ | 1..1 | CodeableConcept | This attribute provides information on the status of the marketing of the item |
![]() ![]() ![]() |
Σ | 0..1 | Period | The dates that the item is made available on the market by the owner (or where applicable, the manufacturer/distributor) in a country and/or jurisdiction. Note that “on the market” refers to the release of the item into the distribution chain |
![]() ![]() ![]() |
Σ | 0..1 | dateTime | The date when the item is due to be placed back on the market by the owner, manufacturer or distributor, after a suspension |
![]() ![]() |
XML Template
<MarketingStatus xmlns="http://hl7.org/fhir"> <!-- from Element: extension --> <country><!-- 0..1 CodeableConcept The country in which the marketing status applies --></country> <jurisdiction><!-- 0..1 CodeableConcept The jurisdiction in which the marketing status applies --></jurisdiction> <status><!-- 1..1 CodeableConcept This attribute provides information on the status of the marketing of the item --></status> <dateRange><!-- 0..1 Period The dates that the item is made available on the market by the owner (or where applicable, the manufacturer/distributor) in a country and/or jurisdiction. Note that “on the market” refers to the release of the item into the distribution chain --></dateRange> <restoreDate value="[dateTime]"/><!-- 0..1 The date when the item is due to be placed back on the market by the owner, manufacturer or distributor, after a suspension --> </MarketingStatus>
JSON Template
{// from Element: extension "country" : { CodeableConcept }, // The country in which the marketing status applies "jurisdiction" : { CodeableConcept }, // The jurisdiction in which the marketing status applies "status" : { CodeableConcept }, // R! This attribute provides information on the status of the marketing of the item "dateRange" : { Period }, // The dates that the item is made available on the market by the owner (or where applicable, the manufacturer/distributor) in a country and/or jurisdiction. Note that “on the market” refers to the release of the item into the distribution chain "restoreDate" : "<dateTime>" // The date when the item is due to be placed back on the market by the owner, manufacturer or distributor, after a suspension }
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> . [ # from Element: Element.extension fhir:country [ CodeableConcept ] ; # 0..1 The country in which the marketing status applies fhir:jurisdiction [ CodeableConcept ] ; # 0..1 The jurisdiction in which the marketing status applies fhir:status [ CodeableConcept ] ; # 1..1 This attribute provides information on the status of the marketing of the item fhir:dateRange [ Period ] ; # 0..1 The dates that the item is made available on the market by the owner (or where applicable, the manufacturer/distributor) in a country and/or jurisdiction. Note that “on the market” refers to the release of the item into the distribution chain fhir:restoreDate [ dateTime ] ; # 0..1 The date when the item is due to be placed back on the market by the owner, manufacturer or distributor, after a suspension ]
Changes since Release 3
Changes from both R4 and R4B
MarketingStatus | |
MarketingStatus.country |
|
MarketingStatus.dateRange |
|
See the Full Difference for further information
Constraints
MarketingStatus is used in the following places: ManufacturedItemDefinition, MedicinalProductDefinition and PackagedProductDefinition
FHIR ®© HL7.org 2011+. FHIR R6 hl7.fhir.core#6.0.0-ballot2 generated on Fri, Mar 28, 2025 22:00+0000.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R5
|
|
Propose a change