This page is part of the FHIR Specification (v1.0.0: DSTU 2 Ballot 3). 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
{ "resourceType": "CarePlan", "id": "f202", "text": { "status": "generated", "div": "<div><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><h3>Participants</h3><table><tr><td>-</td><td><b>Role</b></td><td><b>Member</b></td></tr><tr><td>*</td><td>Treated with <span>(Details : {SNOMED CT code '28995006' = '28995006', given as 'Treated with'})</span></td><td><a>Dokter Bronsig</a></td></tr></table><p><b>goal</b>: id: goal; Roel; description: Elimination of the spenoid bone tumor; 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' = '367336001', given as 'Chemotherapy'})</span></td><td>in-progress</td><td>false</td><td>id: tpf; TPF <span>(Details )</span></td></tr></table></blockquote></div>" }, "contained": [ { "resourceType": "Medication", "id": "doce", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "108806006", "display": "Docetaxel" } ] } }, { "resourceType": "Medication", "id": "cisp", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "57066004", "display": "Cisplatin" } ] } }, { "resourceType": "Medication", "id": "fluo", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "3127006", "display": "Fluorouracil" } ] } }, { "resourceType": "Medication", "id": "tpf", "code": { "fhir_comments": [ " TPF consists of Docetaxel, Cisplatin and Fluorouracil " ], "text": "TPF" }, "product": { "ingredient": [ { "item": { "reference": "#doce" } }, { "item": { "reference": "#cisp" } }, { "item": { "reference": "#fluo" } } ] } }, { "resourceType": "Goal", "id": "goal", "subject": { "reference": "Patient/f201", "display": "Roel" }, "description": "Elimination of the spenoid bone tumor", "status": "in-progress" } ], "subject": { "reference": "Patient/f201", "display": "Roel" }, "status": "active", "addresses": [ { "reference": "Condition/f202", "display": "Roel's head-neck tumor" } ], "participant": [ { "role": { "coding": [ { "system": "http://snomed.info/sct", "code": "28995006", "display": "Treated with" } ] }, "member": { "reference": "Practitioner/f201", "display": "Dokter Bronsig" } } ], "goal": [ { "reference": "#goal" } ], "activity": [ { "actionResulting": [ { "reference": "Procedure/f201", "display": "Roel's Chemotherapy" } ], "detail": { "category": { "coding": [ { "system": "http://hl7.org/fhir/care-plan-activity-category", "code": "procedure" } ] }, "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "367336001", "display": "Chemotherapy" } ] }, "status": "in-progress", "prohibited": false, "productReference": { "reference": "#tpf" } } } ] }
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.