This page is part of the FHIR Specification (v4.6.0: R5 Draft Ballot). 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
Patient Care Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Encounter, Patient, Practitioner, RelatedPerson |
Raw XML (canonical form + also see XML Format Specification)
Care plan to address head-neck tumor by chemotherapy (id = "f202")
<?xml version="1.0" encoding="UTF-8"?> <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</b> </p> <p> <b> status</b> : active</p> <p> <b> intent</b> : plan</p> <p> <b> subject</b> : <a> Roel. Generated Summary: BSN: 123456789 (OFFICIAL), BSN: 123456789 (OFFICIAL); active; Roel(OFFICIAL); Phone: +31612345678, Phone: +31201234567; gender: male; birthDate: 1960-03-13; <span> Legally married</span> ; </a> </p> <p> <b> careTeam</b> : <a> </a> </p> <blockquote> <h3> Participants</h3> <table> <tr> <td> -</td> <td> <b> Role</b> </td> <td> <b> Member</b> </td> </tr> <tr> <td> *</td> <td> <span> Treated with</span> </td> <td> <a> Dokter Bronsig. Generated Summary: UZI-nummer: 12345678901 (OFFICIAL); active; Dokter Bronsig(OFFICIAL); Phone: +31715269111; gender: male; birthDate: 1956-12-24</a> </td> </tr> </table> </blockquote> <h3> Addresses</h3> <table> <tr> <td> -</td> </tr> <tr> <td> *</td> </tr> </table> <p> <b> goal</b> : <a> </a> </p> <blockquote> <p> <b> lifecycleStatus</b> : active</p> <p> <b> description</b> : <span> Elimination of the spenoid bone tumor</span> </p> <p> <b> subject</b> : <a> Roel. Generated Summary: BSN: 123456789 (OFFICIAL), BSN: 123456789 (OFFICIAL); active; Roel(OFFICIAL); Phone: +31612345678, Phone: +31201234567; gender: male; birthDate: 1960-03-13; <span> Legally married</span> ; </a> </p> </blockquote> <blockquote> <p> <b> activity</b> </p> <h3> PerformedActivities</h3> <table> <tr> <td> -</td> </tr> <tr> <td> *</td> </tr> </table> <h3> PlannedActivityDetails</h3> <table> <tr> <td> -</td> <td> <b> Kind</b> </td> <td> <b> Code</b> </td> <td> <b> Status</b> </td> <td> <b> DoNotPerform</b> </td> <td> <b> Product[x]</b> </td> </tr> <tr> <td> *</td> <td> ServiceRequest</td> <td> <span> Chemotherapy</span> </td> <td> in-progress</td> <td> false</td> <td> <a> </a> <blockquote> <p> <b> code</b> : <span> TPF</span> </p> <blockquote> <p> <b> ingredient</b> </p> <h3> Items</h3> <table> <tr> <td> -</td> </tr> <tr> <td> *</td> </tr> </table> </blockquote> <blockquote> <p> <b> ingredient</b> </p> <h3> Items</h3> <table> <tr> <td> -</td> </tr> <tr> <td> *</td> </tr> </table> </blockquote> <blockquote> <p> <b> ingredient</b> </p> <h3> Items</h3> <table> <tr> <td> -</td> </tr> <tr> <td> *</td> </tr> </table> </blockquote> </blockquote> </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> <ingredient> <item> <reference> <reference value="#doce"/> </reference> </item> </ingredient> <ingredient> <item> <reference> <reference value="#cisp"/> </reference> </item> </ingredient> <ingredient> <item> <reference> <reference value="#fluo"/> </reference> </item> </ingredient> </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"/> <lifecycleStatus value="active"/> <description> <text value="Elimination of the spenoid bone tumor"/> </description> <subject> <reference value="Patient/f201"/> <display value="Roel"/> </subject> </Goal> </contained> <status value="active"/> <intent value="plan"/> <subject> <!-- It entails Roel's careplan --> <reference value="Patient/f201"/> <display value="Roel"/> </subject> <careTeam> <reference value="#careteam"/> </careTeam> <addresses> <reference> <reference value="Condition/f202"/> <display value="Roel's head-neck tumor"/> </reference> </addresses> <goal> <reference value="#goal"/> </goal> <activity> <performedActivity> <reference> <reference value="Procedure/f201"/> <display value="Roel's Chemotherapy"/> </reference> </performedActivity> <plannedActivityDetail> <kind value="ServiceRequest"/> <code> <coding> <system value="http://snomed.info/sct"/> <code value="367336001"/> <display value="Chemotherapy"/> </coding> </code> <status value="in-progress"/> <doNotPerform value="false"/> <productReference> <reference value="#tpf"/> </productReference> </plannedActivityDetail> </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.