SQL on FHIR
2.1.0-pre - release International flag

SQL on FHIR - Local Development build (v2.1.0-pre) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: SQL Library Types Code System - JSON Representation

Draft as of 2025-07-31

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "LibraryTypesCodes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem LibraryTypesCodes</b></p><a name=\"LibraryTypesCodes\"> </a><a name=\"hcLibraryTypesCodes\"> </a><p>This  code system <code>https://sql-on-fhir.org/ig/CodeSystem/LibraryTypesCodes</code> defines the following code:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">sql-query<a name=\"LibraryTypesCodes-sql-query\"> </a></td><td>SQL Query Definition</td><td>The resource is a definition for a SQL Query</td></tr></table></div>"
  },
  "url" : "https://sql-on-fhir.org/ig/CodeSystem/LibraryTypesCodes",
  "version" : "2.1.0-pre",
  "name" : "LibraryTypesCodes",
  "title" : "SQL Library Types Code System",
  "status" : "draft",
  "date" : "2025-07-31T21:26:38+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" : "Library types for SQL on FHIR.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "content" : "complete",
  "count" : 1,
  "concept" : [
    {
      "code" : "sql-query",
      "display" : "SQL Query Definition",
      "definition" : "The resource is a definition for a SQL Query"
    }
  ]
}