Show / Hide Table of Contents

Class AddressUseCodes

The use of an address

The use of an address (home / work / etc.).

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

Fields

| Improve this Doc View Source

Home

A communication address at a home.

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

LiteralAddressUseHome

Literal for code: AddressUseHome

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

LiteralAddressUseOldIncorrect

Literal for code: AddressUseOldIncorrect

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

LiteralAddressUseTemporary

Literal for code: AddressUseTemporary

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

LiteralAddressUseWork

Literal for code: AddressUseWork

Declaration
public const string LiteralAddressUseWork = 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

LiteralOldIncorrect

Literal for code: OldIncorrect

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

LiteralTemporary

Literal for code: Temporary

Declaration
public const string LiteralTemporary = 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

OldIncorrect

This address is no longer in use (or was never correct, but retained for records).

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

Temporary

A temporary address. The period can provide more detailed information.

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

Values

Dictionary for looking up AddressUse 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 address. 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