Show / Hide Table of Contents

Enum ExporterOptions.ExtensionSupportLevel

Values that represent extension support requests.

Namespace: Microsoft.Health.Fhir.SpecManager.Manager
Assembly: Microsoft.Health.Fhir.SpecManager.dll
Syntax
public enum ExtensionSupportLevel : int

Fields

Name Description
All

Every field should have a mockup for extensions.

ByElementPath

Only elements with a path in the provided list should have extensions.

ByExtensionUrl

Only extensions with a URL in the provided list should be included.

None

No extensions should be included.

NonPrimitive

Non-primitive type fields should have extensions.

Official

Official (core) extensions should be included.

OfficialNonPrimitive

An enum constant representing the official non primitive option.

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