public enum GoalStatusReason extends Enum<GoalStatusReason>
| Enum Constant and Description |
|---|
FINANCIALBARRIER
Goal cannot be reached due to financial barrier or reason.
|
LACKOFSOCIALSUPPORT
Goal cannot be reached due to a lack of social support.
|
LACKOFTRANSPORTATION
Goal cannot be reached due to a lack of transportation.
|
LIFEEVENT
Goal suspended or ended because of a significant life event (marital change, bereavement, etc.).
|
NULL
added to help the parsers
|
PATIENTREQUEST
Patient wishes the goal to be set aside, at least temporarily.
|
PERMANENTNOTATTAINABLE
Goal cannot be reached permanently.
|
REPLACED
Goal has been superseded by a new goal.
|
SURGERY
Goal suspended or ended because of a surgical procedure.
|
TEMPNOTATTAINABLE
Goal cannot be reached temporarily.
|
| Modifier and Type | Method and Description |
|---|---|
static GoalStatusReason |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static GoalStatusReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GoalStatusReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GoalStatusReason SURGERY
public static final GoalStatusReason LIFEEVENT
public static final GoalStatusReason REPLACED
public static final GoalStatusReason PATIENTREQUEST
public static final GoalStatusReason TEMPNOTATTAINABLE
public static final GoalStatusReason PERMANENTNOTATTAINABLE
public static final GoalStatusReason FINANCIALBARRIER
public static final GoalStatusReason LACKOFTRANSPORTATION
public static final GoalStatusReason LACKOFSOCIALSUPPORT
public static final GoalStatusReason NULL
public static GoalStatusReason[] values()
for (GoalStatusReason c : GoalStatusReason.values()) System.out.println(c);
public static GoalStatusReason 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 GoalStatusReason 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.