Package com.ibm.fhir.model.resource
Class ImmunizationEvaluation
- java.lang.Object
 - 
- com.ibm.fhir.model.visitor.AbstractVisitable
 - 
- com.ibm.fhir.model.resource.Resource
 - 
- com.ibm.fhir.model.resource.DomainResource
 - 
- com.ibm.fhir.model.resource.ImmunizationEvaluation
 
 
 
 
 
- 
- All Implemented Interfaces:
 Visitable
@Generated("com.ibm.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 Summary
Nested Classes Modifier and Type Class Description static classImmunizationEvaluation.Builder 
- 
Field Summary
- 
Fields inherited from class com.ibm.fhir.model.resource.DomainResource
contained, extension, modifierExtension, text 
 - 
 
- 
Method Summary
All 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 com.ibm.fhir.model.resource.DomainResource
getContained, getExtension, getModifierExtension, getText 
- 
Methods inherited from class com.ibm.fhir.model.resource.Resource
as, getId, getImplicitRules, getLanguage, getMeta, is 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getIdentifier
public 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. 
 
- 
getStatus
public ImmunizationEvaluationStatus getStatus()
Indicates the current status of the evaluation of the vaccination administration event.- Returns:
 - An immutable object of type 
ImmunizationEvaluationStatusthat is non-null. 
 
- 
getPatient
public Reference getPatient()
The individual for whom the evaluation is being done.- Returns:
 - An immutable object of type 
Referencethat is non-null. 
 
- 
getDate
public DateTime getDate()
The date the evaluation of the vaccine administration event was performed.- Returns:
 - An immutable object of type 
DateTimethat may be null. 
 
- 
getAuthority
public Reference getAuthority()
Indicates the authority who published the protocol (e.g. ACIP).- Returns:
 - An immutable object of type 
Referencethat may be null. 
 
- 
getTargetDisease
public CodeableConcept getTargetDisease()
The vaccine preventable disease the dose is being evaluated against.- Returns:
 - An immutable object of type 
CodeableConceptthat is non-null. 
 
- 
getImmunizationEvent
public Reference getImmunizationEvent()
The vaccine administration event being evaluated.- Returns:
 - An immutable object of type 
Referencethat is non-null. 
 
- 
getDoseStatus
public 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. 
 
- 
getDoseStatusReason
public 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. 
 
- 
getDescription
public String getDescription()
Additional information about the evaluation.- Returns:
 - An immutable object of type 
Stringthat may be null. 
 
- 
getSeries
public 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. 
 
- 
getDoseNumber
public Element getDoseNumber()
Nominal position in a series.- Returns:
 - An immutable object of type 
PositiveIntorStringthat may be null. 
 
- 
getSeriesDoses
public Element getSeriesDoses()
The recommended number of doses to achieve immunity.- Returns:
 - An immutable object of type 
PositiveIntorStringthat may be null. 
 
- 
hasChildren
public boolean hasChildren()
- Overrides:
 hasChildrenin classDomainResource
 
- 
accept
public 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 interfaceVisitable- Specified by:
 acceptin classAbstractVisitable- Parameters:
 elementName- the name of the element in the context of this visitelementIndex- the index of the element in a list or -1 if it is not contained within a Listvisitor- the visitor to use
 
- 
equals
public boolean equals(java.lang.Object obj)
- Overrides:
 equalsin classjava.lang.Object
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classjava.lang.Object
 
- 
toBuilder
public ImmunizationEvaluation.Builder toBuilder()
Description copied from class:ResourceCreate a new Builder from the contents of this Resource- Specified by:
 toBuilderin classDomainResource
 
- 
builder
public static ImmunizationEvaluation.Builder builder()
 
 - 
 
 -