pub struct ImmunizationEvaluation {Show 21 fields
pub id: Option<Id>,
pub meta: Option<Meta>,
pub implicit_rules: Option<UriDt>,
pub language: Option<CodeDt>,
pub text: Option<Narrative>,
pub contained: Option<Vec<AnyResource>>,
pub extension: Option<Vec<Extension>>,
pub modifier_extension: Option<Vec<Extension>>,
pub identifier: Option<Vec<Identifier>>,
pub status: Option<CodeDt>,
pub patient: Option<Reference>,
pub date: Option<DateTimeDt>,
pub authority: Option<Reference>,
pub target_disease: Option<CodeableConcept>,
pub immunization_event: Option<Reference>,
pub dose_status: Option<CodeableConcept>,
pub dose_status_reason: Option<Vec<CodeableConcept>>,
pub description: Option<MarkdownDt>,
pub series: Option<StringDt>,
pub dose_number: Option<StringDt>,
pub series_doses: Option<StringDt>,
}
Fields§
§id: Option<Id>
Logical id of this artifact
meta: Option<Meta>
Metadata about the resource
implicit_rules: Option<UriDt>
A set of rules under which this content was created
language: Option<CodeDt>
Language of the resource content
text: Option<Narrative>
Text summary of the resource, for human interpretation
contained: Option<Vec<AnyResource>>
Contained, inline Resources
extension: Option<Vec<Extension>>
Additional content defined by implementations
modifier_extension: Option<Vec<Extension>>
Extensions that cannot be ignored
identifier: Option<Vec<Identifier>>
Business identifier
status: Option<CodeDt>
completed | entered-in-error
patient: Option<Reference>
Who this evaluation is for
date: Option<DateTimeDt>
Date evaluation was performed
Who is responsible for publishing the recommendations
target_disease: Option<CodeableConcept>
The vaccine preventable disease schedule being evaluated
immunization_event: Option<Reference>
Immunization being evaluated
dose_status: Option<CodeableConcept>
Status of the dose relative to published recommendations
dose_status_reason: Option<Vec<CodeableConcept>>
Reason why the doese is considered valid, invalid or some other status
description: Option<MarkdownDt>
Evaluation notes
series: Option<StringDt>
Name of vaccine series
dose_number: Option<StringDt>
Dose number within series
series_doses: Option<StringDt>
Recommended number of doses for immunity
Implementations§
Source§impl ImmunizationEvaluation
impl ImmunizationEvaluation
pub fn set_identifier(self, v: Vec<Identifier>) -> Self
pub fn add_identifier(self, v: Identifier) -> Self
pub fn set_status<T: Into<CodeDt>>(self, v: T) -> Self
pub fn set_patient(self, v: Reference) -> Self
pub fn set_date<T: Into<DateTimeDt>>(self, v: T) -> Self
pub fn set_target_disease(self, v: CodeableConcept) -> Self
pub fn set_immunization_event(self, v: Reference) -> Self
pub fn set_dose_status(self, v: CodeableConcept) -> Self
pub fn set_dose_status_reason(self, v: Vec<CodeableConcept>) -> Self
pub fn add_dose_status_reason(self, v: CodeableConcept) -> Self
pub fn set_description<T: Into<MarkdownDt>>(self, v: T) -> Self
pub fn set_series<T: Into<StringDt>>(self, v: T) -> Self
pub fn set_dose_number<T: Into<StringDt>>(self, v: T) -> Self
pub fn set_series_doses<T: Into<StringDt>>(self, v: T) -> Self
Trait Implementations§
Source§impl Clone for ImmunizationEvaluation
impl Clone for ImmunizationEvaluation
Source§fn clone(&self) -> ImmunizationEvaluation
fn clone(&self) -> ImmunizationEvaluation
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more