Class TImmunizationRecommendationRecommendation

Unit

Declaration

type TImmunizationRecommendationRecommendation = class(TBackboneElement)

Description

A patient's point-in-time set of recommendations (i.e. forecasting) according to a published schedule with optional supporting justification.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property vaccineCode : TCodeableConceptArray read GetvaccineCodeArray;
Public property targetDisease : TCodeableConceptArray read GettargetDiseaseArray;
Public property contraindicatedVaccineCode : TCodeableConceptArray read GetcontraindicatedVaccineCodeArray;
Public property forecastStatus : TCodeableConcept read GetforecastStatus write SetforecastStatus;
Public property forecastReason : TCodeableConceptArray read GetforecastReasonArray;
Public property dateCriterion : TImmunizationRecommendationDateCriterionArray read GetdateCriterionArray;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement;
Public property series : string read Getseries write Setseries;
Public property seriesElement : Tstring read GetseriesElement write SetseriesElement;
Public property doseNumber : string read GetdoseNumber write SetdoseNumber;
Public property doseNumberElement : Tstring read GetdoseNumberElement write SetdoseNumberElement;
Public property seriesDoses : string read GetseriesDoses write SetseriesDoses;
Public property seriesDosesElement : Tstring read GetseriesDosesElement write SetseriesDosesElement;
Public property supportingImmunization : TReferenceArray read GetsupportingImmunizationArray;
Public property supportingPatientInformation : TReferenceArray read GetsupportingPatientInformationArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property vaccineCode : TCodeableConceptArray read GetvaccineCodeArray;

Vaccine(s) or vaccine group that pertain to the recommendation.

Public property targetDisease : TCodeableConceptArray read GettargetDiseaseArray;

The targeted disease for the recommendation.

Public property contraindicatedVaccineCode : TCodeableConceptArray read GetcontraindicatedVaccineCodeArray;

Vaccine(s) which should not be used to fulfill the recommendation.

Public property forecastStatus : TCodeableConcept read GetforecastStatus write SetforecastStatus;

Indicates the patient status with respect to the path to immunity for the target disease.

Public property forecastReason : TCodeableConceptArray read GetforecastReasonArray;

The reason for the assigned forecast status.

Public property dateCriterion : TImmunizationRecommendationDateCriterionArray read GetdateCriterionArray;

Vaccine date recommendations. For example, earliest date to administer, latest date to administer, etc.

Public property description : string read Getdescription write Setdescription;

Contains the description about the protocol under which the vaccine was administered.

Public property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement;
 
Public property series : string read Getseries write Setseries;

One possible path to achieve presumed immunity against a disease - within the context of an authority.

Public property seriesElement : Tstring read GetseriesElement write SetseriesElement;
 
Public property doseNumber : string read GetdoseNumber write SetdoseNumber;

Nominal position of the recommended dose in a series as determined by the evaluation and forecasting process (e.g. dose 2 is the next recommended dose).

Public property doseNumberElement : Tstring read GetdoseNumberElement write SetdoseNumberElement;
 
Public property seriesDoses : string read GetseriesDoses write SetseriesDoses;

The recommended number of doses to achieve immunity as determined by the evaluation and forecasting process.

Public property seriesDosesElement : Tstring read GetseriesDosesElement write SetseriesDosesElement;
 
Public property supportingImmunization : TReferenceArray read GetsupportingImmunizationArray;

Immunization event history and/or evaluation that supports the status and recommendation.

Public property supportingPatientInformation : TReferenceArray read GetsupportingPatientInformationArray;

Patient Information that supports the status and recommendation. This includes patient observations, adverse reactions and allergy/intolerance information.


Generated by PasDoc 0.15.0.