Enum V3AddressUse
- All Implemented Interfaces:
Serializable
,Comparable<V3AddressUse>
-
Enum Constant Summary
Enum ConstantDescriptionDescription: Address uses that can apply to both postal and telecommunication addresses.Description: Address uses that only apply to postal addresses, not telecommunication addresses.Description: Address uses that only apply to telecommunication addresses, not postal addresses.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.Description: A flag indicating that the address is bad, in fact, useless.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.Description: Indicates a work place address or telecommunication address that reaches the individual or organization directly without intermediaries.Description: A contact specifically designated to be used for emergencies.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.Description: The primary home, to reach a person after business hours.Description: A vacation home, to reach a person while on vacation.Description: A telecommunication device that moves and stays with its owner.added to help the parsersThis address is no longer in use.Description: A paging device suitable to solicit a callback or to leave a very short message.Description: Used primarily to visit an address.Description: Used to send mail.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.Description: A temporary address, may be good for visit or mailing.Description: An office address. -
Method Summary
Modifier and TypeMethodDescriptionstatic V3AddressUse
toCode()
static V3AddressUse
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.
-
Enum Constant Details
-
_GENERALADDRESSUSE
Description: Address uses that can apply to both postal and telecommunication addresses. -
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. Uses of Addresses. Lloyd to supply more complete description. -
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. Typically used with urgent cases, or if no other contacts are available. -
HP
Description: The primary home, to reach a person after business hours. -
HV
Description: A vacation home, to reach a person while on vacation. -
OLD
This address is no longer in use. Usage Note: Address may also carry valid time ranges. This code is used to cover the situations where it is known that the address is no longer valid, but no particular time range for its use is known. -
TMP
Description: A temporary address, may be good for visit or mailing. Note that an address history can provide more detailed information. -
WP
Description: An office address. First choice for business related contacts during business hours. -
DIR
Description: Indicates a work place address or telecommunication address that reaches the individual or organization directly without intermediaries. For phones, often referred to as a 'private line'. -
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. -
_POSTALADDRESSUSE
Description: Address uses that only apply to postal addresses, not telecommunication addresses. -
PHYS
Description: Used primarily to visit an address. -
PST
Description: Used to send mail. -
_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. -
EC
Description: A contact specifically designated to be used for emergencies. This is the first choice in emergencies, independent of any other use codes. -
MC
Description: A telecommunication device that moves and stays with its owner. May have characteristics of all other use codes, suitable for urgent matters, not the first choice for routine business. -
PG
Description: A paging device suitable to solicit a callback or to leave a very short message. -
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
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-