Show / Hide Table of Contents

Class NamingsystemIdentifierTypeCodes

Identifies the style of unique identifier used to identify a namespace.

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

Fields

| Improve this Doc View Source

LiteralNamingsystemIdentifierTypeOID

Literal for code: NamingsystemIdentifierTypeOID

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

LiteralNamingsystemIdentifierTypeOther

Literal for code: NamingsystemIdentifierTypeOther

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

LiteralNamingsystemIdentifierTypeURI

Literal for code: NamingsystemIdentifierTypeURI

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

LiteralNamingsystemIdentifierTypeUUID

Literal for code: NamingsystemIdentifierTypeUUID

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

LiteralOID

Literal for code: OID

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

LiteralOther

Literal for code: Other

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

LiteralURI

Literal for code: URI

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

LiteralUUID

Literal for code: UUID

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

OID

An ISO object identifier; e.g. 1.2.3.4.5.

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

Other

Some other type of unique identifier; e.g. HL7-assigned reserved string such as LN for LOINC.

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

URI

A uniform resource identifier (ideally a URL - uniform resource locator); e.g. http://unitsofmeasure.org.

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

UUID

A universally unique identifier of the form a5afddf4-e880-459b-876e-e4591b0acc11.

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

Values

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