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 |
{
"resourceType" : "ValueSet",
"id" : "SQLQueryRunOutputFormatCodes",
"text" : {
"status" : "extensions",
"div" : "<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>"
},
"url" : "https://sql-on-fhir.org/ig/ValueSet/SQLQueryRunOutputFormatCodes",
"version" : "2.1.0-pre",
"name" : "SQLQueryRunOutputFormatCodes",
"title" : "SQLQuery Run Output Format Codes",
"status" : "draft",
"date" : "2026-03-31T14:20:10+00:00",
"publisher" : "SQL on FHIR Working Group",
"contact" : [
{
"name" : "SQL on FHIR Working Group",
"telecom" : [
{
"system" : "url",
"value" : "https://sql-on-fhir.org"
}
]
}
],
"description" : "Output format codes supported by the $sqlquery-run operation.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"compose" : {
"include" : [
{
"system" : "https://sql-on-fhir.org/ig/CodeSystem/OutputFormatCodes",
"concept" : [
{
"code" : "csv"
},
{
"code" : "ndjson"
},
{
"code" : "parquet"
},
{
"code" : "json"
},
{
"code" : "fhir"
}
]
}
]
}
}