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 SourceDataType
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 |
LiteralDataType
Literal for code: DataType
Declaration
public const string LiteralDataType = null
Field Value
Type | Description |
---|---|
System. |
LiteralLogicalModel
Literal for code: LogicalModel
Declaration
public const string LiteralLogicalModel = null
Field Value
Type | Description |
---|---|
System. |
LiteralResource
Literal for code: Resource
Declaration
public const string LiteralResource = null
Field Value
Type | Description |
---|---|
System. |
LiteralStructureDefinitionKindDataType
Literal for code: StructureDefinitionKindDataType
Declaration
public const string LiteralStructureDefinitionKindDataType = null
Field Value
Type | Description |
---|---|
System. |
LiteralStructureDefinitionKindLogicalModel
Literal for code: StructureDefinitionKindLogicalModel
Declaration
public const string LiteralStructureDefinitionKindLogicalModel = null
Field Value
Type | Description |
---|---|
System. |
LiteralStructureDefinitionKindResource
Literal for code: StructureDefinitionKindResource
Declaration
public const string LiteralStructureDefinitionKindResource = null
Field Value
Type | Description |
---|---|
System. |
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 |
Resource
A resource defined by the FHIR specification.
Declaration
public static readonly Coding Resource
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up StructureDefinitionKind Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |