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

: Bundle 'Search Set' - CarePlan - Initial care plan - Scenario 4 - XML Representation

Raw xml | Download



<Bundle xmlns="http://hl7.org/fhir">
  <id value="Scen4CarePlanBundle1"/>
  <type value="searchset"/>
  <total value="1"/>
  <link>
    <relation value="self"/>
    <url
         value="https://ufit.example.org/fhir/CarePlan?patient=Patient/Scen4PatientScarborough&amp;status=active,on-hold&amp;category=http%3A//hl7.org/fhir/us/physical-activity/CodeSystem/pa-temporary-codes|PhysicalActivity"/>
  </link>
  <entry>
    <fullUrl value="http://example.org/fhir/CarePlan/Scen4CarePlanV1"/>
    <resource>
      <CarePlan>
        <id value="Scen4CarePlanV1"/>
        <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 30 minutes after waking.</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="2023-12-24"/>
        </period>
        <author>🔗 
          <reference value="Practitioner/Scen4Practitioner"/>
          <display value="Ms. Rocha"/>
        </author>
        <goal>🔗 
          <reference value="Goal/Scen4Goal1V1"/>
        </goal>
      </CarePlan>
    </resource>
    <search>
      <mode value="match"/>
    </search>
  </entry>
</Bundle>