Package org.hl7.fhir.r4.model
Class CarePlan.CarePlanActivityDetailComponent
- 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.CarePlan.CarePlanActivityDetailComponent
-
- 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:
- CarePlan
public static class CarePlan.CarePlanActivityDetailComponent extends BackboneElement implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected CodeableConceptcodeDetailed description of the type of planned activity; e.g.protected QuantitydailyAmountIdentifies the quantity expected to be consumed in a given day.protected StringTypedescriptionThis provides a textual description of constraints on the intended activity occurrence, including relation to other activities.protected BooleanTypedoNotPerformIf true, indicates that the described activity is one that must NOT be engaged in when following the plan.protected List<Reference>goalInternal reference that identifies the goals that this activity is intended to contribute towards meeting.protected List<Goal>goalTargetThe actual objects that are the target of the reference (Internal reference that identifies the goals that this activity is intended to contribute towards meeting.)protected List<CanonicalType>instantiatesCanonicalThe URL pointing to a FHIR-defined protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan activity.protected List<UriType>instantiatesUriThe URL pointing to an externally maintained protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan activity.protected Enumeration<CarePlan.CarePlanActivityKind>kindA description of the kind of resource the in-line definition of a care plan activity is representing.protected ReferencelocationIdentifies the facility where the activity will occur; e.g.protected LocationlocationTargetThe actual object that is the target of the reference (Identifies the facility where the activity will occur; e.g.protected List<Reference>performerIdentifies who's expected to be involved in the activity.protected List<Resource>performerTargetThe actual objects that are the target of the reference (Identifies who's expected to be involved in the activity.)protected TypeproductIdentifies the food, drug or other product to be consumed or supplied in the activity.protected QuantityquantityIdentifies the quantity expected to be supplied, administered or consumed by the subject.protected List<CodeableConcept>reasonCodeProvides the rationale that drove the inclusion of this particular activity as part of the plan or the reason why the activity was prohibited.protected List<Reference>reasonReferenceIndicates another resource, such as the health condition(s), whose existence justifies this request and drove the inclusion of this particular activity as part of the plan.protected List<Resource>reasonReferenceTargetThe actual objects that are the target of the reference (Indicates another resource, such as the health condition(s), whose existence justifies this request and drove the inclusion of this particular activity as part of the plan.)protected TypescheduledThe period, timing or frequency upon which the described activity is to occur.protected Enumeration<CarePlan.CarePlanActivityStatus>statusIdentifies what progress is being made for the specific activity.protected CodeableConceptstatusReasonProvides reason why the activity isn't yet started, is on hold, was cancelled, etc.-
Fields inherited from class org.hl7.fhir.r4.model.BackboneElement
modifierExtension
-
-
Constructor Summary
Constructors Constructor Description CarePlanActivityDetailComponent()ConstructorCarePlanActivityDetailComponent(Enumeration<CarePlan.CarePlanActivityStatus> status)Constructor
-
Method Summary
-
Methods inherited from class org.hl7.fhir.r4.model.BackboneElement
addModifierExtension, addModifierExtension, checkNoModifiers, copyValues, getModifierExtension, getModifierExtensionFirstRep, hasModifierExtension, setModifierExtension
-
Methods inherited from class org.hl7.fhir.r4.model.Element
addExtension, addExtension, addExtension, copyValues, getExtension, getExtensionByUrl, getExtensionFirstRep, getExtensionsByUrl, getExtensionString, getId, getIdBase, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, isDisallowExtensions, noExtensions, removeExtension, 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, dateTimeValue, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, 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
-
-
-
-
Field Detail
-
kind
protected Enumeration<CarePlan.CarePlanActivityKind> kind
A description of the kind of resource the in-line definition of a care plan activity is representing. The CarePlan.activity.detail is an in-line definition when a resource is not referenced using CarePlan.activity.reference. For example, a MedicationRequest, a ServiceRequest, or a CommunicationRequest.
-
instantiatesCanonical
protected List<CanonicalType> instantiatesCanonical
The URL pointing to a FHIR-defined protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan activity.
-
instantiatesUri
protected List<UriType> instantiatesUri
The URL pointing to an externally maintained protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan activity.
-
code
protected CodeableConcept code
Detailed description of the type of planned activity; e.g. what lab test, what procedure, what kind of encounter.
-
reasonCode
protected List<CodeableConcept> reasonCode
Provides the rationale that drove the inclusion of this particular activity as part of the plan or the reason why the activity was prohibited.
-
reasonReference
protected List<Reference> reasonReference
Indicates another resource, such as the health condition(s), whose existence justifies this request and drove the inclusion of this particular activity as part of the plan.
-
reasonReferenceTarget
protected List<Resource> reasonReferenceTarget
The actual objects that are the target of the reference (Indicates another resource, such as the health condition(s), whose existence justifies this request and drove the inclusion of this particular activity as part of the plan.)
-
goal
protected List<Reference> goal
Internal reference that identifies the goals that this activity is intended to contribute towards meeting.
-
goalTarget
protected List<Goal> goalTarget
The actual objects that are the target of the reference (Internal reference that identifies the goals that this activity is intended to contribute towards meeting.)
-
status
protected Enumeration<CarePlan.CarePlanActivityStatus> status
Identifies what progress is being made for the specific activity.
-
statusReason
protected CodeableConcept statusReason
Provides reason why the activity isn't yet started, is on hold, was cancelled, etc.
-
doNotPerform
protected BooleanType doNotPerform
If true, indicates that the described activity is one that must NOT be engaged in when following the plan. If false, or missing, indicates that the described activity is one that should be engaged in when following the plan.
-
scheduled
protected Type scheduled
The period, timing or frequency upon which the described activity is to occur.
-
location
protected Reference location
Identifies the facility where the activity will occur; e.g. home, hospital, specific clinic, etc.
-
locationTarget
protected Location locationTarget
The actual object that is the target of the reference (Identifies the facility where the activity will occur; e.g. home, hospital, specific clinic, etc.)
-
performer
protected List<Reference> performer
Identifies who's expected to be involved in the activity.
-
performerTarget
protected List<Resource> performerTarget
The actual objects that are the target of the reference (Identifies who's expected to be involved in the activity.)
-
product
protected Type product
Identifies the food, drug or other product to be consumed or supplied in the activity.
-
dailyAmount
protected Quantity dailyAmount
Identifies the quantity expected to be consumed in a given day.
-
quantity
protected Quantity quantity
Identifies the quantity expected to be supplied, administered or consumed by the subject.
-
description
protected StringType description
This provides a textual description of constraints on the intended activity occurrence, including relation to other activities. It may also include objectives, pre-conditions and end-conditions. Finally, it may convey specifics about the activity such as body site, method, route, etc.
-
-
Constructor Detail
-
CarePlanActivityDetailComponent
public CarePlanActivityDetailComponent()
Constructor
-
CarePlanActivityDetailComponent
public CarePlanActivityDetailComponent(Enumeration<CarePlan.CarePlanActivityStatus> status)
Constructor
-
-
Method Detail
-
getKindElement
public Enumeration<CarePlan.CarePlanActivityKind> getKindElement()
- Returns:
kind(A description of the kind of resource the in-line definition of a care plan activity is representing. The CarePlan.activity.detail is an in-line definition when a resource is not referenced using CarePlan.activity.reference. For example, a MedicationRequest, a ServiceRequest, or a CommunicationRequest.). This is the underlying object with id, value and extensions. The accessor "getKind" gives direct access to the value
-
hasKindElement
public boolean hasKindElement()
-
hasKind
public boolean hasKind()
-
setKindElement
public CarePlan.CarePlanActivityDetailComponent setKindElement(Enumeration<CarePlan.CarePlanActivityKind> value)
- Parameters:
value-kind(A description of the kind of resource the in-line definition of a care plan activity is representing. The CarePlan.activity.detail is an in-line definition when a resource is not referenced using CarePlan.activity.reference. For example, a MedicationRequest, a ServiceRequest, or a CommunicationRequest.). This is the underlying object with id, value and extensions. The accessor "getKind" gives direct access to the value
-
getKind
public CarePlan.CarePlanActivityKind getKind()
- Returns:
- A description of the kind of resource the in-line definition of a care plan activity is representing. The CarePlan.activity.detail is an in-line definition when a resource is not referenced using CarePlan.activity.reference. For example, a MedicationRequest, a ServiceRequest, or a CommunicationRequest.
-
setKind
public CarePlan.CarePlanActivityDetailComponent setKind(CarePlan.CarePlanActivityKind value)
- Parameters:
value- A description of the kind of resource the in-line definition of a care plan activity is representing. The CarePlan.activity.detail is an in-line definition when a resource is not referenced using CarePlan.activity.reference. For example, a MedicationRequest, a ServiceRequest, or a CommunicationRequest.
-
getInstantiatesCanonical
public List<CanonicalType> getInstantiatesCanonical()
- Returns:
instantiatesCanonical(The URL pointing to a FHIR-defined protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan activity.)
-
setInstantiatesCanonical
public CarePlan.CarePlanActivityDetailComponent setInstantiatesCanonical(List<CanonicalType> theInstantiatesCanonical)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasInstantiatesCanonical
public boolean hasInstantiatesCanonical()
-
addInstantiatesCanonicalElement
public CanonicalType addInstantiatesCanonicalElement()
- Returns:
instantiatesCanonical(The URL pointing to a FHIR-defined protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan activity.)
-
addInstantiatesCanonical
public CarePlan.CarePlanActivityDetailComponent addInstantiatesCanonical(String value)
- Parameters:
value-instantiatesCanonical(The URL pointing to a FHIR-defined protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan activity.)
-
hasInstantiatesCanonical
public boolean hasInstantiatesCanonical(String value)
- Parameters:
value-instantiatesCanonical(The URL pointing to a FHIR-defined protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan activity.)
-
getInstantiatesUri
public List<UriType> getInstantiatesUri()
- Returns:
instantiatesUri(The URL pointing to an externally maintained protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan activity.)
-
setInstantiatesUri
public CarePlan.CarePlanActivityDetailComponent setInstantiatesUri(List<UriType> theInstantiatesUri)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasInstantiatesUri
public boolean hasInstantiatesUri()
-
addInstantiatesUriElement
public UriType addInstantiatesUriElement()
- Returns:
instantiatesUri(The URL pointing to an externally maintained protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan activity.)
-
addInstantiatesUri
public CarePlan.CarePlanActivityDetailComponent addInstantiatesUri(String value)
- Parameters:
value-instantiatesUri(The URL pointing to an externally maintained protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan activity.)
-
hasInstantiatesUri
public boolean hasInstantiatesUri(String value)
- Parameters:
value-instantiatesUri(The URL pointing to an externally maintained protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan activity.)
-
getCode
public CodeableConcept getCode()
- Returns:
code(Detailed description of the type of planned activity; e.g. what lab test, what procedure, what kind of encounter.)
-
hasCode
public boolean hasCode()
-
setCode
public CarePlan.CarePlanActivityDetailComponent setCode(CodeableConcept value)
- Parameters:
value-code(Detailed description of the type of planned activity; e.g. what lab test, what procedure, what kind of encounter.)
-
getReasonCode
public List<CodeableConcept> getReasonCode()
- Returns:
reasonCode(Provides the rationale that drove the inclusion of this particular activity as part of the plan or the reason why the activity was prohibited.)
-
setReasonCode
public CarePlan.CarePlanActivityDetailComponent setReasonCode(List<CodeableConcept> theReasonCode)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasReasonCode
public boolean hasReasonCode()
-
addReasonCode
public CodeableConcept addReasonCode()
-
addReasonCode
public CarePlan.CarePlanActivityDetailComponent addReasonCode(CodeableConcept t)
-
getReasonCodeFirstRep
public CodeableConcept getReasonCodeFirstRep()
- Returns:
- The first repetition of repeating field
reasonCode, creating it if it does not already exist
-
getReasonReference
public List<Reference> getReasonReference()
- Returns:
reasonReference(Indicates another resource, such as the health condition(s), whose existence justifies this request and drove the inclusion of this particular activity as part of the plan.)
-
setReasonReference
public CarePlan.CarePlanActivityDetailComponent setReasonReference(List<Reference> theReasonReference)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasReasonReference
public boolean hasReasonReference()
-
addReasonReference
public Reference addReasonReference()
-
addReasonReference
public CarePlan.CarePlanActivityDetailComponent addReasonReference(Reference t)
-
getReasonReferenceFirstRep
public Reference getReasonReferenceFirstRep()
- Returns:
- The first repetition of repeating field
reasonReference, creating it if it does not already exist
-
getReasonReferenceTarget
@Deprecated public List<Resource> getReasonReferenceTarget()
Deprecated.Use Reference#setResource(IBaseResource) instead
-
getGoal
public List<Reference> getGoal()
- Returns:
goal(Internal reference that identifies the goals that this activity is intended to contribute towards meeting.)
-
setGoal
public CarePlan.CarePlanActivityDetailComponent setGoal(List<Reference> theGoal)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasGoal
public boolean hasGoal()
-
addGoal
public CarePlan.CarePlanActivityDetailComponent addGoal(Reference t)
-
getGoalFirstRep
public Reference getGoalFirstRep()
- Returns:
- The first repetition of repeating field
goal, creating it if it does not already exist
-
getGoalTarget
@Deprecated public List<Goal> getGoalTarget()
Deprecated.Use Reference#setResource(IBaseResource) instead
-
addGoalTarget
@Deprecated public Goal addGoalTarget()
Deprecated.Use Reference#setResource(IBaseResource) instead
-
getStatusElement
public Enumeration<CarePlan.CarePlanActivityStatus> getStatusElement()
- Returns:
status(Identifies what progress is being made for the specific activity.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the value
-
hasStatusElement
public boolean hasStatusElement()
-
hasStatus
public boolean hasStatus()
-
setStatusElement
public CarePlan.CarePlanActivityDetailComponent setStatusElement(Enumeration<CarePlan.CarePlanActivityStatus> value)
- Parameters:
value-status(Identifies what progress is being made for the specific activity.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the value
-
getStatus
public CarePlan.CarePlanActivityStatus getStatus()
- Returns:
- Identifies what progress is being made for the specific activity.
-
setStatus
public CarePlan.CarePlanActivityDetailComponent setStatus(CarePlan.CarePlanActivityStatus value)
- Parameters:
value- Identifies what progress is being made for the specific activity.
-
getStatusReason
public CodeableConcept getStatusReason()
- Returns:
statusReason(Provides reason why the activity isn't yet started, is on hold, was cancelled, etc.)
-
hasStatusReason
public boolean hasStatusReason()
-
setStatusReason
public CarePlan.CarePlanActivityDetailComponent setStatusReason(CodeableConcept value)
- Parameters:
value-statusReason(Provides reason why the activity isn't yet started, is on hold, was cancelled, etc.)
-
getDoNotPerformElement
public BooleanType getDoNotPerformElement()
- Returns:
doNotPerform(If true, indicates that the described activity is one that must NOT be engaged in when following the plan. If false, or missing, indicates that the described activity is one that should be engaged in when following the plan.). This is the underlying object with id, value and extensions. The accessor "getDoNotPerform" gives direct access to the value
-
hasDoNotPerformElement
public boolean hasDoNotPerformElement()
-
hasDoNotPerform
public boolean hasDoNotPerform()
-
setDoNotPerformElement
public CarePlan.CarePlanActivityDetailComponent setDoNotPerformElement(BooleanType value)
- Parameters:
value-doNotPerform(If true, indicates that the described activity is one that must NOT be engaged in when following the plan. If false, or missing, indicates that the described activity is one that should be engaged in when following the plan.). This is the underlying object with id, value and extensions. The accessor "getDoNotPerform" gives direct access to the value
-
getDoNotPerform
public boolean getDoNotPerform()
- Returns:
- If true, indicates that the described activity is one that must NOT be engaged in when following the plan. If false, or missing, indicates that the described activity is one that should be engaged in when following the plan.
-
setDoNotPerform
public CarePlan.CarePlanActivityDetailComponent setDoNotPerform(boolean value)
- Parameters:
value- If true, indicates that the described activity is one that must NOT be engaged in when following the plan. If false, or missing, indicates that the described activity is one that should be engaged in when following the plan.
-
getScheduled
public Type getScheduled()
- Returns:
scheduled(The period, timing or frequency upon which the described activity is to occur.)
-
getScheduledTiming
public Timing getScheduledTiming() throws org.hl7.fhir.exceptions.FHIRException
- Returns:
scheduled(The period, timing or frequency upon which the described activity is to occur.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasScheduledTiming
public boolean hasScheduledTiming()
-
getScheduledPeriod
public Period getScheduledPeriod() throws org.hl7.fhir.exceptions.FHIRException
- Returns:
scheduled(The period, timing or frequency upon which the described activity is to occur.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasScheduledPeriod
public boolean hasScheduledPeriod()
-
getScheduledStringType
public StringType getScheduledStringType() throws org.hl7.fhir.exceptions.FHIRException
- Returns:
scheduled(The period, timing or frequency upon which the described activity is to occur.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasScheduledStringType
public boolean hasScheduledStringType()
-
hasScheduled
public boolean hasScheduled()
-
setScheduled
public CarePlan.CarePlanActivityDetailComponent setScheduled(Type value)
- Parameters:
value-scheduled(The period, timing or frequency upon which the described activity is to occur.)
-
getLocation
public Reference getLocation()
- Returns:
location(Identifies the facility where the activity will occur; e.g. home, hospital, specific clinic, etc.)
-
hasLocation
public boolean hasLocation()
-
setLocation
public CarePlan.CarePlanActivityDetailComponent setLocation(Reference value)
- Parameters:
value-location(Identifies the facility where the activity will occur; e.g. home, hospital, specific clinic, etc.)
-
getLocationTarget
public Location getLocationTarget()
- Returns:
locationThe actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (Identifies the facility where the activity will occur; e.g. home, hospital, specific clinic, etc.)
-
setLocationTarget
public CarePlan.CarePlanActivityDetailComponent setLocationTarget(Location value)
- Parameters:
value-locationThe actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (Identifies the facility where the activity will occur; e.g. home, hospital, specific clinic, etc.)
-
getPerformer
public List<Reference> getPerformer()
- Returns:
performer(Identifies who's expected to be involved in the activity.)
-
setPerformer
public CarePlan.CarePlanActivityDetailComponent setPerformer(List<Reference> thePerformer)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasPerformer
public boolean hasPerformer()
-
addPerformer
public Reference addPerformer()
-
addPerformer
public CarePlan.CarePlanActivityDetailComponent addPerformer(Reference t)
-
getPerformerFirstRep
public Reference getPerformerFirstRep()
- Returns:
- The first repetition of repeating field
performer, creating it if it does not already exist
-
getPerformerTarget
@Deprecated public List<Resource> getPerformerTarget()
Deprecated.Use Reference#setResource(IBaseResource) instead
-
getProduct
public Type getProduct()
- Returns:
product(Identifies the food, drug or other product to be consumed or supplied in the activity.)
-
getProductCodeableConcept
public CodeableConcept getProductCodeableConcept() throws org.hl7.fhir.exceptions.FHIRException
- Returns:
product(Identifies the food, drug or other product to be consumed or supplied in the activity.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasProductCodeableConcept
public boolean hasProductCodeableConcept()
-
getProductReference
public Reference getProductReference() throws org.hl7.fhir.exceptions.FHIRException
- Returns:
product(Identifies the food, drug or other product to be consumed or supplied in the activity.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasProductReference
public boolean hasProductReference()
-
hasProduct
public boolean hasProduct()
-
setProduct
public CarePlan.CarePlanActivityDetailComponent setProduct(Type value)
- Parameters:
value-product(Identifies the food, drug or other product to be consumed or supplied in the activity.)
-
getDailyAmount
public Quantity getDailyAmount()
- Returns:
dailyAmount(Identifies the quantity expected to be consumed in a given day.)
-
hasDailyAmount
public boolean hasDailyAmount()
-
setDailyAmount
public CarePlan.CarePlanActivityDetailComponent setDailyAmount(Quantity value)
- Parameters:
value-dailyAmount(Identifies the quantity expected to be consumed in a given day.)
-
getQuantity
public Quantity getQuantity()
- Returns:
quantity(Identifies the quantity expected to be supplied, administered or consumed by the subject.)
-
hasQuantity
public boolean hasQuantity()
-
setQuantity
public CarePlan.CarePlanActivityDetailComponent setQuantity(Quantity value)
- Parameters:
value-quantity(Identifies the quantity expected to be supplied, administered or consumed by the subject.)
-
getDescriptionElement
public StringType getDescriptionElement()
- Returns:
description(This provides a textual description of constraints on the intended activity occurrence, including relation to other activities. It may also include objectives, pre-conditions and end-conditions. Finally, it may convey specifics about the activity such as body site, method, route, etc.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the value
-
hasDescriptionElement
public boolean hasDescriptionElement()
-
hasDescription
public boolean hasDescription()
-
setDescriptionElement
public CarePlan.CarePlanActivityDetailComponent setDescriptionElement(StringType value)
- Parameters:
value-description(This provides a textual description of constraints on the intended activity occurrence, including relation to other activities. It may also include objectives, pre-conditions and end-conditions. Finally, it may convey specifics about the activity such as body site, method, route, etc.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the value
-
getDescription
public String getDescription()
- Returns:
- This provides a textual description of constraints on the intended activity occurrence, including relation to other activities. It may also include objectives, pre-conditions and end-conditions. Finally, it may convey specifics about the activity such as body site, method, route, etc.
-
setDescription
public CarePlan.CarePlanActivityDetailComponent setDescription(String value)
- Parameters:
value- This provides a textual description of constraints on the intended activity occurrence, including relation to other activities. It may also include objectives, pre-conditions and end-conditions. Finally, it may convey specifics about the activity such as body site, method, route, etc.
-
listChildren
protected void listChildren(List<Property> children)
- Overrides:
listChildrenin classBackboneElement
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getNamedPropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getPropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setPropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setPropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
public Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
makePropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getTypesForPropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
public Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
addChildin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
copy
public CarePlan.CarePlanActivityDetailComponent copy()
- Specified by:
copyin classBackboneElement
-
copyValues
public void copyValues(CarePlan.CarePlanActivityDetailComponent dst)
-
equalsDeep
public boolean equalsDeep(Base other_)
- Overrides:
equalsDeepin classBackboneElement
-
equalsShallow
public boolean equalsShallow(Base other_)
- Overrides:
equalsShallowin classBackboneElement
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
isEmptyin classBackboneElement
-
fhirType
public String fhirType()
- Specified by:
fhirTypein interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
fhirTypein classBackboneElement
-
-