<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="care-plan-activity-category" />
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>The narrative has been removed to reduce the size of the distribution of the Hl7.Fhir.Specification library</p>
    </div>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status">
    <valueString value="Informative" />
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="1" />
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="pc" />
  </extension>
  <url value="http://hl7.org/fhir/care-plan-activity-category" />
  <identifier>
    <system value="urn:ietf:rfc:3986" />
    <value value="urn:oid:2.16.840.1.113883.4.642.1.132" />
  </identifier>
  <version value="1.0.0" />
  <name value="CarePlanActivityCategory" />
  <status value="draft" />
  <experimental value="true" />
  <date value="2015-08-31T09:04:04+10:00" />
  <publisher value="HL7 (FHIR Project)" />
  <contact>
    <telecom>
      <system value="url" />
      <value value="http://hl7.org/fhir" />
    </telecom>
    <telecom>
      <system value="email" />
      <value value="fhir@lists.hl7.org" />
    </telecom>
  </contact>
  <description value="High-level categorization of the type of activity in a care plan." />
  <caseSensitive value="true" />
  <valueSet value="http://hl7.org/fhir/ValueSet/care-plan-activity-category" />
  <content value="complete" />
  <concept>
    <code value="diet" />
    <display value="Diet" />
    <definition value="Plan for the patient to consume food of a specified nature" />
  </concept>
  <concept>
    <code value="drug" />
    <display value="Drug" />
    <definition value="Plan for the patient to consume/receive a drug, vaccine or other product" />
  </concept>
  <concept>
    <code value="encounter" />
    <display value="Encounter" />
    <definition value="Plan to meet or communicate with the patient (in-patient, out-patient, phone call, etc.)" />
  </concept>
  <concept>
    <code value="observation" />
    <display value="Observation" />
    <definition value="Plan to capture information about a patient (vitals, labs, diagnostic images, etc.)" />
  </concept>
  <concept>
    <code value="procedure" />
    <display value="Procedure" />
    <definition value="Plan to modify the patient in some way (surgery, physiotherapy, education, counseling, etc.)" />
  </concept>
  <concept>
    <code value="supply" />
    <display value="Supply" />
    <definition value="Plan to provide something to the patient (medication, medical supply, etc.)" />
  </concept>
  <concept>
    <code value="other" />
    <display value="Other" />
    <definition value="Some other form of action" />
  </concept>
</CodeSystem>