Show / Hide Table of Contents

Enum FhirArtifactClassEnum

Values that represent FHIR artifact class enums.

Namespace: Microsoft.Health.Fhir.CodeGenCommon.Models
Assembly: Microsoft.Health.Fhir.CodeGenCommon.dll
Syntax
public enum FhirArtifactClassEnum : int

Fields

Name Description
CapabilityStatement

An enum constant representing the capability statement option.

CodeSystem

An enum constant representing the code system option.

Compartment

An enum constant representing the compartment option.

ComplexType

An enum constant representing the complex type option.

ConceptMap

An enum constant representing the concept map option.

Extension

An enum constant representing the extension option.

ImplementationGuide

An enum constant representing the implementation guide option.

LogicalModel

An enum constant representing the logical model option.

NamingSystem

An enum constant representing the naming system option.

Operation

An enum constant representing the operation option.

PrimitiveType

An enum constant representing the primitive type option.

Profile

An enum constant representing the profile option.

Resource

An enum constant representing the resource option.

SearchParameter

An enum constant representing the search parameter option.

StructureMap

An enum constant representing the structure map option.

Unknown

An enum constant representing the unknown option.

ValueSet

An enum constant representing the value set option.

  • Improve this Doc
  • View Source
In This Article
  • Fields
Back to top Generated by DocFX