Enum V3LivingArrangement
- java.lang.Object
-
- java.lang.Enum<V3LivingArrangement>
-
- org.hl7.fhir.r4.model.codesystems.V3LivingArrangement
-
- All Implemented Interfaces:
Serializable
,Comparable<V3LivingArrangement>
public enum V3LivingArrangement extends Enum<V3LivingArrangement>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CS
Definition: A group living arrangement specifically for the care of those in need of temporary and crisis housing assistance.G
Group HomeH
Independent HouseholdHL
Definition: Living arrangements lacking a permanent residence.I
InstitutionM
NomadicN
Nursing HomeNULL
added to help the parsersPR
Definition: A living arrangement within a private residence for single family.R
Retirement CommunitySL
Definition: Assisted living in a single family residence for persons with physical, behavioral, or functional health, or socio-economic challenges.T
TransientX
Extended care facility
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static V3LivingArrangement
fromCode(String codeString)
String
getDefinition()
String
getDisplay()
String
getSystem()
String
toCode()
static V3LivingArrangement
valueOf(String name)
Returns the enum constant of this type with the specified name.static V3LivingArrangement[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
HL
public static final V3LivingArrangement HL
Definition: Living arrangements lacking a permanent residence.
-
M
public static final V3LivingArrangement M
Nomadic
-
T
public static final V3LivingArrangement T
Transient
-
I
public static final V3LivingArrangement I
Institution
-
CS
public static final V3LivingArrangement CS
Definition: A group living arrangement specifically for the care of those in need of temporary and crisis housing assistance. Examples include domestic violence shelters, shelters for displaced or homeless individuals, Salvation Army, Jesus House, etc. Community based services may be provided.
-
G
public static final V3LivingArrangement G
Group Home
-
N
public static final V3LivingArrangement N
Nursing Home
-
X
public static final V3LivingArrangement X
Extended care facility
-
PR
public static final V3LivingArrangement PR
Definition: A living arrangement within a private residence for single family.
-
H
public static final V3LivingArrangement H
Independent Household
-
R
public static final V3LivingArrangement R
Retirement Community
-
SL
public static final V3LivingArrangement SL
Definition: Assisted living in a single family residence for persons with physical, behavioral, or functional health, or socio-economic challenges. There may or may not be on-site supervision but the housing is designed to assist the client with developing independent living skills. Community based services may be provided.
-
NULL
public static final V3LivingArrangement NULL
added to help the parsers
-
-
Method Detail
-
values
public static V3LivingArrangement[] 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 (V3LivingArrangement c : V3LivingArrangement.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static V3LivingArrangement 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 V3LivingArrangement fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-