Package org.hl7.fhir.dstu2.model
Class CarePlan.CarePlanActivityDetailComponent
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.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:
-
Field Summary
Modifier and TypeFieldDescriptionprotected CodeableConcept
High-level categorization of the type of activity in a care plan.protected CodeableConcept
Detailed description of the type of planned activity; e.g.protected SimpleQuantity
Identifies the quantity expected to be consumed in a given day.protected StringType
This provides a textual description of constraints on the intended activity occurrence, including relation to other activities.Internal reference that identifies the goals that this activity is intended to contribute towards meeting.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.)protected Reference
Identifies the facility where the activity will occur; e.g.protected Location
The actual object that is the target of the reference (Identifies the facility where the activity will occur; e.g.Identifies who's expected to be involved in the activity.The actual objects that are the target of the reference (Identifies who's expected to be involved in the activity.)protected Type
Identifies the food, drug or other product to be consumed or supplied in the activity.protected BooleanType
If true, indicates that the described activity is one that must NOT be engaged in when following the plan.protected SimpleQuantity
Identifies the quantity expected to be supplied, administered or consumed by the subject.protected List
<CodeableConcept> Provides the rationale that drove the inclusion of this particular activity as part of the plan.Provides the health condition(s) that drove the inclusion of this particular activity as part of the plan.The actual objects that are the target of the reference (Provides the health condition(s) that drove the inclusion of this particular activity as part of the plan.)protected Type
The period, timing or frequency upon which the described activity is to occur.protected Enumeration
<CarePlan.CarePlanActivityStatus> Identifies what progress is being made for the specific activity.protected CodeableConcept
Provides reason why the activity isn't yet started, is on hold, was cancelled, etc.Fields inherited from class org.hl7.fhir.dstu2.model.BackboneElement
modifierExtension
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddGoal()
copy()
boolean
equalsDeep
(Base other) boolean
equalsShallow
(Base other) fhirType()
getCode()
getGoal()
boolean
boolean
boolean
hasCode()
boolean
boolean
boolean
boolean
hasGoal()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
isEmpty()
protected void
listChildren
(List<Property> childrenList) setCategory
(CodeableConcept value) setCode
(CodeableConcept value) setDailyAmount
(SimpleQuantity value) setDescription
(String value) setDescriptionElement
(StringType value) setLocation
(Reference value) setLocationTarget
(Location value) setProduct
(Type value) setProhibited
(boolean value) setProhibitedElement
(BooleanType value) void
setProperty
(String name, Base value) setQuantity
(SimpleQuantity value) setScheduled
(Type value) setStatusReason
(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
-
category
High-level categorization of the type of activity in a care plan. -
code
Detailed description of the type of planned activity; e.g. What lab test, what procedure, what kind of encounter. -
reasonCode
Provides the rationale that drove the inclusion of this particular activity as part of the plan. -
reasonReference
Provides the health condition(s) that drove the inclusion of this particular activity as part of the plan. -
reasonReferenceTarget
The actual objects that are the target of the reference (Provides the health condition(s) that drove the inclusion of this particular activity as part of the plan.) -
goal
Internal reference that identifies the goals that this activity is intended to contribute towards meeting. -
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
Identifies what progress is being made for the specific activity. -
statusReason
Provides reason why the activity isn't yet started, is on hold, was cancelled, etc. -
prohibited
If true, indicates that the described activity is one that must NOT be engaged in when following the plan. -
scheduled
The period, timing or frequency upon which the described activity is to occur. -
location
Identifies the facility where the activity will occur; e.g. home, hospital, specific clinic, etc. -
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
Identifies who's expected to be involved in the activity. -
performerTarget
The actual objects that are the target of the reference (Identifies who's expected to be involved in the activity.) -
product
Identifies the food, drug or other product to be consumed or supplied in the activity. -
dailyAmount
Identifies the quantity expected to be consumed in a given day. -
quantity
Identifies the quantity expected to be supplied, administered or consumed by the subject. -
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 Details
-
CarePlanActivityDetailComponent
public CarePlanActivityDetailComponent() -
CarePlanActivityDetailComponent
-
-
Method Details
-
getCategory
- Returns:
category
(High-level categorization of the type of activity in a care plan.)
-
hasCategory
-
setCategory
- Parameters:
value
-category
(High-level categorization of the type of activity in a care plan.)
-
getCode
- Returns:
code
(Detailed description of the type of planned activity; e.g. What lab test, what procedure, what kind of encounter.)
-
hasCode
-
setCode
- Parameters:
value
-code
(Detailed description of the type of planned activity; e.g. What lab test, what procedure, what kind of encounter.)
-
getReasonCode
- Returns:
reasonCode
(Provides the rationale that drove the inclusion of this particular activity as part of the plan.)
-
hasReasonCode
-
addReasonCode
- Returns:
reasonCode
(Provides the rationale that drove the inclusion of this particular activity as part of the plan.)
-
addReasonCode
-
getReasonReference
- Returns:
reasonReference
(Provides the health condition(s) that drove the inclusion of this particular activity as part of the plan.)
-
hasReasonReference
-
addReasonReference
- Returns:
reasonReference
(Provides the health condition(s) that drove the inclusion of this particular activity as part of the plan.)
-
addReasonReference
-
getReasonReferenceTarget
- Returns:
reasonReference
(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. Provides the health condition(s) that drove the inclusion of this particular activity as part of the plan.)
-
addReasonReferenceTarget
- Returns:
reasonReference
(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. Provides the health condition(s) that drove the inclusion of this particular activity as part of the plan.)
-
getGoal
- Returns:
goal
(Internal reference that identifies the goals that this activity is intended to contribute towards meeting.)
-
hasGoal
-
addGoal
- Returns:
goal
(Internal reference that identifies the goals that this activity is intended to contribute towards meeting.)
-
addGoal
-
getGoalTarget
- Returns:
goal
(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. Internal reference that identifies the goals that this activity is intended to contribute towards meeting.)
-
addGoalTarget
- Returns:
goal
(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. Internal reference that identifies the goals that this activity is intended to contribute towards meeting.)
-
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
-
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
- Returns:
- Identifies what progress is being made for the specific activity.
-
setStatus
- Parameters:
value
- Identifies what progress is being made for the specific activity.
-
getStatusReason
- Returns:
statusReason
(Provides reason why the activity isn't yet started, is on hold, was cancelled, etc.)
-
hasStatusReason
-
setStatusReason
- Parameters:
value
-statusReason
(Provides reason why the activity isn't yet started, is on hold, was cancelled, etc.)
-
getProhibitedElement
- Returns:
prohibited
(If true, indicates that the described activity is one that must NOT be engaged in when following the plan.). This is the underlying object with id, value and extensions. The accessor "getProhibited" gives direct access to the value
-
hasProhibitedElement
-
hasProhibited
-
setProhibitedElement
- Parameters:
value
-prohibited
(If true, indicates that the described activity is one that must NOT be engaged in when following the plan.). This is the underlying object with id, value and extensions. The accessor "getProhibited" gives direct access to the value
-
getProhibited
- Returns:
- If true, indicates that the described activity is one that must NOT be engaged in when following the plan.
-
setProhibited
- Parameters:
value
- If true, indicates that the described activity is one that must NOT be engaged in when following the plan.
-
getScheduled
- Returns:
scheduled
(The period, timing or frequency upon which the described activity is to occur.)
-
getScheduledTiming
- Returns:
scheduled
(The period, timing or frequency upon which the described activity is to occur.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasScheduledTiming
-
getScheduledPeriod
- Returns:
scheduled
(The period, timing or frequency upon which the described activity is to occur.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasScheduledPeriod
-
getScheduledStringType
- Returns:
scheduled
(The period, timing or frequency upon which the described activity is to occur.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasScheduledStringType
-
hasScheduled
-
setScheduled
- Parameters:
value
-scheduled
(The period, timing or frequency upon which the described activity is to occur.)
-
getLocation
- Returns:
location
(Identifies the facility where the activity will occur; e.g. home, hospital, specific clinic, etc.)
-
hasLocation
-
setLocation
- Parameters:
value
-location
(Identifies the facility where the activity will occur; e.g. home, hospital, specific clinic, etc.)
-
getLocationTarget
- Returns:
location
The 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
- Parameters:
value
-location
The 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
- Returns:
performer
(Identifies who's expected to be involved in the activity.)
-
hasPerformer
-
addPerformer
- Returns:
performer
(Identifies who's expected to be involved in the activity.)
-
addPerformer
-
getPerformerTarget
- Returns:
performer
(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. Identifies who's expected to be involved in the activity.)
-
getProduct
- Returns:
product
(Identifies the food, drug or other product to be consumed or supplied in the activity.)
-
getProductCodeableConcept
- Returns:
product
(Identifies the food, drug or other product to be consumed or supplied in the activity.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasProductCodeableConcept
-
getProductReference
- Returns:
product
(Identifies the food, drug or other product to be consumed or supplied in the activity.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasProductReference
-
hasProduct
-
setProduct
- Parameters:
value
-product
(Identifies the food, drug or other product to be consumed or supplied in the activity.)
-
getDailyAmount
- Returns:
dailyAmount
(Identifies the quantity expected to be consumed in a given day.)
-
hasDailyAmount
-
setDailyAmount
- Parameters:
value
-dailyAmount
(Identifies the quantity expected to be consumed in a given day.)
-
getQuantity
- Returns:
quantity
(Identifies the quantity expected to be supplied, administered or consumed by the subject.)
-
hasQuantity
-
setQuantity
- Parameters:
value
-quantity
(Identifies the quantity expected to be supplied, administered or consumed by the subject.)
-
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
-
hasDescription
-
setDescriptionElement
- 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
- 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
- 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
- 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
-