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

FHIR IG analytics

Packagehl7.fhir.uv.bulkdata
Resource TypeValueSet
IdValueSet-submission-status.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7/bulk-data/ValueSet-submission-status.html
URLhttp://hl7.org/fhir/uv/bulkdata/ValueSet/submission-status
Version4.0.0-ballot
Statusactive
Date2026-05-05
NameSubmissionStatusValueSet
TitleSubmission Status Value Set
Realmuv
Authorityhl7
DescriptionStatus codes for the Bulk Data Submit operation `submissionStatus` parameter.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
hl7.fhir.uv.xver-r4.r4b#0.1.0event-statusEventStatus

Narrative

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

Generated Narrative: ValueSet submission-status

  • Include these codes as defined in http://hl7.org/fhir/event-status version 📦4.0.1
    CodeDisplayDefinition
    in-progressIn ProgressThe event is currently occurring.
    completedCompletedThe event has now concluded.
    stoppedStoppedThe event was terminated prior to the full completion of the intended activity but after at least some of the 'main' activity (beyond preparation) has occurred.

Source1

{
  "resourceType": "ValueSet",
  "id": "submission-status",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "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/bulkdata/ImplementationGuide/hl7.fhir.uv.bulkdata"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/uv/bulkdata/ValueSet/submission-status",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.74.48.3"
    }
  ],
  "version": "4.0.0-ballot",
  "name": "SubmissionStatusValueSet",
  "title": "Submission Status Value Set",
  "status": "active",
  "experimental": false,
  "date": "2026-05-05",
  "publisher": "HL7 International / FHIR Infrastructure",
  "contact": [
    {
      "name": "HL7 International / FHIR Infrastructure",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        },
        {
          "system": "email",
          "value": "fhir@lists.HL7.org"
        }
      ]
    }
  ],
  "description": "Status codes for the Bulk Data Submit operation `submissionStatus` parameter.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "immutable": true,
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/event-status",
        "concept": [
          {
            "code": "in-progress"
          },
          {
            "code": "completed"
          },
          {
            "code": "stopped"
          }
        ]
      }
    ]
  }
}