SQL on FHIR
2.1.0-pre - ci-build International flag

SQL on FHIR, published by HL7 International / FHIR Infrastructure. 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/HL7/sql-on-fhir/ and changes regularly. See the Directory of published versions

: Export Output Format Codes - JSON Representation

Page standards status: Draft

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "ExportOutputFormatCodes",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ExportOutputFormatCodes</b></p><a name=\"ExportOutputFormatCodes\"> </a><a name=\"hcExportOutputFormatCodes\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-OutputFormatCodes.html\"><code>http://hl7.org/fhir/uv/sql-on-fhir/CodeSystem/OutputFormatCodes</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version &#x1F4E6;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></table></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "fhir"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "draft",
      "_valueCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/uv/sql-on-fhir/ImplementationGuide/hl7.fhir.uv.sql-on-fhir"
          }
        ]
      }
    }
  ],
  "url" : "http://hl7.org/fhir/uv/sql-on-fhir/ValueSet/ExportOutputFormatCodes",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.40.77.48.2"
    }
  ],
  "version" : "2.1.0-pre",
  "name" : "ExportOutputFormatCodes",
  "title" : "Export Output Format Codes",
  "status" : "draft",
  "experimental" : false,
  "date" : "2026-07-28T04:38:44+00:00",
  "publisher" : "HL7 International / FHIR Infrastructure",
  "contact" : [
    {
      "name" : "HL7 International / FHIR Infrastructure",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description" : "Output format codes supported by the export operations. Excludes fhir, which applies to the run operations only; see Common Operation Behavior.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/uv/sql-on-fhir/CodeSystem/OutputFormatCodes",
        "concept" : [
          {
            "code" : "csv"
          },
          {
            "code" : "ndjson"
          },
          {
            "code" : "parquet"
          },
          {
            "code" : "json"
          }
        ]
      }
    ]
  }
}