FhirStoreComplexDataTypeReferenceParsing

enum FhirStoreComplexDataTypeReferenceParsing : Enum<FhirStoreComplexDataTypeReferenceParsing> , ConvertibleToJava<FhirStoreComplexDataTypeReferenceParsing>

Enable parsing of references within complex FHIR data types such as Extensions. If this value is set to ENABLED, then features like referential integrity and Bundle reference rewriting apply to all references. If this flag has not been specified the behavior of the FHIR store will not change, references in complex data types will not be parsed. New stores will have this value set to ENABLED after a notification period. Warning: turning on this flag causes processing existing resources to fail if they contain references to non-existent resources.

Entries

No parsing behavior specified. This is the same as DISABLED for backwards compatibility.

Link copied to clipboard

References in complex data types are ignored.

Link copied to clipboard

References in complex data types are parsed.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): FhirStoreComplexDataTypeReferenceParsing
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: FhirStoreComplexDataTypeReferenceParsing
Link copied to clipboard
Link copied to clipboard