public enum V3AddressPartType extends Enum<V3AddressPartType>
| Enum Constant and Description |
|---|
ADL
This can be a unit designator, such as apartment number, suite number, or floor.
|
AL
Description: An address line is for either an additional locator, a delivery address or a street address.
|
BNN
The numeric portion of a building number
|
BNR
The number of a building, house or lot alongside the street.
|
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.
|
CTY
The name of the city, town, village, or other community or delivery center
|
DAL
A delivery address line is frequently used instead of breaking out delivery mode, delivery installation, etc.
|
DEL
Delimiters are printed without framing white space.
|
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.
|
DINSTQ
A number, letter or name identifying a delivery installation.
|
DIR
Direction (e.g., N, S, W, E)
|
DMOD
Indicates the type of service offered, method of delivery.
|
DMODID
Represents the routing information such as a letter carrier 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.
|
NULL
added to help the parsers
|
POB
A numbered box located in a post station.
|
PRE
A subsection of a municipality
|
SAL
Description: A street address line is frequently used instead of breaking out build number, street name, street type, etc.
|
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.
|
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.
|
ZIP
A postal code designating a region defined by the postal service.
|
| Modifier and Type | Method and Description |
|---|---|
static V3AddressPartType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3AddressPartType |
valueOf(String name)
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.
|
public static final V3AddressPartType ADL
public static final V3AddressPartType AL
public static final V3AddressPartType DAL
public static final V3AddressPartType SAL
public static final V3AddressPartType BNN
public static final V3AddressPartType BNR
public static final V3AddressPartType BNS
public static final V3AddressPartType CAR
public static final V3AddressPartType CEN
public static final V3AddressPartType CNT
public static final V3AddressPartType CPA
public static final V3AddressPartType CTY
public static final V3AddressPartType DEL
public static final V3AddressPartType DINST
public static final V3AddressPartType DINSTA
public static final V3AddressPartType DINSTQ
public static final V3AddressPartType DIR
public static final V3AddressPartType DMOD
public static final V3AddressPartType DMODID
public static final V3AddressPartType DPID
public static final V3AddressPartType INT
public static final V3AddressPartType POB
public static final V3AddressPartType PRE
public static final V3AddressPartType STA
public static final V3AddressPartType STB
public static final V3AddressPartType STR
public static final V3AddressPartType STTYP
public static final V3AddressPartType UNID
public static final V3AddressPartType UNIT
public static final V3AddressPartType ZIP
public static final V3AddressPartType NULL
public static V3AddressPartType[] values()
for (V3AddressPartType c : V3AddressPartType.values()) System.out.println(c);
public static V3AddressPartType 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 V3AddressPartType 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.