AddressUse

public enum AddressUse: String

The use of an address

URL: http://hl7.org/fhir/address-use ValueSet: http://hl7.org/fhir/ValueSet/address-use

  • A communication address at a home.

    Declaration

    Swift

    case home = "home"
  • An office address. First choice for business related contacts during business hours.

    Declaration

    Swift

    case work = "work"
  • A temporary address. The period can provide more detailed information.

    Declaration

    Swift

    case temp = "temp"
  • old

    This address is no longer in use (or was never correct, but retained for records).

    Declaration

    Swift

    case old = "old"