Enum V3AddressUse

java.lang.Object
java.lang.Enum<V3AddressUse>
org.hl7.fhir.dstu3.model.codesystems.V3AddressUse
All Implemented Interfaces:
Serializable, Comparable<V3AddressUse>

public enum V3AddressUse extends Enum<V3AddressUse>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Description: 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 parsers
    This 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 Type
    Method
    Description
    fromCode(String codeString)
     
     
     
     
     
    Returns the enum constant of this type with the specified name.
    static V3AddressUse[]
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • _GENERALADDRESSUSE

      public static final V3AddressUse _GENERALADDRESSUSE
      Description: Address uses that can apply to both postal and telecommunication addresses.
    • BAD

      public static final V3AddressUse BAD
      Description: A flag indicating that the address is bad, in fact, useless.
    • CONF

      public static final V3AddressUse 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

      public static final V3AddressUse 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

      public static final V3AddressUse HP
      Description: The primary home, to reach a person after business hours.
    • HV

      public static final V3AddressUse HV
      Description: A vacation home, to reach a person while on vacation.
    • OLD

      public static final V3AddressUse 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

      public static final V3AddressUse TMP
      Description: A temporary address, may be good for visit or mailing. Note that an address history can provide more detailed information.
    • WP

      public static final V3AddressUse WP
      Description: An office address. First choice for business related contacts during business hours.
    • DIR

      public static final V3AddressUse 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

      public static final V3AddressUse 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

      public static final V3AddressUse _POSTALADDRESSUSE
      Description: Address uses that only apply to postal addresses, not telecommunication addresses.
    • PHYS

      public static final V3AddressUse PHYS
      Description: Used primarily to visit an address.
    • PST

      public static final V3AddressUse PST
      Description: Used to send mail.
    • _TELECOMMUNICATIONADDRESSUSE

      Description: Address uses that only apply to telecommunication addresses, not postal addresses.
    • AS

      public static final V3AddressUse 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

      public static final V3AddressUse 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

      public static final V3AddressUse 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

      public static final V3AddressUse PG
      Description: A paging device suitable to solicit a callback or to leave a very short message.
    • NULL

      public static final V3AddressUse NULL
      added to help the parsers
  • Method Details

    • values

      public static V3AddressUse[] 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

      public static V3AddressUse valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • fromCode

      public static V3AddressUse fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • toCode

      public String toCode()
    • getSystem

      public String getSystem()
    • getDefinition

    • getDisplay

      public String getDisplay()