Enum V3AddressPartType
- All Implemented Interfaces:
Serializable
,Comparable<V3AddressPartType>
-
Enum Constant Summary
Enum ConstantDescriptionThis can be a unit designator, such as apartment number, suite number, or floor.Description: An address line is for either an additional locator, a delivery address or a street address.The numeric portion of a building numberThe number of a building, house or lot alongside the street.Any alphabetic character, fraction or other text that may appear after the numeric portion of a building numberThe name of the party who will take receipt at the specified address, and will take on responsibility for ensuring delivery to the target recipientA geographic sub-unit delineated for demographic purposes.CountryA sub-unit of a state or province.The name of the city, town, village, or other community or delivery centerA delivery address line is frequently used instead of breaking out delivery mode, delivery installation, etc.Delimiters are printed without framing white space.Indicates the type of delivery installation (the facility to which the mail will be delivered prior to final shipping via the delivery mode.) Example: post office, letter carrier depot, community mail center, station, etc.The location of the delivery installation, usually a town or city, and is only required if the area is different from the municipality.A number, letter or name identifying a delivery installation.Direction (e.g., N, S, W, E)Indicates the type of service offered, method of delivery.Represents the routing information such as a letter carrier route number.A value that uniquely identifies the postal address.Description:An intersection denotes that the actual address is located AT or CLOSE TO the intersection OF two or more streets.added to help the parsersA numbered box located in a post station.A subsection of a municipalityDescription: A street address line is frequently used instead of breaking out build number, street name, street type, etc.A sub-unit of a country with limited sovereignty in a federally organized country.The base name of a roadway or artery recognized by a municipality (excluding street type and direction)street nameThe designation given to the street.The number or name of a specific unit contained within a building or complex, as assigned by that building or complex.Indicates the type of specific unit contained within a building or complex.A postal code designating a region defined by the postal service. -
Method Summary
Modifier and TypeMethodDescriptionstatic V3AddressPartType
toCode()
static V3AddressPartType
Returns the enum constant of this type with the specified name.static V3AddressPartType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ADL
This can be a unit designator, such as apartment number, suite number, or floor. There may be several unit designators in an address (e.g., "3rd floor, Appt. 342"). This can also be a designator pointing away from the location, rather than specifying a smaller location within some larger one (e.g., Dutch "t.o." means "opposite to" for house boats located across the street facing houses). -
AL
Description: An address line is for either an additional locator, a delivery address or a street address. -
DAL
A delivery address line is frequently used instead of breaking out delivery mode, delivery installation, etc. An address generally has only a delivery address line or a street address line, but not both. -
SAL
Description: A street address line is frequently used instead of breaking out build number, street name, street type, etc. An address generally has only a delivery address line or a street address line, but not both. -
BNN
The numeric portion of a building number -
BNR
The number of a building, house or lot alongside the street. Also known as "primary street number". This does not number the street but rather the building. -
BNS
Any alphabetic character, fraction or other text that may appear after the numeric portion of a building number -
CAR
The name of the party who will take receipt at the specified address, and will take on responsibility for ensuring delivery to the target recipient -
CEN
A geographic sub-unit delineated for demographic purposes. -
CNT
Country -
CPA
A sub-unit of a state or province. (49 of the United States of America use the term "county;" Louisiana uses the term "parish".) -
CTY
The name of the city, town, village, or other community or delivery center -
DEL
Delimiters are printed without framing white space. If no value component is provided, the delimiter appears as a line break. -
DINST
Indicates the type of delivery installation (the facility to which the mail will be delivered prior to final shipping via the delivery mode.) Example: post office, letter carrier depot, community mail center, station, etc. -
DINSTA
The location of the delivery installation, usually a town or city, and is only required if the area is different from the municipality. Area to which mail delivery service is provided from any postal facility or service such as an individual letter carrier, rural route, or postal route. -
DINSTQ
A number, letter or name identifying a delivery installation. E.g., for Station A, the delivery installation qualifier would be 'A'. -
DIR
Direction (e.g., N, S, W, E) -
DMOD
Indicates the type of service offered, method of delivery. For example: post office box, rural route, general delivery, etc. -
DMODID
Represents the routing information such as a letter carrier route number. It is the identifying number of the designator (the box number or rural route number). -
DPID
A value that uniquely identifies the postal address. -
INT
Description:An intersection denotes that the actual address is located AT or CLOSE TO the intersection OF two or more streets. -
POB
A numbered box located in a post station. -
PRE
A subsection of a municipality -
STA
A sub-unit of a country with limited sovereignty in a federally organized country. -
STB
The base name of a roadway or artery recognized by a municipality (excluding street type and direction) -
STR
street name -
STTYP
The designation given to the street. (e.g. Street, Avenue, Crescent, etc.) -
UNID
The number or name of a specific unit contained within a building or complex, as assigned by that building or complex. -
UNIT
Indicates the type of specific unit contained within a building or complex. E.g. Appartment, Floor -
ZIP
A postal code designating a region defined by the postal service. -
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 V3AddressPartType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-