Class ExtensionContextCodes
How an extension context is interpreted.
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class ExtensionContextCodes : object
Fields
| Improve this Doc View SourceDatatype
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 |
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 |
LiteralDatatype
Literal for code: Datatype
Declaration
public const string LiteralDatatype = null
Field Value
Type | Description |
---|---|
System. |
LiteralExtension
Literal for code: Extension
Declaration
public const string LiteralExtension = null
Field Value
Type | Description |
---|---|
System. |
LiteralExtensionContextDatatype
Literal for code: ExtensionContextDatatype
Declaration
public const string LiteralExtensionContextDatatype = null
Field Value
Type | Description |
---|---|
System. |
LiteralExtensionContextExtension
Literal for code: ExtensionContextExtension
Declaration
public const string LiteralExtensionContextExtension = null
Field Value
Type | Description |
---|---|
System. |
LiteralExtensionContextMapping
Literal for code: ExtensionContextMapping
Declaration
public const string LiteralExtensionContextMapping = null
Field Value
Type | Description |
---|---|
System. |
LiteralExtensionContextResource
Literal for code: ExtensionContextResource
Declaration
public const string LiteralExtensionContextResource = null
Field Value
Type | Description |
---|---|
System. |
LiteralMapping
Literal for code: Mapping
Declaration
public const string LiteralMapping = null
Field Value
Type | Description |
---|---|
System. |
LiteralResource
Literal for code: Resource
Declaration
public const string LiteralResource = null
Field Value
Type | Description |
---|---|
System. |
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 |
Resource
The context is all elements matching a particular resource element path.
Declaration
public static readonly Coding Resource
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up ExtensionContext Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |