public enum V3LivingArrangement extends Enum<V3LivingArrangement>
| Enum Constant and Description |
|---|
CS
Definition: A group living arrangement specifically for the care of those in need of temporary and crisis housing assistance.
|
G
Group Home
|
H
Independent Household
|
HL
Definition: Living arrangements lacking a permanent residence.
|
I
Institution
|
M
Nomadic
|
N
Nursing Home
|
NULL
added to help the parsers
|
PR
Definition: A living arrangement within a private residence for single family.
|
R
Retirement Community
|
SL
Definition: Assisted living in a single family residence for persons with physical, behavioral, or functional health, or socio-economic challenges.
|
T
Transient
|
X
Extended care facility
|
| Modifier and Type | Method and 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.
|
public static final V3LivingArrangement HL
public static final V3LivingArrangement M
public static final V3LivingArrangement T
public static final V3LivingArrangement I
public static final V3LivingArrangement CS
public static final V3LivingArrangement G
public static final V3LivingArrangement N
public static final V3LivingArrangement X
public static final V3LivingArrangement PR
public static final V3LivingArrangement H
public static final V3LivingArrangement R
public static final V3LivingArrangement SL
public static final V3LivingArrangement NULL
public static V3LivingArrangement[] values()
for (V3LivingArrangement c : V3LivingArrangement.values()) System.out.println(c);
public static V3LivingArrangement 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 V3LivingArrangement 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.