Enum FhirSliceDiscriminatorRule.FhirSliceDiscriminatorType
Values that represent fhir slice discriminator types.
Namespace: Microsoft.Health.Fhir.CodeGenCommon.Models
Assembly: Microsoft.Health.Fhir.CodeGenCommon.dll
Syntax
public enum FhirSliceDiscriminatorType : int
Fields
Name | Description |
---|---|
Exists | The slices are differentiated by the presence or absence of the nominated element. |
Pattern | The slices have different values in the nominated element, as determined by testing them against the applicable ElementDefinition.pattern[x]. |
Profile | The slices are differentiated by conformance of the nominated element to a specified profile. Note that if the path specifies .resolve() then the profile is the target profile on the reference. In this case, validation by the possible profiles is required to differentiate the slices. |
Type | The slices are differentiated by type of the nominated element. |
Value | The slices have different values in the nominated element. |