Class GuideDependencyTypeCodes
How a dependency is represented when the guide is published.
Inheritance
System.Object
GuideDependencyTypeCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class GuideDependencyTypeCodes : object
Fields
| Improve this Doc View SourceInclusion
The guide is embedded in this guide when published.
Declaration
public static readonly Coding Inclusion
Field Value
Type | Description |
---|---|
Coding |
LiteralGuideDependencyTypeInclusion
Literal for code: GuideDependencyTypeInclusion
Declaration
public const string LiteralGuideDependencyTypeInclusion = null
Field Value
Type | Description |
---|---|
System. |
LiteralGuideDependencyTypeReference
Literal for code: GuideDependencyTypeReference
Declaration
public const string LiteralGuideDependencyTypeReference = null
Field Value
Type | Description |
---|---|
System. |
LiteralInclusion
Literal for code: Inclusion
Declaration
public const string LiteralInclusion = null
Field Value
Type | Description |
---|---|
System. |
LiteralReference
Literal for code: Reference
Declaration
public const string LiteralReference = null
Field Value
Type | Description |
---|---|
System. |
Reference
The guide is referred to by URL.
Declaration
public static readonly Coding Reference
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up GuideDependencyType Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |