Class TMedicinalProductContraindication
Unit
bsFhir_r4
Declaration
type TMedicinalProductContraindication = class(TDomainResource)
Description
The clinical particulars - indications, contraindications etc. of a medicinal product, including for regulatory purposes. 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 subject : TReferenceArray read GetsubjectArray; |
The medication for which this is an indication.
|
|
property disease : TCodeableConcept read Getdisease write Setdisease; |
The disease, symptom or procedure for the contraindication.
|
|
property diseaseStatus : TCodeableConcept read GetdiseaseStatus write SetdiseaseStatus; |
The status of the disease or symptom for the contraindication.
|
|
property comorbidity : TCodeableConceptArray read GetcomorbidityArray; |
A comorbidity (concurrent condition) or coinfection.
|
|
property therapeuticIndication : TReferenceArray read GettherapeuticIndicationArray; |
Information about the use of the medicinal product in relation to other therapies as part of the indication.
|
|
property population : TPopulationArray read GetpopulationArray; |
The population group to which this applies.
|
Generated by PasDoc 0.15.0.
|