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 SourceLiteralNamingsystemIdentifierTypeOID
Literal for code: NamingsystemIdentifierTypeOID
Declaration
public const string LiteralNamingsystemIdentifierTypeOID = null
Field Value
Type | Description |
---|---|
System. |
LiteralNamingsystemIdentifierTypeOther
Literal for code: NamingsystemIdentifierTypeOther
Declaration
public const string LiteralNamingsystemIdentifierTypeOther = null
Field Value
Type | Description |
---|---|
System. |
LiteralNamingsystemIdentifierTypeURI
Literal for code: NamingsystemIdentifierTypeURI
Declaration
public const string LiteralNamingsystemIdentifierTypeURI = null
Field Value
Type | Description |
---|---|
System. |
LiteralNamingsystemIdentifierTypeUUID
Literal for code: NamingsystemIdentifierTypeUUID
Declaration
public const string LiteralNamingsystemIdentifierTypeUUID = null
Field Value
Type | Description |
---|---|
System. |
LiteralOID
Literal for code: OID
Declaration
public const string LiteralOID = null
Field Value
Type | Description |
---|---|
System. |
LiteralOther
Literal for code: Other
Declaration
public const string LiteralOther = null
Field Value
Type | Description |
---|---|
System. |
LiteralURI
Literal for code: URI
Declaration
public const string LiteralURI = null
Field Value
Type | Description |
---|---|
System. |
LiteralUUID
Literal for code: UUID
Declaration
public const string LiteralUUID = null
Field Value
Type | Description |
---|---|
System. |
OID
An ISO object identifier; e.g. 1.2.3.4.5.
Declaration
public static readonly Coding OID
Field Value
Type | Description |
---|---|
Coding |
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 |
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 |
UUID
A universally unique identifier of the form a5afddf4-e880-459b-876e-e4591b0acc11.
Declaration
public static readonly Coding UUID
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up NamingsystemIdentifierType Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |