Enum ContactPoint.ContactPointSystem

java.lang.Object
java.lang.Enum<ContactPoint.ContactPointSystem>
org.hl7.fhir.dstu2.model.ContactPoint.ContactPointSystem
All Implemented Interfaces:
Serializable, Comparable<ContactPoint.ContactPointSystem>
Enclosing class:
ContactPoint

  • Enum Constant Details

    • PHONE

      The value is a telephone number used for voice calls. Use of full international numbers starting with + is recommended to enable automatic dialing support but not required.
    • FAX

      public static final ContactPoint.ContactPointSystem FAX
      The value is a fax machine. Use of full international numbers starting with + is recommended to enable automatic dialing support but not required.
    • EMAIL

      The value is an email address.
    • PAGER

      The value is a pager number. These may be local pager numbers that are only usable on a particular pager system.
    • OTHER

      A contact that is not a phone, fax, or email address. The format of the value SHOULD be a URL. This is intended for various personal contacts including blogs, Twitter, Facebook, etc. Do not use for email addresses. If this is not a URL, then it will require human interpretation.
    • NULL

      added to help the parsers
  • Method Details