Enum Constant Summary
Enum Constants
Goal cannot be reached due to financial barrier or reason.
Goal cannot be reached due to a lack of social support.
Goal cannot be reached due to a lack of transportation.
Goal suspended or ended because of a significant life event (marital change,
bereavement, etc.).
added to help the parsers
Patient wishes the goal to be set aside, at least temporarily.
Goal cannot be reached permanently.
Goal has been superseded by a new goal.
Goal suspended or ended because of a surgical procedure.
Goal cannot be reached temporarily.
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Enum Constant Details
SURGERY
Goal suspended or ended because of a surgical procedure.
LIFEEVENT
Goal suspended or ended because of a significant life event (marital change,
bereavement, etc.).
REPLACED
Goal has been superseded by a new goal.
PATIENTREQUEST
Patient wishes the goal to be set aside, at least temporarily.
TEMPNOTATTAINABLE
Goal cannot be reached temporarily.
PERMANENTNOTATTAINABLE
Goal cannot be reached permanently.
FINANCIALBARRIER
Goal cannot be reached due to financial barrier or reason.
LACKOFTRANSPORTATION
Goal cannot be reached due to a lack of transportation.
LACKOFSOCIALSUPPORT
Goal cannot be reached due to a lack of social support.
NULL
added to help the parsers
Method Details
values
Returns an array containing the constants of this enum type, in
the order they are declared.
Returns:
an array containing the constants of this enum type, in the order they are declared
valueOf
Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
Parameters:
name
- the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException
- if this enum type has no constant with the specified name
NullPointerException
- if the argument is null
fromCode
Throws:
org.hl7.fhir.exceptions.FHIRException