Class ReferredDocumentStatus

  • All Implemented Interfaces:
    Visitable

    @Generated("com.ibm.fhir.tools.CodeGenerator")
    public class ReferredDocumentStatus
    extends Code
    • Field Detail

      • PRELIMINARY

        public static final ReferredDocumentStatus PRELIMINARY
        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 ReferredDocumentStatus 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

        public static final ReferredDocumentStatus AMENDED
        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.

      • ENTERED_IN_ERROR

        public static final ReferredDocumentStatus ENTERED_IN_ERROR
        Entered in Error

        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.

    • Method Detail

      • of

        public static ReferredDocumentStatus of​(String value)
        Factory method for creating ReferredDocumentStatus objects from a passed string value.
        Parameters:
        value - A string that matches one of the allowed code values
        Throws:
        IllegalArgumentException - If the passed string cannot be parsed into an allowed code value
      • string

        public static String string​(String value)
        Inherited factory method for creating ReferredDocumentStatus objects from a passed string value.
        Parameters:
        value - A string that matches one of the allowed code values
        Throws:
        IllegalArgumentException - If the passed string cannot be parsed into an allowed code value
      • code

        public static Code code​(String value)
        Inherited factory method for creating ReferredDocumentStatus objects from a passed string value.
        Parameters:
        value - A string that matches one of the allowed code values
        Throws:
        IllegalArgumentException - If the passed string cannot be parsed into an allowed code value
      • equals

        public boolean equals​(Object obj)
        Overrides:
        equals in class Code
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Code