public static enum Condition.ConditionClinicalStatus extends Enum<Condition.ConditionClinicalStatus>
| Enum Constant and Description |
|---|
ACTIVE
The subject is currently experiencing the symptoms of the condition or there is evidence of the condition.
|
INACTIVE
The subject is no longer experiencing the symptoms of the condition or there is no longer evidence of the condition.
|
NULL
added to help the parsers with the generic types
|
RECURRENCE
The subject is having a relapse or re-experiencing the condition after a period of remission or presumed resolution.
|
REMISSION
The subject is no longer experiencing the symptoms of the condition, but there is a risk of the symptoms returning.
|
RESOLVED
The subject is no longer experiencing the symptoms of the condition and there is a negligible perceived risk of the symptoms returning.
|
| Modifier and Type | Method and Description |
|---|---|
static Condition.ConditionClinicalStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Condition.ConditionClinicalStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Condition.ConditionClinicalStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Condition.ConditionClinicalStatus ACTIVE
public static final Condition.ConditionClinicalStatus RECURRENCE
public static final Condition.ConditionClinicalStatus INACTIVE
public static final Condition.ConditionClinicalStatus REMISSION
public static final Condition.ConditionClinicalStatus RESOLVED
public static final Condition.ConditionClinicalStatus NULL
public static Condition.ConditionClinicalStatus[] values()
for (Condition.ConditionClinicalStatus c : Condition.ConditionClinicalStatus.values()) System.out.println(c);
public static Condition.ConditionClinicalStatus 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 Condition.ConditionClinicalStatus fromCode(String codeString) throws FHIRException
FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2017 University Health Network. All rights reserved.