Class TImmunizationRecommendation

Unit

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

Public constructor Create; override;

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;
Public property patient : TReference read Getpatient write Setpatient;
Public property date_ : string read Getdate_ write Setdate_;
Public property date_Element : TdateTime_ read Getdate_Element write Setdate_Element;
Public property authority : TReference read Getauthority write Setauthority;
Public property recommendation : TImmunizationRecommendationRecommendationArray read GetrecommendationArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

A unique identifier assigned to this particular recommendation record.

Public property patient : TReference read Getpatient write Setpatient;

The patient the recommendation(s) are for.

Public property date_ : string read Getdate_ write Setdate_;

The date the immunization recommendation(s) were created.

Public property date_Element : TdateTime_ read Getdate_Element write Setdate_Element;
 
Public property authority : TReference read Getauthority write Setauthority;

Indicates the authority who published the protocol (e.g. ACIP).

Public property recommendation : TImmunizationRecommendationRecommendationArray read GetrecommendationArray;

Vaccine administration recommendations.


Generated by PasDoc 0.15.0.