Class TImmunizationVaccinationProtocol
Unit
bsFhir_stu3
Declaration
type TImmunizationVaccinationProtocol = class(TBackboneElement)
Description
Describes the event of a patient being administered a vaccination or a record of a vaccination as reported by a patient, a clinician or another party and may include vaccine reaction information and what vaccination protocol was followed.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property doseSequence : Int64 read GetdoseSequence write SetdoseSequence; |
Nominal position in a series.
|
|
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. E.g. 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; |
|
|
property seriesDoses : Int64 read GetseriesDoses write SetseriesDoses; |
The recommended number of doses to achieve immunity.
|
|
property seriesDosesElement : TpositiveInt read GetseriesDosesElement write SetseriesDosesElement; |
|
|
property doseStatus : TCodeableConcept read GetdoseStatus write SetdoseStatus; |
Indicates if the immunization event should "count" against the protocol.
|
|
property doseStatusReason : TCodeableConcept read GetdoseStatusReason write SetdoseStatusReason; |
Provides an explanation as to why an immunization event should or should not count against the protocol.
|
Generated by PasDoc 0.15.0.
|