public enum V3AddressUse extends Enum<V3AddressUse>
| Enum Constant and Description |
|---|
_GENERALADDRESSUSE
Description: Address uses that can apply to both postal and telecommunication addresses.
|
_POSTALADDRESSUSE
Description: Address uses that only apply to postal addresses, not telecommunication addresses.
|
_TELECOMMUNICATIONADDRESSUSE
Description: Address uses that only apply to telecommunication addresses, not postal addresses.
|
AS
Description: An automated answering machine used for less urgent cases and if the main purpose of contact is to leave a message or access an automated announcement.
|
BAD
Description: A flag indicating that the address is bad, in fact, useless.
|
CONF
Description: Indicates that the address is considered sensitive and should only be shared or published in accordance with organizational controls governing patient demographic information with increased sensitivity.
|
DIR
Description: Indicates a work place address or telecommunication address that reaches the individual or organization directly without intermediaries.
|
EC
Description: A contact specifically designated to be used for emergencies.
|
H
Description: A communication address at a home, attempted contacts for business purposes might intrude privacy and chances are one will contact family or other household members instead of the person one wishes to call.
|
HP
Description: The primary home, to reach a person after business hours.
|
HV
Description: A vacation home, to reach a person while on vacation.
|
MC
Description: A telecommunication device that moves and stays with its owner.
|
NULL
added to help the parsers
|
OLD
This address is no longer in use.
|
PG
Description: A paging device suitable to solicit a callback or to leave a very short message.
|
PHYS
Description: Used primarily to visit an address.
|
PST
Description: Used to send mail.
|
PUB
Description: Indicates a work place address or telecommunication address that is a 'standard' address which may reach a reception service, mail-room, or other intermediary prior to the target entity.
|
TMP
Description: A temporary address, may be good for visit or mailing.
|
WP
Description: An office address.
|
| Modifier and Type | Method and Description |
|---|---|
static V3AddressUse |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3AddressUse |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3AddressUse[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3AddressUse _GENERALADDRESSUSE
public static final V3AddressUse BAD
public static final V3AddressUse CONF
public static final V3AddressUse H
public static final V3AddressUse HP
public static final V3AddressUse HV
public static final V3AddressUse OLD
public static final V3AddressUse TMP
public static final V3AddressUse WP
public static final V3AddressUse DIR
public static final V3AddressUse PUB
public static final V3AddressUse _POSTALADDRESSUSE
public static final V3AddressUse PHYS
public static final V3AddressUse PST
public static final V3AddressUse _TELECOMMUNICATIONADDRESSUSE
public static final V3AddressUse AS
public static final V3AddressUse EC
public static final V3AddressUse MC
public static final V3AddressUse PG
public static final V3AddressUse NULL
public static V3AddressUse[] values()
for (V3AddressUse c : V3AddressUse.values()) System.out.println(c);
public static V3AddressUse 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 V3AddressUse 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.