2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4B R4 R3 R2

Extension-valueset-workflowStatus.json

Raw JSON (canonical form)

Indicates the state of development of the value set

{
  "resourceType": "ExtensionDefinition",
  "id": "valueset-workflowStatus",
  "url": "http://hl7.org/fhir/ExtensionDefinition/valueset-workflowStatus",
  "name": "Indicates the state of development of the value set",
  "publisher": "HL7",
  "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.",
  "status": "draft",
  "date": "2015-02-23T09:07:27+11:00",
  "contextType": "resource",
  "context": [
    "ValueSet"
  ],
  "element": [
    {
      "path": "Extension",
      "short": "Indicates the state of development of the value set",
      "definition": "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.",
      "comments": "The values that this element may assume include phrases that capture various stages in review and approval. In addition to the minimum of ???Draft???,  these include ???Proposed???, ???Approved???, ???Ready to Publish???.  There may be additional states defined by different developers. This is an optional element because the use of Activity Status ???Preliminary??? may be sufficient for some implementations.",
      "min": 0,
      "max": "1",
      "type": [
        {
          "code": "string"
        }
      ]
    }
  ]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.