FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageorg.sql-on-fhir.ig
Resource TypeValueSet
IdValueSet-SQLQueryRunOutputFormatCodes.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/FHIR/sql-on-fhir-v2/ValueSet-SQLQueryRunOutputFormatCodes.html
URLhttps://sql-on-fhir.org/ig/ValueSet/SQLQueryRunOutputFormatCodes
Version2.1.0-pre
Statusdraft
Date2026-03-31T14:17:59+00:00
NameSQLQueryRunOutputFormatCodes
TitleSQLQuery Run Output Format Codes
Realmuv
DescriptionOutput format codes supported by the $sqlquery-run operation.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
org.sql-on-fhir.ig#currentOutputFormatCodesOutput Format Codes

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet SQLQueryRunOutputFormatCodes


Source1

{
  "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"
          }
        ]
      }
    ]
  }
}