<StructureDefinition xmlns="http://hl7.org/fhir">
  <url value="StructureDefinition/DCPCarePlan" />
  <name value="DCPCarePlan" />
  <status value="draft" />
  <date value="2018-05-01T12:54:02.586-04:00" />
  <fhirVersion value="3.0.1" />
  <kind value="resource" />
  <abstract value="false" />
  <type value="CarePlan" />
  <baseDefinition value="http://hl7.org/fhir/StructureDefinition/CarePlan" />
  <derivation value="constraint" />
  <differential>
    <element id="CarePlan.identifier">
      <path value="CarePlan.identifier" />
      <requirements value="Need to allow connection to a wider workflow.&#xD;&#xA;This version of the profile requires at least one identifier." />
      <min value="1" />
    </element>
    <element id="CarePlan.category">
      <path value="CarePlan.category" />
      <requirements value="Used for filtering what plan(s) are retrieved and displayed to different types of users.&#xD;&#xA;This version of the profile fixes the code system to Snomed; http://snomed.info/sct" />
      <min value="1" />
    </element>
    <element id="CarePlan.category.coding.system">
      <path value="CarePlan.category.coding.system" />
      <fixedUri value="http://snomed.info/sct" />
    </element>
    <element id="CarePlan.description">
      <path value="CarePlan.description" />
      <requirements value="Provides more detail than conveyed by category.&#xD;&#xA;This version of the profile requires a description." />
      <min value="1" />
    </element>
    <element id="CarePlan.subject">
      <path value="CarePlan.subject" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Patient" />
      </type>
      <meaningWhenMissing value="For this version of the profile, the use of group is not supported." />
    </element>
    <element id="CarePlan.context">
      <path value="CarePlan.context" />
      <meaningWhenMissing value="This profile allows for CarePlan creation outside of the context of an encounter or episode." />
    </element>
    <element id="CarePlan.period">
      <path value="CarePlan.period" />
      <requirements value="Allows tracking what plan(s) are in effect at a particular time.&#xD;&#xA;This version of the profile requires at least a start time for the CarePlan." />
      <min value="1" />
    </element>
    <element id="CarePlan.period.start">
      <path value="CarePlan.period.start" />
      <requirements value="This version of the profile requires at least a start time for the CarePlan." />
      <min value="1" />
    </element>
    <element id="CarePlan.author">
      <path value="CarePlan.author" />
      <requirements value="This version of the profile requires at least one author." />
      <min value="1" />
    </element>
    <element id="CarePlan.addresses">
      <path value="CarePlan.addresses" />
      <requirements value="Links plan to the conditions it manages.  The element can identify risks addressed by the plan as well as active conditions.  (The Condition resource can include things like &quot;at risk for hypertension&quot; or &quot;fall risk&quot;.)  Also scopes plans - multiple plans may exist addressing different concerns.&#xD;&#xA;This version of the profile requires one of more addressed conditions/problems/concerns/diagnoses." />
      <min value="1" />
    </element>
    <element id="CarePlan.goal">
      <path value="CarePlan.goal" />
      <requirements value="Provides context for plan.  Allows plan effectiveness to be evaluated by clinicians.&#xD;&#xA;This version of the profile requires at least one Goal." />
      <min value="1" />
    </element>
  </differential>
</StructureDefinition>