Class TMedicinalProductAuthorization
Unit
bsFhir_r4
Declaration
type TMedicinalProductAuthorization = class(TDomainResource)
Description
The regulatory authorization of a medicinal product. If the element is present, it must have either a @value, an @id, or extensions
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifierArray read GetidentifierArray; |
Business identifier for the marketing authorization, as assigned by a regulator.
|
|
property subject : TReference read Getsubject write Setsubject; |
The medicinal product that is being authorized.
|
|
property country : TCodeableConceptArray read GetcountryArray; |
The country in which the marketing authorization has been granted.
|
|
property status : TCodeableConcept read Getstatus write Setstatus; |
The status of the marketing authorization.
|
|
property statusDate : string read GetstatusDate write SetstatusDate; |
The date at which the given status has become applicable.
|
|
property statusDateElement : TdateTime_ read GetstatusDateElement write SetstatusDateElement; |
|
|
property restoreDate : string read GetrestoreDate write SetrestoreDate; |
The date when a suspended the marketing or the marketing authorization of the product is anticipated to be restored.
|
|
property restoreDateElement : TdateTime_ read GetrestoreDateElement write SetrestoreDateElement; |
|
|
property validityPeriod : TPeriod read GetvalidityPeriod write SetvalidityPeriod; |
The beginning of the time period in which the marketing authorization is in the specific status shall be specified A complete date consisting of day, month and year shall be specified using the ISO 8601 date format.
|
|
property dataExclusivityPeriod : TPeriod read GetdataExclusivityPeriod write SetdataExclusivityPeriod; |
A period of time after authorization before generic product applicatiosn can be submitted.
|
|
property dateOfFirstAuthorization : string read GetdateOfFirstAuthorization write SetdateOfFirstAuthorization; |
The date when the first authorization was granted by a Medicines Regulatory Agency.
|
|
property dateOfFirstAuthorizationElement : TdateTime_ read GetdateOfFirstAuthorizationElement write SetdateOfFirstAuthorizationElement; |
|
|
property internationalBirthDate : string read GetinternationalBirthDate write SetinternationalBirthDate; |
Date of first marketing authorization for a company's new medicinal product in any country in the World.
|
|
property internationalBirthDateElement : TdateTime_ read GetinternationalBirthDateElement write SetinternationalBirthDateElement; |
|
|
property legalBasis : TCodeableConcept read GetlegalBasis write SetlegalBasis; |
The legal framework against which this authorization is granted.
|
|
property holder : TReference read Getholder write Setholder; |
Marketing Authorization Holder.
|
|
property regulator : TReference read Getregulator write Setregulator; |
Medicines Regulatory Agency.
|
Generated by PasDoc 0.15.0.
|