public enum SignatureTypeCodesEnum extends Enum<SignatureTypeCodesEnum>
| Enum Constant and Description |
|---|
ADDENDUM
Display: Addendum
Code Value: 1.2.840.10065.1.12.1.15 the signature on a new amended document of an individual who has corrected, edited, or amended an original health information document. |
ADMINISTRATIVE
Display: Administrative
Code Value: 1.2.840.10065.1.12.1.16 the signature on an original document of an individual who has generated a new amended document. |
AUTHORID
Display: AuthorID
Code Value: 1.2.840.10065.1.12.1.1 the signature of the primary or sole author of a health information document. |
CO_AUTHORID
Display: Co-AuthorID
Code Value: 1.2.840.10065.1.12.1.2 the signature of a health information document coauthor. |
CO_PARTICIPATED
Display: Co-Participated
Code Value: 1.2.840.10065.1.12.1.3 the signature of an individual who is a participant in the health information document but is not an author or coauthor. |
CONSENT
Display: Consent
Code Value: 1.2.840.10065.1.12.1.7 the signature of an individual consenting to what is described in a health information document. |
CONSENT_WITNESS
Display: Consent-Witness
Code Value: 1.2.840.10065.1.12.1.11 the signature of an individual who has witnessed the health care provider counselling a patient. |
EVENT_WITNESS
Display: Event-Witness
Code Value: 1.2.840.10065.1.12.1.9 the signature of a witness to an event. |
IDENTITY_WITNESS
Display: Identity-Witness
Code Value: 1.2.840.10065.1.12.1.10 the signature of an individual who has witnessed another individual who is known to them signing a document. |
INTERPRETER
Display: Interpreter
Code Value: 1.2.840.10065.1.12.1.12 the signature of an individual who has translated health care information during an event or the obtaining of consent to a treatment. |
REVIEW
Display: Review
Code Value: 1.2.840.10065.1.12.1.13 the signature of a person, device, or algorithm that has reviewed or filtered data for inclusion into the patient record. |
SOURCE
Display: Source
Code Value: 1.2.840.10065.1.12.1.14 the signature of an automated data source. |
TIMESTAMP
Display: Timestamp
Code Value: 1.2.840.10065.1.12.1.17 the signature of an individual who is certifying that the document is invalidated by an error(s), or is placed in the wrong chart. |
TRANSCRIPTIONIST
Display: Transcriptionist
Code Value: 1.2.840.10065.1.12.1.4 the signature of an individual who has transcribed a dictated document or recorded written text into a digital machine readable format. |
VALIDATION
Display: Validation
Code Value: 1.2.840.10065.1.12.1.6 a signature validating a health information document for inclusion in the patient record. |
VERIFICATION
Display: Verification
Code Value: 1.2.840.10065.1.12.1.5 a signature verifying the information contained in a document. |
WITNESS
Display: Witness
Code Value: 1.2.840.10065.1.12.1.8 the signature of a witness to any other signature. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<SignatureTypeCodesEnum> |
VALUESET_BINDER
Converts codes to their respective enumerated values
|
static String |
VALUESET_IDENTIFIER
Identifier for this Value Set:
|
static String |
VALUESET_NAME
Name for this Value Set:
Signature Type Codes
|
| Modifier and Type | Method and Description |
|---|---|
static SignatureTypeCodesEnum |
forCode(String theCode)
Returns the enumerated value associated with this code
|
String |
getCode()
Returns the code associated with this enumerated value
|
String |
getSystem()
Returns the code system associated with this enumerated value
|
static SignatureTypeCodesEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignatureTypeCodesEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SignatureTypeCodesEnum AUTHORID
public static final SignatureTypeCodesEnum CO_AUTHORID
public static final SignatureTypeCodesEnum CO_PARTICIPATED
public static final SignatureTypeCodesEnum TRANSCRIPTIONIST
public static final SignatureTypeCodesEnum VERIFICATION
public static final SignatureTypeCodesEnum VALIDATION
public static final SignatureTypeCodesEnum CONSENT
public static final SignatureTypeCodesEnum WITNESS
public static final SignatureTypeCodesEnum EVENT_WITNESS
public static final SignatureTypeCodesEnum IDENTITY_WITNESS
public static final SignatureTypeCodesEnum CONSENT_WITNESS
public static final SignatureTypeCodesEnum INTERPRETER
public static final SignatureTypeCodesEnum REVIEW
public static final SignatureTypeCodesEnum SOURCE
public static final SignatureTypeCodesEnum ADDENDUM
public static final SignatureTypeCodesEnum ADMINISTRATIVE
public static final SignatureTypeCodesEnum TIMESTAMP
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<SignatureTypeCodesEnum> VALUESET_BINDER
public static SignatureTypeCodesEnum[] values()
for (SignatureTypeCodesEnum c : SignatureTypeCodesEnum.values()) System.out.println(c);
public static SignatureTypeCodesEnum 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 SignatureTypeCodesEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.