FHIR IG analytics| Package | hl7.fhir.uv.bulkdata |
| Resource Type | ValueSet |
| Id | ValueSet-submission-status.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/HL7/bulk-data/ValueSet-submission-status.html |
| URL | http://hl7.org/fhir/uv/bulkdata/ValueSet/submission-status |
| Version | 4.0.0-ballot |
| Status | active |
| Date | 2026-05-05 |
| Name | SubmissionStatusValueSet |
| Title | Submission Status Value Set |
| Realm | uv |
| Authority | hl7 |
| Description | Status codes for the Bulk Data Submit operation `submissionStatus` parameter. |
No resources found
| CodeSystem | ||
| hl7.fhir.uv.xver-r4.r4b#0.1.0 | event-status | EventStatus |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet submission-status
http://hl7.org/fhir/event-status version 📦4.0.1| Code | Display | Definition |
| in-progress | In Progress | The event is currently occurring. |
| completed | Completed | The event has now concluded. |
| stopped | Stopped | The 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. |
{
"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"
}
]
}
]
}
}