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

FHIR IG analytics

Packagehl7.fhir.uv.sql-on-fhir
Resource TypeCodeSystem
IdCodeSystem-ExportStatusCodes.json
FHIR VersionR6
Sourcehttps://build.fhir.org/ig/HL7/sql-on-fhir/CodeSystem-ExportStatusCodes.html
URLhttp://hl7.org/fhir/uv/sql-on-fhir/CodeSystem/ExportStatusCodes
Version3.0.0-ballot
Statusactive
Date2026-08-07T21:36:46+00:00
NameExportStatusCodes
TitleExport Status Code System
Realmuv
Authorityhl7
DescriptionExport status codes for SQL on FHIR.
Contentcomplete

Resources that use this resource

ValueSet
hl7.fhir.uv.sql-on-fhir#currentExportStatusCodesExport Status Codes

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem ExportStatusCodes

This case-sensitive code system http://hl7.org/fhir/uv/sql-on-fhir/CodeSystem/ExportStatusCodes defines the following codes:

CodeDisplayDefinition
accepted AcceptedThe export has been accepted and is awaiting processing
cancelled CancelledThe export has been cancelled
completed CompletedThe export has been completed
failed FailedThe export has failed
in-progress In progressThe export is currently in progress

Source1

{
  "resourceType": "CodeSystem",
  "id": "ExportStatusCodes",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2,
      "_valueInteger": {
        "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/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_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": "3.0.0-ballot",
  "name": "ExportStatusCodes",
  "title": "Export Status Code System",
  "status": "active",
  "experimental": false,
  "date": "2026-08-07T21:36:46+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"
    }
  ]
}