Expand description
Output formatting for $sqlquery-run.
Non-FHIR formats (csv/json/ndjson/parquet) reuse helios_sof::format_output
via rows_to_processed_result. This module owns the _format=fhir path:
emit a Parameters resource whose value[X] choices are driven by the
query result’s per-column FHIR type (recorded during materialization /
query execution), not by JSON shape.
Functions§
- format_
fhir_ parameters - Render a
QueryResultas a FHIRParametersresource per the SoF v2 spec. One top-levelparameterper row (namerow), with onepartper non-NULL column. NULL columns are omitted entirely.