Package org.hl7.fhir.r5.model
Enum Enumerations.CompositionStatus
- All Implemented Interfaces:
Serializable
,Comparable<Enumerations.CompositionStatus>
- Enclosing class:
Enumerations
-
Enum Constant Summary
Enum ConstantDescriptionThe composition content or the referenced resources have been modified (edited or added to) subsequent to being released as "final" and the composition is complete and verified by an authorized person.Subsequent to being final, the composition content has been modified by adding new content.The composition is unavailable because the measurement was not started or not completed (also sometimes called "aborted").Subsequent to being final, the composition content has been modified to correct an error in the composition or referenced results.This composition has been withdrawn or superseded and should no longer be used.The composition or document was originally created/issued in error, and this is an amendment that marks that the entire series should not be considered as valid.This version of the composition is complete and verified by an appropriate person and no further work is planned.added to help the parsersThis is a partial (e.g.Verified early results are available, but not all results are final.The existence of the composition is registered, but there is nothing yet available.The authoring/source system does not know which of the status values currently applies for this observation. -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isValidCode
(String codeString) toCode()
Returns the enum constant of this type with the specified name.static Enumerations.CompositionStatus[]
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 composition is registered, but there is nothing yet available. -
PARTIAL
This is a partial (e.g. initial, interim or preliminary) composition: data in the composition may be incomplete or unverified. -
PRELIMINARY
Verified early results are available, but not all results are final. -
FINAL
This version of the composition is complete and verified by an appropriate person and no further work is planned. Any subsequent updates would be on a new version of the composition. -
AMENDED
The composition content or the referenced resources have been modified (edited or added to) subsequent to being released as "final" and the composition is complete and verified by an authorized person. -
CORRECTED
Subsequent to being final, the composition content has been modified to correct an error in the composition or referenced results. -
APPENDED
Subsequent to being final, the composition content has been modified by adding new content. The existing content is unchanged. -
CANCELLED
The composition is unavailable because the measurement was not started or not completed (also sometimes called "aborted"). -
ENTEREDINERROR
The composition or document was originally created/issued in error, and this is an amendment that marks that the entire series should not be considered as valid. -
DEPRECATED
This composition has been withdrawn or superseded and should no longer be used. -
UNKNOWN
The authoring/source system does not know which of the status values currently applies for this observation. Note: This concept is not to be used for "other" - one of the listed statuses is presumed to apply, but the authoring/source system does not know which. -
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 Enumerations.CompositionStatus fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
isValidCode
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-