public enum V3WorkClassificationODH extends Enum<V3WorkClassificationODH>
| Enum Constant and Description |
|---|
NULL
added to help the parsers
|
PWAF
A situation in which an individual serves in a government-sponsored military force.
|
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
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
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
A situation in which an individual earns a salary or wage working for himself or herself instead of working for an employer.
|
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.
|
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
A situation in which an individual works for himself or herself without receiving a paid salary or wage.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static V3WorkClassificationODH |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3WorkClassificationODH |
valueOf(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.
|
public static final V3WorkClassificationODH PWAF
public static final V3WorkClassificationODH PWFG
public static final V3WorkClassificationODH PWLG
public static final V3WorkClassificationODH PWNSE
public static final V3WorkClassificationODH PWSE
public static final V3WorkClassificationODH PWSG
public static final V3WorkClassificationODH UWNSE
public static final V3WorkClassificationODH UWSE
public static final V3WorkClassificationODH VW
public static final V3WorkClassificationODH NULL
public static V3WorkClassificationODH[] values()
for (V3WorkClassificationODH c : V3WorkClassificationODH.values()) System.out.println(c);
public static V3WorkClassificationODH 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 V3WorkClassificationODH 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.