public enum LocationPhysicalType extends Enum<LocationPhysicalType>
| Enum Constant and Description |
|---|
AREA
A defined physical boundary of something, such as a flood risk zone, region, postcode
|
BD
A space that is allocated for sleeping/laying on.
|
BU
Any Building or structure.
|
CA
A container that can store goods, equipment, medications or other items.
|
CO
Any corridor within a Building, that may connect rooms.
|
HO
A residential dwelling.
|
JDN
A wide scope that covers a conceptual domain, such as a Nation (Country wide community or Federal Government - e.g.
|
LVL
A Level in a multi-level Building/Structure.
|
NULL
added to help the parsers
|
RD
A defined path to travel between 2 points that has a known name.
|
RO
A space that is allocated as a room, it may have walls/roof etc., but does not require these.
|
SI
A collection of buildings or other locations such as a site or a campus.
|
VE
A means of transportation.
|
WA
A Ward is a section of a medical facility that may contain rooms and other types of location.
|
WI
A Wing within a Building, this often contains levels, rooms and corridors.
|
| Modifier and Type | Method and Description |
|---|---|
static LocationPhysicalType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static LocationPhysicalType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocationPhysicalType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LocationPhysicalType SI
public static final LocationPhysicalType BU
public static final LocationPhysicalType WI
public static final LocationPhysicalType WA
public static final LocationPhysicalType LVL
public static final LocationPhysicalType CO
public static final LocationPhysicalType RO
public static final LocationPhysicalType BD
public static final LocationPhysicalType VE
public static final LocationPhysicalType HO
public static final LocationPhysicalType CA
public static final LocationPhysicalType RD
public static final LocationPhysicalType AREA
public static final LocationPhysicalType JDN
public static final LocationPhysicalType NULL
public static LocationPhysicalType[] values()
for (LocationPhysicalType c : LocationPhysicalType.values()) System.out.println(c);
public static LocationPhysicalType 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 LocationPhysicalType 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.