<?xml version=“1.0” encoding=“UTF-8”?><CarePlan xmlns=“hl7.org/fhir”>
<id value="example"/> <text> <status value="additional"/> <div xmlns="http://www.w3.org/1999/xhtml"> <p> A simple care plan to indicate a patient taking their weight once a day because of obesity.</p> </div> </text> <contained> <Condition> <id value="p1"/> <clinicalStatus value="active"/> <verificationStatus value="confirmed"/> <code> <text value="Obesity"/> </code> <subject> <reference value="Patient/example"/> <display value="Peter James Chalmers"/> </subject> </Condition> </contained> <identifier> <value value="12345"/> </identifier> <definition> <display value="A PlanDefinition protocol for obesity"/> </definition> <basedOn> <display value="Management of Type 2 Diabetes"/> </basedOn> <replaces> <display value="Plan from urgent care clinic"/> </replaces> <partOf> <display value="Overall wellness plan"/> </partOf> <status value="active"/> <intent value="plan"/> <category> <text value="Weight management plan"/> </category> <description value="Manage obesity and weight loss"/> <subject> <reference value="Patient/example"/> <display value="Peter James Chalmers"/> </subject> <context> <reference value="Encounter/home"/> </context> <period> <end value="2017-06-01"/> </period> <author> <reference value="Practitioner/example"/> <display value="Dr Adam Careful"/> </author> <careTeam> <reference value="CareTeam/example"/> </careTeam> <addresses> <reference value="#p1"/> <display value="obesity"/> </addresses> <goal> <reference value="Goal/example"/> </goal> <activity> <outcomeCodeableConcept> <coding> <system value="http://snomed.info/sct"/> <code value="161832001"/> <display value="Progressive weight loss"/> </coding> </outcomeCodeableConcept> <outcomeReference> <reference value="Observation/example"/> <display value="Weight Measured"/> </outcomeReference> <detail> <category> <coding> <system value="http://hl7.org/fhir/care-plan-activity-category"/> <code value="observation"/> </coding> </category> <code> <!-- LOINC code --> <coding> <system value="http://loinc.org"/> <code value="3141-9"/> <display value="Weight Measured"/> </coding> <!-- SNOMED CT Code --> <coding> <system value="http://snomed.info/sct"/> <code value="27113001"/> <display value="Body weight"/> </coding> </code> <status value="completed"/> <statusReason value="Achieved weight loss to mitigate diabetes risk."/> <prohibited value="false"/> <scheduledTiming> <repeat> <frequency value="1"/> <period value="1"/> <periodUnit value="d"/> </repeat> </scheduledTiming> <location> <display value="Patient's home"/> </location> <performer> <reference value="Patient/example"/> <display value="Peter James Chalmers"/> </performer> </detail> </activity>
</CarePlan>