Show / Hide Table of Contents

Enum FhirSlicing.FhirSlicingRule

Values that represent how slices are interpreted when evaluating an instance.

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

Fields

Name Description
Closed

No additional content is allowed other than that described by the slices in this profile.

Open

Additional content is allowed anywhere in the list.

OpenAtEnd

Additional content is allowed, but only at the end of the list. Note that using this requires that the slices be ordered, which makes it hard to share uses. This should only be done where absolutely required.

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