SQL on FHIR
2.1.0-pre - ci-build International flag

SQL on FHIR, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 2.1.0-pre built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/sql-on-fhir/ and changes regularly. See the Directory of published versions

: Export Status Code System - JSON Representation

Page standards status: Draft

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "ExportStatusCodes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ExportStatusCodes</b></p><a name=\"ExportStatusCodes\"> </a><a name=\"hcExportStatusCodes\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/uv/sql-on-fhir/CodeSystem/ExportStatusCodes</code> defines the following codes:</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\">accepted<a name=\"ExportStatusCodes-accepted\"> </a></td><td>Accepted</td><td>The export has been accepted and is awaiting processing</td></tr><tr><td style=\"white-space:nowrap\">cancelled<a name=\"ExportStatusCodes-cancelled\"> </a></td><td>Cancelled</td><td>The export has been cancelled</td></tr><tr><td style=\"white-space:nowrap\">completed<a name=\"ExportStatusCodes-completed\"> </a></td><td>Completed</td><td>The export has been completed</td></tr><tr><td style=\"white-space:nowrap\">failed<a name=\"ExportStatusCodes-failed\"> </a></td><td>Failed</td><td>The export has failed</td></tr><tr><td style=\"white-space:nowrap\">in-progress<a name=\"ExportStatusCodes-in-progress\"> </a></td><td>In progress</td><td>The export is currently in progress</td></tr></table></div>"
  },
  "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/CodeSystem/ExportStatusCodes",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.40.77.16.1"
    }
  ],
  "version" : "2.1.0-pre",
  "name" : "ExportStatusCodes",
  "title" : "Export Status Code System",
  "status" : "draft",
  "experimental" : false,
  "date" : "2026-07-28T04:38:44+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" : "Export status codes for SQL on FHIR.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 5,
  "concept" : [
    {
      "code" : "accepted",
      "display" : "Accepted",
      "definition" : "The export has been accepted and is awaiting processing"
    },
    {
      "code" : "cancelled",
      "display" : "Cancelled",
      "definition" : "The export has been cancelled"
    },
    {
      "code" : "completed",
      "display" : "Completed",
      "definition" : "The export has been completed"
    },
    {
      "code" : "failed",
      "display" : "Failed",
      "definition" : "The export has failed"
    },
    {
      "code" : "in-progress",
      "display" : "In progress",
      "definition" : "The export is currently in progress"
    }
  ]
}