SQL on FHIR
2.1.0-pre - release
SQL on FHIR, published by SQL on FHIR Working Group. This guide is not an authorized publication; it is the continuous build for version 2.1.0-pre built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/FHIR/sql-on-fhir-v2/ and changes regularly. See the Directory of published versions
Draft as of 2025-10-20 |
{
"resourceType" : "CodeSystem",
"id" : "OutputFormatCodes",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem OutputFormatCodes</b></p><a name=\"OutputFormatCodes\"> </a><a name=\"hcOutputFormatCodes\"> </a><p>This code system <code>https://sql-on-fhir.org/ig/CodeSystem/OutputFormatCodes</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">csv<a name=\"OutputFormatCodes-csv\"> </a></td><td>CSV</td><td>Comma-separated values</td></tr><tr><td style=\"white-space:nowrap\">parquet<a name=\"OutputFormatCodes-parquet\"> </a></td><td>Parquet</td><td>Apache Parquet</td></tr><tr><td style=\"white-space:nowrap\">json<a name=\"OutputFormatCodes-json\"> </a></td><td>JSON</td><td>JavaScript Object Notation</td></tr></table></div>"
},
"url" : "https://sql-on-fhir.org/ig/CodeSystem/OutputFormatCodes",
"version" : "2.1.0-pre",
"name" : "OutputFormatCodes",
"title" : "Output Format Codes",
"status" : "draft",
"date" : "2025-10-20T13:51:14+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 for SQL on FHIR.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"content" : "complete",
"count" : 3,
"concept" : [
{
"code" : "csv",
"display" : "CSV",
"definition" : "Comma-separated values"
},
{
"code" : "parquet",
"display" : "Parquet",
"definition" : "Apache Parquet"
},
{
"code" : "json",
"display" : "JSON",
"definition" : "JavaScript Object Notation"
}
]
}