Package org.hl7.fhir.dstu2.model
Enum Observation.ObservationStatus
java.lang.Object
java.lang.Enum<Observation.ObservationStatus>
org.hl7.fhir.dstu2.model.Observation.ObservationStatus
- All Implemented Interfaces:
Serializable
,Comparable<Observation.ObservationStatus>
- Enclosing class:
Observation
-
Enum Constant Summary
Enum ConstantDescriptionThe observation has been modified subsequent to being Final, and is complete and verified by an authorized person.The observation is unavailable because the measurement was not started or not completed (also sometimes called "aborted").The observation has been withdrawn following previous final release.The observation is complete and verified by an authorized person.added to help the parsersThis is an initial or interim observation: data may be incomplete or unverified.The existence of the observation is registered, but there is no result yet available.The observation status is unknown. -
Method Summary
Modifier and TypeMethodDescriptiontoCode()
Returns the enum constant of this type with the specified name.static Observation.ObservationStatus[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
REGISTERED
The existence of the observation is registered, but there is no result yet available. -
PRELIMINARY
This is an initial or interim observation: data may be incomplete or unverified. -
FINAL
The observation is complete and verified by an authorized person. -
AMENDED
The observation has been modified subsequent to being Final, and is complete and verified by an authorized person. -
CANCELLED
The observation is unavailable because the measurement was not started or not completed (also sometimes called "aborted"). -
ENTEREDINERROR
The observation has been withdrawn following previous final release. -
UNKNOWN
The observation status is unknown. Note that "unknown" is a value of last resort and every attempt should be made to provide a meaningful value other than "unknown". -
NULL
added to help the parsers
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
fromCode
public static Observation.ObservationStatus fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-