Class TMedicinalProduct
Unit
bsFhir_r4
Declaration
type TMedicinalProduct = class(TDomainResource)
Description
Detailed definition of a medicinal product, typically for uses other than direct patient care (e.g. regulatory use). 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 this product. Could be an MPID.
|
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
Regulatory type, e.g. Investigational or Authorized.
|
|
property domain : TCoding read Getdomain write Setdomain; |
If this medicine applies to human or veterinary uses.
|
|
property combinedPharmaceuticalDoseForm : TCodeableConcept read GetcombinedPharmaceuticalDoseForm write SetcombinedPharmaceuticalDoseForm; |
The dose form for a single part product, or combined form of a multiple part product.
|
|
property legalStatusOfSupply : TCodeableConcept read GetlegalStatusOfSupply write SetlegalStatusOfSupply; |
The legal status of supply of the medicinal product as classified by the regulator.
|
|
property additionalMonitoringIndicator : TCodeableConcept read GetadditionalMonitoringIndicator write SetadditionalMonitoringIndicator; |
Whether the Medicinal Product is subject to additional monitoring for regulatory reasons.
|
|
property specialMeasures : TBSFHIRPrimitiveStringArray read GetspecialMeasuresArray; |
Whether the Medicinal Product is subject to special measures for regulatory reasons.
|
|
property paediatricUseIndicator : TCodeableConcept read GetpaediatricUseIndicator write SetpaediatricUseIndicator; |
If authorised for use in children.
|
|
property productClassification : TCodeableConceptArray read GetproductClassificationArray; |
Allows the product to be classified by various systems.
|
|
property marketingStatus : TMarketingStatusArray read GetmarketingStatusArray; |
Marketing status of the medicinal product, in contrast to marketing authorizaton.
|
|
property pharmaceuticalProduct : TReferenceArray read GetpharmaceuticalProductArray; |
Pharmaceutical aspects of product.
|
|
property packagedMedicinalProduct : TReferenceArray read GetpackagedMedicinalProductArray; |
Package representation for the product.
|
|
property attachedDocument : TReferenceArray read GetattachedDocumentArray; |
Supporting documentation, typically for regulatory submission.
|
|
property masterFile : TReferenceArray read GetmasterFileArray; |
A master file for to the medicinal product (e.g. Pharmacovigilance System Master File).
|
|
property contact : TReferenceArray read GetcontactArray; |
A product specific contact, person (in a role), or an organization.
|
|
property clinicalTrial : TReferenceArray read GetclinicalTrialArray; |
Clinical trials or studies that this product is involved in.
|
|
property crossReference : TIdentifierArray read GetcrossReferenceArray; |
Reference to another product, e.g. for linking authorised to investigational product.
|
|
property specialDesignation : TMedicinalProductSpecialDesignationArray read GetspecialDesignationArray; |
Indicates if the medicinal product has an orphan designation for the treatment of a rare disease.
|
Generated by PasDoc 0.15.0.
|