HealthcareFhirConfig

Config to data store for HEALTHCARE_FHIR vertical.

JSON representation
{
  "enableConfigurableSchema": boolean,
  "enableStaticIndexingForBatchIngestion": boolean
}
Fields
enableConfigurableSchema

boolean

Whether to enable configurable schema for HEALTHCARE_FHIR vertical.

If set to true, the predefined healthcare fhir schema can be extended for more customized searching and filtering.

enableStaticIndexingForBatchIngestion

boolean

Whether to enable static indexing for HEALTHCARE_FHIR batch ingestion.

If set to true, the batch ingestion will be processed in a static indexing mode which is slower but more capable of handling larger volume.