ContactPointUse

public enum ContactPointUse: String

Use of contact point

URL: http://hl7.org/fhir/contact-point-use ValueSet: http://hl7.org/fhir/ValueSet/contact-point-use

  • A communication contact point 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.

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

    case temp = "temp"
  • old

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

    Declaration

    Swift

    case old = "old"
  • 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.

    Declaration

    Swift

    case mobile = "mobile"