Structs§
- Date
Range - Decimal
Range - Dynamic
Parameter Entry - Dynamic
Parameter Value - The typed value slot of a project-level (user-submitted) search parameter,
matching the fixed
dynamic_parameters.value.*schema declared in the Elasticsearch mapping. Exactly one field is set, matching the parameter’sSearchParamType. Unlike system-level parameters, a user-submitted parameter’s URL is arbitrary and can’t safely become an Elasticsearch field name (mapping explosion, plus Elasticsearch would silently collapse any dot in that URL into a nested object path) - so it’s stored as the plain string value of theurlfield instead. SeeDynamicParameterEntry. - Quantity
Range - Reference
Index - Token
Index
Enums§
Functions§
- date_
time_ range - Converts a FHIR date/time value into a date range suitable for indexing.
- get_
decimal_ range - Calculates the decimal range used for indexing a number or quantity, based on the precision of the input value.
- to_
insertable_ index - Converts resolved search parameter values into an indexable representation.