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 SourceHome
A communication address at a home.
Declaration
public static readonly Coding Home
Field Value
Type | Description |
---|---|
Coding |
LiteralAddressUseHome
Literal for code: AddressUseHome
Declaration
public const string LiteralAddressUseHome = null
Field Value
Type | Description |
---|---|
System. |
LiteralAddressUseOldIncorrect
Literal for code: AddressUseOldIncorrect
Declaration
public const string LiteralAddressUseOldIncorrect = null
Field Value
Type | Description |
---|---|
System. |
LiteralAddressUseTemporary
Literal for code: AddressUseTemporary
Declaration
public const string LiteralAddressUseTemporary = null
Field Value
Type | Description |
---|---|
System. |
LiteralAddressUseWork
Literal for code: AddressUseWork
Declaration
public const string LiteralAddressUseWork = null
Field Value
Type | Description |
---|---|
System. |
LiteralHome
Literal for code: Home
Declaration
public const string LiteralHome = null
Field Value
Type | Description |
---|---|
System. |
LiteralOldIncorrect
Literal for code: OldIncorrect
Declaration
public const string LiteralOldIncorrect = null
Field Value
Type | Description |
---|---|
System. |
LiteralTemporary
Literal for code: Temporary
Declaration
public const string LiteralTemporary = null
Field Value
Type | Description |
---|---|
System. |
LiteralWork
Literal for code: Work
Declaration
public const string LiteralWork = null
Field Value
Type | Description |
---|---|
System. |
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 |
Temporary
A temporary address. The period can provide more detailed information.
Declaration
public static readonly Coding Temporary
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up AddressUse Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |
Work
An office address. First choice for business related contacts during business hours.
Declaration
public static readonly Coding Work
Field Value
Type | Description |
---|---|
Coding |