PlanDefinition.Goal.Builder |
PlanDefinition.Goal.Builder.addresses(java.util.Collection<CodeableConcept> addresses) |
Identifies problems, conditions, issues, or concerns the goal is intended to address.
|
PlanDefinition.Goal.Builder |
PlanDefinition.Goal.Builder.addresses(CodeableConcept... addresses) |
Identifies problems, conditions, issues, or concerns the goal is intended to address.
|
static PlanDefinition.Goal.Builder |
PlanDefinition.Goal.builder() |
|
PlanDefinition.Goal.Builder |
PlanDefinition.Goal.Builder.category(CodeableConcept category) |
Indicates a category the goal falls within.
|
PlanDefinition.Goal.Builder |
PlanDefinition.Goal.Builder.description(CodeableConcept description) |
Human-readable and/or coded description of a specific desired objective of care, such as "control blood pressure" or
"negotiate an obstacle course" or "dance with child at wedding".
|
PlanDefinition.Goal.Builder |
PlanDefinition.Goal.Builder.documentation(java.util.Collection<RelatedArtifact> documentation) |
Didactic or other informational resources associated with the goal that provide further supporting information about
the goal.
|
PlanDefinition.Goal.Builder |
PlanDefinition.Goal.Builder.documentation(RelatedArtifact... documentation) |
Didactic or other informational resources associated with the goal that provide further supporting information about
the goal.
|
PlanDefinition.Goal.Builder |
PlanDefinition.Goal.Builder.extension(java.util.Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
PlanDefinition.Goal.Builder |
PlanDefinition.Goal.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
protected PlanDefinition.Goal.Builder |
PlanDefinition.Goal.Builder.from(PlanDefinition.Goal goal) |
|
PlanDefinition.Goal.Builder |
PlanDefinition.Goal.Builder.id(java.lang.String id) |
Unique id for the element within a resource (for internal references).
|
PlanDefinition.Goal.Builder |
PlanDefinition.Goal.Builder.modifierExtension(java.util.Collection<Extension> modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the element and that
modifies the understanding of the element in which it is contained and/or the understanding of the containing
element's descendants.
|
PlanDefinition.Goal.Builder |
PlanDefinition.Goal.Builder.modifierExtension(Extension... modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the element and that
modifies the understanding of the element in which it is contained and/or the understanding of the containing
element's descendants.
|
PlanDefinition.Goal.Builder |
PlanDefinition.Goal.Builder.priority(CodeableConcept priority) |
Identifies the expected level of importance associated with reaching/sustaining the defined goal.
|
PlanDefinition.Goal.Builder |
PlanDefinition.Goal.Builder.start(CodeableConcept start) |
The event after which the goal should begin being pursued.
|
PlanDefinition.Goal.Builder |
PlanDefinition.Goal.Builder.target(java.util.Collection<PlanDefinition.Goal.Target> target) |
Indicates what should be done and within what timeframe.
|
PlanDefinition.Goal.Builder |
PlanDefinition.Goal.Builder.target(PlanDefinition.Goal.Target... target) |
Indicates what should be done and within what timeframe.
|
PlanDefinition.Goal.Builder |
PlanDefinition.Goal.toBuilder() |
|