Enum V3DocumentCompletion

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      AU
      A completion status in which a document has been signed manually or electronically by one or more individuals who attest to its accuracy.
      DI
      A completion status in which information has been orally recorded but not yet transcribed.
      DO
      A completion status in which document content, other than dictation, has been received but has not been translated into the final electronic format.
      IN
      A completion status in which information is known to be missing from a transcribed document.
      IP
      A workflow status where the material has been assigned to personnel to perform the task of transcription.
      LA
      A completion status in which a document has been signed manually or electronically by the individual who is legally responsible for that document.
      NU
      A completion status in which a document was created in error or was placed in the wrong chart.
      NULL
      added to help the parsers
      PA
      A completion status in which a document is transcribed but not authenticated.
      UC
      A completion status where the document is complete and there is no expectation that the document will be signed.
    • Enum Constant Detail

      • AU

        public static final V3DocumentCompletion AU
        A completion status in which a document has been signed manually or electronically by one or more individuals who attest to its accuracy. No explicit determination is made that the assigned individual has performed the authentication. While the standard allows multiple instances of authentication, it would be typical to have a single instance of authentication, usually by the assigned individual.
      • DI

        public static final V3DocumentCompletion DI
        A completion status in which information has been orally recorded but not yet transcribed.
      • DO

        public static final V3DocumentCompletion DO
        A completion status in which document content, other than dictation, has been received but has not been translated into the final electronic format. Examples include paper documents, whether hand-written or typewritten, and intermediate electronic forms, such as voice to text.
      • IN

        public static final V3DocumentCompletion IN
        A completion status in which information is known to be missing from a transcribed document.
      • IP

        public static final V3DocumentCompletion IP
        A workflow status where the material has been assigned to personnel to perform the task of transcription. The document remains in this state until the document is transcribed.
      • LA

        public static final V3DocumentCompletion LA
        A completion status in which a document has been signed manually or electronically by the individual who is legally responsible for that document. This is the most mature state in the workflow progression.
      • NU

        public static final V3DocumentCompletion NU
        A completion status in which a document was created in error or was placed in the wrong chart. The document is no longer available.
      • PA

        public static final V3DocumentCompletion PA
        A completion status in which a document is transcribed but not authenticated.
      • UC

        public static final V3DocumentCompletion UC
        A completion status where the document is complete and there is no expectation that the document will be signed.
    • Method Detail

      • values

        public static V3DocumentCompletion[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (V3DocumentCompletion c : V3DocumentCompletion.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static V3DocumentCompletion valueOf​(String name)
        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 name
        NullPointerException - if the argument is null
      • fromCode

        public static V3DocumentCompletion fromCode​(String codeString)
                                             throws org.hl7.fhir.exceptions.FHIRException
        Throws:
        org.hl7.fhir.exceptions.FHIRException