This page is part of the FHIR Specification (v1.6.0: STU 3 Ballot 4). 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 = "f202")
<CarePlan xmlns="http://hl7.org/fhir"> <id value="f202"/> <text><status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f202</p><p><b>contained</b>: , , , , , </p><p><b>subject</b>: <a>Roel</a></p><p><b>status</b>: active</p><p><b>addresses</b>: <a>Roel's head-neck tumor</a></p><p><b>careTeam</b>: id: careteam</p><p><b>goal</b>: id: goal; Roel; Elimination of the spenoid bone tumor <span>(Details )</span>; status: in-progress</p><blockquote><p><b>activity</b></p><p><b>actionResulting</b>: <a>Roel's Chemotherapy</a></p><h3>Details</h3><table><tr><td>-</td><td><b>Category</b></td><td><b>Code</b></td><td><b>Status</b></td><td><b>Prohibited</b></td><td><b>Product[x]</b></td></tr><tr><td>*</td><td>Procedure <span>(Details : {http://hl7.org/fhir/care-plan-activity-category code 'procedure' = 'Procedure)</span></td><td>Chemotherapy <span>(Details : {SNOMED CT code '367336001' = 'Chemotherapy (procedure)', given as 'Chemotherapy'})</span></td><td>in-progress</td><td>false</td><td>id: tpf; TPF <span>(Details )</span></td></tr></table></blockquote></div></text><contained> <Medication> <id value="doce"/> <code> <coding> <system value="http://snomed.info/sct"/> <code value="108806006"/> <display value="Docetaxel"/> </coding> </code> </Medication> </contained> <contained> <Medication> <id value="cisp"/> <code> <coding> <system value="http://snomed.info/sct"/> <code value="57066004"/> <display value="Cisplatin"/> </coding> </code> </Medication> </contained> <contained> <Medication> <id value="fluo"/> <code> <coding> <system value="http://snomed.info/sct"/> <code value="3127006"/> <display value="Fluorouracil"/> </coding> </code> </Medication> </contained> <contained> <Medication> <id value="tpf"/> <!-- TPF consists of Docetaxel, Cisplatin and Fluorouracil --> <code> <text value="TPF"/> </code> <product> <ingredient> <itemReference> <reference value="#doce"/> </itemReference> </ingredient> <ingredient> <itemReference> <reference value="#cisp"/> </itemReference> </ingredient> <ingredient> <itemReference> <reference value="#fluo"/> </itemReference> </ingredient> </product> </Medication> </contained> <contained> <CareTeam> <id value="careteam"/> <participant> <role> <coding> <system value="http://snomed.info/sct"/> <code value="28995006"/> <display value="Treated with"/> </coding> </role> <member> <reference value="Practitioner/f201"/> <display value="Dokter Bronsig"/> </member> </participant> </CareTeam> </contained> <contained> <Goal> <id value="goal"/> <subject> <reference value="Patient/f201"/> <display value="Roel"/> </subject> <description> <text value="Elimination of the spenoid bone tumor"/> </description> <status value="in-progress"/> </Goal> </contained> <subject> <!-- It entails Roel's careplan --> <reference value="Patient/f201"/> <display value="Roel"/> </subject> <status value="active"/> <addresses> <reference value="Condition/f202"/> <display value="Roel's head-neck tumor"/> </addresses> <careTeam> <reference value="#careteam"/> </careTeam> <goal> <reference value="#goal"/> </goal> <activity> <actionResulting> <reference value="Procedure/f201"/> <display value="Roel's Chemotherapy"/> </actionResulting> <detail> <category><coding><system value="http://hl7.org/fhir/care-plan-activity-category"/><code value="procedure"/></coding></category> <code> <coding> <system value="http://snomed.info/sct"/> <code value="367336001"/> <display value="Chemotherapy"/> </coding> </code> <status value="in-progress"/> <prohibited value="false"/> <productReference> <reference value="#tpf"/> </productReference> </detail> </activity> </CarePlan>
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.