Show / Hide Table of Contents

Class GuideResourcePurposeCodes

Why a resource is included in the guide.

Inheritance
System.Object
GuideResourcePurposeCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class GuideResourcePurposeCodes : object

Fields

| Improve this Doc View Source

Dictionary

The resource contains a dictionary that is part of the implementation guide.

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

Example

The resource is intended as an example.

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

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

LiteralDictionary

Literal for code: Dictionary

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

LiteralExample

Literal for code: Example

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

LiteralExtension

Literal for code: Extension

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

LiteralGuideResourcePurposeDictionary

Literal for code: GuideResourcePurposeDictionary

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

LiteralGuideResourcePurposeExample

Literal for code: GuideResourcePurposeExample

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

LiteralGuideResourcePurposeExtension

Literal for code: GuideResourcePurposeExtension

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

LiteralGuideResourcePurposeLogicalModel

Literal for code: GuideResourcePurposeLogicalModel

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

LiteralGuideResourcePurposeProfile

Literal for code: GuideResourcePurposeProfile

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

LiteralGuideResourcePurposeTerminology

Literal for code: GuideResourcePurposeTerminology

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

LiteralLogicalModel

Literal for code: LogicalModel

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

LiteralProfile

Literal for code: Profile

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

LiteralTerminology

Literal for code: Terminology

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

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

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

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

Values

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