public static enum AllergyIntolerance.AllergyIntoleranceVerificationStatus extends Enum<AllergyIntolerance.AllergyIntoleranceVerificationStatus>
| Enum Constant and Description |
|---|
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.
|
NULL
added to help the parsers with the generic types
|
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.
|
UNCONFIRMED
A low level of certainty about the propensity for a reaction to the identified substance.
|
| Modifier and Type | Method and Description |
|---|---|
static AllergyIntolerance.AllergyIntoleranceVerificationStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static AllergyIntolerance.AllergyIntoleranceVerificationStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AllergyIntolerance.AllergyIntoleranceVerificationStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AllergyIntolerance.AllergyIntoleranceVerificationStatus UNCONFIRMED
public static final AllergyIntolerance.AllergyIntoleranceVerificationStatus CONFIRMED
public static final AllergyIntolerance.AllergyIntoleranceVerificationStatus REFUTED
public static final AllergyIntolerance.AllergyIntoleranceVerificationStatus ENTEREDINERROR
public static final AllergyIntolerance.AllergyIntoleranceVerificationStatus NULL
public static AllergyIntolerance.AllergyIntoleranceVerificationStatus[] values()
for (AllergyIntolerance.AllergyIntoleranceVerificationStatus c : AllergyIntolerance.AllergyIntoleranceVerificationStatus.values()) System.out.println(c);
public static AllergyIntolerance.AllergyIntoleranceVerificationStatus 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.AllergyIntoleranceVerificationStatus 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.