Show / Hide Table of Contents

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 Source

Bundled

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
| Improve this Doc View Source

Contained

The reference is a local reference to a contained resource.

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

LiteralBundled

Literal for code: Bundled

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

LiteralContained

Literal for code: Contained

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

LiteralReferenced

Literal for code: Referenced

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

LiteralResourceAggregationModeBundled

Literal for code: ResourceAggregationModeBundled

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

LiteralResourceAggregationModeContained

Literal for code: ResourceAggregationModeContained

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

LiteralResourceAggregationModeReferenced

Literal for code: ResourceAggregationModeReferenced

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

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
| Improve this Doc View Source

Values

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