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-category.xml

Definition for Value SetCarePlanActivityCategory

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>CarePlanActivityCategory</h2>
      <p>High-level categorization of the type of activity in a care plan.</p>
      <p>This value set defines its own terms in the system http://hl7.org/fhir/care-plan-activity-category</p>
      <table>
        <tr>
          <td>
            <b>Code</b>
          </td>
          <td>
            <b>Display</b>
          </td>
          <td>
            <b>Definition</b>
          </td>
        </tr>
        <tr>
          <td>diet
            <a name="diet"> </a>
          </td>
          <td/>
          <td>Plan for the patient to consume food of a specified nature.</td>
        </tr>
        <tr>
          <td>drug
            <a name="drug"> </a>
          </td>
          <td/>
          <td>Plan for the patient to consume/receive a drug, vaccine or other product.</td>
        </tr>
        <tr>
          <td>encounter
            <a name="encounter"> </a>
          </td>
          <td/>
          <td>Plan to meet or communicate with the patient (in-patient, out-patient, phone call, etc.).</td>
        </tr>
        <tr>
          <td>observation
            <a name="observation"> </a>
          </td>
          <td/>
          <td>Plan to capture information about a patient (vitals, labs, diagnostic images, etc.).</td>
        </tr>
        <tr>
          <td>procedure
            <a name="procedure"> </a>
          </td>
          <td/>
          <td>Plan to modify the patient in some way (surgery, physiotherapy, education, counseling,
             etc.).</td>
        </tr>
        <tr>
          <td>supply
            <a name="supply"> </a>
          </td>
          <td/>
          <td>Plan to provide something to the patient (medication, medical supply, etc.).</td>
        </tr>
        <tr>
          <td>other
            <a name="other"> </a>
          </td>
          <td/>
          <td>Some other form of action.</td>
        </tr>
      </table>
    </div>
  </text>
  <identifier value="http://hl7.org/fhir/vs/care-plan-activity-category"/>
  <name value="CarePlanActivityCategory"/>
  <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="High-level categorization of the type of activity in a care plan."/>
  <status value="draft"/>
  <date value="2014-09-30T18:09:16.976+10:00"/>
  <define>
    <system value="http://hl7.org/fhir/care-plan-activity-category"/>
    <caseSensitive value="true"/>
    <concept>
      <code value="diet"/>
      <definition value="Plan for the patient to consume food of a specified nature."/>
    </concept>
    <concept>
      <code value="drug"/>
      <definition value="Plan for the patient to consume/receive a drug, vaccine or other product."/>
    </concept>
    <concept>
      <code value="encounter"/>
      <definition value="Plan to meet or communicate with the patient (in-patient, out-patient, phone call, etc.)."/>
    </concept>
    <concept>
      <code value="observation"/>
      <definition value="Plan to capture information about a patient (vitals, labs, diagnostic images, etc.)."/>
    </concept>
    <concept>
      <code value="procedure"/>
      <definition value="Plan to modify the patient in some way (surgery, physiotherapy, education, counseling,
       etc.)."/>
    </concept>
    <concept>
      <code value="supply"/>
      <definition value="Plan to provide something to the patient (medication, medical supply, etc.)."/>
    </concept>
    <concept>
      <code value="other"/>
      <definition value="Some other form of action."/>
    </concept>
  </define>
</ValueSet>