description: Workflow Status is used to represent details of the value set development process while the value set has an Activity Status of Preliminary. The development of a value set often follows a formal workflow process from initiation to completion, and this element carries the state variable for this state machine. The assumption is that when first created a value set would have a workflow state of Draft. Additional workflow states may be used. package_name: hl7.fhir.uv.extensions derivation: constraint name: CSWorkflowStatus type: Extension elements: extension: {index: 0} url: pattern: {type: Uri, value: 'http://hl7.org/fhir/StructureDefinition/codesystem-workflowStatus'} index: 1 value: choices: [valueString] index: 3 valueString: {type: string, choiceOf: value, index: 4} package_version: 5.1.0-cibuild extensions: {} class: extension kind: complex-type url: http://hl7.org/fhir/StructureDefinition/codesystem-workflowStatus base: http://hl7.org/fhir/StructureDefinition/Extension version: 5.1.0-cibuild required: [valueString, value]