Goal.Builder |
Goal.Builder.achievementStatus(CodeableConcept achievementStatus) |
Describes the progression, or lack thereof, towards the goal against the target.
|
Goal.Builder |
Goal.Builder.addresses(Reference... addresses) |
The identified conditions and other health record elements that are intended to be addressed by the goal.
|
Goal.Builder |
Goal.Builder.addresses(java.util.Collection<Reference> addresses) |
The identified conditions and other health record elements that are intended to be addressed by the goal.
|
static Goal.Builder |
Goal.builder() |
|
Goal.Builder |
Goal.Builder.category(CodeableConcept... category) |
Indicates a category the goal falls within.
|
Goal.Builder |
Goal.Builder.category(java.util.Collection<CodeableConcept> category) |
Indicates a category the goal falls within.
|
Goal.Builder |
Goal.Builder.contained(Resource... contained) |
These resources do not have an independent existence apart from the resource that contains them - they cannot be
identified independently, and nor can they have their own independent transaction scope.
|
Goal.Builder |
Goal.Builder.contained(java.util.Collection<Resource> contained) |
These resources do not have an independent existence apart from the resource that contains them - they cannot be
identified independently, and nor can they have their own independent transaction scope.
|
Goal.Builder |
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".
|
Goal.Builder |
Goal.Builder.expressedBy(Reference expressedBy) |
Indicates whose goal this is - patient goal, practitioner goal, etc.
|
Goal.Builder |
Goal.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the resource.
|
Goal.Builder |
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 resource.
|
protected Goal.Builder |
Goal.Builder.from(Goal goal) |
|
Goal.Builder |
Goal.Builder.id(java.lang.String id) |
The logical id of the resource, as used in the URL for the resource.
|
Goal.Builder |
Goal.Builder.identifier(Identifier... identifier) |
Business identifiers assigned to this goal by the performer or other systems which remain constant as the resource is
updated and propagates from server to server.
|
Goal.Builder |
Goal.Builder.identifier(java.util.Collection<Identifier> identifier) |
Business identifiers assigned to this goal by the performer or other systems which remain constant as the resource is
updated and propagates from server to server.
|
Goal.Builder |
Goal.Builder.implicitRules(Uri implicitRules) |
A reference to a set of rules that were followed when the resource was constructed, and which must be understood when
processing the content.
|
Goal.Builder |
Goal.Builder.language(Code language) |
The base language in which the resource is written.
|
Goal.Builder |
Goal.Builder.lifecycleStatus(GoalLifecycleStatus lifecycleStatus) |
The state of the goal throughout its lifecycle.
|
Goal.Builder |
Goal.Builder.meta(Meta meta) |
The metadata about the resource.
|
Goal.Builder |
Goal.Builder.modifierExtension(Extension... modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the resource and that
modifies the understanding of the element that contains it and/or the understanding of the containing element's
descendants.
|
Goal.Builder |
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 resource and that
modifies the understanding of the element that contains it and/or the understanding of the containing element's
descendants.
|
Goal.Builder |
Goal.Builder.note(Annotation... note) |
Any comments related to the goal.
|
Goal.Builder |
Goal.Builder.note(java.util.Collection<Annotation> note) |
Any comments related to the goal.
|
Goal.Builder |
Goal.Builder.outcomeCode(CodeableConcept... outcomeCode) |
Identifies the change (or lack of change) at the point when the status of the goal is assessed.
|
Goal.Builder |
Goal.Builder.outcomeCode(java.util.Collection<CodeableConcept> outcomeCode) |
Identifies the change (or lack of change) at the point when the status of the goal is assessed.
|
Goal.Builder |
Goal.Builder.outcomeReference(Reference... outcomeReference) |
Details of what's changed (or not changed).
|
Goal.Builder |
Goal.Builder.outcomeReference(java.util.Collection<Reference> outcomeReference) |
Details of what's changed (or not changed).
|
Goal.Builder |
Goal.Builder.priority(CodeableConcept priority) |
Identifies the mutually agreed level of importance associated with reaching/sustaining the goal.
|
Goal.Builder |
Goal.Builder.start(Element start) |
The date or event after which the goal should begin being pursued.
|
Goal.Builder |
Goal.Builder.start(java.time.LocalDate start) |
Convenience method for setting start with choice type Date.
|
Goal.Builder |
Goal.Builder.statusDate(Date statusDate) |
Identifies when the current status.
|
Goal.Builder |
Goal.Builder.statusDate(java.time.LocalDate statusDate) |
Convenience method for setting statusDate .
|
Goal.Builder |
Goal.Builder.statusReason(String statusReason) |
Captures the reason for the current status.
|
Goal.Builder |
Goal.Builder.statusReason(java.lang.String statusReason) |
Convenience method for setting statusReason .
|
Goal.Builder |
Goal.Builder.subject(Reference subject) |
Identifies the patient, group or organization for whom the goal is being established.
|
Goal.Builder |
Goal.Builder.target(Goal.Target... target) |
Indicates what should be done by when.
|
Goal.Builder |
Goal.Builder.target(java.util.Collection<Goal.Target> target) |
Indicates what should be done by when.
|
Goal.Builder |
Goal.Builder.text(Narrative text) |
A human-readable narrative that contains a summary of the resource and can be used to represent the content of the
resource to a human.
|
Goal.Builder |
Goal.toBuilder() |
|