Class TImmunizationRecommendation
Unit
bsFhir_r4b
Declaration
type TImmunizationRecommendation = class(TDomainResource)
Description
A patient's point-in-time set of recommendations (i.e. forecasting) according to a published schedule with optional supporting justification. If the element is present, it must have either a @value, an @id, or extensions
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifierArray read GetidentifierArray; |
A unique identifier assigned to this particular recommendation record.
|
|
property patient : TReference read Getpatient write Setpatient; |
The patient the recommendation(s) are for.
|
|
property date_ : string read Getdate_ write Setdate_; |
The date the immunization recommendation(s) were created.
|
|
property date_Element : TdateTime_ read Getdate_Element write Setdate_Element; |
|
|
property authority : TReference read Getauthority write Setauthority; |
Indicates the authority who published the protocol (e.g. ACIP).
|
Generated by PasDoc 0.15.0.
|