public enum ConditionClinical extends Enum<ConditionClinical>
| 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
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static ConditionClinical |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ConditionClinical |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConditionClinical[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConditionClinical ACTIVE
public static final ConditionClinical RECURRENCE
public static final ConditionClinical RELAPSE
public static final ConditionClinical INACTIVE
public static final ConditionClinical REMISSION
public static final ConditionClinical RESOLVED
public static final ConditionClinical NULL
public static ConditionClinical[] values()
for (ConditionClinical c : ConditionClinical.values()) System.out.println(c);
public static ConditionClinical 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 ConditionClinical 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.