Enum FhirComplex.FhirComplexType
Values that represent fhir complex types.
Namespace: Microsoft.Health.Fhir.CodeGenCommon.Models
Assembly: Microsoft.Health.Fhir.CodeGenCommon.dll
Syntax
public enum FhirComplexType : int
Fields
| Name | Description |
|---|---|
| DataType | An enum constant representing the data type option. |
| Extension | An enum constant representing the extension option. |
| LogicalModel | An enum constant representing the logical model option. |
| Profile | An enum constant representing the profile option. |
| Resource | An enum constant representing the resource option. |