public enum ProvenanceAgentRole extends Enum<ProvenanceAgentRole>
| Enum Constant and Description |
|---|
ASSEMBLER
A device that operates independently of an author on custodian's algorithms for data extraction of existing information for purpose of generating a new artifact.
|
ATTESTER
A verifier who attests to the accuracy of the resource
|
AUTHOR
A party that originates the resource and therefore has responsibility for the information given in the resource and ownership of this resource
|
COMPOSER
A device used by an author to record new information, which may also be used by the author to select existing information for aggregation with newly recorded information for the purpose of generating a new artifact.
|
CUSTODIAN
The entity that is accountable for maintaining a true an accurate copy of the original record
|
ENTERER
A person entering the data into the originating system
|
INFORMANT
A person who reported information that contributed to the resource
|
LEGAL
The person authenticated the content and accepted legal responsibility for its content
|
NULL
added to help the parsers
|
PERFORMER
A person, animal, organization or device that who actually and principally carries out the activity
|
VERIFIER
A person who verifies the correctness and appropriateness of activity
|
| Modifier and Type | Method and Description |
|---|---|
static ProvenanceAgentRole |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ProvenanceAgentRole |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProvenanceAgentRole[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProvenanceAgentRole ENTERER
public static final ProvenanceAgentRole PERFORMER
public static final ProvenanceAgentRole AUTHOR
public static final ProvenanceAgentRole VERIFIER
public static final ProvenanceAgentRole LEGAL
public static final ProvenanceAgentRole ATTESTER
public static final ProvenanceAgentRole INFORMANT
public static final ProvenanceAgentRole CUSTODIAN
public static final ProvenanceAgentRole ASSEMBLER
public static final ProvenanceAgentRole COMPOSER
public static final ProvenanceAgentRole NULL
public static ProvenanceAgentRole[] values()
for (ProvenanceAgentRole c : ProvenanceAgentRole.values()) System.out.println(c);
public static ProvenanceAgentRole 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 ProvenanceAgentRole 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.