public enum AllergyIntoleranceStatus extends Enum<AllergyIntoleranceStatus>
| Enum Constant and Description |
|---|
ACTIVE
An active record of a risk of a reaction to the identified substance.
|
ACTIVECONFIRMED
A high level of certainty about the propensity for a reaction to the identified substance, which may include clinical evidence by testing or rechallenge.
|
ENTEREDINERROR
The statement was entered in error and is not valid.
|
INACTIVE
An inactivated record of a risk of a reaction to the identified substance
|
NULL
added to help the parsers
|
REFUTED
A propensity for a reaction to the identified substance has been disproven with a high level of clinical certainty, which may include testing or rechallenge, and is refuted.
|
RESOLVED
A reaction to the identified substance has been clinically reassessed by testing or re-exposure and considered to be resolved
|
| Modifier and Type | Method and Description |
|---|---|
static AllergyIntoleranceStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static AllergyIntoleranceStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AllergyIntoleranceStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AllergyIntoleranceStatus ACTIVE
public static final AllergyIntoleranceStatus ACTIVECONFIRMED
public static final AllergyIntoleranceStatus INACTIVE
public static final AllergyIntoleranceStatus RESOLVED
public static final AllergyIntoleranceStatus REFUTED
public static final AllergyIntoleranceStatus ENTEREDINERROR
public static final AllergyIntoleranceStatus NULL
public static AllergyIntoleranceStatus[] values()
for (AllergyIntoleranceStatus c : AllergyIntoleranceStatus.values()) System.out.println(c);
public static AllergyIntoleranceStatus 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 AllergyIntoleranceStatus 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.