Package org.hl7.fhir.dstu2.model
Class ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent
java.lang.Object
org.hl7.fhir.dstu2.model.Base
org.hl7.fhir.dstu2.model.Element
org.hl7.fhir.dstu2.model.BackboneElement
org.hl7.fhir.dstu2.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 DateTimeType
The date the immunization recommendation was created.protected List
<ImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent> Vaccine date recommendations.protected PositiveIntType
This indicates the next recommended dose number (e.g.protected CodeableConcept
Vaccine administration status.Contains information about the protocol under which the vaccine was administered.Immunization event history that supports the status and recommendation.protected List
<Immunization> The actual objects that are the target of the reference (Immunization event history 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
Vaccine that pertains to the recommendation.Fields inherited from class org.hl7.fhir.dstu2.model.BackboneElement
modifierExtension
-
Constructor Summary
ConstructorDescriptionImmunizationRecommendationRecommendationComponent
(DateTimeType date, CodeableConcept vaccineCode, CodeableConcept forecastStatus) -
Method Summary
Modifier and TypeMethodDescriptionaddDateCriterion
(ImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent t) copy()
boolean
equalsDeep
(Base other) boolean
equalsShallow
(Base other) fhirType()
getDate()
int
boolean
hasDate()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
isEmpty()
protected void
listChildren
(List<Property> childrenList) setDateElement
(DateTimeType value) setDoseNumber
(int value) setForecastStatus
(CodeableConcept value) void
setProperty
(String name, Base value) setProtocol
(ImmunizationRecommendation.ImmunizationRecommendationRecommendationProtocolComponent value) setVaccineCode
(CodeableConcept value) Methods inherited from class org.hl7.fhir.dstu2.model.BackboneElement
addModifierExtension, addModifierExtension, copyValues, getModifierExtension, hasModifierExtension
Methods inherited from class org.hl7.fhir.dstu2.model.Element
addExtension, addExtension, addExtension, copyValues, getExtension, getExtensionByUrl, getExtensionsByUrl, getExtensionString, getId, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, setId, setIdElement
Methods inherited from class org.hl7.fhir.dstu2.model.Base
castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactPoint, castToDate, castToDateTime, castToDecimal, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToMoney, castToNarrative, castToOid, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToUnsignedInt, castToUri, children, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getUserData, getUserInt, getUserString, hasFormatComment, hasType, hasUserData, isMetadataBased, isPrimitive, 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
-
date
The date the immunization recommendation was created. -
vaccineCode
Vaccine that pertains to the recommendation. -
doseNumber
This indicates the next recommended dose number (e.g. dose 2 is the next recommended dose). -
forecastStatus
Vaccine administration status. -
dateCriterion
protected List<ImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent> dateCriterionVaccine date recommendations. For example, earliest date to administer, latest date to administer, etc. -
protocol
protected ImmunizationRecommendation.ImmunizationRecommendationRecommendationProtocolComponent protocolContains information about the protocol under which the vaccine was administered. -
supportingImmunization
Immunization event history that supports the status and recommendation. -
supportingImmunizationTarget
The actual objects that are the target of the reference (Immunization event history 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
-
ImmunizationRecommendationRecommendationComponent
public ImmunizationRecommendationRecommendationComponent(DateTimeType date, CodeableConcept vaccineCode, CodeableConcept forecastStatus)
-
-
Method Details
-
getDateElement
- Returns:
date
(The date the immunization recommendation was created.). This is the underlying object with id, value and extensions. The accessor "getDate" gives direct access to the value
-
hasDateElement
-
hasDate
-
setDateElement
public ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent setDateElement(DateTimeType value) - Parameters:
value
-date
(The date the immunization recommendation was created.). This is the underlying object with id, value and extensions. The accessor "getDate" gives direct access to the value
-
getDate
- Returns:
- The date the immunization recommendation was created.
-
setDate
public ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent setDate(Date value) - Parameters:
value
- The date the immunization recommendation was created.
-
getVaccineCode
- Returns:
vaccineCode
(Vaccine that pertains to the recommendation.)
-
hasVaccineCode
-
setVaccineCode
public ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent setVaccineCode(CodeableConcept value) - Parameters:
value
-vaccineCode
(Vaccine that pertains to the recommendation.)
-
getDoseNumberElement
- Returns:
doseNumber
(This indicates the next recommended dose number (e.g. dose 2 is the next recommended dose).). This is the underlying object with id, value and extensions. The accessor "getDoseNumber" gives direct access to the value
-
hasDoseNumberElement
-
hasDoseNumber
-
setDoseNumberElement
public ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent setDoseNumberElement(PositiveIntType value) - Parameters:
value
-doseNumber
(This indicates the next recommended dose number (e.g. dose 2 is the next recommended dose).). This is the underlying object with id, value and extensions. The accessor "getDoseNumber" gives direct access to the value
-
getDoseNumber
- Returns:
- This indicates the next recommended dose number (e.g. dose 2 is the next recommended dose).
-
setDoseNumber
public ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent setDoseNumber(int value) - Parameters:
value
- This indicates the next recommended dose number (e.g. dose 2 is the next recommended dose).
-
getForecastStatus
- Returns:
forecastStatus
(Vaccine administration status.)
-
hasForecastStatus
-
setForecastStatus
public ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent setForecastStatus(CodeableConcept value) - Parameters:
value
-forecastStatus
(Vaccine administration status.)
-
getDateCriterion
public List<ImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent> getDateCriterion()- Returns:
dateCriterion
(Vaccine date recommendations. For example, earliest date to administer, latest date to administer, etc.)
-
hasDateCriterion
-
addDateCriterion
public ImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent addDateCriterion()- Returns:
dateCriterion
(Vaccine date recommendations. For example, earliest date to administer, latest date to administer, etc.)
-
addDateCriterion
-
getProtocol
public ImmunizationRecommendation.ImmunizationRecommendationRecommendationProtocolComponent getProtocol()- Returns:
protocol
(Contains information about the protocol under which the vaccine was administered.)
-
hasProtocol
-
setProtocol
public ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent setProtocol(ImmunizationRecommendation.ImmunizationRecommendationRecommendationProtocolComponent value) - Parameters:
value
-protocol
(Contains information about the protocol under which the vaccine was administered.)
-
getSupportingImmunization
- Returns:
supportingImmunization
(Immunization event history that supports the status and recommendation.)
-
hasSupportingImmunization
-
addSupportingImmunization
- Returns:
supportingImmunization
(Immunization event history that supports the status and recommendation.)
-
addSupportingImmunization
-
getSupportingImmunizationTarget
- Returns:
supportingImmunization
(The actual objects that are the target of the reference. The reference library doesn't populate this, but you can use this to hold the resources if you resolvethemt. Immunization event history that supports the status and recommendation.)
-
addSupportingImmunizationTarget
- Returns:
supportingImmunization
(Add an actual object that is the target of the reference. The reference library doesn't use these, but you can use this to hold the resources if you resolvethemt. Immunization event history that supports the status and recommendation.)
-
getSupportingPatientInformation
- Returns:
supportingPatientInformation
(Patient Information that supports the status and recommendation. This includes patient observations, adverse reactions and allergy/intolerance information.)
-
hasSupportingPatientInformation
-
addSupportingPatientInformation
- Returns:
supportingPatientInformation
(Patient Information that supports the status and recommendation. This includes patient observations, adverse reactions and allergy/intolerance information.)
-
addSupportingPatientInformation
-
getSupportingPatientInformationTarget
- Returns:
supportingPatientInformation
(The actual objects that are the target of the reference. The reference library doesn't populate this, but you can use this to hold the resources if you resolvethemt. Patient Information that supports the status and recommendation. This includes patient observations, adverse reactions and allergy/intolerance information.)
-
listChildren
- Overrides:
listChildren
in classBackboneElement
-
setProperty
- Overrides:
setProperty
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
-
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
-