Show / Hide Table of Contents

Class StructureDefinitionKindCodes

Defines the type of structure that a definition is describing.

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

Fields

| Improve this Doc View Source

DataType

A data type - either a primitive or complex structure that defines a set of data elements. These can be used throughout Resource and extension definitions.

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

LiteralDataType

Literal for code: DataType

Declaration
public const string LiteralDataType = 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

LiteralResource

Literal for code: Resource

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

LiteralStructureDefinitionKindDataType

Literal for code: StructureDefinitionKindDataType

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

LiteralStructureDefinitionKindLogicalModel

Literal for code: StructureDefinitionKindLogicalModel

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

LiteralStructureDefinitionKindResource

Literal for code: StructureDefinitionKindResource

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

LogicalModel

A logical model - a conceptual package of data that will be mapped to resources for implementation.

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

Resource

A resource defined by the FHIR specification.

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

Values

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