Class NamingsystemTypeCodes
Identifies the purpose of the naming system.
Inheritance
System.Object
NamingsystemTypeCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class NamingsystemTypeCodes : object
Fields
| Improve this Doc View SourceCodeSystem
The naming system is used to define concepts and symbols to represent those concepts; e.g. UCUM, LOINC, NDC code, local lab codes, etc.
Declaration
public static readonly Coding CodeSystem
Field Value
Type | Description |
---|---|
Coding |
Identifier
The naming system is used to manage identifiers (e.g. license numbers, order numbers, etc.).
Declaration
public static readonly Coding Identifier
Field Value
Type | Description |
---|---|
Coding |
LiteralCodeSystem
Literal for code: CodeSystem
Declaration
public const string LiteralCodeSystem = null
Field Value
Type | Description |
---|---|
System. |
LiteralIdentifier
Literal for code: Identifier
Declaration
public const string LiteralIdentifier = null
Field Value
Type | Description |
---|---|
System. |
LiteralNamingsystemTypeCodeSystem
Literal for code: NamingsystemTypeCodeSystem
Declaration
public const string LiteralNamingsystemTypeCodeSystem = null
Field Value
Type | Description |
---|---|
System. |
LiteralNamingsystemTypeIdentifier
Literal for code: NamingsystemTypeIdentifier
Declaration
public const string LiteralNamingsystemTypeIdentifier = null
Field Value
Type | Description |
---|---|
System. |
LiteralNamingsystemTypeRoot
Literal for code: NamingsystemTypeRoot
Declaration
public const string LiteralNamingsystemTypeRoot = null
Field Value
Type | Description |
---|---|
System. |
LiteralRoot
Literal for code: Root
Declaration
public const string LiteralRoot = null
Field Value
Type | Description |
---|---|
System. |
Root
The naming system is used as the root for other identifiers and naming systems.
Declaration
public static readonly Coding Root
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up NamingsystemType Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |