Show / Hide Table of Contents

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 Source

CodeSystem

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

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

LiteralCodeSystem

Literal for code: CodeSystem

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

LiteralIdentifier

Literal for code: Identifier

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

LiteralNamingsystemTypeCodeSystem

Literal for code: NamingsystemTypeCodeSystem

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

LiteralNamingsystemTypeIdentifier

Literal for code: NamingsystemTypeIdentifier

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

LiteralNamingsystemTypeRoot

Literal for code: NamingsystemTypeRoot

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

LiteralRoot

Literal for code: Root

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

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

Values

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