View raw Markdown
type: codesystemcodesystem: task-stage

Task Stage Codes

Concepts

CodeDisplayDefinition
proposalproposalThe request is a recommendation or suggestion where there has not yet been any commitment to action
plannedplannedThe request has a specific intention to be performed and may be scheduled but is not yet authorized to be performed
actionableactionableIndicates that the task is authorized and ready to be actioned

CodeSystem XML

<?xml version="1.0" encoding="UTF-8"?>

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="task-stage"/>
  <meta>

  </meta>
  <url value="http://hl7.org/fhir/task-stage"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.4.1847"/>
  </identifier>
  <name value="TaskStageCodes"/>
  <title value="Task Stage Codes"/>
  <status value="draft"/>
  <experimental value="true"/>
  <description value="Task Stage Codes"/>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <concept>
    <code value="proposal"/>
    <display value="proposal"/>
    <definition value="The request is a recommendation or suggestion where there has not yet been any commitment to action"/>
  </concept>
  <concept>
    <code value="planned"/>
    <display value="planned"/>
    <definition value="The request has a specific intention to be performed and may be scheduled but is not yet authorized to be performed"/>
  </concept>
  <concept>
    <code value="actionable"/>
    <display value="actionable"/>
    <definition value="Indicates that the task is authorized and ready to be actioned"/>
  </concept>
</CodeSystem>