public enum AdverseEventSeriousness extends Enum<AdverseEventSeriousness>
| Enum Constant and Description |
|---|
NONSERIOUS
Non-serious.
|
NULL
added to help the parsers
|
SERIOUS
Serious.
|
SERIOUSISBIRTHDEFECT
Is a congenital anomaly/birth defect.
|
SERIOUSISLIFETHREATENING
Is Life-threatening.
|
SERIOUSREQUIRESPREVENTIMPAIRMENT
Requires intervention to prevent permanent impairment or damage (i.e., an important medical event that requires medical judgement).
|
SERIOUSRESULTSINDEATH
Results in death.
|
SERIOUSRESULTSINDISABILITY
Results in persistent or significant disability/incapacity.
|
SERIOUSRESULTSINHOSPITALIZATION
Requires inpatient hospitalization or causes prolongation of existing hospitalization.
|
| Modifier and Type | Method and Description |
|---|---|
static AdverseEventSeriousness |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static AdverseEventSeriousness |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdverseEventSeriousness[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdverseEventSeriousness NONSERIOUS
public static final AdverseEventSeriousness SERIOUS
public static final AdverseEventSeriousness SERIOUSRESULTSINDEATH
public static final AdverseEventSeriousness SERIOUSISLIFETHREATENING
public static final AdverseEventSeriousness SERIOUSRESULTSINHOSPITALIZATION
public static final AdverseEventSeriousness SERIOUSRESULTSINDISABILITY
public static final AdverseEventSeriousness SERIOUSISBIRTHDEFECT
public static final AdverseEventSeriousness SERIOUSREQUIRESPREVENTIMPAIRMENT
public static final AdverseEventSeriousness NULL
public static AdverseEventSeriousness[] values()
for (AdverseEventSeriousness c : AdverseEventSeriousness.values()) System.out.println(c);
public static AdverseEventSeriousness 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 AdverseEventSeriousness 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.