| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<Goal.GoalLifecycleStatus> |
Goal.lifecycleStatus
The state of the goal throughout its lifecycle.
|
| Modifier and Type | Method and Description |
|---|---|
static Goal.GoalLifecycleStatus |
Goal.GoalLifecycleStatus.fromCode(String codeString) |
Goal.GoalLifecycleStatus |
Goal.GoalLifecycleStatusEnumFactory.fromCode(String codeString) |
Goal.GoalLifecycleStatus |
Goal.getLifecycleStatus() |
static Goal.GoalLifecycleStatus |
Goal.GoalLifecycleStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Goal.GoalLifecycleStatus[] |
Goal.GoalLifecycleStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<Goal.GoalLifecycleStatus> |
Goal.GoalLifecycleStatusEnumFactory.fromType(Base code) |
Enumeration<Goal.GoalLifecycleStatus> |
Goal.getLifecycleStatusElement() |
| Modifier and Type | Method and Description |
|---|---|
Goal |
Goal.setLifecycleStatus(Goal.GoalLifecycleStatus value) |
String |
Goal.GoalLifecycleStatusEnumFactory.toCode(Goal.GoalLifecycleStatus code) |
String |
Goal.GoalLifecycleStatusEnumFactory.toSystem(Goal.GoalLifecycleStatus code) |
| Modifier and Type | Method and Description |
|---|---|
Goal |
Goal.setLifecycleStatusElement(Enumeration<Goal.GoalLifecycleStatus> value) |
| Constructor and Description |
|---|
Goal(Enumeration<Goal.GoalLifecycleStatus> lifecycleStatus,
CodeableConcept description,
Reference subject)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.