Class TImmunizationRecommendationRecommendation
Unit
bsFhir_stu3
Declaration
type TImmunizationRecommendationRecommendation = class(TBackboneElement)
Description
A patient's point-in-time immunization and recommendation (i.e. forecasting a patient's immunization eligibility according to a published schedule) with optional supporting justification.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property date_ : string read Getdate_ write Setdate_; |
The date the immunization recommendation was created.
|
|
property date_Element : TdateTime_ read Getdate_Element write Setdate_Element; |
|
|
property vaccineCode : TCodeableConcept read GetvaccineCode write SetvaccineCode; |
Vaccine that pertains to the recommendation.
|
|
property targetDisease : TCodeableConcept read GettargetDisease write SettargetDisease; |
The targeted disease for the recommendation.
|
|
property doseNumber : Int64 read GetdoseNumber write SetdoseNumber; |
The next recommended dose number (e.g. dose 2 is the next recommended dose).
|
|
property doseNumberElement : TpositiveInt read GetdoseNumberElement write SetdoseNumberElement; |
|
|
property forecastStatus : TCodeableConcept read GetforecastStatus write SetforecastStatus; |
Vaccine administration status.
|
|
property supportingImmunization : TReferenceArray read GetsupportingImmunizationArray; |
Immunization event history 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.
|