This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2
Real-world patient example (id = "f201")
<CarePlan xmlns="http://hl7.org/fhir"> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"> <p> <b>Generated Narrative</b> </p> <p> <b>patient</b>: Roel </p> <p> <b>status</b>: planned </p> <p> <b>period</b>: 11-Mar 2013 --> 13-Mar 2013 </p> <p> <b>modified</b>: 11-Mar 2013 </p> <p> <b>concern</b>: Roel's renal insufficiency </p> <h3>Participants</h3> <table class="grid"> <tr> <td> <b>Role</b> </td> <td> <b>Member</b> </td> </tr> <tr> <td> <span title="Codes: {http://snomed.info/sct 425268008}">Review of care plan</span> </td> <td>Dokter Bronsig</td> </tr> <tr> <td> <span title="Codes: {http://snomed.info/sct 229774002}">Carer</span> </td> <td>Nurse Carla Espinosa</td> </tr> </table> <h3>Goals</h3> <table class="grid"> <tr> <td> <b>Description</b> </td> <td> <b>Status</b> </td> <td> <b>Notes</b> </td> <td> <b>Concern</b> </td> </tr> <tr> <td>Re-established renal function with at least healthy nutrients.</td> <td>achieved</td> <td> </td> <td> </td> </tr> </table> <blockquote> <p> <b>activity</b> </p> <p> <b>status</b>: completed </p> <p> <b>prohibited</b>: false </p> <h3>Simples</h3> <table class="grid"> <tr> <td> <b>Category</b> </td> <td> <b>Code</b> </td> <td> <b>Timing[x]</b> </td> <td> <b>Location</b> </td> <td> <b>Performer</b> </td> <td> <b>Product</b> </td> <td> <b>DailyAmount</b> </td> <td> <b>Quantity</b> </td> <td> <b>Details</b> </td> </tr> <tr> <td>diet</td> <td> <span title="Codes: {http://snomed.info/sct 284093001}">Potassium supplementation</span> </td> <td>daily</td> <td> </td> <td> </td> <td>Potassium</td> <td>80 mmol</td> <td> </td> <td> </td> </tr> </table> </blockquote> <blockquote> <p> <b>activity</b> </p> <p> <b>status</b>: completed </p> <p> <b>prohibited</b>: false </p> <h3>Simples</h3> <table class="grid"> <tr> <td> <b>Category</b> </td> <td> <b>Code</b> </td> <td> <b>Timing[x]</b> </td> <td> <b>Location</b> </td> <td> <b>Performer</b> </td> <td> <b>Product</b> </td> <td> <b>DailyAmount</b> </td> <td> <b>Quantity</b> </td> <td> <b>Details</b> </td> </tr> <tr> <td>observation</td> <td> <span title="Codes: {http://snomed.info/sct 306005}">Echography of kidney</span> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> </tr> </table> </blockquote> </div> </text> <patient><!-- It entails Roel's careplan --> <reference value="Patient/f201"/> <display value="Roel"/> </patient> <status value="planned"/><!-- This careplan is "ended", but was never closed in the EHR, wherefore the status is "planned" --> <period> <start value="2013-03-11"/> <end value="2013-03-13"/> </period><!-- Period is less than nine days because the careplan requires adjustments after evaluation --> <modified value="2013-03-11"/> <concern> <reference value="Condition/f204"/> <display value="Roel's renal insufficiency"/> </concern> <participant> <role> <coding> <system value="http://snomed.info/sct"/> <code value="425268008"/> <display value="Review of care plan"/> </coding> </role> <member> <reference value="Practitioner/f201"/> <display value="Dokter Bronsig"/> </member> </participant> <participant> <role> <coding> <system value="http://snomed.info/sct"/> <code value="229774002"/> <display value="Carer"/> </coding> </role> <member> <reference value="Practitioner/f204"/> <display value="Nurse Carla Espinosa"/> </member> </participant> <goal> <description value="Re-established renal function with at least healthy nutrients."/> <status value="achieved"/> </goal> <activity><!-- Potassium supplement --> <status value="completed"/> <prohibited value="false"/> <simple> <category value="diet"/> <code> <coding> <system value="http://snomed.info/sct"/> <code value="284093001"/> <display value="Potassium supplementation"/> </coding> </code> <timingString value="daily"/><!-- TODO Isn't <performer> redundant when considering <participant> that was defined before? --> <product> <reference value="Substance/f203"/> <display value="Potassium"/> </product> <dailyAmount> <value value="80"/> <units value="mmol"/> <system value="http://snomed.info/sct"/> <code value="258718000"/> </dailyAmount> </simple> </activity> <activity><!-- Echo of the kidney --> <status value="completed"/> <prohibited value="false"/> <simple> <category value="observation"/> <code> <coding> <system value="http://snomed.info/sct"/> <code value="306005"/> <display value="Echography of kidney"/> </coding> </code> </simple> </activity> </CarePlan>