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 in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: CarePlan - updated version - Scenario 4 - XML Representation

Page standards status: Informative

Raw xml | Download



<CarePlan xmlns="http://hl7.org/fhir">
  <id value="Scen4CarePlanV2"/>
  <text>
    <status value="additional"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Ms. Scarborough will use her home weights and alternate between lower-body and upper-body on week-days each morning for 15 minutes after waking and 30 minutes before dinner.</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="Patient/Scen4PatientScarborough"/>
    <display value="Ms. Scarborough"/>
  </subject>
  <period>
    <start value="2024-03-30"/>
  </period>
  <author>
    <reference value="Practitioner/Scen4Practitioner"/>
    <display value="Ms. Rocha"/>
  </author>
  <goal>
    <reference value="Goal/Scen4Goal1V2"/>
  </goal>
  <goal>
    <reference value="Goal/Scen4Goal2V1"/>
  </goal>
</CarePlan>