Class TMarketingStatus
Unit
bsFhir_r4b
Declaration
type TMarketingStatus = class(TBackboneElement)
Description
The marketing status describes the date when a medicinal product is actually put on the market or the date as of which it is no longer available. If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property country : TCodeableConcept read Getcountry write Setcountry; |
The country in which the marketing authorisation has been granted shall be specified It should be specified using the ISO 3166 - 1 alpha-2 code elements.
|
|
property jurisdiction : TCodeableConcept read Getjurisdiction write Setjurisdiction; |
Where a Medicines Regulatory Agency has granted a marketing authorisation for which specific provisions within a jurisdiction apply, the jurisdiction can be specified using an appropriate controlled terminology The controlled term and the controlled term identifier shall be specified.
|
|
property status : TCodeableConcept read Getstatus write Setstatus; |
This attribute provides information on the status of the marketing of the medicinal product See ISO/TS 20443 for more information and examples.
|
|
property dateRange : TPeriod read GetdateRange write SetdateRange; |
The date when the Medicinal Product is placed on the market by the Marketing Authorisation Holder (or where applicable, the manufacturer/distributor) in a country and/or jurisdiction shall be provided A complete date consisting of day, month and year shall be specified using the ISO 8601 date format NOTE “Placed on the market” refers to the release of the Medicinal Product into the distribution chain.
|
|
property restoreDate : string read GetrestoreDate write SetrestoreDate; |
The date when the Medicinal Product is placed on the market by the Marketing Authorisation Holder (or where applicable, the manufacturer/distributor) in a country and/or jurisdiction shall be provided A complete date consisting of day, month and year shall be specified using the ISO 8601 date format NOTE “Placed on the market” refers to the release of the Medicinal Product into the distribution chain.
|
|
property restoreDateElement : TdateTime_ read GetrestoreDateElement write SetrestoreDateElement; |
|
Generated by PasDoc 0.15.0.
|