Uses of Class
org.hl7.fhir.r5.model.Goal
-
Uses of Goal in org.hl7.fhir.r5.extensions
Modifier and TypeMethodDescriptionstatic Goal
Extensions.addEpisodeOfCare
(Goal context, Reference value) static Goal
Extensions.addProtectiveFactor
(Goal context, CodeableReference value) static Goal
Extensions.addWorkflowBarrier
(Goal context, CodeableReference value) static Goal
Extensions.setGoalReasonRejected
(Goal context, CodeableConcept value) static Goal
Extensions.setReleaseDate
(Goal context, String value) Modifier and TypeMethodDescriptionstatic Goal
Extensions.addEpisodeOfCare
(Goal context, Reference value) static Goal
Extensions.addProtectiveFactor
(Goal context, CodeableReference value) static Goal
Extensions.addWorkflowBarrier
(Goal context, CodeableReference value) Extensions.getEpisodeOfCareList
(Goal context) static CodeableConcept
Extensions.getGoalReasonRejected
(Goal context) static List
<CodeableReference> Extensions.getProtectiveFactorList
(Goal context) static String
Extensions.getReleaseDate
(Goal context) static List
<CodeableReference> Extensions.getWorkflowBarrierList
(Goal context) static Goal
Extensions.setGoalReasonRejected
(Goal context, CodeableConcept value) static Goal
Extensions.setReleaseDate
(Goal context, String value) -
Uses of Goal in org.hl7.fhir.r5.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
(org.hl7.fhir.utilities.turtle.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.composeGoalProperties
(Goal element) protected boolean
XmlParser.parseGoalContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Goal res) protected void
JsonParser.parseGoalProperties
(com.google.gson.JsonObject json, Goal res) -
Uses of Goal in org.hl7.fhir.r5.model
Modifier and TypeMethodDescriptionGoal.addAddresses
(Reference t) Goal.addCategory
(CodeableConcept t) Goal.addIdentifier
(Identifier t) Goal.addNote
(Annotation t) Goal.addOutcome
(CodeableReference t) Goal.addTarget
(Goal.GoalTargetComponent t) Goal.copy()
Goal.setAchievementStatus
(CodeableConcept value) Goal.setAddresses
(List<Reference> theAddresses) Goal.setCategory
(List<CodeableConcept> theCategory) Goal.setContinuous
(boolean value) Goal.setContinuousElement
(BooleanType value) Goal.setDescription
(CodeableConcept value) Goal.setIdentifier
(List<Identifier> theIdentifier) Goal.setLifecycleStatus
(Goal.GoalLifecycleStatus value) Goal.setLifecycleStatusElement
(Enumeration<Goal.GoalLifecycleStatus> value) Goal.setNote
(List<Annotation> theNote) Goal.setOutcome
(List<CodeableReference> theOutcome) 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.setTarget
(List<Goal.GoalTargetComponent> theTarget) protected Goal
Goal.typedCopy()