Show / Hide Table of Contents

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 Source

LiteralIdentifierUseOfficial

Literal for code: IdentifierUseOfficial

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

LiteralIdentifierUseSecondary

Literal for code: IdentifierUseSecondary

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

LiteralIdentifierUseTemp

Literal for code: IdentifierUseTemp

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

LiteralIdentifierUseUsual

Literal for code: IdentifierUseUsual

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

LiteralSecondary

Literal for code: Secondary

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

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

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

Temp

A temporary identifier.

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

Usual

The identifier recommended for display and use in real-world interactions.

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

Values

Dictionary for looking up IdentifierUse 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