Enum V3DocumentCompletion

java.lang.Object
java.lang.Enum<V3DocumentCompletion>
org.hl7.fhir.dstu3.model.codesystems.V3DocumentCompletion
All Implemented Interfaces:
Serializable, Comparable<V3DocumentCompletion>

  • Enum Constant Summary

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

    Modifier and Type
    Method
    Description
    fromCode(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

    • 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.
    • NULL

      public static final V3DocumentCompletion NULL
      added to help the parsers
  • Method Details

    • values

      public static V3DocumentCompletion[] 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

      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
    • toCode

      public String toCode()
    • getSystem

      public String getSystem()
    • getDefinition

    • getDisplay

      public String getDisplay()