Uses of Class
org.hl7.fhir.dstu2.model.Goal
-
Uses of Goal in org.hl7.fhir.dstu2.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
XmlParser.composeGoal
(String name, Goal element) protected void
JsonParser.composeGoalInner
(Goal element) protected Goal.GoalOutcomeComponent
JsonParser.parseGoalGoalOutcomeComponent
(com.google.gson.JsonObject json, Goal owner) protected Goal.GoalOutcomeComponent
XmlParser.parseGoalGoalOutcomeComponent
(org.xmlpull.v1.XmlPullParser xpp, Goal owner) -
Uses of Goal in org.hl7.fhir.dstu2.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()
CarePlan.CarePlanActivityDetailComponent.addGoalTarget()
Goal.addIdentifier
(Identifier t) Goal.addNote
(Annotation t) Goal.addOutcome
(Goal.GoalOutcomeComponent t) Goal.copy()
Goal.setAuthorTarget
(Resource value) Goal.setDescription
(String value) Goal.setDescriptionElement
(StringType value) Goal.setPriority
(CodeableConcept value) Goal.setStatus
(Goal.GoalStatus value) Goal.setStatusDate
(Date value) Goal.setStatusDateElement
(DateType value) Goal.setStatusElement
(Enumeration<Goal.GoalStatus> value) Goal.setStatusReason
(CodeableConcept value) Goal.setSubject
(Reference value) Goal.setSubjectTarget
(Resource value) protected Goal
Goal.typedCopy()
Modifier and TypeMethodDescriptionCarePlan.CarePlanActivityDetailComponent.getGoalTarget()
CarePlan.getGoalTarget()