FHIR IG analytics| Package | hl7.fhir.uv.sql-on-fhir |
| Resource Type | ValueSet |
| Id | ValueSet-ExportOutputFormatCodes.json |
| FHIR Version | R5 |
| Source | https://build.fhir.org/ig/HL7/sql-on-fhir/ValueSet-ExportOutputFormatCodes.html |
| URL | http://hl7.org/fhir/uv/sql-on-fhir/ValueSet/ExportOutputFormatCodes |
| Version | 2.1.0-pre |
| Status | draft |
| Date | 2026-08-04T12:01:16+00:00 |
| Name | ExportOutputFormatCodes |
| Title | Export Output Format Codes |
| Realm | uv |
| Authority | hl7 |
| Description | Output format codes supported by the export operations. Excludes fhir, which applies to the run operations only; see Common Operation Behavior. |
No resources found
| CodeSystem | ||
| hl7.fhir.uv.sql-on-fhir#current | OutputFormatCodes | Output Format Codes |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet ExportOutputFormatCodes
http://hl7.org/fhir/uv/sql-on-fhir/CodeSystem/OutputFormatCodes version 📦2.1.0-pre| Code | Display | Definition |
| csv | CSV | Comma-separated values |
| ndjson | NDJSON | Newline-delimited JSON |
| parquet | Parquet | Apache Parquet |
| json | JSON | JavaScript Object Notation |
{
"resourceType": "ValueSet",
"id": "ExportOutputFormatCodes",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"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-08-04T12:01:16+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"
}
]
}
]
}
}