Class TImmunizationEvaluation
Unit
bsFhir_r4b
Declaration
type TImmunizationEvaluation = class(TDomainResource)
Description
Describes a comparison of an immunization event against published recommendations to determine if the administration is "valid" in relation to those recommendations. 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 immunization evaluation record.
|
|
property status : string read Getstatus write Setstatus; |
Indicates the current status of the evaluation of the vaccination administration event.
|
|
property patient : TReference read Getpatient write Setpatient; |
The individual for whom the evaluation is being done.
|
|
property date_ : string read Getdate_ write Setdate_; |
The date the evaluation of the vaccine administration event was performed.
|
|
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).
|
|
property targetDisease : TCodeableConcept read GettargetDisease write SettargetDisease; |
The vaccine preventable disease the dose is being evaluated against.
|
|
property immunizationEvent : TReference read GetimmunizationEvent write SetimmunizationEvent; |
The vaccine administration event being evaluated.
|
|
property doseStatus : TCodeableConcept read GetdoseStatus write SetdoseStatus; |
Indicates if the dose is valid or not valid with respect to the published recommendations.
|
|
property doseStatusReason : TCodeableConceptArray read GetdoseStatusReasonArray; |
Provides an explanation as to why the vaccine administration event is valid or not relative to the published recommendations.
|
|
property description : string read Getdescription write Setdescription; |
Additional information about the evaluation.
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
|
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 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.
|