Class ContactPointSystemCodes
Telecommunications form for contact point
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class ContactPointSystemCodes : object
Fields
| Improve this Doc View SourceThe value is an email address.
Declaration
public static readonly Coding Email
Field Value
Type | Description |
---|---|
Coding |
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 |
LiteralContactPointSystemEmail
Literal for code: ContactPointSystemEmail
Declaration
public const string LiteralContactPointSystemEmail = null
Field Value
Type | Description |
---|---|
System. |
LiteralContactPointSystemFax
Literal for code: ContactPointSystemFax
Declaration
public const string LiteralContactPointSystemFax = null
Field Value
Type | Description |
---|---|
System. |
LiteralContactPointSystemPager
Literal for code: ContactPointSystemPager
Declaration
public const string LiteralContactPointSystemPager = null
Field Value
Type | Description |
---|---|
System. |
LiteralContactPointSystemPhone
Literal for code: ContactPointSystemPhone
Declaration
public const string LiteralContactPointSystemPhone = null
Field Value
Type | Description |
---|---|
System. |
LiteralContactPointSystemURL
Literal for code: ContactPointSystemURL
Declaration
public const string LiteralContactPointSystemURL = null
Field Value
Type | Description |
---|---|
System. |
LiteralEmail
Literal for code: Email
Declaration
public const string LiteralEmail = null
Field Value
Type | Description |
---|---|
System. |
LiteralFax
Literal for code: Fax
Declaration
public const string LiteralFax = null
Field Value
Type | Description |
---|---|
System. |
LiteralPager
Literal for code: Pager
Declaration
public const string LiteralPager = null
Field Value
Type | Description |
---|---|
System. |
LiteralPhone
Literal for code: Phone
Declaration
public const string LiteralPhone = null
Field Value
Type | Description |
---|---|
System. |
LiteralURL
Literal for code: URL
Declaration
public const string LiteralURL = null
Field Value
Type | Description |
---|---|
System. |
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 |
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 |
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 |
Values
Dictionary for looking up ContactPointSystem Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |