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

Physical Activity Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/physical-activity/ and changes regularly. See the Directory of published versions

: CarePlan - initial - Scenario 1 - XML Representation

Page standards status: Informative

Raw xml | Download



<CarePlan xmlns="http://hl7.org/fhir">
  <id value="Scen1CarePlanV1"/>
  <text>
    <status value="additional"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Jorin will experiment with jogging in his neighborhood and using an exercise bike at the local gym at least 3 times a week and will continue to monitor his blood pressure.</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/Scen1PatientKhatun"/>
    <display value="Jorin Khatun"/>
  </subject>
  <period>
    <start value="2023-06-01"/>
  </period>
  <author>🔗 
    <reference value="PractitionerRole/Scen1RolePatel"/>
    <display value="Dr. Rajesh Patel"/>
  </author>
  <goal>🔗 
    <reference value="Goal/Scen1GoalV1"/>
  </goal>
</CarePlan>