Enum Composition.CompositionStatus

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

  • Enum Constant Details

    • PRELIMINARY

      This is a preliminary composition or document (also known as initial or interim). The content may be incomplete or unverified.
    • FINAL

      public static final Composition.CompositionStatus 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.
    • 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.
    • NULL

      public static final Composition.CompositionStatus NULL
      added to help the parsers with the generic types
  • Method Details