FHIR IG analytics| Package | org.sql-on-fhir.ig |
| Resource Type | ValueSet |
| Id | ValueSet-SQLQueryRunOutputFormatCodes.json |
| FHIR Version | R5 |
| Source | https://build.fhir.org/ig/FHIR/sql-on-fhir-v2/ValueSet-SQLQueryRunOutputFormatCodes.html |
| URL | https://sql-on-fhir.org/ig/ValueSet/SQLQueryRunOutputFormatCodes |
| Version | 2.1.0-pre |
| Status | draft |
| Date | 2026-03-31T14:17:59+00:00 |
| Name | SQLQueryRunOutputFormatCodes |
| Title | SQLQuery Run Output Format Codes |
| Realm | uv |
| Description | Output format codes supported by the $sqlquery-run operation. |
No resources found
| CodeSystem | ||
| org.sql-on-fhir.ig#current | OutputFormatCodes | Output Format Codes |
Note: links and images are rebased to the (stated) source
{
"resourceType": "ValueSet",
"id": "SQLQueryRunOutputFormatCodes",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"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:17:59+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"
}
]
}
]
}
}