Show / Hide Table of Contents

Class ContactPointSystemCodes

Telecommunications form for contact point

Inheritance
System.Object
ContactPointSystemCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class ContactPointSystemCodes : object

Fields

| Improve this Doc View Source

Email

The value is an email address.

Declaration
public static readonly Coding Email
Field Value
Type Description
Coding
| Improve this Doc View Source

Fax

The value is a fax machine. Use of full international numbers starting with + is recommended to enable automatic dialing support but not required.

Declaration
public static readonly Coding Fax
Field Value
Type Description
Coding
| Improve this Doc View Source

LiteralContactPointSystemEmail

Literal for code: ContactPointSystemEmail

Declaration
public const string LiteralContactPointSystemEmail = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralContactPointSystemFax

Literal for code: ContactPointSystemFax

Declaration
public const string LiteralContactPointSystemFax = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralContactPointSystemPager

Literal for code: ContactPointSystemPager

Declaration
public const string LiteralContactPointSystemPager = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralContactPointSystemPhone

Literal for code: ContactPointSystemPhone

Declaration
public const string LiteralContactPointSystemPhone = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralContactPointSystemURL

Literal for code: ContactPointSystemURL

Declaration
public const string LiteralContactPointSystemURL = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralEmail

Literal for code: Email

Declaration
public const string LiteralEmail = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralFax

Literal for code: Fax

Declaration
public const string LiteralFax = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralPager

Literal for code: Pager

Declaration
public const string LiteralPager = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralPhone

Literal for code: Phone

Declaration
public const string LiteralPhone = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralURL

Literal for code: URL

Declaration
public const string LiteralURL = null
Field Value
Type Description
System.String
| Improve this Doc View Source

Pager

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

Declaration
public static readonly Coding Pager
Field Value
Type Description
Coding
| Improve this Doc View Source

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.

Declaration
public static readonly Coding Phone
Field Value
Type Description
Coding
| Improve this Doc View Source

URL

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.

Declaration
public static readonly Coding URL
Field Value
Type Description
Coding
| Improve this Doc View Source

Values

Dictionary for looking up ContactPointSystem Codings based on Codes

Declaration
public static Dictionary<string, Coding> Values
Field Value
Type Description
Dictionary<System.String, Coding>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX