Class TImmunizationRecommendationDateCriterion
Unit
bsFhir_r5
Declaration
type TImmunizationRecommendationDateCriterion = 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 code : TCodeableConcept read Getcode write Setcode; |
Date classification of recommendation. For example, earliest date to give, latest date to give, etc.
|
|
property value : string read Getvalue write Setvalue; |
The date whose meaning is specified by dateCriterion.code.
|
|
property valueElement : TdateTime_ read GetvalueElement write SetvalueElement; |
|
Generated by PasDoc 0.15.0.
|