public enum V3DocumentCompletion extends Enum<V3DocumentCompletion>
| Enum Constant and 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.
|
| Modifier and Type | Method and Description |
|---|---|
static V3DocumentCompletion |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3DocumentCompletion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3DocumentCompletion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3DocumentCompletion AU
public static final V3DocumentCompletion DI
public static final V3DocumentCompletion DO
public static final V3DocumentCompletion IN
public static final V3DocumentCompletion IP
public static final V3DocumentCompletion LA
public static final V3DocumentCompletion NU
public static final V3DocumentCompletion PA
public static final V3DocumentCompletion UC
public static final V3DocumentCompletion NULL
public static V3DocumentCompletion[] values()
for (V3DocumentCompletion c : V3DocumentCompletion.values()) System.out.println(c);
public static V3DocumentCompletion valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static V3DocumentCompletion fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.