Class ResourceAggregationModeCodes
How resource references can be aggregated.
Inheritance
System.Object
ResourceAggregationModeCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class ResourceAggregationModeCodes : object
Fields
| Improve this Doc View SourceBundled
The resource the reference points to will be found in the same bundle as the resource that includes the reference.
Declaration
public static readonly Coding Bundled
Field Value
Type | Description |
---|---|
Coding |
Contained
The reference is a local reference to a contained resource.
Declaration
public static readonly Coding Contained
Field Value
Type | Description |
---|---|
Coding |
LiteralBundled
Literal for code: Bundled
Declaration
public const string LiteralBundled = null
Field Value
Type | Description |
---|---|
System. |
LiteralContained
Literal for code: Contained
Declaration
public const string LiteralContained = null
Field Value
Type | Description |
---|---|
System. |
LiteralReferenced
Literal for code: Referenced
Declaration
public const string LiteralReferenced = null
Field Value
Type | Description |
---|---|
System. |
LiteralResourceAggregationModeBundled
Literal for code: ResourceAggregationModeBundled
Declaration
public const string LiteralResourceAggregationModeBundled = null
Field Value
Type | Description |
---|---|
System. |
LiteralResourceAggregationModeContained
Literal for code: ResourceAggregationModeContained
Declaration
public const string LiteralResourceAggregationModeContained = null
Field Value
Type | Description |
---|---|
System. |
LiteralResourceAggregationModeReferenced
Literal for code: ResourceAggregationModeReferenced
Declaration
public const string LiteralResourceAggregationModeReferenced = null
Field Value
Type | Description |
---|---|
System. |
Referenced
The reference to a resource that has to be resolved externally to the resource that includes the reference.
Declaration
public static readonly Coding Referenced
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up ResourceAggregationMode Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |