public static class CarePlan.Activity extends BaseIdentifiableElement implements IResourceBlock
Definition: Identifies a planned action to occur as part of the plan. For example, a medication to be used, lab tests to perform, self-monitoring, education, etc.
| Constructor and Description |
|---|
Activity() |
| Modifier and Type | Method and Description |
|---|---|
ResourceReferenceDt |
addActionResulting()
Adds and returns a new value for actionResulting ()
|
AnnotationDt |
addProgress()
Adds and returns a new value for progress ()
|
CarePlan.Activity |
addProgress(AnnotationDt theValue)
Adds a given new value for progress ()
|
List<ResourceReferenceDt> |
getActionResulting()
Gets the value(s) for actionResulting ().
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
CarePlan.ActivityDetail |
getDetail()
Gets the value(s) for detail ().
|
List<AnnotationDt> |
getProgress()
Gets the value(s) for progress ().
|
AnnotationDt |
getProgressFirstRep()
Gets the first repetition for progress (),
creating it if it does not already exist.
|
ResourceReferenceDt |
getReference()
Gets the value(s) for reference ().
|
boolean |
isEmpty() |
CarePlan.Activity |
setActionResulting(List<ResourceReferenceDt> theValue)
Sets the value(s) for actionResulting ()
|
CarePlan.Activity |
setDetail(CarePlan.ActivityDetail theValue)
Sets the value(s) for detail ()
|
CarePlan.Activity |
setProgress(List<AnnotationDt> theValue)
Sets the value(s) for progress ()
|
CarePlan.Activity |
setReference(ResourceReferenceDt theValue)
Sets the value(s) for reference ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementSpecificId, getId, setElementSpecificId, setId, setIdpublic Activity()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic List<ResourceReferenceDt> getActionResulting()
null.
Definition: Resources that describe follow-on actions resulting from the plan, such as drug prescriptions, encounter records, appointments, etc.
public CarePlan.Activity setActionResulting(List<ResourceReferenceDt> theValue)
Definition: Resources that describe follow-on actions resulting from the plan, such as drug prescriptions, encounter records, appointments, etc.
public ResourceReferenceDt addActionResulting()
Definition: Resources that describe follow-on actions resulting from the plan, such as drug prescriptions, encounter records, appointments, etc.
public List<AnnotationDt> getProgress()
null.
Definition: Notes about the adherence/status/progress of the activity
public CarePlan.Activity setProgress(List<AnnotationDt> theValue)
Definition: Notes about the adherence/status/progress of the activity
public AnnotationDt addProgress()
Definition: Notes about the adherence/status/progress of the activity
public CarePlan.Activity addProgress(AnnotationDt theValue)
Definition: Notes about the adherence/status/progress of the activity
theValue - The progress to add (must not be null)public AnnotationDt getProgressFirstRep()
Definition: Notes about the adherence/status/progress of the activity
public ResourceReferenceDt getReference()
null.
Definition: The details of the proposed activity represented in a specific resource
public CarePlan.Activity setReference(ResourceReferenceDt theValue)
Definition: The details of the proposed activity represented in a specific resource
public CarePlan.ActivityDetail getDetail()
null.
Definition: A simple summary of a planned activity suitable for a general care plan system (e.g. form driven) that doesn't know about specific resources such as procedure etc.
public CarePlan.Activity setDetail(CarePlan.ActivityDetail theValue)
Definition: A simple summary of a planned activity suitable for a general care plan system (e.g. form driven) that doesn't know about specific resources such as procedure etc.
Copyright © 2014–2016 University Health Network. All rights reserved.