Physical Activity Implementation Guide
1.0.0 - STU Release 1 United States of America flag

This page is part of the U.S. Physical Activity IG (v1.0.0: STU 1.0) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: CarePlan - simple - XML Representation

Page standards status: Informative

Raw xml | Download



<CarePlan xmlns="http://hl7.org/fhir">
  <id value="ExampleCarePlan"/>
  <text>
    <status value="additional"/>
    <div xmlns="http://www.w3.org/1999/xhtml">This care plan focuses on increasing the patient's physical activity levels. Over the next six months, the goal is to gradually increase the weekly exercise in small increments to at least 100 minutes of physical activity per week that makes the patient sweat and breathe heavily. Regular reviews will be conducted to assess the patient's progress and adjust the plan as necessary.</div>
  </text>
  <status value="active"/>
  <intent value="plan"/>
  <category>
    <coding>
      <system
              value="http://hl7.org/fhir/us/core/CodeSystem/careplan-category"/>
      <code value="assess-plan"/>
    </coding>
  </category>
  <category>
    <coding>
      <system
              value="http://hl7.org/fhir/us/physical-activity/CodeSystem/pa-temporary-codes"/>
      <code value="PhysicalActivity"/>
    </coding>
  </category>
  <subject>
    <reference value="http://example.org/fhir/Patient/1"/>
    <display value="Example Patient"/>
  </subject>
  <period>
    <start value="2022-06-08"/>
    <end value="2023-06-08"/>
  </period>
  <goal>
    <reference value="Goal/ExampleGoal"/>
    <display value="Increase physical activity to 100 minutes/week"/>
  </goal>
  <activity>
    <detail>
      <code>
        <coding>
          <system value="http://snomed.info/sct"/>
          <code value="229065009"/>
          <display value="Exercise therapy"/>
        </coding>
      </code>
      <status value="not-started"/>
      <description
                   value="Over the next 6 months, increase your weekly exercise in small increments to at least 100 minutes/week of physical activity that makes you sweat and breathe heavily."/>
    </detail>
  </activity>
  <note>
    <authorReference>
      <reference value="RelatedPerson/ExampleRelatedPerson"/>
      <display value="Mother"/>
    </authorReference>
    <time value="2022-12-15"/>
    <text
          value="The patient has been making significant progress, regularly exceeding the target and has found an activity they enjoy. Regular reviews will be conducted to assess the patient's progress and adjust the plan as necessary."/>
  </note>
</CarePlan>