public enum ProvenanceAgentType extends Enum<ProvenanceAgentType>
| 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 ProvenanceAgentType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ProvenanceAgentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProvenanceAgentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProvenanceAgentType ENTERER
public static final ProvenanceAgentType PERFORMER
public static final ProvenanceAgentType AUTHOR
public static final ProvenanceAgentType VERIFIER
public static final ProvenanceAgentType LEGAL
public static final ProvenanceAgentType ATTESTER
public static final ProvenanceAgentType INFORMANT
public static final ProvenanceAgentType CUSTODIAN
public static final ProvenanceAgentType ASSEMBLER
public static final ProvenanceAgentType COMPOSER
public static final ProvenanceAgentType NULL
public static ProvenanceAgentType[] values()
for (ProvenanceAgentType c : ProvenanceAgentType.values()) System.out.println(c);
public static ProvenanceAgentType 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 ProvenanceAgentType 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.