Class GuideResourcePurposeCodes
Why a resource is included in the guide.
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class GuideResourcePurposeCodes : object
Fields
| Improve this Doc View SourceDictionary
The resource contains a dictionary that is part of the implementation guide.
Declaration
public static readonly Coding Dictionary
Field Value
Type | Description |
---|---|
Coding |
Example
The resource is intended as an example.
Declaration
public static readonly Coding Example
Field Value
Type | Description |
---|---|
Coding |
Extension
The resource defines an extension (StructureDefinition) that is used in the implementation guide.
Declaration
public static readonly Coding Extension
Field Value
Type | Description |
---|---|
Coding |
LiteralDictionary
Literal for code: Dictionary
Declaration
public const string LiteralDictionary = null
Field Value
Type | Description |
---|---|
System. |
LiteralExample
Literal for code: Example
Declaration
public const string LiteralExample = null
Field Value
Type | Description |
---|---|
System. |
LiteralExtension
Literal for code: Extension
Declaration
public const string LiteralExtension = null
Field Value
Type | Description |
---|---|
System. |
LiteralGuideResourcePurposeDictionary
Literal for code: GuideResourcePurposeDictionary
Declaration
public const string LiteralGuideResourcePurposeDictionary = null
Field Value
Type | Description |
---|---|
System. |
LiteralGuideResourcePurposeExample
Literal for code: GuideResourcePurposeExample
Declaration
public const string LiteralGuideResourcePurposeExample = null
Field Value
Type | Description |
---|---|
System. |
LiteralGuideResourcePurposeExtension
Literal for code: GuideResourcePurposeExtension
Declaration
public const string LiteralGuideResourcePurposeExtension = null
Field Value
Type | Description |
---|---|
System. |
LiteralGuideResourcePurposeLogicalModel
Literal for code: GuideResourcePurposeLogicalModel
Declaration
public const string LiteralGuideResourcePurposeLogicalModel = null
Field Value
Type | Description |
---|---|
System. |
LiteralGuideResourcePurposeProfile
Literal for code: GuideResourcePurposeProfile
Declaration
public const string LiteralGuideResourcePurposeProfile = null
Field Value
Type | Description |
---|---|
System. |
LiteralGuideResourcePurposeTerminology
Literal for code: GuideResourcePurposeTerminology
Declaration
public const string LiteralGuideResourcePurposeTerminology = null
Field Value
Type | Description |
---|---|
System. |
LiteralLogicalModel
Literal for code: LogicalModel
Declaration
public const string LiteralLogicalModel = null
Field Value
Type | Description |
---|---|
System. |
LiteralProfile
Literal for code: Profile
Declaration
public const string LiteralProfile = null
Field Value
Type | Description |
---|---|
System. |
LiteralTerminology
Literal for code: Terminology
Declaration
public const string LiteralTerminology = null
Field Value
Type | Description |
---|---|
System. |
LogicalModel
The resource defines a logical model (in a StructureDefinition) that is used in the implementation guide.
Declaration
public static readonly Coding LogicalModel
Field Value
Type | Description |
---|---|
Coding |
Profile
The resource defines a profile (StructureDefinition) that is used in the implementation guide.
Declaration
public static readonly Coding Profile
Field Value
Type | Description |
---|---|
Coding |
Terminology
The resource defines a value set or concept map used in the implementation guide.
Declaration
public static readonly Coding Terminology
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up GuideResourcePurpose Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |