public enum SignatureType extends Enum<SignatureType>
| Enum Constant and Description |
|---|
NULL
added to help the parsers
|
OID_1_2_840_10065_1_12_1_1
the signature of the primary or sole author of a health information document.
|
OID_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.
|
OID_1_2_840_10065_1_12_1_11
the signature of an individual who has witnessed the health care provider counselling a patient.
|
OID_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.
|
OID_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.
|
OID_1_2_840_10065_1_12_1_14
the signature of an automated data source.
|
OID_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.
|
OID_1_2_840_10065_1_12_1_16
the signature on an original document of an individual who has generated a new amended document.
|
OID_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.
|
OID_1_2_840_10065_1_12_1_18
the signature by an entity or device trusted to provide accurate timestamps.
|
OID_1_2_840_10065_1_12_1_2
the signature of a health information document coauthor.
|
OID_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.
|
OID_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.
|
OID_1_2_840_10065_1_12_1_5
a signature verifying the information contained in a document.
|
OID_1_2_840_10065_1_12_1_6
a signature validating a health information document for inclusion in the patient record.
|
OID_1_2_840_10065_1_12_1_7
the signature of an individual consenting to what is described in a health information document.
|
OID_1_2_840_10065_1_12_1_8
the signature of a witness to any other signature.
|
OID_1_2_840_10065_1_12_1_9
the signature of a witness to an event.
|
| Modifier and Type | Method and Description |
|---|---|
static SignatureType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static SignatureType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignatureType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SignatureType OID_1_2_840_10065_1_12_1_1
public static final SignatureType OID_1_2_840_10065_1_12_1_2
public static final SignatureType OID_1_2_840_10065_1_12_1_3
public static final SignatureType OID_1_2_840_10065_1_12_1_4
public static final SignatureType OID_1_2_840_10065_1_12_1_5
public static final SignatureType OID_1_2_840_10065_1_12_1_6
public static final SignatureType OID_1_2_840_10065_1_12_1_7
public static final SignatureType OID_1_2_840_10065_1_12_1_8
public static final SignatureType OID_1_2_840_10065_1_12_1_9
public static final SignatureType OID_1_2_840_10065_1_12_1_10
public static final SignatureType OID_1_2_840_10065_1_12_1_11
public static final SignatureType OID_1_2_840_10065_1_12_1_12
public static final SignatureType OID_1_2_840_10065_1_12_1_13
public static final SignatureType OID_1_2_840_10065_1_12_1_14
public static final SignatureType OID_1_2_840_10065_1_12_1_15
public static final SignatureType OID_1_2_840_10065_1_12_1_16
public static final SignatureType OID_1_2_840_10065_1_12_1_17
public static final SignatureType OID_1_2_840_10065_1_12_1_18
public static final SignatureType NULL
public static SignatureType[] values()
for (SignatureType c : SignatureType.values()) System.out.println(c);
public static SignatureType 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 SignatureType 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.