Show / Hide Table of Contents

Class NameUseCodes

The use of a human name

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

Fields

| Improve this Doc View Source

Anonymous

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

LiteralAnonymous

Literal for code: Anonymous

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

LiteralMaiden

Literal for code: Maiden

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

LiteralNameUseAnonymous

Literal for code: NameUseAnonymous

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

LiteralNameUseMaiden

Literal for code: NameUseMaiden

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

LiteralNameUseNickname

Literal for code: NameUseNickname

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

LiteralNameUseOfficial

Literal for code: NameUseOfficial

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

LiteralNameUseOld

Literal for code: NameUseOld

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

LiteralNameUseTemp

Literal for code: NameUseTemp

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

LiteralNameUseUsual

Literal for code: NameUseUsual

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

LiteralNickname

Literal for code: Nickname

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

LiteralOfficial

Literal for code: Official

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

LiteralUsual

Literal for code: Usual

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

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

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

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

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

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

Usual

Known as/conventional/the one you normally use

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

Values

Dictionary for looking up NameUse Codings based on Codes

Declaration
public static Dictionary<string, Coding> Values
Field Value
Type Description
Dictionary<System.String, Coding>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX