public static enum AllergyIntolerance.AllergyIntoleranceStatus extends Enum<AllergyIntolerance.AllergyIntoleranceStatus>
| Enum Constant and Description |
|---|
ACTIVE
An active record of a reaction to the identified Substance.
|
CONFIRMED
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 inactive record 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 rechallenge and considered to be resolved.
|
UNCONFIRMED
A low level of certainty about the propensity for a reaction to the identified Substance.
|
| Modifier and Type | Method and Description |
|---|---|
static AllergyIntolerance.AllergyIntoleranceStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static AllergyIntolerance.AllergyIntoleranceStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AllergyIntolerance.AllergyIntoleranceStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AllergyIntolerance.AllergyIntoleranceStatus ACTIVE
public static final AllergyIntolerance.AllergyIntoleranceStatus UNCONFIRMED
public static final AllergyIntolerance.AllergyIntoleranceStatus CONFIRMED
public static final AllergyIntolerance.AllergyIntoleranceStatus INACTIVE
public static final AllergyIntolerance.AllergyIntoleranceStatus RESOLVED
public static final AllergyIntolerance.AllergyIntoleranceStatus REFUTED
public static final AllergyIntolerance.AllergyIntoleranceStatus ENTEREDINERROR
public static final AllergyIntolerance.AllergyIntoleranceStatus NULL
public static AllergyIntolerance.AllergyIntoleranceStatus[] values()
for (AllergyIntolerance.AllergyIntoleranceStatus c : AllergyIntolerance.AllergyIntoleranceStatus.values()) System.out.println(c);
public static AllergyIntolerance.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 AllergyIntolerance.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.