Class ImmunizationEvaluation
- java.lang.Object
- 
- org.linuxforhealth.fhir.model.visitor.AbstractVisitable
- 
- org.linuxforhealth.fhir.model.resource.Resource
- 
- org.linuxforhealth.fhir.model.resource.DomainResource
- 
- org.linuxforhealth.fhir.model.resource.ImmunizationEvaluation
 
 
 
 
- 
- All Implemented Interfaces:
- Visitable
 
 @Generated("org.linuxforhealth.fhir.tools.CodeGenerator") public class ImmunizationEvaluation extends DomainResourceDescribes a comparison of an immunization event against published recommendations to determine if the administration is "valid" in relation to those recommendations.Maturity level: FMM0 (Trial Use) 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classImmunizationEvaluation.Builder
 - 
Field Summary- 
Fields inherited from class org.linuxforhealth.fhir.model.resource.DomainResourcecontained, extension, modifierExtension, text
 
- 
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(java.lang.String elementName, int elementIndex, Visitor visitor)Accept a Visitor and invoke the appropriate visit methods.static ImmunizationEvaluation.Builderbuilder()booleanequals(java.lang.Object obj)ReferencegetAuthority()Indicates the authority who published the protocol (e.g.DateTimegetDate()The date the evaluation of the vaccine administration event was performed.StringgetDescription()Additional information about the evaluation.ElementgetDoseNumber()Nominal position in a series.CodeableConceptgetDoseStatus()Indicates if the dose is valid or not valid with respect to the published recommendations.java.util.List<CodeableConcept>getDoseStatusReason()Provides an explanation as to why the vaccine administration event is valid or not relative to the published recommendations.java.util.List<Identifier>getIdentifier()A unique identifier assigned to this immunization evaluation record.ReferencegetImmunizationEvent()The vaccine administration event being evaluated.ReferencegetPatient()The individual for whom the evaluation is being done.StringgetSeries()One possible path to achieve presumed immunity against a disease - within the context of an authority.ElementgetSeriesDoses()The recommended number of doses to achieve immunity.ImmunizationEvaluationStatusgetStatus()Indicates the current status of the evaluation of the vaccination administration event.CodeableConceptgetTargetDisease()The vaccine preventable disease the dose is being evaluated against.booleanhasChildren()inthashCode()ImmunizationEvaluation.BuildertoBuilder()Create a new Builder from the contents of this Resource- 
Methods inherited from class org.linuxforhealth.fhir.model.resource.DomainResourcegetContained, getExtension, getModifierExtension, getText
 - 
Methods inherited from class org.linuxforhealth.fhir.model.resource.Resourceas, getId, getImplicitRules, getLanguage, getMeta, is
 
- 
 
- 
- 
- 
Method Detail- 
getIdentifierpublic java.util.List<Identifier> getIdentifier() A unique identifier assigned to this immunization evaluation record.- Returns:
- An unmodifiable list containing immutable objects of type Identifierthat may be empty.
 
 - 
getStatuspublic ImmunizationEvaluationStatus getStatus() Indicates the current status of the evaluation of the vaccination administration event.- Returns:
- An immutable object of type ImmunizationEvaluationStatusthat is non-null.
 
 - 
getPatientpublic Reference getPatient() The individual for whom the evaluation is being done.- Returns:
- An immutable object of type Referencethat is non-null.
 
 - 
getDatepublic DateTime getDate() The date the evaluation of the vaccine administration event was performed.- Returns:
- An immutable object of type DateTimethat may be null.
 
 - 
getAuthoritypublic Reference getAuthority() Indicates the authority who published the protocol (e.g. ACIP).- Returns:
- An immutable object of type Referencethat may be null.
 
 - 
getTargetDiseasepublic CodeableConcept getTargetDisease() The vaccine preventable disease the dose is being evaluated against.- Returns:
- An immutable object of type CodeableConceptthat is non-null.
 
 - 
getImmunizationEventpublic Reference getImmunizationEvent() The vaccine administration event being evaluated.- Returns:
- An immutable object of type Referencethat is non-null.
 
 - 
getDoseStatuspublic CodeableConcept getDoseStatus() Indicates if the dose is valid or not valid with respect to the published recommendations.- Returns:
- An immutable object of type CodeableConceptthat is non-null.
 
 - 
getDoseStatusReasonpublic java.util.List<CodeableConcept> getDoseStatusReason() Provides an explanation as to why the vaccine administration event is valid or not relative to the published recommendations.- Returns:
- An unmodifiable list containing immutable objects of type CodeableConceptthat may be empty.
 
 - 
getDescriptionpublic String getDescription() Additional information about the evaluation.- Returns:
- An immutable object of type Stringthat may be null.
 
 - 
getSeriespublic String getSeries() One possible path to achieve presumed immunity against a disease - within the context of an authority.- Returns:
- An immutable object of type Stringthat may be null.
 
 - 
getDoseNumberpublic Element getDoseNumber() Nominal position in a series.- Returns:
- An immutable object of type PositiveIntorStringthat may be null.
 
 - 
getSeriesDosespublic Element getSeriesDoses() The recommended number of doses to achieve immunity.- Returns:
- An immutable object of type PositiveIntorStringthat may be null.
 
 - 
hasChildrenpublic boolean hasChildren() - Overrides:
- hasChildrenin class- DomainResource
 
 - 
acceptpublic void accept(java.lang.String elementName, int elementIndex, Visitor visitor)Description copied from interface:VisitableAccept a Visitor and invoke the appropriate visit methods. A typical implementation would look like this:if (visitor.preVisit(this)) { visitor.visitStart(elementName, elementIndex, this); if (visitor.visit(elementName, elementIndex, this)) { // visit children } visitor.visitEnd(elementName, elementIndex, this); visitor.postVisit(this); }- Specified by:
- acceptin interface- Visitable
- Specified by:
- acceptin class- AbstractVisitable
- Parameters:
- elementName- the name of the element in the context of this visit
- elementIndex- the index of the element in a list or -1 if it is not contained within a List
- visitor- the visitor to use
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
toBuilderpublic ImmunizationEvaluation.Builder toBuilder() Description copied from class:ResourceCreate a new Builder from the contents of this Resource- Specified by:
- toBuilderin class- DomainResource
 
 - 
builderpublic static ImmunizationEvaluation.Builder builder() 
 
- 
 
-