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. |
LiteralUnknownContentCodeNeitherElementsOrExtensions
Literal for code: UnknownContentCodeNeitherElementsOrExtensions
Declaration
public const string LiteralUnknownContentCodeNeitherElementsOrExtensions = null
Field Value
Type | Description |
---|---|
System. |
LiteralUnknownContentCodeUnknownElements
Literal for code: UnknownContentCodeUnknownElements
Declaration
public const string LiteralUnknownContentCodeUnknownElements = null
Field Value
Type | Description |
---|---|
System. |
LiteralUnknownContentCodeUnknownElementsAndExtensions
Literal for code: UnknownContentCodeUnknownElementsAndExtensions
Declaration
public const string LiteralUnknownContentCodeUnknownElementsAndExtensions = null
Field Value
Type | Description |
---|---|
System. |
LiteralUnknownContentCodeUnknownExtensions
Literal for code: UnknownContentCodeUnknownExtensions
Declaration
public const string LiteralUnknownContentCodeUnknownExtensions = null
Field Value
Type | Description |
---|---|
System. |
LiteralUnknownElements
Literal for code: UnknownElements
Declaration
public const string LiteralUnknownElements = null
Field Value
Type | Description |
---|---|
System. |
LiteralUnknownElementsAndExtensions
Literal for code: UnknownElementsAndExtensions
Declaration
public const string LiteralUnknownElementsAndExtensions = null
Field Value
Type | Description |
---|---|
System. |
LiteralUnknownExtensions
Literal for code: UnknownExtensions
Declaration
public const string LiteralUnknownExtensions = null
Field Value
Type | Description |
---|---|
System. |
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. |