Class TMedicinalProductContraindication

Unit

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

Public constructor Create; override;

Properties

Public property subject : TReferenceArray read GetsubjectArray;
Public property disease : TCodeableConcept read Getdisease write Setdisease;
Public property diseaseStatus : TCodeableConcept read GetdiseaseStatus write SetdiseaseStatus;
Public property comorbidity : TCodeableConceptArray read GetcomorbidityArray;
Public property therapeuticIndication : TReferenceArray read GettherapeuticIndicationArray;
Public property otherTherapy : TMedicinalProductContraindicationOtherTherapyArray read GetotherTherapyArray;
Public property population : TPopulationArray read GetpopulationArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property subject : TReferenceArray read GetsubjectArray;

The medication for which this is an indication.

Public property disease : TCodeableConcept read Getdisease write Setdisease;

The disease, symptom or procedure for the contraindication.

Public property diseaseStatus : TCodeableConcept read GetdiseaseStatus write SetdiseaseStatus;

The status of the disease or symptom for the contraindication.

Public property comorbidity : TCodeableConceptArray read GetcomorbidityArray;

A comorbidity (concurrent condition) or coinfection.

Public property therapeuticIndication : TReferenceArray read GettherapeuticIndicationArray;

Information about the use of the medicinal product in relation to other therapies as part of the indication.

Public property otherTherapy : TMedicinalProductContraindicationOtherTherapyArray read GetotherTherapyArray;

Information about the use of the medicinal product in relation to other therapies described as part of the indication.

Public property population : TPopulationArray read GetpopulationArray;

The population group to which this applies.


Generated by PasDoc 0.15.0.