Class TImmunizationRecommendationRecommendation
Unit
bsFhir_r4b
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property vaccineCode : TCodeableConceptArray read GetvaccineCodeArray; |
Vaccine(s) or vaccine group that pertain to the recommendation.
|
|
property targetDisease : TCodeableConcept read GettargetDisease write SettargetDisease; |
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 : Tstring 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 : TElement read GetdoseNumber write SetdoseNumber; |
Nominal position of the recommended dose in a series (e.g. dose 2 is the next recommended dose).
|
|
property seriesDoses : TElement read GetseriesDoses write SetseriesDoses; |
The recommended number of doses to achieve immunity.
|
|
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.
|