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
|
POORLYCONTROLLED
The subject's condition is inadequately/poorly managed such that the recommended evidence-based clinical outcome targets are not met.
|
RECURRENCE
The subject is experiencing a re-occurence or repeating of a previously resolved condition, e.g.
|
RELAPSE
The subject is experiencing a return of a condition, or signs and symptoms after a period of improvement or remission, e.g.
|
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.
|
WELLCONTROLLED
The subject's condition is adequately or well managed such that the recommended evidence-based clinical outcome targets are met.
|
| 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 RELAPSE
public static final Condition.ConditionClinicalStatus WELLCONTROLLED
public static final Condition.ConditionClinicalStatus POORLYCONTROLLED
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 org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2018 University Health Network. All rights reserved.