Class TImmunizationRecommendationProtocol
Unit
bsFhir_stu3
Declaration
type TImmunizationRecommendationProtocol = 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 doseSequence : Int64 read GetdoseSequence write SetdoseSequence; |
Indicates the nominal position in a series of the next dose. This is the recommended dose number as per a specified protocol.
|
|
property doseSequenceElement : TpositiveInt read GetdoseSequenceElement write SetdoseSequenceElement; |
|
|
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 authority : TReference read Getauthority write Setauthority; |
Indicates the authority who published the protocol. For example, ACIP.
|
|
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; |
|
Generated by PasDoc 0.15.0.
|