Class TImmunizationProtocolApplied
Unit
bsFhir_r5
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 : string read GetdoseNumber write SetdoseNumber; |
Nominal position in a series as intended by the practitioner administering the dose.
|
|
property doseNumberElement : Tstring read GetdoseNumberElement write SetdoseNumberElement; |
|
|
property seriesDoses : string read GetseriesDoses write SetseriesDoses; |
The recommended number of doses to achieve immunity as intended by the practitioner administering the dose.
|
|
property seriesDosesElement : Tstring read GetseriesDosesElement write SetseriesDosesElement; |
|
Generated by PasDoc 0.15.0.
|