This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Care-plan-activity-status.xml

Definition for Value SetCarePlanActivityStatus

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>CarePlanActivityStatus</h2>
      <p>Indicates where the activity is at in its overall life cycle</p>
      <p>This value set defines its own terms in the system http://hl7.org/fhir/care-plan-activity-status</p>
      <table>
        <tr>
          <td>
            <b>Code</b>
          </td>
          <td>
            <b>Display</b>
          </td>
          <td>
            <b>Definition</b>
          </td>
        </tr>
        <tr>
          <td>not started
            <a name="notstarted"> </a>
          </td>
          <td/>
          <td>Activity is planned but no action has yet been taken.</td>
        </tr>
        <tr>
          <td>scheduled
            <a name="scheduled"> </a>
          </td>
          <td/>
          <td>Appointment or other booking has occurred but activity has not yet begun.</td>
        </tr>
        <tr>
          <td>in progress
            <a name="inprogress"> </a>
          </td>
          <td/>
          <td>Activity has been started but is not yet complete.</td>
        </tr>
        <tr>
          <td>on hold
            <a name="onhold"> </a>
          </td>
          <td/>
          <td>Activity was started but has temporarily ceased with an expectation of resumption at a
             future time.</td>
        </tr>
        <tr>
          <td>completed
            <a name="completed"> </a>
          </td>
          <td/>
          <td>The activities have been completed (more or less) as planned.</td>
        </tr>
        <tr>
          <td>cancelled
            <a name="cancelled"> </a>
          </td>
          <td/>
          <td>The activities have been ended prior to completion (perhaps even before they were started).</td>
        </tr>
      </table>
    </div>
  </text>
  <identifier value="http://hl7.org/fhir/vs/care-plan-activity-status"/>
  <name value="CarePlanActivityStatus"/>
  <publisher value="HL7 (FHIR Project)"/>
  <telecom>
    <system value="url"/>
    <value value="http://hl7.org/fhir"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="fhir@lists.hl7.org"/>
  </telecom>
  <description value="Indicates where the activity is at in its overall life cycle"/>
  <status value="draft"/>
  <date value="2014-09-30T18:09:16.977+10:00"/>
  <define>
    <system value="http://hl7.org/fhir/care-plan-activity-status"/>
    <caseSensitive value="true"/>
    <concept>
      <code value="not started"/>
      <definition value="Activity is planned but no action has yet been taken."/>
    </concept>
    <concept>
      <code value="scheduled"/>
      <definition value="Appointment or other booking has occurred but activity has not yet begun."/>
    </concept>
    <concept>
      <code value="in progress"/>
      <definition value="Activity has been started but is not yet complete."/>
    </concept>
    <concept>
      <code value="on hold"/>
      <definition value="Activity was started but has temporarily ceased with an expectation of resumption at a
       future time."/>
    </concept>
    <concept>
      <code value="completed"/>
      <definition value="The activities have been completed (more or less) as planned."/>
    </concept>
    <concept>
      <code value="cancelled"/>
      <definition value="The activities have been ended prior to completion (perhaps even before they were started)."/>
    </concept>
  </define>
</ValueSet>