Uses of Class
org.hl7.fhir.r4.model.Goal
-
Uses of Goal in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected Goal
JsonParser.parseGoal
(com.google.gson.JsonObject json) protected Goal
XmlParser.parseGoal
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeGoal
(String name, Goal element) protected void
RdfParser.composeGoal
(Turtle.Complex parent, String parentType, String name, Goal element, int index) protected void
XmlParser.composeGoal
(String name, Goal element) protected void
XmlParser.composeGoalElements
(Goal element) protected void
JsonParser.composeGoalInner
(Goal element) protected boolean
XmlParser.parseGoalContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Goal res) protected Goal.GoalTargetComponent
JsonParser.parseGoalGoalTargetComponent
(com.google.gson.JsonObject json, Goal owner) protected Goal.GoalTargetComponent
XmlParser.parseGoalGoalTargetComponent
(org.xmlpull.v1.XmlPullParser xpp, Goal owner) protected boolean
XmlParser.parseGoalGoalTargetComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Goal owner, Goal.GoalTargetComponent res) protected void
JsonParser.parseGoalGoalTargetComponentProperties
(com.google.gson.JsonObject json, Goal owner, Goal.GoalTargetComponent res) protected void
JsonParser.parseGoalProperties
(com.google.gson.JsonObject json, Goal res) -
Uses of Goal in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionCarePlan.CarePlanActivityDetailComponent.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.)CarePlan.goalTarget
The actual objects that are the target of the reference (Describes the intended objective(s) of carrying out the care plan.)Modifier and TypeMethodDescriptionGoal.addAddresses
(Reference t) Goal.addCategory
(CodeableConcept t) CarePlan.addGoalTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadCarePlan.CarePlanActivityDetailComponent.addGoalTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadGoal.addIdentifier
(Identifier t) Goal.addNote
(Annotation t) Goal.addOutcomeCode
(CodeableConcept t) Goal.addOutcomeReference
(Reference t) Goal.addTarget
(Goal.GoalTargetComponent t) Goal.copy()
Goal.setAchievementStatus
(CodeableConcept value) Goal.setAddresses
(List<Reference> theAddresses) Goal.setCategory
(List<CodeableConcept> theCategory) Goal.setDescription
(CodeableConcept value) Goal.setExpressedBy
(Reference value) Goal.setExpressedByTarget
(Resource value) Goal.setIdentifier
(List<Identifier> theIdentifier) Goal.setLifecycleStatus
(Goal.GoalLifecycleStatus value) Goal.setLifecycleStatusElement
(Enumeration<Goal.GoalLifecycleStatus> value) Goal.setNote
(List<Annotation> theNote) Goal.setOutcomeCode
(List<CodeableConcept> theOutcomeCode) Goal.setOutcomeReference
(List<Reference> theOutcomeReference) Goal.setPriority
(CodeableConcept value) Goal.setStatusDate
(Date value) Goal.setStatusDateElement
(DateType value) Goal.setStatusReason
(String value) Goal.setStatusReasonElement
(StringType value) Goal.setSubject
(Reference value) Goal.setSubjectTarget
(Resource value) Goal.setTarget
(List<Goal.GoalTargetComponent> theTarget) protected Goal
Goal.typedCopy()
Modifier and TypeMethodDescriptionCarePlan.CarePlanActivityDetailComponent.getGoalTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadCarePlan.getGoalTarget()
Deprecated.Use Reference#setResource(IBaseResource) instead