Class TImmunizationProtocolApplied
Unit
bsFhir_r4
Declaration
type TImmunizationProtocolApplied = class(TBackboneElement)
Description
Describes the event of a patient being administered a vaccine or a record of an immunization as reported by a patient, a clinician or another party.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
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; |
|
|
property authority : TReference read Getauthority write Setauthority; |
Indicates the authority who published the protocol (e.g. ACIP) that is being followed.
|
|
property targetDisease : TCodeableConceptArray read GettargetDiseaseArray; |
The vaccine preventable disease the dose is being administered against.
|
|
property doseNumber : TElement read GetdoseNumber write SetdoseNumber; |
Nominal position in a series.
|
|
property seriesDoses : TElement read GetseriesDoses write SetseriesDoses; |
The recommended number of doses to achieve immunity.
|
Generated by PasDoc 0.15.0.
|