Class GuidePageKindCodes
The kind of an included page.
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class GuidePageKindCodes : object
Fields
| Improve this Doc View SourceDictionary
This is a page that creates the listed resources as a dictionary.
Declaration
public static readonly Coding Dictionary
Field Value
Type | Description |
---|---|
Coding |
Directory
This is a page that lists the resources of a given type, and also creates pages for all the listed types as other pages in the section.
Declaration
public static readonly Coding Directory
Field Value
Type | Description |
---|---|
Coding |
Example
This is a page that represents a human readable rendering of an example.
Declaration
public static readonly Coding Example
Field Value
Type | Description |
---|---|
Coding |
Include
This is a page showing where an included guide is injected.
Declaration
public static readonly Coding Include
Field Value
Type | Description |
---|---|
Coding |
List
This is a page that represents a list of resources of one or more types.
Declaration
public static readonly Coding List
Field Value
Type | Description |
---|---|
Coding |
LiteralDictionary
Literal for code: Dictionary
Declaration
public const string LiteralDictionary = null
Field Value
Type | Description |
---|---|
System. |
LiteralDirectory
Literal for code: Directory
Declaration
public const string LiteralDirectory = null
Field Value
Type | Description |
---|---|
System. |
LiteralExample
Literal for code: Example
Declaration
public const string LiteralExample = null
Field Value
Type | Description |
---|---|
System. |
LiteralGuidePageKindDictionary
Literal for code: GuidePageKindDictionary
Declaration
public const string LiteralGuidePageKindDictionary = null
Field Value
Type | Description |
---|---|
System. |
LiteralGuidePageKindDirectory
Literal for code: GuidePageKindDirectory
Declaration
public const string LiteralGuidePageKindDirectory = null
Field Value
Type | Description |
---|---|
System. |
LiteralGuidePageKindExample
Literal for code: GuidePageKindExample
Declaration
public const string LiteralGuidePageKindExample = null
Field Value
Type | Description |
---|---|
System. |
LiteralGuidePageKindInclude
Literal for code: GuidePageKindInclude
Declaration
public const string LiteralGuidePageKindInclude = null
Field Value
Type | Description |
---|---|
System. |
LiteralGuidePageKindList
Literal for code: GuidePageKindList
Declaration
public const string LiteralGuidePageKindList = null
Field Value
Type | Description |
---|---|
System. |
LiteralGuidePageKindPage
Literal for code: GuidePageKindPage
Declaration
public const string LiteralGuidePageKindPage = null
Field Value
Type | Description |
---|---|
System. |
LiteralGuidePageKindResource
Literal for code: GuidePageKindResource
Declaration
public const string LiteralGuidePageKindResource = null
Field Value
Type | Description |
---|---|
System. |
LiteralGuidePageKindTableOfContents
Literal for code: GuidePageKindTableOfContents
Declaration
public const string LiteralGuidePageKindTableOfContents = null
Field Value
Type | Description |
---|---|
System. |
LiteralInclude
Literal for code: Include
Declaration
public const string LiteralInclude = null
Field Value
Type | Description |
---|---|
System. |
LiteralList
Literal for code: List
Declaration
public const string LiteralList = null
Field Value
Type | Description |
---|---|
System. |
LiteralPage
Literal for code: Page
Declaration
public const string LiteralPage = null
Field Value
Type | Description |
---|---|
System. |
LiteralResource
Literal for code: Resource
Declaration
public const string LiteralResource = null
Field Value
Type | Description |
---|---|
System. |
LiteralTableOfContents
Literal for code: TableOfContents
Declaration
public const string LiteralTableOfContents = null
Field Value
Type | Description |
---|---|
System. |
Page
This is a page of content that is included in the implementation guide. It has no particular function.
Declaration
public static readonly Coding Page
Field Value
Type | Description |
---|---|
Coding |
Resource
This is a page that represents a presented resource. This is typically used for generated conformance resource presentations.
Declaration
public static readonly Coding Resource
Field Value
Type | Description |
---|---|
Coding |
TableOfContents
This is a generated page that contains the table of contents.
Declaration
public static readonly Coding TableOfContents
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up GuidePageKind Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |