Package org.hl7.fhir.r4.model
Class ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent
java.lang.Object
org.hl7.fhir.r4.model.Base
org.hl7.fhir.r4.model.Element
org.hl7.fhir.r4.model.BackboneElement
org.hl7.fhir.r4.model.ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement
,Serializable
,org.hl7.fhir.instance.model.api.IBase
,org.hl7.fhir.instance.model.api.IBaseBackboneElement
,org.hl7.fhir.instance.model.api.IBaseElement
,org.hl7.fhir.instance.model.api.IBaseHasExtensions
,org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
- Enclosing class:
ImmunizationRecommendation
public static class ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent
extends BackboneElement
implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected List
<CodeableConcept> Vaccine(s) which should not be used to fulfill the recommendation.protected List
<ImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent> Vaccine date recommendations.protected StringType
Contains the description about the protocol under which the vaccine was administered.protected Type
Nominal position of the recommended dose in a series (e.g.protected List
<CodeableConcept> The reason for the assigned forecast status.protected CodeableConcept
Indicates the patient status with respect to the path to immunity for the target disease.protected StringType
One possible path to achieve presumed immunity against a disease - within the context of an authority.protected Type
The recommended number of doses to achieve immunity.Immunization event history and/or evaluation that supports the status and recommendation.The actual objects that are the target of the reference (Immunization event history and/or evaluation that supports the status and recommendation.)Patient Information that supports the status and recommendation.The actual objects that are the target of the reference (Patient Information that supports the status and recommendation.protected CodeableConcept
The targeted disease for the recommendation.protected List
<CodeableConcept> Vaccine(s) or vaccine group that pertain to the recommendation.Fields inherited from class org.hl7.fhir.r4.model.BackboneElement
modifierExtension
-
Constructor Summary
ConstructorDescriptionConstructorImmunizationRecommendationRecommendationComponent
(CodeableConcept forecastStatus) Constructor -
Method Summary
Modifier and TypeMethodDescriptionaddDateCriterion
(ImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent t) copy()
void
boolean
equalsDeep
(Base other_) boolean
equalsShallow
(Base other_) fhirType()
getNamedProperty
(int _hash, String _name, boolean _checkValid) Base[]
getProperty
(int hash, String name, boolean checkValid) Deprecated.Use Reference#setResource(IBaseResource) insteadDeprecated.Use Reference#setResource(IBaseResource) insteadString[]
getTypesForProperty
(int hash, String name) boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
isEmpty()
protected void
listChildren
(List<Property> children) makeProperty
(int hash, String name) void
removeChild
(String name, Base value) setContraindicatedVaccineCode
(List<CodeableConcept> theContraindicatedVaccineCode) setDateCriterion
(List<ImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent> theDateCriterion) setDescription
(String value) setDescriptionElement
(StringType value) setDoseNumber
(Type value) setForecastReason
(List<CodeableConcept> theForecastReason) setForecastStatus
(CodeableConcept value) setProperty
(int hash, String name, Base value) setProperty
(String name, Base value) setSeriesDoses
(Type value) setSeriesElement
(StringType value) setSupportingImmunization
(List<Reference> theSupportingImmunization) setSupportingPatientInformation
(List<Reference> theSupportingPatientInformation) setTargetDisease
(CodeableConcept value) setVaccineCode
(List<CodeableConcept> theVaccineCode) Methods inherited from class org.hl7.fhir.r4.model.BackboneElement
addModifierExtension, addModifierExtension, addModifierExtension, checkNoModifiers, copyExtensions, copyNewExtensions, copyValues, getExtensionByUrl, getExtensionsByUrl, getExtensionsByUrl, getModifierExtension, getModifierExtensionFirstRep, hasExtension, hasExtension, hasModifierExtension, removeExtension, setModifierExtension
Methods inherited from class org.hl7.fhir.r4.model.Element
addExtension, addExtension, addExtension, copyExtensions, copyNewExtensions, copyValues, getExtension, getExtensionFirstRep, getExtensionString, getId, getIdBase, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, isDisallowExtensions, noExtensions, setDisallowExtensions, setExtension, setId, setIdBase, setIdElement
Methods inherited from class org.hl7.fhir.r4.model.Base
castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCanonical, castToCode, castToCodeableConcept, castToCoding, castToContactDetail, castToContactPoint, castToContributor, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDosage, castToDuration, castToElementDefinition, castToExpression, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMarketingStatus, castToMeta, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPopulation, castToPositiveInt, castToProdCharacteristic, castToProductShelfLife, castToQuantity, castToRange, castToRatio, castToReference, castToRelatedArtifact, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToSubstanceAmount, castToTime, castToTiming, castToTriggerDefinition, castToType, castToUnsignedInt, castToUri, castToUrl, castToUsageContext, castToXhtml, castToXhtmlString, children, clearUserData, compareDeep, compareDeep, compareDeep, compareDeep, compareValues, compareValues, copyValues, dateTimeValue, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, getXhtml, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isDateTime, isMetadataBased, isPrimitive, isResource, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINN
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseElement
getUserData, setUserData
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseHasExtensions
addExtension, getExtension, hasExtension
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
addModifierExtension, getModifierExtension, hasModifierExtension
-
Field Details
-
vaccineCode
Vaccine(s) or vaccine group that pertain to the recommendation. -
targetDisease
The targeted disease for the recommendation. -
contraindicatedVaccineCode
Vaccine(s) which should not be used to fulfill the recommendation. -
forecastStatus
Indicates the patient status with respect to the path to immunity for the target disease. -
forecastReason
The reason for the assigned forecast status. -
dateCriterion
protected List<ImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent> dateCriterionVaccine date recommendations. For example, earliest date to administer, latest date to administer, etc. -
description
Contains the description about the protocol under which the vaccine was administered. -
series
One possible path to achieve presumed immunity against a disease - within the context of an authority. -
doseNumber
Nominal position of the recommended dose in a series (e.g. dose 2 is the next recommended dose). -
seriesDoses
The recommended number of doses to achieve immunity. -
supportingImmunization
Immunization event history and/or evaluation that supports the status and recommendation. -
supportingImmunizationTarget
The actual objects that are the target of the reference (Immunization event history and/or evaluation that supports the status and recommendation.) -
supportingPatientInformation
Patient Information that supports the status and recommendation. This includes patient observations, adverse reactions and allergy/intolerance information. -
supportingPatientInformationTarget
The actual objects that are the target of the reference (Patient Information that supports the status and recommendation. This includes patient observations, adverse reactions and allergy/intolerance information.)
-
-
Constructor Details
-
ImmunizationRecommendationRecommendationComponent
Constructor -
ImmunizationRecommendationRecommendationComponent
Constructor
-
-
Method Details
-
getVaccineCode
- Returns:
vaccineCode
(Vaccine(s) or vaccine group that pertain to the recommendation.)
-
setVaccineCode
public ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent setVaccineCode(List<CodeableConcept> theVaccineCode) - Returns:
- Returns a reference to
this
for easy method chaining
-
hasVaccineCode
-
addVaccineCode
-
addVaccineCode
-
getVaccineCodeFirstRep
- Returns:
- The first repetition of repeating field
vaccineCode
, creating it if it does not already exist
-
getTargetDisease
- Returns:
targetDisease
(The targeted disease for the recommendation.)
-
hasTargetDisease
-
setTargetDisease
public ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent setTargetDisease(CodeableConcept value) - Parameters:
value
-targetDisease
(The targeted disease for the recommendation.)
-
getContraindicatedVaccineCode
- Returns:
contraindicatedVaccineCode
(Vaccine(s) which should not be used to fulfill the recommendation.)
-
setContraindicatedVaccineCode
public ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent setContraindicatedVaccineCode(List<CodeableConcept> theContraindicatedVaccineCode) - Returns:
- Returns a reference to
this
for easy method chaining
-
hasContraindicatedVaccineCode
-
addContraindicatedVaccineCode
-
addContraindicatedVaccineCode
-
getContraindicatedVaccineCodeFirstRep
- Returns:
- The first repetition of repeating field
contraindicatedVaccineCode
, creating it if it does not already exist
-
getForecastStatus
- Returns:
forecastStatus
(Indicates the patient status with respect to the path to immunity for the target disease.)
-
hasForecastStatus
-
setForecastStatus
public ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent setForecastStatus(CodeableConcept value) - Parameters:
value
-forecastStatus
(Indicates the patient status with respect to the path to immunity for the target disease.)
-
getForecastReason
- Returns:
forecastReason
(The reason for the assigned forecast status.)
-
setForecastReason
public ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent setForecastReason(List<CodeableConcept> theForecastReason) - Returns:
- Returns a reference to
this
for easy method chaining
-
hasForecastReason
-
addForecastReason
-
addForecastReason
-
getForecastReasonFirstRep
- Returns:
- The first repetition of repeating field
forecastReason
, creating it if it does not already exist
-
getDateCriterion
public List<ImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent> getDateCriterion()- Returns:
dateCriterion
(Vaccine date recommendations. For example, earliest date to administer, latest date to administer, etc.)
-
setDateCriterion
public ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent setDateCriterion(List<ImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent> theDateCriterion) - Returns:
- Returns a reference to
this
for easy method chaining
-
hasDateCriterion
-
addDateCriterion
-
addDateCriterion
-
getDateCriterionFirstRep
public ImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent getDateCriterionFirstRep()- Returns:
- The first repetition of repeating field
dateCriterion
, creating it if it does not already exist
-
getDescriptionElement
- Returns:
description
(Contains the description about the protocol under which the vaccine was administered.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the value
-
hasDescriptionElement
-
hasDescription
-
setDescriptionElement
public ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent setDescriptionElement(StringType value) - Parameters:
value
-description
(Contains the description about the protocol under which the vaccine was administered.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the value
-
getDescription
- Returns:
- Contains the description about the protocol under which the vaccine was administered.
-
setDescription
public ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent setDescription(String value) - Parameters:
value
- Contains the description about the protocol under which the vaccine was administered.
-
getSeriesElement
- Returns:
series
(One possible path to achieve presumed immunity against a disease - within the context of an authority.). This is the underlying object with id, value and extensions. The accessor "getSeries" gives direct access to the value
-
hasSeriesElement
-
hasSeries
-
setSeriesElement
public ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent setSeriesElement(StringType value) - Parameters:
value
-series
(One possible path to achieve presumed immunity against a disease - within the context of an authority.). This is the underlying object with id, value and extensions. The accessor "getSeries" gives direct access to the value
-
getSeries
- Returns:
- One possible path to achieve presumed immunity against a disease - within the context of an authority.
-
setSeries
public ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent setSeries(String value) - Parameters:
value
- One possible path to achieve presumed immunity against a disease - within the context of an authority.
-
getDoseNumber
- Returns:
doseNumber
(Nominal position of the recommended dose in a series (e.g. dose 2 is the next recommended dose).)
-
getDoseNumberPositiveIntType
- Returns:
doseNumber
(Nominal position of the recommended dose in a series (e.g. dose 2 is the next recommended dose).)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasDoseNumberPositiveIntType
-
getDoseNumberStringType
- Returns:
doseNumber
(Nominal position of the recommended dose in a series (e.g. dose 2 is the next recommended dose).)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasDoseNumberStringType
-
hasDoseNumber
-
setDoseNumber
public ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent setDoseNumber(Type value) - Parameters:
value
-doseNumber
(Nominal position of the recommended dose in a series (e.g. dose 2 is the next recommended dose).)
-
getSeriesDoses
- Returns:
seriesDoses
(The recommended number of doses to achieve immunity.)
-
getSeriesDosesPositiveIntType
- Returns:
seriesDoses
(The recommended number of doses to achieve immunity.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasSeriesDosesPositiveIntType
-
getSeriesDosesStringType
- Returns:
seriesDoses
(The recommended number of doses to achieve immunity.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasSeriesDosesStringType
-
hasSeriesDoses
-
setSeriesDoses
public ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent setSeriesDoses(Type value) - Parameters:
value
-seriesDoses
(The recommended number of doses to achieve immunity.)
-
getSupportingImmunization
- Returns:
supportingImmunization
(Immunization event history and/or evaluation that supports the status and recommendation.)
-
setSupportingImmunization
public ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent setSupportingImmunization(List<Reference> theSupportingImmunization) - Returns:
- Returns a reference to
this
for easy method chaining
-
hasSupportingImmunization
-
addSupportingImmunization
-
addSupportingImmunization
-
getSupportingImmunizationFirstRep
- Returns:
- The first repetition of repeating field
supportingImmunization
, creating it if it does not already exist
-
getSupportingImmunizationTarget
Deprecated.Use Reference#setResource(IBaseResource) instead -
getSupportingPatientInformation
- Returns:
supportingPatientInformation
(Patient Information that supports the status and recommendation. This includes patient observations, adverse reactions and allergy/intolerance information.)
-
setSupportingPatientInformation
public ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent setSupportingPatientInformation(List<Reference> theSupportingPatientInformation) - Returns:
- Returns a reference to
this
for easy method chaining
-
hasSupportingPatientInformation
-
addSupportingPatientInformation
-
addSupportingPatientInformation
-
getSupportingPatientInformationFirstRep
- Returns:
- The first repetition of repeating field
supportingPatientInformation
, creating it if it does not already exist
-
getSupportingPatientInformationTarget
Deprecated.Use Reference#setResource(IBaseResource) instead -
listChildren
- Overrides:
listChildren
in classBackboneElement
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getNamedProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
setProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
- Overrides:
setProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
removeChild
- Overrides:
removeChild
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
- Overrides:
makeProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getTypesForProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
- Overrides:
addChild
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
copy
- Specified by:
copy
in classBackboneElement
-
copyValues
-
equalsDeep
- Overrides:
equalsDeep
in classBackboneElement
-
equalsShallow
- Overrides:
equalsShallow
in classBackboneElement
-
isEmpty
- Specified by:
isEmpty
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
isEmpty
in classBackboneElement
-
fhirType
- Specified by:
fhirType
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
fhirType
in classBackboneElement
-