FHIR IG analytics| Package | org.sql-on-fhir.ig |
| Resource Type | CodeSystem |
| Id | CodeSystem-SQLContentTypeCodes.json |
| FHIR Version | R5 |
| Source | https://build.fhir.org/ig/FHIR/sql-on-fhir-v2/CodeSystem-SQLContentTypeCodes.html |
| URL | https://sql-on-fhir.org/ig/CodeSystem/SQLContentTypeCodes |
| Version | 2.1.0-pre |
| Status | draft |
| Date | 2026-03-18T00:07:48+00:00 |
| Name | SQLContentTypeCodes |
| Title | SQL Content Type Codes |
| Realm | uv |
| Description | Permitted contentType values for SQLQuery attachments, including dialect-specific variants. |
| Content | complete |
| ValueSet | ||
| org.sql-on-fhir.ig#current | AllSQLContentTypeCodes | All SQL Content Type Codes |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem SQLContentTypeCodes
This code system https://sql-on-fhir.org/ig/CodeSystem/SQLContentTypeCodes defines the following codes:
{
"resourceType": "CodeSystem",
"id": "SQLContentTypeCodes",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://sql-on-fhir.org/ig/CodeSystem/SQLContentTypeCodes",
"version": "2.1.0-pre",
"name": "SQLContentTypeCodes",
"title": "SQL Content Type Codes",
"status": "draft",
"date": "2026-03-18T00:07:48+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": "Permitted contentType values for SQLQuery attachments, including dialect-specific variants.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"content": "complete",
"count": 23,
"concept": [
{
"code": "application/sql",
"display": "SQL",
"definition": "Standard SQL content (no dialect specified)"
},
{
"code": "application/sql;dialect=ansi-sql",
"display": "ANSI SQL",
"definition": "SQL content using ANSI SQL dialect"
},
{
"code": "application/sql;dialect=bigquery",
"display": "BigQuery",
"definition": "SQL content using Google BigQuery dialect"
},
{
"code": "application/sql;dialect=clickhouse",
"display": "ClickHouse",
"definition": "SQL content using ClickHouse dialect"
},
{
"code": "application/sql;dialect=db2",
"display": "IBM DB2",
"definition": "SQL content using IBM DB2 dialect"
},
{
"code": "application/sql;dialect=duckdb",
"display": "DuckDB",
"definition": "SQL content using DuckDB dialect"
},
{
"code": "application/sql;dialect=h2",
"display": "H2",
"definition": "SQL content using H2 dialect"
},
{
"code": "application/sql;dialect=hive",
"display": "Hive",
"definition": "SQL content using Apache Hive dialect"
},
{
"code": "application/sql;dialect=hsqldb",
"display": "HSQLDB",
"definition": "SQL content using HyperSQL dialect"
},
{
"code": "application/sql;dialect=mariadb",
"display": "MariaDB",
"definition": "SQL content using MariaDB dialect"
},
{
"code": "application/sql;dialect=mysql",
"display": "MySQL",
"definition": "SQL content using MySQL dialect"
},
{
"code": "application/sql;dialect=oracle",
"display": "Oracle SQL",
"definition": "SQL content using Oracle dialect"
},
{
"code": "application/sql;dialect=postgresql",
"display": "PostgreSQL",
"definition": "SQL content using PostgreSQL dialect"
},
{
"code": "application/sql;dialect=presto",
"display": "Presto",
"definition": "SQL content using Presto dialect"
},
{
"code": "application/sql;dialect=redshift",
"display": "Amazon Redshift",
"definition": "SQL content using Amazon Redshift dialect"
},
{
"code": "application/sql;dialect=snowflake",
"display": "Snowflake",
"definition": "SQL content using Snowflake dialect"
},
{
"code": "application/sql;dialect=spark-sql",
"display": "Spark SQL",
"definition": "SQL content using Apache Spark SQL dialect"
},
{
"code": "application/sql;dialect=sql-2",
"display": "SQL-2",
"definition": "SQL content using SQL-2 dialect"
},
{
"code": "application/sql;dialect=sql-server",
"display": "SQL Server",
"definition": "SQL content using Microsoft SQL Server dialect"
},
{
"code": "application/sql;dialect=sqlite",
"display": "SQLite",
"definition": "SQL content using SQLite dialect"
},
{
"code": "application/sql;dialect=teradata",
"display": "Teradata",
"definition": "SQL content using Teradata dialect"
},
{
"code": "application/sql;dialect=trino",
"display": "Trino",
"definition": "SQL content using Trino dialect"
},
{
"code": "application/sql;dialect=vertica",
"display": "Vertica",
"definition": "SQL content using Vertica dialect"
}
]
}