public enum ConditionVerStatus extends Enum<ConditionVerStatus>
| Enum Constant and Description |
|---|
CONFIRMED
There is sufficient diagnostic and/or clinical evidence to treat this as a confirmed condition.
|
DIFFERENTIAL
One of a set of potential (and typically mutually exclusive) diagnoses asserted to further guide the diagnostic process and preliminary treatment.
|
ENTEREDINERROR
The statement was entered in error and is not valid.
|
NULL
added to help the parsers
|
PROVISIONAL
This is a tentative diagnosis - still a candidate that is under consideration.
|
REFUTED
This condition has been ruled out by diagnostic and clinical evidence.
|
UNCONFIRMED
There is not sufficient diagnostic and/or clinical evidence to treat this as a confirmed condition.
|
| Modifier and Type | Method and Description |
|---|---|
static ConditionVerStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ConditionVerStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConditionVerStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConditionVerStatus UNCONFIRMED
public static final ConditionVerStatus PROVISIONAL
public static final ConditionVerStatus DIFFERENTIAL
public static final ConditionVerStatus CONFIRMED
public static final ConditionVerStatus REFUTED
public static final ConditionVerStatus ENTEREDINERROR
public static final ConditionVerStatus NULL
public static ConditionVerStatus[] values()
for (ConditionVerStatus c : ConditionVerStatus.values()) System.out.println(c);
public static ConditionVerStatus 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 ConditionVerStatus 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.