Show / Hide Table of Contents

Class ExtensionContextCodes

How an extension context is interpreted.

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

Fields

| Improve this Doc View Source

Datatype

The context is all nodes matching a particular data type element path (root or repeating element) or all elements referencing a particular primitive data type (expressed as the datatype name).

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

Extension

The context is a particular extension from a particular profile, a uri that identifies the extension definition.

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

LiteralDatatype

Literal for code: Datatype

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

LiteralExtension

Literal for code: Extension

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

LiteralExtensionContextDatatype

Literal for code: ExtensionContextDatatype

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

LiteralExtensionContextExtension

Literal for code: ExtensionContextExtension

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

LiteralExtensionContextMapping

Literal for code: ExtensionContextMapping

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

LiteralExtensionContextResource

Literal for code: ExtensionContextResource

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

LiteralMapping

Literal for code: Mapping

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

LiteralResource

Literal for code: Resource

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

Mapping

The context is all nodes whose mapping to a specified reference model corresponds to a particular mapping structure. The context identifies the mapping target. The mapping should clearly identify where such an extension could be used.

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

Resource

The context is all elements matching a particular resource element path.

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

Values

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