Class UnknownContentCodeCodes
A code that indicates whether an application accepts unknown elements or extensions when reading resources.
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class UnknownContentCodeCodes : object
Fields
| Improve this Doc View SourceLiteralNeitherElementsOrExtensions
Literal for code: NeitherElementsOrExtensions
Declaration
public const string LiteralNeitherElementsOrExtensions = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralUnknownContentCodeNeitherElementsOrExtensions
Literal for code: UnknownContentCodeNeitherElementsOrExtensions
Declaration
public const string LiteralUnknownContentCodeNeitherElementsOrExtensions = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralUnknownContentCodeUnknownElements
Literal for code: UnknownContentCodeUnknownElements
Declaration
public const string LiteralUnknownContentCodeUnknownElements = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralUnknownContentCodeUnknownElementsAndExtensions
Literal for code: UnknownContentCodeUnknownElementsAndExtensions
Declaration
public const string LiteralUnknownContentCodeUnknownElementsAndExtensions = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralUnknownContentCodeUnknownExtensions
Literal for code: UnknownContentCodeUnknownExtensions
Declaration
public const string LiteralUnknownContentCodeUnknownExtensions = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralUnknownElements
Literal for code: UnknownElements
Declaration
public const string LiteralUnknownElements = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralUnknownElementsAndExtensions
Literal for code: UnknownElementsAndExtensions
Declaration
public const string LiteralUnknownElementsAndExtensions = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralUnknownExtensions
Literal for code: UnknownExtensions
Declaration
public const string LiteralUnknownExtensions = null
Field Value
| Type | Description |
|---|---|
| System.String |
NeitherElementsOrExtensions
The application does not accept either unknown elements or extensions.
Declaration
public static readonly Coding NeitherElementsOrExtensions
Field Value
| Type | Description |
|---|---|
| Coding |
UnknownElements
The application accepts unknown elements, but not unknown extensions.
Declaration
public static readonly Coding UnknownElements
Field Value
| Type | Description |
|---|---|
| Coding |
UnknownElementsAndExtensions
The application accepts unknown elements and extensions.
Declaration
public static readonly Coding UnknownElementsAndExtensions
Field Value
| Type | Description |
|---|---|
| Coding |
UnknownExtensions
The application accepts unknown extensions, but not unknown elements.
Declaration
public static readonly Coding UnknownExtensions
Field Value
| Type | Description |
|---|---|
| Coding |
Values
Dictionary for looking up UnknownContentCode Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
| Type | Description |
|---|---|
| Dictionary<System.String, Coding> |