public enum GoalStatus extends Enum<GoalStatus>
| Enum Constant and Description |
|---|
ACCEPTED
A proposed goal was accepted or acknowledged
|
ACHIEVED
The goal has been met and no further action is needed
|
AHEADOFTARGET
The goal is ahead of the planned timelines
|
BEHINDTARGET
The goal is behind the planned timelines
|
CANCELLED
The previously accepted goal is no longer being sought
|
ENTEREDINERROR
The goal was entered in error and voided.
|
INPROGRESS
The goal is being sought but has not yet been reached.
|
NULL
added to help the parsers
|
ONHOLD
The goal remains a long term objective but is no longer being actively pursued for a temporary period of time.
|
ONTARGET
The goal is on schedule for the planned timelines
|
PLANNED
A goal is planned for this patient
|
PROPOSED
A goal is proposed for this patient
|
REJECTED
A proposed goal was rejected
|
SUSTAINING
The goal has been met, but ongoing activity is needed to sustain the goal objective
|
| Modifier and Type | Method and Description |
|---|---|
static GoalStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static GoalStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GoalStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GoalStatus PROPOSED
public static final GoalStatus ACCEPTED
public static final GoalStatus PLANNED
public static final GoalStatus INPROGRESS
public static final GoalStatus ONTARGET
public static final GoalStatus AHEADOFTARGET
public static final GoalStatus BEHINDTARGET
public static final GoalStatus SUSTAINING
public static final GoalStatus ACHIEVED
public static final GoalStatus ONHOLD
public static final GoalStatus CANCELLED
public static final GoalStatus ENTEREDINERROR
public static final GoalStatus REJECTED
public static final GoalStatus NULL
public static GoalStatus[] values()
for (GoalStatus c : GoalStatus.values()) System.out.println(c);
public static GoalStatus valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static GoalStatus fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2018 University Health Network. All rights reserved.