Is your feature request related to a problem? Please describe.
While performing a large reindex, we noticed a few deadlocks and at least one was related to a search parameter that should be in our default (pre-populated) parameter_name table, but isn't: communication:text
This list was originally created by ingesting a bunch of data with the default config and then grabbing all of the parameter names. However, our search parameter processing has likely evolved since then.
Describe the solution you'd like
Repeat the process for generating parameter_names.properties so that a fresh db will be pre-populated with the most accurate list of built-in parameter names possible.
Describe alternatives you've considered
Acceptance Criteria
- GIVEN [a precondition]
AND [another precondition]
WHEN [test step]
AND [test step]
THEN [verification step]
AND [verification step]
Additional context
If we do this before FHIR R4B, we'll need to do it again after that.
Is your feature request related to a problem? Please describe.
While performing a large reindex, we noticed a few deadlocks and at least one was related to a search parameter that should be in our default (pre-populated) parameter_name table, but isn't:
communication:textThis list was originally created by ingesting a bunch of data with the default config and then grabbing all of the parameter names. However, our search parameter processing has likely evolved since then.
Describe the solution you'd like
Repeat the process for generating parameter_names.properties so that a fresh db will be pre-populated with the most accurate list of built-in parameter names possible.
Describe alternatives you've considered
Acceptance Criteria
AND [another precondition]
WHEN [test step]
AND [test step]
THEN [verification step]
AND [verification step]
Additional context
If we do this before FHIR R4B, we'll need to do it again after that.