SQL on FHIR
2.1.0-pre - release
SQL on FHIR - Local Development build (v2.1.0-pre) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Draft as of 2026-03-31 |
<ValueSet xmlns="http://hl7.org/fhir">
<id value="SQLQueryRunOutputFormatCodes"/>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ValueSet SQLQueryRunOutputFormatCodes</b></p><a name="SQLQueryRunOutputFormatCodes"> </a><a name="hcSQLQueryRunOutputFormatCodes"> </a><ul><li>Include these codes as defined in <a href="CodeSystem-OutputFormatCodes.html"><code>https://sql-on-fhir.org/ig/CodeSystem/OutputFormatCodes</code></a><span title="Version is not explicitly stated, which means it is fixed to the version provided in this specification"> version 📦2.1.0-pre</span><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href="CodeSystem-OutputFormatCodes.html#OutputFormatCodes-csv">csv</a></td><td style="color: #cccccc">CSV</td><td>Comma-separated values</td></tr><tr><td><a href="CodeSystem-OutputFormatCodes.html#OutputFormatCodes-ndjson">ndjson</a></td><td style="color: #cccccc">NDJSON</td><td>Newline-delimited JSON</td></tr><tr><td><a href="CodeSystem-OutputFormatCodes.html#OutputFormatCodes-parquet">parquet</a></td><td style="color: #cccccc">Parquet</td><td>Apache Parquet</td></tr><tr><td><a href="CodeSystem-OutputFormatCodes.html#OutputFormatCodes-json">json</a></td><td style="color: #cccccc">JSON</td><td>JavaScript Object Notation</td></tr><tr><td><a href="CodeSystem-OutputFormatCodes.html#OutputFormatCodes-fhir">fhir</a></td><td style="color: #cccccc">FHIR</td><td>FHIR Parameters resource</td></tr></table></li></ul></div>
</text>
<url
value="https://sql-on-fhir.org/ig/ValueSet/SQLQueryRunOutputFormatCodes"/>
<version value="2.1.0-pre"/>
<name value="SQLQueryRunOutputFormatCodes"/>
<title value="SQLQuery Run Output Format Codes"/>
<status value="draft"/>
<date value="2026-03-31T14:20:10+00:00"/>
<publisher value="SQL on FHIR Working Group"/>
<contact>
<name value="SQL on FHIR Working Group"/>
<telecom>
<system value="url"/>
<value value="https://sql-on-fhir.org"/>
</telecom>
</contact>
<description
value="Output format codes supported by the $sqlquery-run operation."/>
<jurisdiction>
<coding>
<system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
<code value="001"/>
<display value="World"/>
</coding>
</jurisdiction>
<compose>
<include>
<system
value="https://sql-on-fhir.org/ig/CodeSystem/OutputFormatCodes"/>
<concept>
<code value="csv"/>
</concept>
<concept>
<code value="ndjson"/>
</concept>
<concept>
<code value="parquet"/>
</concept>
<concept>
<code value="json"/>
</concept>
<concept>
<code value="fhir"/>
</concept>
</include>
</compose>
</ValueSet>