Enum V3WorkClassificationODH

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

  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    added to help the parsers
    A situation in which an individual serves in a government-sponsored military force.
    A situation in which an individual works for a national government organization, not including armed forces, and receives a paid salary or wage.
    A situation in which an individual works for a government organization with jurisdiction below the level of state/provincial/territorial/tribal government (e.g., city, town, township), not armed forces, and receives a paid salary or wage.
    A situation in which an individual works for a business (not government) that they do not own and receives a paid salary or wage.
    A situation in which an individual earns a salary or wage working for himself or herself instead of working for an employer.
    A situation in which an individual works for a government organization with jurisdiction immediately below the level of national government (between national government and local government), not armed forces and receives a paid salary or wage.
    A situation in which an individual works for a business (not government) that they do not own without receiving a paid salary or wage.
    A situation in which an individual works for himself or herself without receiving a paid salary or wage.
    A situation in which an individual chooses to do something, especially for other people or for an organization, willingly and without being forced or compensated to do it.
  • 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

    • PWAF

      public static final V3WorkClassificationODH PWAF
      A situation in which an individual serves in a government-sponsored military force.
    • PWFG

      public static final V3WorkClassificationODH PWFG
      A situation in which an individual works for a national government organization, not including armed forces, and receives a paid salary or wage.
    • PWLG

      public static final V3WorkClassificationODH PWLG
      A situation in which an individual works for a government organization with jurisdiction below the level of state/provincial/territorial/tribal government (e.g., city, town, township), not armed forces, and receives a paid salary or wage.
    • PWNSE

      public static final V3WorkClassificationODH PWNSE
      A situation in which an individual works for a business (not government) that they do not own and receives a paid salary or wage.
    • PWSE

      public static final V3WorkClassificationODH PWSE
      A situation in which an individual earns a salary or wage working for himself or herself instead of working for an employer.
    • PWSG

      public static final V3WorkClassificationODH PWSG
      A situation in which an individual works for a government organization with jurisdiction immediately below the level of national government (between national government and local government), not armed forces and receives a paid salary or wage. Often called a state, provincial, territorial, or tribal government.
    • UWNSE

      public static final V3WorkClassificationODH UWNSE
      A situation in which an individual works for a business (not government) that they do not own without receiving a paid salary or wage.
    • UWSE

      public static final V3WorkClassificationODH UWSE
      A situation in which an individual works for himself or herself without receiving a paid salary or wage.
    • VW

      public static final V3WorkClassificationODH VW
      A situation in which an individual chooses to do something, especially for other people or for an organization, willingly and without being forced or compensated to do it. This can include formal activity undertaken through public, private and voluntary organizations as well as informal community participation.
    • NULL

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

    • values

      public static V3WorkClassificationODH[] 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 V3WorkClassificationODH 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 V3WorkClassificationODH 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()