Show / Hide Table of Contents

Class UnknownContentCodeCodes

A code that indicates whether an application accepts unknown elements or extensions when reading resources.

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

Fields

| Improve this Doc View Source

LiteralNeitherElementsOrExtensions

Literal for code: NeitherElementsOrExtensions

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

LiteralUnknownContentCodeNeitherElementsOrExtensions

Literal for code: UnknownContentCodeNeitherElementsOrExtensions

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

LiteralUnknownContentCodeUnknownElements

Literal for code: UnknownContentCodeUnknownElements

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

LiteralUnknownContentCodeUnknownElementsAndExtensions

Literal for code: UnknownContentCodeUnknownElementsAndExtensions

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

LiteralUnknownContentCodeUnknownExtensions

Literal for code: UnknownContentCodeUnknownExtensions

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

LiteralUnknownElements

Literal for code: UnknownElements

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

LiteralUnknownElementsAndExtensions

Literal for code: UnknownElementsAndExtensions

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

LiteralUnknownExtensions

Literal for code: UnknownExtensions

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

NeitherElementsOrExtensions

The application does not accept either unknown elements or extensions.

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

UnknownElements

The application accepts unknown elements, but not unknown extensions.

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

UnknownElementsAndExtensions

The application accepts unknown elements and extensions.

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

UnknownExtensions

The application accepts unknown extensions, but not unknown elements.

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

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>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX