public enum GoalStatus extends Enum<GoalStatus>
| Enum Constant and Description |
|---|
ACCEPTED
A proposed goal was accepted or acknowledged.
|
ACTIVE
The goal is being sought actively.
|
CANCELLED
The goal has been abandoned.
|
COMPLETED
The goal is no longer being sought.
|
ENTEREDINERROR
The goal was entered in error and voided.
|
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.
|
PLANNED
A goal is planned for this patient.
|
PROPOSED
A goal is proposed for this patient.
|
REJECTED
A proposed goal was rejected.
|
| 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 PLANNED
public static final GoalStatus ACCEPTED
public static final GoalStatus ACTIVE
public static final GoalStatus ONHOLD
public static final GoalStatus COMPLETED
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–2021 Health Level 7. All rights reserved.