Enum LocationPhysicalType
- All Implemented Interfaces:
Serializable
,Comparable<LocationPhysicalType>
-
Enum Constant Summary
Enum ConstantDescriptionA defined physical boundary of something, such as a flood risk zone, region, postcodeA space that is allocated for sleeping/laying on.Any Building or structure.A container that can store goods, equipment, medications or other items.Any corridor within a Building, that may connect rooms.A residential dwelling.A wide scope that covers a conceptual domain, such as a Nation (Country wide community or Federal Government - e.g.A Level in a multi-level Building/Structure.added to help the parsersA defined path to travel between 2 points that has a known name.A space that is allocated as a room, it may have walls/roof etc., but does not require these.A collection of buildings or other locations such as a site or a campus.A means of transportation.A Ward is a section of a medical facility that may contain rooms and other types of location.A Wing within a Building, this often contains levels, rooms and corridors. -
Method Summary
Modifier and TypeMethodDescriptionstatic LocationPhysicalType
toCode()
static LocationPhysicalType
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.
-
Enum Constant Details
-
SI
A collection of buildings or other locations such as a site or a campus. -
BU
Any Building or structure. This may contain rooms, corridors, wings, etc. It may not have walls, or a roof, but is considered a defined/allocated space. -
WI
A Wing within a Building, this often contains levels, rooms and corridors. -
WA
A Ward is a section of a medical facility that may contain rooms and other types of location. -
LVL
A Level in a multi-level Building/Structure. -
CO
Any corridor within a Building, that may connect rooms. -
RO
A space that is allocated as a room, it may have walls/roof etc., but does not require these. -
BD
A space that is allocated for sleeping/laying on. This is not the physical bed/trolley that may be moved about, but the space it may occupy. -
VE
A means of transportation. -
HO
A residential dwelling. Usually used to reference a location that a person/patient may reside. -
CA
A container that can store goods, equipment, medications or other items. -
RD
A defined path to travel between 2 points that has a known name. -
AREA
A defined physical boundary of something, such as a flood risk zone, region, postcode -
JDN
A wide scope that covers a conceptual domain, such as a Nation (Country wide community or Federal Government - e.g. Ministry of Health), Province or State (community or Government), Business (throughout the enterprise), Nation with a business scope of an agency (e.g. CDC, FDA etc.) or a Business segment (UK Pharmacy), not just an physical boundry -
NULL
added to help the parsers
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
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 LocationPhysicalType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-