Show / Hide Table of Contents

Class ContactPointUseCodes

Use of contact point

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

Fields

| Improve this Doc View Source

Home

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
| Improve this Doc View Source

LiteralContactPointUseHome

Literal for code: ContactPointUseHome

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

LiteralContactPointUseMobile

Literal for code: ContactPointUseMobile

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

LiteralContactPointUseOld

Literal for code: ContactPointUseOld

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

LiteralContactPointUseTemp

Literal for code: ContactPointUseTemp

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

LiteralContactPointUseWork

Literal for code: ContactPointUseWork

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

LiteralHome

Literal for code: Home

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

LiteralMobile

Literal for code: Mobile

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

LiteralOld

Literal for code: Old

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

LiteralTemp

Literal for code: Temp

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

LiteralWork

Literal for code: Work

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

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
| Improve this Doc View Source

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
| Improve this Doc View Source

Temp

A temporary contact point. The period can provide more detailed information.

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

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>
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX