| Class TImmunizationRecommendationRecommendationUnit
bsFhir_r5 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.  HierarchyOverviewMethodsPropertiesDescriptionMethods
|  | constructor Create; override; |  |  |  Properties
|  | property vaccineCode : TCodeableConceptArray read GetvaccineCodeArray; |  | 
 Vaccine(s) or vaccine group that pertain to the recommendation.  |  
|  | property targetDisease : TCodeableConceptArray read GettargetDiseaseArray; |  | 
 The targeted disease for the recommendation.  |  
|  | property contraindicatedVaccineCode : TCodeableConceptArray read GetcontraindicatedVaccineCodeArray; |  | 
 Vaccine(s) which should not be used to fulfill the recommendation.  |  
|  | property forecastStatus : TCodeableConcept read GetforecastStatus write SetforecastStatus; |  | 
 Indicates the patient status with respect to the path to immunity for the target disease.  |  
|  | property forecastReason : TCodeableConceptArray read GetforecastReasonArray; |  | 
 The reason for the assigned forecast status.  |  
|  | property description : string read Getdescription write Setdescription; |  | 
 Contains the description about the protocol under which the vaccine was administered.  |  
|  | property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement; |  |  |  
|  | property series : string read Getseries write Setseries; |  | 
 One possible path to achieve presumed immunity against a disease - within the context of an authority.  |  
|  | property seriesElement : Tstring read GetseriesElement write SetseriesElement; |  |  |  
|  | 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).  |  
|  | property doseNumberElement : Tstring read GetdoseNumberElement write SetdoseNumberElement; |  |  |  
|  | property seriesDoses : string read GetseriesDoses write SetseriesDoses; |  | 
 The recommended number of doses to achieve immunity as determined by the evaluation and forecasting process.  |  
|  | property seriesDosesElement : Tstring read GetseriesDosesElement write SetseriesDosesElement; |  |  |  
|  | property supportingImmunization : TReferenceArray read GetsupportingImmunizationArray; |  | 
 Immunization event history and/or evaluation that supports the status and recommendation.  |  
|  | 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.
 |