Class NameUseCodes
The use of a human name
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class NameUseCodes : object
Fields
| Improve this Doc View SourceAnonymous
Anonymous assigned name, alias, or pseudonym (used to protect a person's identity for privacy reasons)
Declaration
public static readonly Coding Anonymous
Field Value
Type | Description |
---|---|
Coding |
LiteralAnonymous
Literal for code: Anonymous
Declaration
public const string LiteralAnonymous = null
Field Value
Type | Description |
---|---|
System. |
LiteralMaiden
Literal for code: Maiden
Declaration
public const string LiteralMaiden = null
Field Value
Type | Description |
---|---|
System. |
LiteralNameUseAnonymous
Literal for code: NameUseAnonymous
Declaration
public const string LiteralNameUseAnonymous = null
Field Value
Type | Description |
---|---|
System. |
LiteralNameUseMaiden
Literal for code: NameUseMaiden
Declaration
public const string LiteralNameUseMaiden = null
Field Value
Type | Description |
---|---|
System. |
LiteralNameUseNickname
Literal for code: NameUseNickname
Declaration
public const string LiteralNameUseNickname = null
Field Value
Type | Description |
---|---|
System. |
LiteralNameUseOfficial
Literal for code: NameUseOfficial
Declaration
public const string LiteralNameUseOfficial = null
Field Value
Type | Description |
---|---|
System. |
LiteralNameUseOld
Literal for code: NameUseOld
Declaration
public const string LiteralNameUseOld = null
Field Value
Type | Description |
---|---|
System. |
LiteralNameUseTemp
Literal for code: NameUseTemp
Declaration
public const string LiteralNameUseTemp = null
Field Value
Type | Description |
---|---|
System. |
LiteralNameUseUsual
Literal for code: NameUseUsual
Declaration
public const string LiteralNameUseUsual = null
Field Value
Type | Description |
---|---|
System. |
LiteralNickname
Literal for code: Nickname
Declaration
public const string LiteralNickname = null
Field Value
Type | Description |
---|---|
System. |
LiteralOfficial
Literal for code: Official
Declaration
public const string LiteralOfficial = null
Field Value
Type | Description |
---|---|
System. |
LiteralOld
Literal for code: Old
Declaration
public const string LiteralOld = null
Field Value
Type | Description |
---|---|
System. |
LiteralTemp
Literal for code: Temp
Declaration
public const string LiteralTemp = null
Field Value
Type | Description |
---|---|
System. |
LiteralUsual
Literal for code: Usual
Declaration
public const string LiteralUsual = null
Field Value
Type | Description |
---|---|
System. |
Maiden
A name used prior to marriage. Marriage naming customs vary greatly around the world. This name use is for use by applications that collect and store "maiden" names. Though the concept of maiden name is often gender specific, the use of this term is not gender specific. The use of this term does not imply any particular history for a person's name, nor should the maiden name be determined algorithmically.
Declaration
public static readonly Coding Maiden
Field Value
Type | Description |
---|---|
Coding |
Nickname
A name that is used to address the person in an informal manner, but is not part of their formal or usual name
Declaration
public static readonly Coding Nickname
Field Value
Type | Description |
---|---|
Coding |
Official
The formal name as registered in an official (government) registry, but which name might not be commonly used. May be called "legal name".
Declaration
public static readonly Coding Official
Field Value
Type | Description |
---|---|
Coding |
Old
This name 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 name. Name.period can provide more detailed information. This may also be used for temporary names assigned at birth or in emergency situations.
Declaration
public static readonly Coding Temp
Field Value
Type | Description |
---|---|
Coding |
Usual
Known as/conventional/the one you normally use
Declaration
public static readonly Coding Usual
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up NameUse Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |