Class ContactPointUseCodes
Use of contact point
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class ContactPointUseCodes : object
Fields
| Improve this Doc View SourceHome
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
public static readonly Coding Home
Field Value
| Type | Description |
|---|---|
| Coding |
LiteralContactPointUseHome
Literal for code: ContactPointUseHome
Declaration
public const string LiteralContactPointUseHome = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralContactPointUseMobile
Literal for code: ContactPointUseMobile
Declaration
public const string LiteralContactPointUseMobile = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralContactPointUseOld
Literal for code: ContactPointUseOld
Declaration
public const string LiteralContactPointUseOld = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralContactPointUseTemp
Literal for code: ContactPointUseTemp
Declaration
public const string LiteralContactPointUseTemp = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralContactPointUseWork
Literal for code: ContactPointUseWork
Declaration
public const string LiteralContactPointUseWork = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralHome
Literal for code: Home
Declaration
public const string LiteralHome = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralMobile
Literal for code: Mobile
Declaration
public const string LiteralMobile = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralOld
Literal for code: Old
Declaration
public const string LiteralOld = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralTemp
Literal for code: Temp
Declaration
public const string LiteralTemp = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralWork
Literal for code: Work
Declaration
public const string LiteralWork = null
Field Value
| Type | Description |
|---|---|
| System.String |
Mobile
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
public static readonly Coding Mobile
Field Value
| Type | Description |
|---|---|
| Coding |
Old
This contact point is no longer in use (or was never correct, but retained for records).
Declaration
public static readonly Coding Old
Field Value
| Type | Description |
|---|---|
| Coding |
Temp
A temporary contact point. The period can provide more detailed information.
Declaration
public static readonly Coding Temp
Field Value
| Type | Description |
|---|---|
| Coding |
Values
Dictionary for looking up ContactPointUse Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
| Type | Description |
|---|---|
| Dictionary<System.String, Coding> |
Work
An office contact point. First choice for business related contacts during business hours.
Declaration
public static readonly Coding Work
Field Value
| Type | Description |
|---|---|
| Coding |