Class IdentifierUseCodes
Identifies the purpose for this identifier, if known .
Inheritance
System.Object
IdentifierUseCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class IdentifierUseCodes : object
Fields
| Improve this Doc View SourceLiteralIdentifierUseOfficial
Literal for code: IdentifierUseOfficial
Declaration
public const string LiteralIdentifierUseOfficial = null
Field Value
Type | Description |
---|---|
System. |
LiteralIdentifierUseSecondary
Literal for code: IdentifierUseSecondary
Declaration
public const string LiteralIdentifierUseSecondary = null
Field Value
Type | Description |
---|---|
System. |
LiteralIdentifierUseTemp
Literal for code: IdentifierUseTemp
Declaration
public const string LiteralIdentifierUseTemp = null
Field Value
Type | Description |
---|---|
System. |
LiteralIdentifierUseUsual
Literal for code: IdentifierUseUsual
Declaration
public const string LiteralIdentifierUseUsual = null
Field Value
Type | Description |
---|---|
System. |
LiteralOfficial
Literal for code: Official
Declaration
public const string LiteralOfficial = null
Field Value
Type | Description |
---|---|
System. |
LiteralSecondary
Literal for code: Secondary
Declaration
public const string LiteralSecondary = 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. |
Official
The identifier considered to be most trusted for the identification of this item.
Declaration
public static readonly Coding Official
Field Value
Type | Description |
---|---|
Coding |
Secondary
An identifier that was assigned in secondary use - it serves to identify the object in a relative context, but cannot be consistently assigned to the same object again in a different context.
Declaration
public static readonly Coding Secondary
Field Value
Type | Description |
---|---|
Coding |
Temp
A temporary identifier.
Declaration
public static readonly Coding Temp
Field Value
Type | Description |
---|---|
Coding |
Usual
The identifier recommended for display and use in real-world interactions.
Declaration
public static readonly Coding Usual
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up IdentifierUse Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |