Enum Enumerations.CompositionStatus

java.lang.Object
java.lang.Enum<Enumerations.CompositionStatus>
org.hl7.fhir.r5.model.Enumerations.CompositionStatus
All Implemented Interfaces:
Serializable, Comparable<Enumerations.CompositionStatus>
Enclosing class:
Enumerations

  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    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.
    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 parsers
    This 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 Type
    Method
    Description
    fromCode(String codeString)
     
     
     
     
    static boolean
    isValidCode(String codeString)
     
     
    Returns the enum constant of this type with the specified name.
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • 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

      public static final Enumerations.CompositionStatus NULL
      added to help the parsers
  • Method Details