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>: planned\n </p>\n <p>\n <b>period</b>: 11-Mar 2013 --> 13-Mar 2013\n </p>\n <p>\n <b>modified</b>: 11-Mar 2013\n </p>\n <p>\n <b>concern</b>: Roel's renal insufficiency\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 229774002}\">Carer</span>\n </td>\n <td>Nurse Carla Espinosa</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>Re-established renal function with at least healthy nutrients.</td>\n <td>achieved</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>: completed\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>diet</td>\n <td>\n <span title=\"Codes: {http://snomed.info/sct 284093001}\">Potassium supplementation</span>\n </td>\n <td>daily</td>\n <td> </td>\n <td> </td>\n <td>Potassium</td>\n <td>80 mmol</td>\n <td> </td>\n <td> </td>\n </tr>\n </table>\n </blockquote>\n <blockquote>\n <p>\n <b>activity</b>\n </p>\n <p>\n <b>status</b>: completed\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 306005}\">Echography of kidney</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": "planned", "period": { "start": "2013-03-11", "end": "2013-03-13" }, "modified": "2013-03-11", "concern": [ { "reference": "Condition/f204", "display": "Roel's renal insufficiency" } ], "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": "229774002", "display": "Carer" } ] }, "member": { "reference": "Practitioner/f204", "display": "Nurse Carla Espinosa" } } ], "goal": [ { "description": "Re-established renal function with at least healthy nutrients.", "status": "achieved" } ], "activity": [ { "status": "completed", "prohibited": false, "simple": { "category": "diet", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "284093001", "display": "Potassium supplementation" } ] }, "timingString": "daily", "product": { "reference": "Substance/f203", "display": "Potassium" }, "dailyAmount": { "value": 80, "units": "mmol", "system": "http://snomed.info/sct", "code": "258718000" } } }, { "status": "completed", "prohibited": false, "simple": { "category": "observation", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "306005", "display": "Echography of kidney" } ] } } } ] }