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
: Bundle 'Search Set' - CarePlan - initial - Scenario 1 - XML Representation
Raw xml | Download
<Bundle xmlns="http://hl7.org/fhir">
<id value="Scen1CarePlanBundle1"/>
<type value="searchset"/>
<total value="1"/>
<link>
<relation value="self"/>
<url
value="https://goodhealth.example.org/fhir/CarePlan?patient=Patient/Scen1PatientKhatun&status=active,on-hold&category=http%3A//hl7.org/fhir/us/physical-activity/CodeSystem/pa-temporary-codes|PhysicalActivity"/>
</link>
<entry>
<fullUrl value="http://example.org/fhir/CarePlan/Scen1CarePlanV2"/>
<resource>
<CarePlan>
<id value="Scen1CarePlanV2"/>
<text>
<status value="additional"/>
<div xmlns="http://www.w3.org/1999/xhtml">Jorin will continue with his exercise bike and will purchase a used one he can use at home, which should allow him to increase his weekly exercise to 150+ minutes. He 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="2024-01-01"/>
</period>
<author>
<reference value="PractitionerRole/Scen1RolePatel"/>
<display value="Dr. Rajesh Patel"/>
</author>
<goal>
<reference value="Goal/Scen1GoalV2"/>
</goal>
<note>
<authorReference>
<reference value="Practitioner/Scen1PractitionerPatel"/>
<display value="Dr. Rajesh Patel"/>
</authorReference>
<time value="2023-05-05"/>
<text
value="Jorin is adhering well and indicates he's motivated by increased energy playing with his children."/>
</note>
</CarePlan>
</resource>
<search>
<mode value="match"/>
</search>
</entry>
</Bundle>