Enum V3PersonDisabilityType
- java.lang.Object
-
- java.lang.Enum<V3PersonDisabilityType>
-
- org.hl7.fhir.r4.model.codesystems.V3PersonDisabilityType
-
- All Implemented Interfaces:
Serializable,Comparable<V3PersonDisabilityType>
public enum V3PersonDisabilityType extends Enum<V3PersonDisabilityType>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description _1Vision impaired_2Hearing impaired_3Speech impaired_4Mentally impaired_5Mobility impairedCBA crib is required to move the personCRPerson requires crutches to ambulateGA gurney is required to move the personNULLadded to help the parsersWCPerson requires a wheelchair to be ambulatoryWKPerson requires a walker to ambulate
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static V3PersonDisabilityTypefromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static V3PersonDisabilityTypevalueOf(String name)Returns the enum constant of this type with the specified name.static V3PersonDisabilityType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
_1
public static final V3PersonDisabilityType _1
Vision impaired
-
_2
public static final V3PersonDisabilityType _2
Hearing impaired
-
_3
public static final V3PersonDisabilityType _3
Speech impaired
-
_4
public static final V3PersonDisabilityType _4
Mentally impaired
-
_5
public static final V3PersonDisabilityType _5
Mobility impaired
-
CB
public static final V3PersonDisabilityType CB
A crib is required to move the person
-
CR
public static final V3PersonDisabilityType CR
Person requires crutches to ambulate
-
G
public static final V3PersonDisabilityType G
A gurney is required to move the person
-
WC
public static final V3PersonDisabilityType WC
Person requires a wheelchair to be ambulatory
-
WK
public static final V3PersonDisabilityType WK
Person requires a walker to ambulate
-
NULL
public static final V3PersonDisabilityType NULL
added to help the parsers
-
-
Method Detail
-
values
public static V3PersonDisabilityType[] 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 (V3PersonDisabilityType c : V3PersonDisabilityType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static V3PersonDisabilityType 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 V3PersonDisabilityType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-