Enum ProvenanceAgentType

java.lang.Object
java.lang.Enum<ProvenanceAgentType>
org.hl7.fhir.r4.model.codesystems.ProvenanceAgentType
All Implemented Interfaces:
Serializable, Comparable<ProvenanceAgentType>

  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    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.
    A verifier who attests to the accuracy of the resource
    A party that originates the resource and therefore has responsibility for the information given in the resource and ownership of this resource
    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.
    The entity that is accountable for maintaining a true an accurate copy of the original record
    A person entering the data into the originating system
    A person who reported information that contributed to the resource
    The person authenticated the content and accepted legal responsibility for its content
    added to help the parsers
    A person, animal, organization or device that who actually and principally carries out the activity
    A person who verifies the correctness and appropriateness of activity
  • Method Summary

    Modifier and Type
    Method
    Description
    fromCode(String codeString)
     
     
     
     
     
    Returns the enum constant of this type with the specified name.
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • ENTERER

      public static final ProvenanceAgentType ENTERER
      A person entering the data into the originating system
    • PERFORMER

      public static final ProvenanceAgentType PERFORMER
      A person, animal, organization or device that who actually and principally carries out the activity
    • AUTHOR

      public static final ProvenanceAgentType AUTHOR
      A party that originates the resource and therefore has responsibility for the information given in the resource and ownership of this resource
    • VERIFIER

      public static final ProvenanceAgentType VERIFIER
      A person who verifies the correctness and appropriateness of activity
    • ATTESTER

      public static final ProvenanceAgentType ATTESTER
      A verifier who attests to the accuracy of the resource
    • INFORMANT

      public static final ProvenanceAgentType INFORMANT
      A person who reported information that contributed to the resource
    • CUSTODIAN

      public static final ProvenanceAgentType CUSTODIAN
      The entity that is accountable for maintaining a true an accurate copy of the original record
    • ASSEMBLER

      public static final ProvenanceAgentType 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.
    • COMPOSER

      public static final ProvenanceAgentType 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.
    • NULL

      public static final ProvenanceAgentType NULL
      added to help the parsers
  • Method Details

    • values

      public static ProvenanceAgentType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static ProvenanceAgentType valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • fromCode

      public static ProvenanceAgentType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • toCode

      public String toCode()
    • getSystem

      public String getSystem()
    • getDefinition

    • getDisplay

      public String getDisplay()