public enum ObservationStatus extends Enum<ObservationStatus>
| Enum Constant and Description |
|---|
AMENDED
Subsequent to being Final, the observation has been modified subsequent.
|
CANCELLED
The observation is unavailable because the measurement was not started or not completed (also sometimes called "aborted").
|
CORRECTED
Subsequent to being Final, the observation has been modified to correct an error in the test result.
|
ENTEREDINERROR
The observation has been withdrawn following previous final release.
|
FINAL
The observation is complete and there are no further actions needed.
|
NULL
added to help the parsers
|
PRELIMINARY
This is an initial or interim observation: data may be incomplete or unverified.
|
REGISTERED
The existence of the observation is registered, but there is no result yet available.
|
UNKNOWN
The authoring/source system does not know which of the status values currently applies for this observation.
|
| Modifier and Type | Method and Description |
|---|---|
static ObservationStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ObservationStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObservationStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObservationStatus REGISTERED
public static final ObservationStatus PRELIMINARY
public static final ObservationStatus FINAL
public static final ObservationStatus AMENDED
public static final ObservationStatus CORRECTED
public static final ObservationStatus CANCELLED
public static final ObservationStatus ENTEREDINERROR
public static final ObservationStatus UNKNOWN
public static final ObservationStatus NULL
public static ObservationStatus[] values()
for (ObservationStatus c : ObservationStatus.values()) System.out.println(c);
public static ObservationStatus 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 ObservationStatus 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.