public enum ReactionEventCertainty extends Enum<ReactionEventCertainty>
| Enum Constant and Description |
|---|
CONFIRMED
There is a very high level of clinical certainty that the reaction was due to the identified substance, which may include clinical evidence by testing or rechallenge.
|
LIKELY
There is a high level of clinical certainty that the reaction was caused by the identified substance.
|
NULL
added to help the parsers
|
UNKNOWN
The clinical certainty that the reaction was caused by the identified substance is unknown.
|
UNLIKELY
There is a low level of clinical certainty that the reaction was caused by the identified substance.
|
| Modifier and Type | Method and Description |
|---|---|
static ReactionEventCertainty |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ReactionEventCertainty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReactionEventCertainty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReactionEventCertainty UNLIKELY
public static final ReactionEventCertainty LIKELY
public static final ReactionEventCertainty CONFIRMED
public static final ReactionEventCertainty UNKNOWN
public static final ReactionEventCertainty NULL
public static ReactionEventCertainty[] values()
for (ReactionEventCertainty c : ReactionEventCertainty.values()) System.out.println(c);
public static ReactionEventCertainty 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 ReactionEventCertainty 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.