Enum V3WorkClassificationODH
- java.lang.Object
-
- java.lang.Enum<V3WorkClassificationODH>
-
- org.hl7.fhir.r4.model.codesystems.V3WorkClassificationODH
-
- All Implemented Interfaces:
Serializable,Comparable<V3WorkClassificationODH>
public enum V3WorkClassificationODH extends Enum<V3WorkClassificationODH>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description NULLadded to help the parsersPWAFA situation in which an individual serves in a government-sponsored military force.PWFGA situation in which an individual works for a national government organization, not including armed forces, and receives a paid salary or wage.PWLGA 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.PWNSEA situation in which an individual works for a business (not government) that they do not own and receives a paid salary or wage.PWSEA situation in which an individual earns a salary or wage working for himself or herself instead of working for an employer.PWSGA 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.UWNSEA situation in which an individual works for a business (not government) that they do not own without receiving a paid salary or wage.UWSEA situation in which an individual works for himself or herself without receiving a paid salary or wage.VWA 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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static V3WorkClassificationODHfromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static V3WorkClassificationODHvalueOf(String name)Returns the enum constant of this type with the specified name.static V3WorkClassificationODH[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
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 Detail
-
values
public static V3WorkClassificationODH[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (V3WorkClassificationODH c : V3WorkClassificationODH.values()) System.out.println(c);
- 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 nameNullPointerException- if the argument is null
-
fromCode
public static V3WorkClassificationODH fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-