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
{ "resourceType": "CarePlan", "text": { "status": "generated", "div": "<div>\n <p>\n <b>Generated Narrative</b>\n </p>\n <p>\n <b>patient</b>: Roel\n </p>\n <p>\n <b>status</b>: completed\n </p>\n <p>\n <b>period</b>: 14-Apr 2013 --> 21-Apr 2013\n </p>\n <p>\n <b>modified</b>: 11-Mar 2013\n </p>\n <p>\n <b>concern</b>: Roel's sepsis\n </p>\n <h3>Participants</h3>\n <table class=\"grid\">\n <tr>\n <td>\n <b>Role</b>\n </td>\n <td>\n <b>Member</b>\n </td>\n </tr>\n <tr>\n <td>\n <span title=\"Codes: {http://snomed.info/sct 425268008}\">Review of care plan</span>\n </td>\n <td>Dokter Bronsig</td>\n </tr>\n <tr>\n <td>\n <span title=\"Codes: {http://snomed.info/sct 278110001}\">Radiographic imaging</span>\n </td>\n <td>Luigi Maas</td>\n </tr>\n </table>\n <h3>Goals</h3>\n <table class=\"grid\">\n <tr>\n <td>\n <b>Description</b>\n </td>\n <td>\n <b>Status</b>\n </td>\n <td>\n <b>Notes</b>\n </td>\n <td>\n <b>Concern</b>\n </td>\n </tr>\n <tr>\n <td>Check whether further treatment of sepsis/pulmonary abcess is required</td>\n <td>cancelled</td>\n <td> </td>\n <td> </td>\n </tr>\n </table>\n <blockquote>\n <p>\n <b>activity</b>\n </p>\n <p>\n <b>status</b>: notStarted\n </p>\n <p>\n <b>prohibited</b>: false\n </p>\n <h3>Simples</h3>\n <table class=\"grid\">\n <tr>\n <td>\n <b>Category</b>\n </td>\n <td>\n <b>Code</b>\n </td>\n <td>\n <b>Timing[x]</b>\n </td>\n <td>\n <b>Location</b>\n </td>\n <td>\n <b>Performer</b>\n </td>\n <td>\n <b>Product</b>\n </td>\n <td>\n <b>DailyAmount</b>\n </td>\n <td>\n <b>Quantity</b>\n </td>\n <td>\n <b>Details</b>\n </td>\n </tr>\n <tr>\n <td>observation</td>\n <td>\n <span title=\"Codes: {http://snomed.info/sct 241541005}\">High resolution computed tomography of lungs</span>\n </td>\n <td> </td>\n <td> </td>\n <td> </td>\n <td> </td>\n <td> </td>\n <td> </td>\n <td> </td>\n </tr>\n </table>\n </blockquote>\n </div>" }, "patient": { "reference": "Patient/f201", "display": "Roel" }, "status": "completed", "period": { "start": "2013-04-14", "end": "2013-04-21" }, "modified": "2013-03-11", "concern": [ { "reference": "Condition/f203", "display": "Roel's sepsis" } ], "participant": [ { "role": { "coding": [ { "system": "http://snomed.info/sct", "code": "425268008", "display": "Review of care plan" } ] }, "member": { "reference": "Practitioner/f201", "display": "Dokter Bronsig" } }, { "role": { "coding": [ { "system": "http://snomed.info/sct", "code": "278110001", "display": "Radiographic imaging" } ] }, "member": { "reference": "Practitioner/f202", "display": "Luigi Maas" } } ], "goal": [ { "description": "Check whether further treatment of sepsis/pulmonary abcess is required", "status": "cancelled" } ], "activity": [ { "status": "not started", "prohibited": false, "simple": { "category": "observation", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "241541005", "display": "High resolution computed tomography of lungs" } ] } } } ] }