Enum FhirCapabiltyStatement.ExpectationCodes
Values that represent conformance expectation codes.
Namespace: Microsoft.Health.Fhir.CodeGenCommon.Models
Assembly: Microsoft.Health.Fhir.CodeGenCommon.dll
Syntax
public enum ExpectationCodes : int
Fields
| Name | Description |
|---|---|
| MAY | An enum constant representing the may option. |
| NotSpecified | No conformance expectation has been specified. |
| SHALL | An enum constant representing the shall option. |
| SHOULD | An enum constant representing the should option. |