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

: Export Status Code System - XML Representation

Draft as of 2025-07-31

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="ExportStatusCodes"/>
  <text>
    <status value="generated"/>
    <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  code system <code>https://sql-on-fhir.org/ig/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>
  </text>
  <url value="https://sql-on-fhir.org/ig/CodeSystem/ExportStatusCodes"/>
  <version value="2.1.0-pre"/>
  <name value="ExportStatusCodes"/>
  <title value="Export Status Code System"/>
  <status value="draft"/>
  <date value="2025-07-31T21:26:38+00:00"/>
  <publisher value="SQL on FHIR Working Group"/>
  <contact>
    <name value="SQL on FHIR Working Group"/>
    <telecom>
      <system value="url"/>
      <value value="https://sql-on-fhir.org"/>
    </telecom>
  </contact>
  <description value="Export status codes for SQL on FHIR."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <content value="complete"/>
  <count value="5"/>
  <concept>
    <code value="accepted"/>
    <display value="Accepted"/>
    <definition
                value="The export has been accepted and is awaiting processing"/>
  </concept>
  <concept>
    <code value="cancelled"/>
    <display value="Cancelled"/>
    <definition value="The export has been cancelled"/>
  </concept>
  <concept>
    <code value="completed"/>
    <display value="Completed"/>
    <definition value="The export has been completed"/>
  </concept>
  <concept>
    <code value="failed"/>
    <display value="Failed"/>
    <definition value="The export has failed"/>
  </concept>
  <concept>
    <code value="in-progress"/>
    <display value="In progress"/>
    <definition value="The export is currently in progress"/>
  </concept>
</CodeSystem>