PackagesCanonicalsLogsProblems
    Packages
    rs/hl7.fhir.core@1.8.0
    http://hl7.org/fhir/StructureDefinition/codesystem-workflowStatus
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: rs/hl7.fhir.core
derivation: constraint
name: Indicates the state of development of the value set
type: Extension
elements:
  extension:
    index: 0
    slicing:
      slices:
        extension:
          match: {}
          schema: {index: 0}
          max: 0
  url:
    type: uri
    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: 1.8.0
extensions:
  extension: {url: null, max: 0, index: 0}
class: extension
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/codesystem-workflowStatus
base: http://hl7.org/fhir/StructureDefinition/Extension
version: null
required: [value, valueString]