STU 3 Ballot

This page is part of the FHIR Specification (v1.6.0: STU 3 Ballot 4). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Codesystem-task-stage.xml

Raw XML (canonical form)

Definition for Code System Task Stage Codes

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="task-stage"/>
  <meta>
    <lastUpdated value="2016-08-11T17:02:54.322+10:00"/>
    <profile value="http://hl7.org/fhir/StructureDefinition/codesystem-shareable-definition"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>Task Stage Codes</h2>
      <div>
        <p>Task Stage codes.</p>

      </div>
      <p>This code system http://hl7.org/fhir/task-stage defines the following codes:</p>
      <table class="codes">
        <tr>
          <td>
            <b>Code</b>
          </td>
          <td>
            <b>Display</b>
          </td>
          <td>
            <b>Definition</b>
          </td>
        </tr>
        <tr>
          <td>proposal
            <a name="task-stage-proposal"> </a>
          </td>
          <td>proposal</td>
          <td>The request is a recommendation or suggestion where there has not yet been any commitment
             to action</td>
        </tr>
        <tr>
          <td>planned
            <a name="task-stage-planned"> </a>
          </td>
          <td>planned</td>
          <td>The request has a specific intention to be performed and may be scheduled but is not yet
             authorized to be performed</td>
        </tr>
        <tr>
          <td>actionable
            <a name="task-stage-actionable"> </a>
          </td>
          <td>actionable</td>
          <td>Indicates that the task is authorized and ready to be actioned</td>
        </tr>
      </table>
    </div>
  </text>
  <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.1.908"/>
  </identifier>
  <version value="1.6.0"/>
  <name value="Task Stage Codes"/>
  <status value="draft"/>
  <experimental value="true"/>
  <publisher value="FHIR Project team"/>
  <contact>
    <telecom>
      <system value="other"/>
      <value value="http://hl7.org/fhir"/>
    </telecom>
  </contact>
  <description value="Task Stage codes."/>
  <caseSensitive value="true"/>
  <valueSet value="http://hl7.org/fhir/ValueSet/task-stage"/>
  <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>

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.